:root{--navy: #1e2a4a;--navy-light: #2d3f6b;--navy-dark: #141d35;--emerald: #10b981;--emerald-light: #34d399;--emerald-dark: #059669;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--amber: #f59e0b;--amber-50: #fffbeb;--red: #ef4444;--red-50: #fef2f2;--red-600: #dc2626;--bg: #f8fafc;--surface: #ffffff;--surface-alt: #f1f5f9;--surface-hover: #e2e8f0;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px}html.dark{--navy: #60a5fa;--navy-light: #93c5fd;--navy-dark: #3b82f6;--emerald: #34d399;--emerald-50: rgba(16,185,129,.1);--emerald-100: rgba(16,185,129,.15);--bg: #0f172a;--surface: #1e293b;--surface-alt: #1e293b;--surface-hover: #334155;--border: #334155;--border-strong: #475569;--text: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--shadow-sm: none;--shadow: none;--shadow-md: none;--shadow-lg: none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:900px;margin:0 auto;padding:0 1.25rem}a{color:var(--emerald-dark);text-decoration:none;transition:color .15s}a:hover{color:var(--emerald)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;line-height:1;border:none;cursor:pointer;transition:all .15s;min-height:48px;text-decoration:none}.btn-primary{background:var(--emerald);color:#fff}.btn-primary:hover{background:var(--emerald-dark);color:#fff}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:var(--navy-light);color:#fff}.btn-outline{background:var(--surface);color:var(--text);border:1.5px solid var(--border-strong)}.btn-outline:hover{border-color:var(--emerald);color:var(--emerald-dark);background:var(--emerald-50)}.btn-sm{padding:.5rem 1rem;font-size:.8125rem;min-height:36px}.btn-xs{padding:.375rem .75rem;font-size:.75rem;min-height:32px;border-radius:var(--radius-full)}.input{padding:.875rem 1rem;border-radius:var(--radius);font-size:1rem;border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text);min-height:52px;width:100%;transition:all .15s;font-family:inherit}.input:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 3px var(--emerald-100)}.input::placeholder{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-hover{transition:all .2s}.card-hover:hover{border-color:var(--emerald);box-shadow:var(--shadow-md);transform:translateY(-1px)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.01em}.badge-up{background:var(--emerald-50);color:var(--emerald-dark)}.badge-down{background:var(--red-50);color:var(--red-600)}.badge-neutral{background:var(--surface-alt);color:var(--text-secondary)}.breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted);margin-bottom:1.25rem;flex-wrap:wrap}.breadcrumb a{color:var(--text-secondary);font-weight:500}.breadcrumb a:hover{color:var(--emerald-dark)}.breadcrumb .sep:before{content:"›"}.breadcrumb .current{color:var(--text);font-weight:500}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center;box-shadow:var(--shadow-sm)}.stat-value{font-size:1.5rem;font-weight:800;color:var(--text);line-height:1.2}.stat-value-primary{color:var(--emerald-dark)}.stat-label{font-size:.6875rem;color:var(--text-muted);margin-top:.375rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.section-header h2{font-size:1.125rem;font-weight:700;color:var(--text)}.section-header .icon{width:2rem;height:2rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;background:var(--emerald-50);flex-shrink:0}.section-header .icon svg{width:1rem;height:1rem;color:var(--emerald-dark)}.data-source{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);background:var(--surface-alt);border:1px solid var(--border);font-size:.8125rem;color:var(--text-secondary);margin-top:2rem}.data-source strong{color:var(--text);font-weight:600}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{text-align:left;padding:.75rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:2px solid var(--border)}.data-table td{padding:.75rem;border-bottom:1px solid var(--border)}.data-table tr:hover td{background:var(--surface-alt)}.data-table .text-right{text-align:right}.data-table .text-mono{font-variant-numeric:tabular-nums}.progress-track{background:var(--surface-alt);border-radius:var(--radius-full);height:8px;overflow:hidden}.progress-fill{height:100%;border-radius:var(--radius-full);transition:width .3s}.progress-fill-emerald{background:linear-gradient(90deg,var(--emerald),var(--emerald-light))}.progress-fill-navy{background:linear-gradient(90deg,var(--navy),var(--navy-light))}@media(max-width:639px){.hide-mobile{display:none!important}body{font-size:17px}.stat-value{font-size:1.25rem}.stat-label{font-size:.75rem}.section-header h2{font-size:1.125rem}.data-table{font-size:.9375rem}.data-table th{font-size:.8125rem}.data-table td{padding:.625rem .5rem}.breadcrumb{font-size:.875rem}.badge{font-size:.8125rem;padding:.3rem .75rem}.data-source{font-size:.875rem}.btn{font-size:1rem}.input{font-size:1.0625rem}.card{padding:1.25rem}}@media(min-width:640px){.hide-desktop{display:none!important}}.hidden,.is-homepage .header-search{display:none!important}:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}.leaflet-container{border-radius:var(--radius-lg);z-index:1}
