:root{--bg:#0b1120;--surface:#0f172aeb;--border:#94a3b833;--text:#f1f5f9;--muted:#94a3b8;--accent:#38bdf8;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);overflow:hidden}.app{flex-direction:column;height:100dvh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:1000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.brand h1{font-size:1.1rem;font-weight:700}.brand p{color:var(--muted);font-size:.75rem}.search-bar{flex:1;min-width:220px;max-width:320px;position:relative}.search-bar input{border:1px solid var(--border);width:100%;color:var(--text);background:#1e293b;border-radius:8px;padding:.55rem .85rem;font-size:.9rem}.search-bar input:focus{outline:2px solid var(--accent);border-color:#0000}.search-results{border:1px solid var(--border);z-index:2000;background:#1e293b;border-radius:8px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0006}.search-results button{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;padding:.6rem .85rem;display:flex}.search-results button:hover{background:#334155}.search-code{color:var(--muted);font-size:.75rem}.map-container{flex:1;min-height:0;position:relative}.world-map{width:100%;height:100%}.layer-panel{background:var(--surface);border:1px solid var(--border);z-index:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;width:min(260px,100% - 2rem);padding:1rem;position:absolute;top:1rem;right:1rem}.layer-panel h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.75rem;font-size:.85rem}.layer-panel ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.layer-panel label{cursor:pointer;align-items:flex-start;gap:.6rem;display:flex}.layer-panel input[type=checkbox]{accent-color:var(--accent);margin-top:.2rem}.layer-label{flex-direction:column;gap:.15rem;display:flex}.layer-label strong{font-size:.85rem}.layer-label small{color:var(--muted);font-size:.7rem}.legend-panel{z-index:900;flex-direction:column;gap:.75rem;max-width:min(240px,100% - 2rem);display:flex;position:absolute;bottom:1rem;left:1rem}.legend-block{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:.75rem}.legend-block h4{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.75rem}.bubble-legend{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.bubble-legend span:first-child,.bubble-legend span:nth-child(3){opacity:.7;background:#38bdf8;border-radius:50%;display:inline-block}.operator-legend{flex-direction:column;gap:.35rem;max-height:140px;font-size:.72rem;list-style:none;display:flex;overflow-y:auto}.operator-legend li{align-items:center;gap:.4rem;display:flex}.swatch{border-radius:2px;flex-shrink:0;width:10px;height:10px}.legend-note{color:var(--muted);margin-top:.4rem;font-size:.65rem;display:block}.country-stats{background:var(--surface);border:1px solid var(--border);z-index:900;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;width:min(280px,100% - 2rem);padding:1rem;position:absolute;top:1rem;left:1rem}.country-stats h2{margin-bottom:.25rem;font-size:1.1rem}.country-code{color:var(--muted);margin-bottom:.75rem;font-size:.75rem}.stat-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.stat-card{background:#1e293b;border-radius:8px;flex-direction:column;gap:.2rem;padding:.6rem;display:flex}.stat-label{color:var(--muted);text-transform:uppercase;font-size:.65rem}.stat-value{font-size:.95rem;font-weight:600}.close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:1.25rem;line-height:1;position:absolute;top:.5rem;right:.5rem}.timeline{background:var(--surface);border-top:1px solid var(--border);z-index:1000;align-items:center;gap:.75rem;padding:.65rem 1.25rem;display:flex}.timeline-play{border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;background:#1e293b;border-radius:50%;font-size:.9rem}.timeline-track{flex:1}.timeline-track label{color:var(--muted);margin-bottom:.25rem;font-size:.8rem;display:block}.timeline-track input[type=range]{width:100%;accent-color:var(--accent)}.timeline-ticks{color:var(--muted);justify-content:space-between;margin-top:.15rem;font-size:.65rem;display:flex}.app-footer{color:var(--muted);background:#0f172a;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:.4rem 1.25rem;font-size:.65rem;display:flex}.loading-screen,.error-screen{text-align:center;justify-content:center;align-items:center;gap:1rem}.loader{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.leaflet-popup-content-wrapper{color:#f1f5f9;background:#1e293b;border-radius:8px}.leaflet-popup-tip{background:#1e293b}.map-popup h3{margin-bottom:.25rem;font-size:.95rem}.map-popup dl{grid-template-columns:auto 1fr;gap:.2rem .75rem;margin-top:.5rem;font-size:.8rem;display:grid}.map-popup dt{color:#94a3b8}.map-popup dd{font-weight:600}.popup-year{color:#94a3b8;font-size:.75rem}@media (width<=768px){.app-header{flex-direction:column;align-items:stretch}.search-bar{max-width:none}.layer-panel{width:calc(100% - 1rem);max-width:260px;top:auto;bottom:5.5rem;right:.5rem}.legend-panel{display:none}.country-stats{width:auto;left:.5rem;right:.5rem}.timeline-ticks span:nth-child(2n){display:none}.app-footer{text-align:center;flex-direction:column}}
