:root{--bg:#fafbfc;--panel:#ffffff;--soft:#f8fbfe;--mute:#f3f4f6;--fg:#1a1a2e;--fg2:#6b7280;--fg3:#9ca3af;--line:#e5e7eb;--line2:#d1d5db;--brand:#2aabe0;--brand-dark:#1a6fa0;--brand-hover:#1a9fd0;--brand-light:#87ceeb;--warm:#d4874e;--ok:#16a34a;--warn:#ea580c;--err:#dc2626;--ring:rgba(42,171,224,.2);--ui:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--body:"Nunito",system-ui,sans-serif;--display:"Baloo 2",system-ui,sans-serif;--mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--shadow-sm:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);--shadow-md:0 4px 12px rgba(15,23,42,.08);--shadow-lg:0 10px 24px rgba(15,23,42,.10);--shadow-xl:0 20px 50px rgba(15,23,42,.18)}[data-theme=dark]{--bg:#1c1c1e;--panel:#2c2c2e;--soft:#232325;--mute:#38383a;--fg:#f5f5f7;--fg2:#a1a1a6;--fg3:#6e6e73;--line:rgba(255,255,255,.10);--line2:rgba(255,255,255,.18);--brand:#47bdf0;--brand-hover:#64d2ff;--brand-dark:#1a6fa0;--ok:#30d158;--warn:#ffb340;--err:#ff453a;--shadow-sm:0 1px 3px rgba(0,0,0,.5);--shadow-md:0 4px 12px rgba(0,0,0,.45);--shadow-lg:0 10px 24px rgba(0,0,0,.5);--shadow-xl:0 20px 50px rgba(0,0,0,.6)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:#fafbfc}body{font-family:var(--ui);color:#1a1a2e;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover);text-decoration:underline}button{cursor:pointer}button,input,textarea{font-family:inherit}[contenteditable]:focus,input:focus,textarea:focus{outline:none}::selection{background:rgba(42,171,224,.25)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:rgba(120,120,130,.35);border-radius:9999px}::-webkit-scrollbar-track{background:transparent}@keyframes fbpulse{0%,to{opacity:.25}50%{opacity:1}}@keyframes fbfade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}:root{--body:var(--font-nunito),"Nunito",system-ui,sans-serif;--display:var(--font-baloo),"Baloo 2",system-ui,sans-serif;--chart-1:#1a6fa0;--chart-2:#6d1e18;--chart-3:#a86c26;--chart-4:#64367a;--chart-5:#009a98;--chart-6:#18662c}[data-theme=dark]{--chart-1:#47bdf0;--chart-2:#cd584a;--chart-3:#fab66c;--chart-4:#b178ca;--chart-5:#64eae8;--chart-6:#5db26a}html[data-theme]{background:var(--bg)}html[data-theme] body{background:var(--bg);color:var(--fg)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}[contenteditable]:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--brand);outline-offset:1px}:target{scroll-margin-top:60px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}