*{box-sizing:border-box;padding:0;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}:root{--bg:#14161a;--surface:#1d2026;--surface-2:#23272e;--text:#e8eaed;--muted:#9aa0a8;--border:#2c3038;--accent:#5b86ff;--accent-hover:#6e95ff;--accent-soft:rgba(91,134,255,.14);--good:#5bd08a;--danger:#e06464;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px rgba(0,0,0,.3),0 10px 30px rgba(0,0,0,.35);--shadow-sm:0 1px 2px rgba(0,0,0,.25);--modal-background-color:var(--surface);--white-board-background:#f3f4f6}.lightmode,:root.lightmode{--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--text:#1c1f24;--muted:#6b7280;--border:#e4e7eb;--accent:#3b6ef5;--accent-hover:#2f5fe0;--accent-soft:rgba(59,110,245,.1);--good:#2e9e5b;--danger:#d65151;--shadow:0 1px 2px rgba(16,24,40,.05),0 10px 30px rgba(16,24,40,.08);--shadow-sm:0 1px 2px rgba(16,24,40,.06);--modal-background-color:var(--surface);--white-board-background:#fff}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (prefers-color-scheme:light){html{color-scheme:light}:root{--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--text:#1c1f24;--muted:#6b7280;--border:#e4e7eb;--accent:#3b6ef5;--accent-hover:#2f5fe0;--accent-soft:rgba(59,110,245,.1);--good:#2e9e5b;--danger:#d65151;--shadow:0 1px 2px rgba(16,24,40,.05),0 10px 30px rgba(16,24,40,.08);--shadow-sm:0 1px 2px rgba(16,24,40,.06);--modal-background-color:var(--surface);--white-board-background:#fff}}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}a{color:inherit;text-decoration:none}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}::-webkit-scrollbar-track{background:transparent}