*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#ffffff;--surface:#f7f8fa;--surface2:#eef0f3;--border:rgba(0,0,0,0.10);--text:#16191c;--muted:#5b6470;--radius:12px;color-scheme:light;--accent:#4f46e5;--accent2:#4338ca;--accent-tint:rgba(79,70,229,0.08);--green:#15803d;--green-tint:rgba(21,128,61,0.07);--green-line:rgba(21,128,61,0.25);--danger:#b91c1c;--danger-tint:rgba(185,28,28,0.06);--danger-line:rgba(185,28,28,0.2);--info:#1d4ed8;--info-tint:rgba(29,78,216,0.08);--purple:#7e22ce;--purple-tint:rgba(126,34,206,0.08)}.theme-dark{--bg:#0a0a0f;--surface:#13131a;--surface2:#1a1a24;--border:#2a2a3a;--text:#f0f0f5;--muted:#8b93a3;--accent:#6366f1;--accent2:#818cf8;--accent-tint:rgba(99,102,241,0.10);--green:#22c55e;--green-tint:rgba(34,197,94,0.06);--green-line:rgba(34,197,94,0.2);--danger:#f87171;--danger-tint:rgba(239,68,68,0.08);--danger-line:rgba(239,68,68,0.2);--info:#7cb7ff;--info-tint:rgba(56,139,253,0.12);--purple:#c084fc;--purple-tint:rgba(168,85,247,0.12);color-scheme:dark}.theme-dark,body{background:var(--bg);color:var(--text);min-height:100vh}body{font-family:Inter,system-ui,sans-serif}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2,h3{text-wrap:balance}a:hover{text-decoration:underline!important;text-underline-offset:2px}button:not(:disabled){cursor:pointer;touch-action:manipulation;transition:filter .15s ease}button:not(:disabled):hover{filter:brightness(1.08)}a{touch-action:manipulation}