:root{--color-bg:#0a0a0a;--color-surface:#111111;--color-surface-elevated:#1a1a1a;--color-border:#222222;--color-border-subtle:#1a1a1a;--color-border-strong:#3a3a3a;--color-text:#e5e5e5;--color-text-secondary:#999999;--color-text-muted:#999999;--color-text-dim:#666666;--color-primary:#c0c0c0;--color-primary-muted:#a0a0a0;--color-accent:#c0c0c0;--color-accent-hover:#e0e0e0;--color-card-hover-border:rgba(192,192,192,0.15);--color-text-selection:rgba(192,192,192,0.2);--color-info:#4a9fff;--color-warn:#ffc107;--color-error:#ff4757;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--font-mono:"JetBrains Mono","Fira Code","SF Mono","Consolas",monospace;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 6px rgba(0,0,0,0.4);--transition-fast:100ms ease;--transition-base:150ms ease}[data-theme=light]{--color-bg:#f5f5f5;--color-surface:#ffffff;--color-surface-elevated:#ffffff;--color-border:#e0e0e0;--color-border-strong:#cccccc;--color-text:#1a1a1a;--color-text-muted:#666666;--color-text-dim:#999999;--color-primary:#a0a0a0;--color-primary-muted:#c0c0c0;--color-accent:#666666;--color-info:#0066cc;--color-warn:#cc8800;--color-error:#cc2233;--shadow-sm:0 1px 2px rgba(0,0,0,0.1);--shadow-md:0 4px 6px rgba(0,0,0,0.15)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:var(--font-sans);font-size:16px;line-height:1.5;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mono{font-family:var(--font-mono)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}button:disabled{cursor:not-allowed;opacity:.5}input,textarea{font-family:inherit;font-size:inherit;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);padding:var(--space-2) var(--space-3)}input:focus,textarea:focus{outline:none;border-color:var(--color-primary)}input::placeholder{color:var(--color-text-dim)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}[role=button]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.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}