:root{--bg-primary: #080c0a;--bg-secondary: #0d1210;--bg-card: #111916;--bg-card-hover: #162019;--border: #1e2e27;--border-active: #2dd4a8;--text-primary: #e8ede9;--text-secondary: #8a9b90;--text-muted: #4d5e53;--accent-climate: #f97316;--accent-poverty: #eab308;--accent-health: #22d3ee;--accent-conflict: #ef4444;--accent-biodiversity: #22c55e;--accent-glow: #2dd4a8;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--font-mono: "DM Mono", "Menlo", monospace;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: 2.25rem;--text-3xl: 3.5rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-mono);font-weight:400;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes scan-line{0%{transform:translate(-100%)}to{transform:translate(200%)}}.fade-up{animation:fadeUp .6s ease-out both}.fade-up-1{animation-delay:.05s}.fade-up-2{animation-delay:.1s}.fade-up-3{animation-delay:.15s}.fade-up-4{animation-delay:.2s}.fade-up-5{animation-delay:.25s}
