.loader.svelte-9t3nwf{width:50px;aspect-ratio:1;border-radius:50%;border:8px solid rgba(200,200,200,.2);border-right-color:#000;animation:svelte-9t3nwf-l2 1s infinite linear}@keyframes svelte-9t3nwf-l2{to{transform:rotate(1turn)}}.modal-overlay.svelte-1z0mf0b{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content.svelte-1z0mf0b{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:2rem;max-width:1000px;width:90%;max-height:90vh;overflow-y:auto;color:#fff}.modal-header.svelte-1z0mf0b{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #333;padding-bottom:1rem}.modal-header.svelte-1z0mf0b h2:where(.svelte-1z0mf0b){margin:0;font-size:1.5rem;color:#fff}.close-btn.svelte-1z0mf0b{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn.svelte-1z0mf0b:hover{color:#fff}.country-selectors.svelte-1z0mf0b{display:flex;gap:1rem;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap}.selector-group.svelte-1z0mf0b{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:200px}.selector-group.svelte-1z0mf0b label:where(.svelte-1z0mf0b){font-weight:600;color:#ccc}.selector-group.svelte-1z0mf0b select:where(.svelte-1z0mf0b){padding:.75rem;border:2px solid #333;border-radius:6px;background:#0a0a0a;color:#fff;font-size:1rem}.selector-group.svelte-1z0mf0b select:where(.svelte-1z0mf0b):focus{outline:none;border-color:#4a90e2}.vs-indicator.svelte-1z0mf0b{font-size:1.5rem;font-weight:700;color:#4a90e2;padding:0 1rem;margin-bottom:.5rem}.compare-btn.svelte-1z0mf0b{padding:.75rem 2rem;background:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.compare-btn.svelte-1z0mf0b:hover:not(:disabled){background:#357abd}.compare-btn.svelte-1z0mf0b:disabled{background:#333;cursor:not-allowed;opacity:.5}.comparison-results.svelte-1z0mf0b{display:flex;flex-direction:column;gap:2rem}.summary-section.svelte-1z0mf0b{background:#0a0a0a;padding:1.5rem;border-radius:8px;border:1px solid #333}.summary-section.svelte-1z0mf0b h3:where(.svelte-1z0mf0b){margin:0 0 1rem;color:#4a90e2;font-size:1.2rem}.summary-text.svelte-1z0mf0b p:where(.svelte-1z0mf0b){margin:.75rem 0;line-height:1.6;color:#ccc}.stats-comparison.svelte-1z0mf0b{overflow-x:auto}table.svelte-1z0mf0b{width:100%;border-collapse:collapse;background:#0a0a0a;border-radius:8px;overflow:hidden}thead.svelte-1z0mf0b{background:#2a2a2a}th.svelte-1z0mf0b{padding:1rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #333}td.svelte-1z0mf0b{padding:.875rem 1rem;border-bottom:1px solid #222;color:#ccc}tbody.svelte-1z0mf0b tr:where(.svelte-1z0mf0b):hover{background:#1a1a1a}.positive.svelte-1z0mf0b{color:#4ade80;font-weight:600}.negative.svelte-1z0mf0b{color:#f87171;font-weight:600}@media (max-width: 768px){.modal-content.svelte-1z0mf0b{padding:1rem;width:95%}.country-selectors.svelte-1z0mf0b{flex-direction:column}.vs-indicator.svelte-1z0mf0b{margin:0}}.map-component{background-color:var(--bg);color:#fff}.map-component button{cursor:pointer}.map-component *{transition:all .3s ease}.map-component main{padding:2rem;margin:0 auto;position:relative;width:1000px}.map-component .header{display:flex;flex-direction:row;gap:2rem;margin-bottom:1rem}.map-component .controls-header{display:flex;flex-direction:column;align-items:start;gap:2rem}.map-component .map-controls{display:flex;flex-direction:row;gap:2rem;background-color:var(--background-secondary);border-radius:10px;padding:1rem 1.5rem;box-shadow:var(--shadow);border:var(--border);flex-shrink:0}.map-component .control-item{display:flex;align-items:center;gap:1rem}.map-component .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.map-component .checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#4a90e2}.map-component .checkbox-label svg{color:#fff;transition:color .2s}.map-component .label-text{font-weight:600;font-size:.95rem;color:#fff}.map-component .metric-select{padding:.5rem .75rem;border:2px solid #333333;border-radius:6px;font-size:.875rem;cursor:pointer;background:var(--background-input);color:#fff;font-weight:500;transition:all .2s;min-width:200px}.map-component .metric-select:disabled{cursor:not-allowed;color:#c8c8c880}.map-component .metric-select:disabled:hover{border:2px solid #333333;background:var(--background-input)}.map-component .metric-select:hover{border-color:#4a90e2;background-color:var(--background-input-hover)}.map-component .metric-select:focus{outline:none;border-color:#4a90e2;background-color:var(--background-input-hover);box-shadow:0 0 0 3px #4a90e24d}.map-component .selected-metric{display:none}.map-component .legend{min-height:80px;flex:1;max-width:400px;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.25rem;box-sizing:border-box;background-color:var(--background-primary);border-radius:8px;box-shadow:var(--shadow);border:var(--border);transition:background-color .2s ease-in-out;max-width:calc(236px - 2rem)}.map-component .legend-label{font-size:.9rem;font-weight:600;color:#fff;transition:color .2s ease-in-out}.map-component .legend-content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-height:0}.map-component .legend.hidden{opacity:0}.map-component .legend *{transition:color .2s ease-in-out,background-color .2s ease-in-out,opacity .2s ease}.map-component .legend-gradient{width:150px;height:20px;background:linear-gradient(to right,#deebf7,#3182bd);border-radius:4px;border:1px solid #555555}.map-component .legend-labels{display:flex;justify-content:space-between;width:150px;font-size:.75rem;color:#ccc;font-weight:500;margin-top:.25rem}.map-component .legend-categorical{display:flex;flex-wrap:wrap;gap:1rem;min-height:40px}.map-component .legend-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.map-component .legend-item span{font-size:.75rem;color:#ccc;font-weight:500}.map-component .legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #555555;flex-shrink:0}.map-component .map-container{width:100%;min-height:50vh;display:grid;place-items:center;margin-bottom:2rem;border-radius:12px;box-shadow:var(--shadow);border:var(--border);background-color:var(--background-secondary);height:600px;width:1000px}.map-component .map-container svg{width:100%;height:100%;border-radius:12px}.map-component .date-controls{display:flex;gap:2rem;background-color:var(--background-secondary);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow);flex-wrap:wrap;border:var(--border)}.map-component .control-group{display:flex;align-items:center;gap:.75rem;flex:1;min-width:250px}.map-component .control-group label{font-weight:600;color:#fff;font-size:.9rem;white-space:nowrap}.map-component .control-group input[type=date],.map-component .control-group input[type=number],.map-component .control-group select{flex:1;padding:.6rem .9rem;border:2px solid #333333;border-radius:6px;font-size:.9rem;transition:all .2s;background:var(--background-input);color:#fff}:is(.map-component .control-group input[type=date],.map-component .control-group input[type=number],.map-component .control-group select):focus{outline:none;border-color:#4a90e2;background-color:var(--background-input-hover);box-shadow:0 0 0 3px #4a90e24d}:is(.map-component .control-group input[type=date],.map-component .control-group input[type=number],.map-component .control-group select):hover{background-color:var(--background-input-hover)}.map-component .control-group button{padding:.6rem .9rem;border:2px solid #333333;border-radius:6px;background:var(--background-input);color:#fff;font-size:.9rem;transition:all .2s}.map-component .control-group button:hover{background-color:var(--background-input-hover);border-color:#4a90e2}.map-component .control-group button:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e24d}.map-component .tooltip{display:none;position:fixed;background:#000000f2;color:#fff;padding:10px 12px;border-radius:6px;font-size:13px;pointer-events:none;z-index:1000;line-height:1.5;box-shadow:var(--shadow);border:var(--border)}.map-component .country-overlay{position:absolute;top:50px;right:50px;width:600px;height:400px;background-color:var(--background-secondary);box-shadow:var(--shadow);z-index:100;display:flex;flex-direction:column;align-items:flex-end;border:var(--border)}.map-component .country-overlay button{background:var(--background-input);color:#fff;border:var(--border);padding:.5rem 1rem;margin:.5rem;border-radius:4px}.map-component .country-overlay button:hover{background-color:var(--background-input-hover)}.map-component .country-overlay svg{width:100%;height:100%;background:#000}.map-component .flex{color:#fff}.map-component .secondary-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.map-component .comparison-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;background-color:var(--background-input);border:var(--border)}.map-component .comparison-btn:hover{background-color:var(--background-input-hover)}.map-component .comparison-btn:disabled{background:#333;cursor:not-allowed;opacity:.5}.map-component .comparison-btn svg{color:#fff}@media (max-width: 768px){.map-component main{padding:1rem}.map-component .controls-header{flex-direction:column;align-items:stretch}.map-component .map-controls{width:100%;flex-direction:column;gap:1rem}.map-component .control-item{flex-direction:column;align-items:flex-start;gap:.5rem}.map-component .metric-select{width:100%}.map-component .legend{width:100%;max-width:100%}.map-component .date-controls{flex-direction:column}.map-component .control-group{width:100%;min-width:auto}.map-component .map-container{padding:1rem}}.toggle.svelte-1p6tg2h{display:flex;align-items:center;cursor:pointer;gap:1em;-webkit-user-select:none;user-select:none;padding:.75rem 1.5rem;border:2px solid #333333;border-radius:8px;font-size:1rem;font-weight:600;transition:all .2s;background:var(--background-input);color:#fff}.toggle.svelte-1p6tg2h:focus{outline:none;border-color:#4a90e2;background-color:var(--background-input-hover);box-shadow:0 0 0 3px #4a90e24d}.toggle.svelte-1p6tg2h:hover{background-color:var(--background-input-hover)}.toggle-input.svelte-1p6tg2h{width:0;height:0;opacity:0;position:absolute}.toggle-slider.svelte-1p6tg2h{width:40px;height:20px;background:transparent;border:1px solid white;border-radius:20px;position:relative;transition:background .2s}.toggle-slider.svelte-1p6tg2h:before{content:"";position:absolute;left:2px;top:1px;width:16px;height:16px;background:#a5a5a5;border:2px solid white;border-radius:50%;transition:transform .2s}.toggle-input.svelte-1p6tg2h:checked+.toggle-slider:where(.svelte-1p6tg2h):before{transform:translate(18px)}.double-range-container.svelte-qqd0kp{width:100%;height:20px;-webkit-user-select:none;user-select:none;box-sizing:border-box;white-space:nowrap}.slider.svelte-qqd0kp{position:relative;width:100%;height:6px;top:50%;transform:translateY(-50%);background-color:#e2e2e2;box-shadow:inset 0 7px 10px -5px #4a4a4a,inset 0 -1px #9c9c9c;border-radius:1px}.handle.svelte-qqd0kp{position:absolute;top:50%;width:0;height:0}.handle.svelte-qqd0kp:after{content:" ";box-sizing:border-box;position:absolute;border-radius:50%;width:16px;height:16px;background-color:#fdfdfd;border:1px solid #7b7b7b;transform:translate(-50%,-50%)}.handle.svelte-qqd0kp:active:after{background-color:#ddd;z-index:9}.body.svelte-qqd0kp{top:0;position:absolute;background-color:#34a1ff;bottom:0}main.svelte-1uha8ag{width:100vw;height:100vh;display:flex;padding-top:2em;align-items:center;flex-direction:column}
