@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Space+Grotesk:wght@400;600&display=swap";:root{--ink: #1a1a1a;--paper: #f8f6f0;--accent: #b83b1d;--accent-2: #0c6f6a;--shadow: rgba(26, 26, 26, .12)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,#fef3dd,#f8f6f0 45%,#eae6dc)}h1,h2,h3{font-family:Libre Baskerville,serif}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{height:175px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:linear-gradient(120deg,#1c1b1b,#2c1c14 45%,#0f3c3b);color:#fefaf2;position:sticky;top:0;z-index:10;box-shadow:0 6px 16px var(--shadow)}.brand{display:flex;flex-direction:column;gap:.4rem;font-size:1.8rem;font-weight:600}.brand .token{font-size:.95rem;color:#f0cfa5}.header-actions{display:flex;gap:1rem}.button{padding:.7rem 1.2rem;border-radius:999px;border:none;font-weight:600;font-size:1rem;font-family:inherit;line-height:1;background:var(--accent);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #b83b1d40}.button.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);box-shadow:none}.body-shell{flex:1;display:grid;grid-template-columns:220px 1fr;gap:1.5rem;padding:1.5rem 2rem 4rem}.body-shell.no-menu{grid-template-columns:1fr}.side-menu{background:#fff;border-radius:16px;padding:1.2rem;height:calc(100vh - 260px);position:sticky;top:195px;box-shadow:0 8px 24px var(--shadow);overflow-y:auto}.side-menu nav{display:flex;flex-direction:column;gap:.8rem}.menu-link{text-decoration:none;color:var(--ink);font-weight:600;padding:.6rem .8rem;border-radius:12px;background:#f7f2e8}.content-area{background:#fff;border-radius:20px;padding:2rem;min-height:60vh;box-shadow:0 12px 32px var(--shadow)}.site-footer{height:50px;display:flex;align-items:center;justify-content:center;background:#1c1b1b;color:#fefaf2}.form-card{max-width:380px;margin:0 auto;padding:2rem;border-radius:18px;background:#fdf9f0;box-shadow:0 14px 32px #0000001f}.form-card h2{margin-top:0;text-align:center}.input-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.input-group input,.input-group textarea,.input-group select{padding:.6rem .8rem;border-radius:10px;border:1px solid #ddd1c2;font-family:inherit}.list-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #1c1b1b;padding-bottom:.4rem;margin-bottom:1.2rem;font-weight:700}.list-item{padding:.6rem 0;border-bottom:1px dashed #e0d6c6}.tag{display:inline-flex;padding:.2rem .6rem;border-radius:999px;background:#e5f2f1;color:var(--accent-2);font-size:.8rem;font-weight:600;text-decoration:none}@media (max-width: 900px){.body-shell{grid-template-columns:1fr;padding:1rem}.side-menu{position:static;height:auto}.site-header{padding:1rem;height:auto;flex-direction:column;gap:1rem}}
