:root,[data-theme=light]{--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e2e8f0;--text:#111827;--text-muted:#64748b;--text-faint:#94a3b8;--border:#e2e8f0;--border-strong:#cbd5e1;--accent:#0d9488;--accent-soft:#f0fdfa;--shadow:#00000014}[data-theme=dark]{--bg:#0b1220;--surface:#151e2e;--surface-2:#1e293b;--surface-3:#273449;--text:#e5e7eb;--text-muted:#94a3b8;--text-faint:#64748b;--border:#273449;--border-strong:#334155;--accent:#2dd4bf;--accent-soft:#0f2a2a;--shadow:#0006}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--bg);color:#111827;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background .2s,color .2s}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}