:root{color-scheme:light;--bg: #fcfcfc;--surface: #ffffff;--surface-2: #f7f7f7;--surface-3: #efefef;--ink: #0d0f12;--ink-soft: #4a505c;--ink-faint: #9095a2;--line: #e2e4e9;--line-strong: #d1d5db;--accent: #4f46e5;--accent-strong: #3730a3;--accent-soft: #eef2ff;--accent-ring: rgba(79, 70, 229, .42);--msg-user: #4f46e5;--msg-user-strong: #4338ca;--on-accent: #ffffff;--ok: #15803a;--warn: #b91c1c;--alert-error-bg: #fef2f2;--alert-error-border: #fecaca;--alert-error-ink: #b91c1c;--alert-notice-bg: #eef2ff;--alert-notice-border: #c7d2fe;--alert-notice-ink: #3730a3;--shadow-sm: 0 1px 2px rgba(0,0,0,.03);--shadow: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -1px rgba(0,0,0,.03);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);--radius: 12px;--radius-lg: 24px;--radius-pill: 999px;--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.2, 0, 0, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur: .25s;--dur-slow: .5s;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace}:root[data-theme=dark]{color-scheme:dark;--bg: #050505;--surface: #0d0d0f;--surface-2: #16161a;--surface-3: #222228;--ink: #f5f5f7;--ink-soft: #c2c7d0;--ink-faint: #8b919d;--line: #26282e;--line-strong: #383b43;--accent: #8f99f9;--accent-strong: #a5b4fc;--accent-soft: rgba(129, 140, 248, .14);--accent-ring: rgba(129, 140, 248, .35);--msg-user: #4f46e5;--msg-user-strong: #5b5ae6;--on-accent: #ffffff;--ok: #4ade80;--warn: #f87171;--alert-error-bg: rgba(248, 113, 113, .1);--alert-error-border: rgba(248, 113, 113, .4);--alert-error-ink: #fda4a4;--alert-notice-bg: rgba(129, 140, 248, .1);--alert-notice-border: rgba(129, 140, 248, .4);--alert-notice-ink: #aeb8fd;--blob-a: rgba(99, 102, 241, .18);--blob-b: rgba(52, 211, 153, .1);--grid-line: rgba(231, 233, 239, .05);--scroll-thumb: rgba(255, 255, 255, .28)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background:var(--bg)}.ul-draw{background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-repeat:no-repeat;background-position:0 92%;transition:background-size .26s var(--ease-out),color var(--dur) ease}.ul-draw:hover,.ul-draw:focus-visible{background-size:100% 1px}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color var(--dur) var(--ease-smooth),color var(--dur) var(--ease-smooth)}button,textarea,input{font-family:inherit}::selection{background:var(--accent-soft);color:var(--ink)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--ink-faint);background-clip:content-box;border:2px solid transparent}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
