:root[data-theme=light]{--bg: #f8fafc;--land: #e5e7eb;--land-hover: #d1d5db;--ocean: var(--bg);--text-primary: #111827;--text-secondary: #4b5563;--text-tertiary: #6b7280;--accent: #d97706;--comp-green: #059669;--comp-red: #dc2626}:root[data-theme=dark]{--bg: #0b0f1a;--land: #1f2937;--land-hover: #374151;--ocean: var(--bg);--text-primary: #e5e7eb;--text-secondary: #9ca3af;--text-tertiary: #6b7280;--accent: #fbbf24;--comp-green: #34d399;--comp-red: #f87171}body{background:var(--bg);color:var(--text-primary);transition:background .2s ease,color .2s ease}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,sans-serif}
