@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f2ea;--bg-accent:#f1e9dd;--surface:#fff;--surface-2:#f9f6f1;--ink:#141722;--muted:#5b6472;--line:#e5ded2;--accent:#0f766e;--accent-2:#c2410c;--accent-3:#0f4c81;--success:#15803d;--warning:#b45309;--danger:#b91c1c;--shadow:0 14px 40px #14172214;--radius-lg:18px;--radius-md:12px;--radius-sm:8px;--font-display:"Space Grotesk", "Noto Sans SC", sans-serif;--font-body:"Noto Sans SC", "Space Grotesk", sans-serif}*{box-sizing:border-box}body{background:radial-gradient(1200px 600px at 10% -10%, #0f766e1f, transparent 60%), radial-gradient(900px 500px at 90% 0%, #c2410c1f, transparent 55%), linear-gradient(180deg, var(--bg) 0%, #fdfbf8 100%);min-height:100vh;color:var(--ink);font-family:var(--font-body);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:1rem}img{max-width:100%;display:block}::selection{background:#0f766e33}.app-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--line);background:#ffffffa6;flex-direction:column;align-self:start;height:100vh;padding:32px 22px;display:flex;position:sticky;top:0}.sidebar-header{flex-direction:column;gap:6px;margin-bottom:28px;display:flex}.sidebar-title{font-family:var(--font-display);letter-spacing:.02em;font-size:1.35rem;font-weight:700}.sidebar-subtitle{color:var(--muted);font-size:.9rem}.nav-section{flex-direction:column;flex:1;gap:10px;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--muted);border:1px solid #0000;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.95rem;transition:all .2s;display:flex}.nav-link span{color:var(--ink);font-weight:600}.nav-link small{color:var(--muted);font-size:.78rem}.nav-link.active{background:var(--surface);border-color:var(--line);color:var(--accent);box-shadow:var(--shadow)}.main-shell{flex-direction:column;gap:24px;padding:28px 40px 40px;display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.topbar-title{font-family:var(--font-display);font-size:1.8rem;font-weight:700}.topbar-meta{color:var(--muted);align-items:center;gap:12px;font-size:.95rem;display:flex}.page{flex-direction:column;gap:24px;display:flex}.grid{gap:20px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow);padding:20px 22px}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{font-size:1.05rem;font-weight:700}.card-subtitle{color:var(--muted);font-size:.9rem}.stat-value{font-family:var(--font-display);font-size:2rem;font-weight:700}.stat-label{color:var(--muted);font-size:.9rem}.tag{color:var(--accent);background:#0f766e1f;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600}.btn{cursor:pointer;border:none;border-radius:999px;padding:8px 16px;font-weight:600;transition:all .2s}.btn:disabled{cursor:wait;opacity:.6}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#0a5f58}.btn-ghost{color:var(--accent);border:1px solid var(--line);background:0 0}.btn-ghost:hover{border-color:var(--accent)}.input,.select,.textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;padding:10px 12px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);outline:2px solid #0f766e33}.form-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.list{flex-direction:column;gap:10px;display:flex}.list-item{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.list-item strong{font-weight:600}.muted{color:var(--muted)}.badge{color:var(--accent-3);background:#0f4c811f;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600}.progress{background:#0f766e1f;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--accent), #16a34a);border-radius:999px;height:100%;transition:width .3s}.hero-panel{border-radius:var(--radius-lg);background:linear-gradient(135deg,#0f766e1f,#c2410c1a);border:1px solid #0f766e33;padding:20px 22px}.flow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.flow-step{background:var(--surface);border:1px dashed var(--line);border-radius:999px;padding:8px 12px;font-size:.9rem}.sidebar-footer{border-top:1px solid var(--line);flex-direction:column;gap:12px;margin-top:24px;padding-top:18px;display:flex}.sidebar-user{flex-direction:column;gap:4px;display:flex}.sidebar-user strong{font-size:.95rem}.sidebar-user small{color:var(--muted)}.sidebar-logout{width:100%}.auth-shell{background:radial-gradient(circle at 0 0,#c2410c1f,#0000 30%),radial-gradient(circle at 100%,#0f766e1f,#0000 28%),linear-gradient(#fffbebe6,#f7f4eef5);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-card{flex-direction:column;gap:20px;width:min(920px,100%);display:flex}.auth-hero{padding:12px 4px 0}.auth-title{font-family:var(--font-display);margin:14px 0 10px;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1}.auth-lead{max-width:640px;color:var(--muted);margin:0;font-size:1rem;line-height:1.7}.auth-columns{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:20px;display:grid}.auth-panel{min-height:100%}.auth-side{background:linear-gradient(#fffffff0,#f9f7f3fa)}.auth-stack{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:8px;font-weight:600;display:flex}.auth-field span{font-size:.92rem}.auth-note{border-radius:var(--radius-md);background:#ffffffbf;border:1px solid #0f766e24;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.auth-note strong{font-size:.95rem}.auth-note span{color:var(--muted);line-height:1.6}.auth-actions{flex-wrap:wrap;gap:12px;display:flex}.auth-error{color:#b91c1c;margin:0;line-height:1.6}.auth-inline-error{color:#7c2d12;background:#fbbf241f;border-color:#d9770638}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--line);height:auto;position:relative}.auth-columns{grid-template-columns:1fr}}
