:root{--color-bg:#0c0c0f;--color-bg-elevated:#121215;--color-surface:#18181b;--color-surface-raised:#222225;--color-surface-hover:#2a2a2e;--color-border:#2e2e33;--color-border-light:#3a3a40;--color-text:#ececef;--color-text-secondary:#a0a0ab;--color-text-muted:#65656f;--color-primary:#3b82f6;--color-primary-hover:#60a5fa;--color-primary-muted:#3b82f61a;--color-success:#22c55e;--color-success-muted:#22c55e1a;--color-warning:#eab308;--color-warning-muted:#eab3081a;--color-danger:#ef4444;--color-danger-muted:#ef44441a;--color-info:#38bdf8;--color-info-muted:#38bdf81a;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--space-3xl:48px;--space-4xl:64px;--font-family:"DM Sans", system-ui, -apple-system, sans-serif;--font-mono:"DM Mono", "Menlo", monospace;--text-2xs:.6875rem;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:1rem;--text-xl:1.125rem;--text-2xl:1.375rem;--text-3xl:1.75rem;--text-4xl:2.25rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.2;--leading-normal:1.5;--tracking-tight:-.01em;--tracking-wide:.06em;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 2px 8px #0000004d;--shadow-lg:0 8px 24px #0006;--shadow-overlay:0 16px 48px #00000080;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--sidebar-width:200px;--header-height:48px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}img{max-width:100%;display:block}ul,ol{list-style:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:1.5px solid var(--color-primary);outline-offset:2px}::selection{background:var(--color-primary-muted);color:var(--color-primary)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mono{font-family:var(--font-mono)}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.4}}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
