:root{--bg-0:#f6f2e8;--bg-1:#efe4d2;--bg-2:#d7e4db;--ink-0:#1c2a2f;--ink-1:#4a5a61;--line:rgba(28,42,47,.16);--panel:hsla(0,0%,100%,.72);--accent:#11739a;--accent-2:#e59f1a;--ok:#5fa760;--warn:#e8b028;--bad:#d9584a}:root[data-theme=dark]{--bg-0:#10191d;--bg-1:#17242a;--bg-2:#1a342f;--ink-0:#ecf3f5;--ink-1:#a4bac0;--line:rgba(236,243,245,.12);--panel:rgba(20,32,37,.66);--accent:#41c1f1;--accent-2:#ffc75a;--ok:#81dc83;--warn:#ffd15a;--bad:#ff8478}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%;color:var(--ink-0);background:radial-gradient(1400px circle at -8% -20%,var(--bg-2) 0,transparent 42%),radial-gradient(1200px circle at 108% 120%,var(--bg-1) 0,transparent 36%),linear-gradient(148deg,var(--bg-0),#f0efe9 52%,#edf3ef 100%);font-family:Manrope,Space Grotesk,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.card{background:var(--panel);border:1px solid var(--line);border-radius:22px;backdrop-filter:blur(10px)}@media (max-width:940px){.shell{grid-template-columns:1fr}}