:root{font-family:Manrope,Segoe UI,system-ui,-apple-system,sans-serif;color:#0f172a;background:#f4f6fb;line-height:1.5}*,*:before,*:after{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:radial-gradient(circle at 0% 0%,rgba(15,155,206,.05),transparent 35%),radial-gradient(circle at 100% 50%,rgba(99,102,241,.04),transparent 30%),#f7f9fc}.sidebar{background:#0f172a;color:#e2e8f0;padding:32px 24px;display:flex;flex-direction:column;gap:24px}.logo{font-weight:800;letter-spacing:.4px}.nav{display:flex;flex-direction:column;gap:10px}.nav__link{padding:10px 12px;border-radius:10px;color:#cbd5e1;font-weight:600}.nav__link:hover{background:#ffffff0f;color:#fff}.nav__link.active{background:linear-gradient(135deg,#0ea5e9,#22d3ee);color:#0f172a}.sidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:8px}.ghost-button{background:transparent;border:1px solid rgba(226,232,240,.2);color:#e2e8f0;padding:8px 12px;border-radius:10px;cursor:pointer}.content{padding:32px}.page__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.page__content{margin-top:16px}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#0ea5e9;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge.muted{background:#f1f5f9;color:#475569}.muted{color:#64748b}.small{font-size:12px}.page{display:flex;flex-direction:column;gap:12px}.page h1{margin:4px 0 0;font-size:28px}.card{background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 12px 30px #0f172a0f;border:1px solid #e2e8f0}.grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.bullet-list{margin:0;padding-left:20px}.bullet-list li{margin:6px 0}.primary-button{background:linear-gradient(135deg,#0ea5e9,#22d3ee);color:#0f172a;border:none;border-radius:12px;padding:12px;font-weight:700;cursor:pointer}.field{display:flex;flex-direction:column;gap:6px}.field input{border:1px solid #cbd5e1;border-radius:10px;padding:10px;font-size:16px}.auth-screen{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 20%,rgba(34,211,238,.1),transparent 30%),radial-gradient(circle at 90% 10%,rgba(14,165,233,.18),transparent 25%),#0b1225}.auth-card{background:#0f172a;color:#e2e8f0;border-radius:18px;padding:24px;width:min(420px,90vw);box-shadow:0 24px 60px #00000059;border:1px solid rgba(255,255,255,.06)}.auth-card__header h1{margin:8px 0}.auth-card__form{margin-top:18px;display:flex;flex-direction:column;gap:14px}.auth-card .field input{background:#0b1225;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}@media (max-width: 960px){.layout{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;justify-content:space-between}.nav{flex-direction:row;flex-wrap:wrap}}
