:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg-base:#f0f4fb;--color-bg-surface:#fff;--color-bg-card:#fff;--color-surface:#ebf0fa;--color-card:#fff;--color-border:#c5cfdf;--color-text-1:#111827;--color-text-2:#374151;--color-text-3:#6b7280;--color-primary:#3d67ff;--color-primary-dim:#3d67ff1a;--color-primary-muted:#3d67ff2e;--color-primary-glow:#3d67ff40;--color-cyan:#3d67ff;--color-cyan-dim:#3d67ff1f;--color-teal:#263490;--color-teal-dim:#2634901f;--color-green:#27b772;--color-green-dim:#27b7721f;--color-orange:#ff6900;--color-orange-dim:#ff69001f;--color-yellow:#ff9500;--color-yellow-dim:#ff95001f;--color-red:#e53e3e;--color-red-dim:#e53e3e1a;--gradient-brand:linear-gradient(135deg, #3d67ff, #263490);--gradient-cta:linear-gradient(135deg, #3d67ff 0%, #263490 100%);--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "Cascadia Code", Consolas, monospace;--shadow-card:0 1px 3px #00000014, 0 4px 16px #00000014, inset 0 1px 0 #fffc;--shadow-elevated:0 8px 40px #0000001f, 0 2px 8px #00000014}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-base:#060a0d;--color-bg-surface:#0d1117;--color-bg-card:#121921;--color-surface:#171f2b;--color-card:#121921;--color-border:#1e2c3e;--color-text-1:#e6edf3;--color-text-2:#7d8ea0;--color-text-3:#3d5068;--color-primary:#10b981;--color-primary-dim:#10b9811a;--color-primary-muted:#10b9812e;--color-primary-glow:#10b98138;--color-cyan:#22d3ee;--color-cyan-dim:#22d3ee1f;--color-teal:#0dd3c5;--color-teal-dim:#0dd3c51f;--color-green:#34d399;--color-green-dim:#34d3991a;--color-orange:#fb923c;--color-orange-dim:#fb923c1f;--color-yellow:#fbbf24;--color-yellow-dim:#fbbf241f;--color-red:#f87171;--color-red-dim:#f871711f;--gradient-brand:linear-gradient(135deg, #10b981, #22d3ee);--gradient-cta:linear-gradient(135deg, #10b981 0%, #059669 100%);--shadow-card:0 1px 3px #00000080, 0 4px 16px #0000004d, inset 0 1px 0 #ffffff0a;--shadow-elevated:0 8px 40px #0009, 0 2px 8px #0000004d, inset 0 1px 0 #ffffff0d}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:18px}body{font-family:var(--font-sans);letter-spacing:.01em;background:var(--color-bg-base);color:var(--color-text-1);margin:0;font-size:18px;line-height:1.55}::selection{background:var(--color-primary-glow);color:var(--color-text-1)}button{font-family:var(--font-sans)}#root{text-align:left;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--color-text-1);margin:0;font-weight:600;line-height:1.25}p{margin:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-primary);border-radius:4px;padding:1px 6px;font-size:.85em}.card{background:var(--color-bg-card);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;overflow:hidden}.badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:20px;align-items:center;padding:2px 8px;font-size:12px;font-weight:700;line-height:1.5;display:inline-flex}.badge-green{background:var(--color-green-dim);color:var(--color-green);border:1px solid #4ade8040}.badge-orange{background:var(--color-orange-dim);color:var(--color-orange);border:1px solid #fb923c40}.badge-red{background:var(--color-red-dim);color:var(--color-red);border:1px solid #f8717140}.badge-blue{background:var(--color-primary-dim);color:var(--color-primary);border:1px solid var(--color-primary-muted)}.badge-teal{background:var(--color-teal-dim);color:var(--color-teal);border:1px solid #0dd3c540}.badge-purple{color:#a855f7;background:#a855f71f;border:1px solid #a855f74d}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spinDot{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:.2s both fadeIn}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-3)}
