@charset "UTF-8";:root{--bg-base: #0F172A;--bg-surface: #1E293B;--bg-card: #1E293B;--bg-elevated: #243B55;--bg-input: #1E293B;--border: rgba(229, 231, 235, .12);--border-light: rgba(229, 231, 235, .22);--accent: #10B981;--accent-hover: #0EA572;--accent-purple: #059669;--accent-cyan: #34D399;--accent-glow: rgba(16, 185, 129, .15);--positive: #10B981;--positive-bg: rgba(16, 185, 129, .08);--negative: #f05252;--negative-bg: rgba(240, 82, 82, .08);--text-primary: #FFFFFF;--text-secondary:#E5E7EB;--text-muted: rgba(229, 231, 235, .5);--shadow-sm: 0 1px 4px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.6);--radius: 10px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-base)}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color-scheme:dark}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
