:root{color-scheme:light;--bg: #ffffff;--surface: #ffffff;--elevated: #ffffff;--bg-2: #fafafa;--gray-100: #f2f2f2;--gray-200: #ebebeb;--text: #171717;--text-2: #4d4d4d;--text-3: #8f8f8f;--border: #00000014;--border-strong: #0000001a;--accent: #006bff;--shadow-card: 0 2px 2px rgba(0, 0, 0, .04);--shadow-pop: 0 1px 1px rgba(0, 0, 0, .02), 0 4px 8px -4px rgba(0, 0, 0, .04), 0 16px 24px -8px rgba(0, 0, 0, .06);--font: "Geist", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace}:root[data-theme=dark]{color-scheme:dark;--bg: #0a0a0a;--surface: #161618;--elevated: #2a2a2e;--bg-2: #202022;--gray-100: #1f1f22;--gray-200: #2a2a2e;--text: #ededed;--text-2: #a0a0a0;--text-3: #6f6f6f;--border: #ffffff17;--border-strong: #ffffff24;--accent: #3b9eff;--shadow-card: 0 2px 4px rgba(0, 0, 0, .4);--shadow-pop: 0 1px 1px rgba(0, 0, 0, .2), 0 8px 24px -6px rgba(0, 0, 0, .55)}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none;transition:background-color .15s ease}button{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--accent)}select,input{font-family:inherit;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--r-sm, 6px);padding:0 12px;height:40px;font-size:14px;outline:none}select{cursor:pointer}input::placeholder{color:var(--text-3)}::-webkit-scrollbar{width:10px;height:8px}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes gflow-dash{to{stroke-dashoffset:-22}}.gflow{stroke-dasharray:4 7;animation:gflow-dash .5s linear infinite}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
