:root{--color-bg-main: #020617;--color-bg-surface: #0f172a;--color-bg-highlight: #1e293b;--color-bg-element: #334155;--color-text-faint: #64748b;--color-text-muted: #94a3b8;--color-text-body: #cbd5e1;--color-text-bright: #e2e8f0;--color-accent-light: #60a5fa;--color-accent-main: #3b82f6;--color-accent-dark: #2563eb;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}body{margin:0;background-color:var(--color-bg-main);color:var(--color-text-bright);font-family:var(--font-sans);overflow:hidden;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--color-bg-element);border-radius:3px}
