:root{--color-bg: #f5f6f8;--color-surface: rgba(255, 255, 255, .7);--color-text: #1a1a2e;--color-border: rgba(0, 0, 0, .1);--color-primary: #4f46e5;--color-temp-frio: #3b82f6;--color-temp-tibio: #f59e0b;--color-temp-caliente: #ef4444;--color-status-open: #6b7280;--color-status-won: #16a34a;--color-status-lost: #9ca3af;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px}@media (prefers-color-scheme: dark){:root{--color-bg: #14151f;--color-surface: rgba(30, 30, 45, .6);--color-text: #f0f0f5;--color-border: rgba(255, 255, 255, .12)}}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text)}#root{min-height:100vh}
