*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050505;--bg-elevated: #111111;--bg-input: #0a0a0a;--border: #252525;--border-hover: #00D4FF;--border-focus: #00D4FF;--text: #f1f5f9;--text-secondary: #cbd5e1;--muted: #94a3b8;--subtle: #64748b;--primary: #00D4FF;--primary-hover: #33DDFF;--vault: #7C3AED;--danger: #ef4444;--success: #10B981;--safe: #10B981;--warn: #f59e0b;--warning: #f59e0b;--hover-bg: rgba(0, 212, 255, .06);--active-bg: rgba(0, 212, 255, .1)}:root[data-theme=light]{--bg: #f8fafc;--bg-elevated: #ffffff;--bg-input: #f1f5f9;--border: #e2e8f0;--border-hover: #0099BB;--border-focus: #0099BB;--text: #0f172a;--text-secondary: #334155;--muted: #64748b;--subtle: #94a3b8;--primary: #0099BB;--primary-hover: #00B4D8;--vault: #7C3AED;--danger: #dc2626;--success: #059669;--safe: #059669;--warn: #d97706;--warning: #d97706;--hover-bg: rgba(0, 153, 187, .06);--active-bg: rgba(0, 153, 187, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;transition:background-color .2s ease-out,color .2s ease-out}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-input)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--subtle)}
