:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d0f1a;--surface:#13152a;--surface-hi:#1a1d2e;--border:#ffffff14;--border-subtle:#ffffff0a;--text:#e8ecf4;--text-dim:#7c8099;--text-faint:#4a4f6a;--accent:#5b8df9;--accent-dim:#5b8df91f;--green:#34d399;--red:#f87171;--amber:#f59e0b;--radius:6px;--radius-sm:4px;--code-bg:#0a0c12;--code-text:#c8d0e8}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}button,input,select,textarea{font-family:inherit;font-size:inherit}button,a,input,select{transition:background-color .12s,border-color .12s,color .1s,opacity .1s,box-shadow .12s}input::placeholder,textarea::placeholder{color:var(--text-faint)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:#5b8df933}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}
