:root{--pink: #ffb6c1;--deep-pink: #ff8aa3;--ink: #1e1313;--paper: #fff5f8;--border: rgba(255, 255, 255, .4);font-family:Space Grotesk,Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,rgba(255,182,193,.5),transparent 55%),linear-gradient(180deg,#fff7fb,#ffeef4 60%,#fbeef4);color:var(--ink)}#root{min-height:100vh}.app-shell{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header h1{margin:0;font-size:2rem}.frosted-card{background:#ffffffb3;border-radius:24px;padding:1.5rem;box-shadow:0 20px 60px #fcbfd059;border:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}button.primary{background:linear-gradient(135deg,var(--pink),var(--deep-pink));color:#fff;border:none;border-radius:999px;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button.primary:hover{transform:translateY(-1px);box-shadow:0 15px 25px #ff96c259}input,textarea,select{width:100%;font-family:inherit;border-radius:14px;border:1px solid rgba(30,19,19,.2);background:#fff;padding:.85rem 1rem;margin-top:.35rem;margin-bottom:1rem;transition:border .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--deep-pink)}label{font-size:.9rem;font-weight:600;display:block}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.item-card{background:linear-gradient(180deg,#ffffffd9,#ffcce58c);border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.5);position:relative;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem}.item-card .chip{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:#fffc;font-size:.8rem;font-weight:600;color:var(--ink)}.item-card a{color:var(--deep-pink);font-weight:600;text-decoration:none}.page-actions{display:flex;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.link-button{background:transparent;border:1px solid rgba(30,19,19,.2);padding:.6rem 1.2rem;border-radius:999px;font-weight:600;cursor:pointer}.error{color:#c81d1d;font-size:.9rem}.login-pill{background:#ffffffe6;border-radius:999px;padding:.5rem 1.2rem;border:1px solid rgba(255,255,255,.7);font-weight:600;color:var(--deep-pink);cursor:pointer}@media (max-width: 640px){.header{flex-direction:column;align-items:flex-start;gap:.75rem}}
