:root{--font-heading: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-bg: #08080a;--color-surface: #111114;--color-surface-raised: #1a1a1f;--color-surface-hover: #222228;--color-border: #2a2a32;--color-border-light: #3a3a44;--color-text: #e8e8ec;--color-text-secondary: #a0a0aa;--color-text-muted: #666670;--color-accent: #ff3e00;--color-accent-hover: #ff5722;--color-accent-muted: rgba(255, 62, 0, .15);--color-success: #00e676;--color-success-muted: rgba(0, 230, 118, .15);--color-warning: #ffab00;--color-warning-muted: rgba(255, 171, 0, .15);--color-danger: #ff1744;--color-danger-muted: rgba(255, 23, 68, .15);--color-diff-none: #00e676;--color-diff-low: #00e676;--color-diff-medium: #ffab00;--color-diff-high: #ff1744;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--sidebar-width: 280px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in-left{animation:slideInLeft .3s ease-out}.animate-slide-in-up{animation:slideInUp .3s ease-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-heading);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}code,pre,.mono{font-family:var(--font-mono)}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:var(--font-heading);cursor:pointer}input,textarea,select{font-family:var(--font-heading)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-light)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.02em}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}
