:root{--bg: #fbfaf7;--surface: #ffffff;--surface-2: #f4f2ee;--border: #e7e3dc;--border-strong: #d6d1c8;--text: #14171f;--text-2: #5a6072;--text-3: #8a8f9c;--primary: #0a1f44;--primary-2: #142a55;--accent: #00a98a;--accent-2: #00c4a7;--warn: #d97706;--danger: #c2410c;--code-bg: #0d1626;--code-text: #e6e9f2;--shadow-sm: 0 1px 2px rgba(13, 22, 38, .04), 0 1px 3px rgba(13, 22, 38, .03);--shadow-md: 0 4px 14px rgba(13, 22, 38, .06), 0 1px 3px rgba(13, 22, 38, .04);--radius: 8px;--radius-lg: 12px}[data-theme=dark]{--bg: #0b1020;--surface: #121829;--surface-2: #1a2238;--border: #232c45;--border-strong: #2e395a;--text: #e8ecf5;--text-2: #a0a8bd;--text-3: #6b7390;--primary: #ffffff;--primary-2: #e8ecf5;--code-bg: #060a14}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;cursor:pointer}button{font-family:inherit;border:0;background:transparent;padding:0;cursor:pointer;color:inherit}input,select,textarea{font-family:inherit;color:inherit}code,pre{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}h1,h2,h3,h4,h5{margin:0;font-weight:600;color:var(--text)}p,ul,ol{margin:0}@keyframes spin{to{transform:rotate(360deg)}}.mono{font-family:JetBrains Mono,ui-monospace,monospace}
