:root{--text:#6b6375;--text-h:#08060d;--bg:#111d39;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{width:100%}.app-shell{flex-direction:column;height:100svh;display:flex}.app-footer{color:#fff;z-index:1000;background:#111d39f2;height:5%;margin-top:2px;margin-bottom:2px;font-size:.8rem;line-height:1.25}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#weatherPage{justify-content:center;align-items:center;width:100%;margin-top:5%;margin-bottom:5%;display:flex}#weatherResult{text-align:left;color:#0f172a;background:linear-gradient(#fff 0%,#f4f7fb 100%);border:1px solid #dbe3ee;border-radius:20px;width:min(820px,100% - 32px);margin:0 auto;padding:28px;box-shadow:0 16px 40px #0f172a14}.weather-actions{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.result-location-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.result-location-row h3[aria-hidden=true]{flex:1;margin:0;font-size:24px;font-weight:500}.action-button{color:#fff;cursor:pointer;background:#1b265b;border:none;border-radius:10px;width:fit-content;min-height:50px;padding:12px 16px;font-size:16px;font-weight:700;transition:transform .2s,background .2s,opacity .2s}.action-button:hover:not(:disabled){background:#141c45;transform:translateY(-1px)}.action-button:disabled{cursor:not-allowed;background:#9ca3af;transform:none}#weatherResult h2{color:#000;margin:0;font-size:2rem}#weatherResult p{margin:6px 0}.weather-header-row{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:12px;display:flex}.weather-label{color:#334155;font-size:1.5rem;font-weight:400}.weather-text{flex:1}.weather-kicker{letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin:20px 0 10px;font-size:.8rem;font-weight:700}.weather-location{color:#334155;margin:10px 0 20px;font-size:1.1rem}.weather-visual{text-align:center;min-width:150px;min-height:150px;margin-right:20px;overflow:hidden}.meteocon{transform-origin:50%;object-fit:contain;z-index:10;width:150px;height:150px;margin:0 auto;display:flex;transform:scale(1.4)}.weather-visual p{color:#172554;z-index:20;font-weight:500;position:absolute;top:150px;right:80px}.weather-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.weather-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:8px;padding:16px;display:flex}.weather-grid span{color:#64748b;font-size:.85rem}.weather-grid strong{color:#0f172a;font-size:1.6rem}.weather-error{color:#dc2626;margin-top:6px;font-weight:600}@media (width<=600px){#weatherResult{width:calc(100% - 20px);padding:20px}.meteocon{width:140px;top:-56px;right:-24px}.weather-header-row{flex-direction:column;align-items:flex-start}.weather-visual{align-self:center}.weather-grid{grid-template-columns:1fr}.weather-actions{flex-direction:column}.action-button{width:100%}.location-map-button{margin-left:0}}.date-range-panel{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:18px;gap:16px;margin:20px 0 8px;padding:18px;display:grid}.date-range-copy h3{color:#0f172a;margin:4px 0 6px;font-size:1.15rem}.date-range-help{color:#475569;margin:0;line-height:1.5}.date-range-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.date-range-field{gap:8px;display:grid}.date-range-field label{color:#334155;font-size:.9rem;font-weight:700}.date-range-field input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:80%;min-height:32px;padding:10px 12px;font-size:.98rem}.date-range-field input:focus{border-color:#1b265b;outline:none;box-shadow:0 0 0 3px #1b265b1f}.date-range-error{color:#dc2626;margin:0;font-weight:600;line-height:1.5}.date-range-submit{width:fit-content}@media (width<=600px){.date-range-panel{padding:16px}.date-range-fields{grid-template-columns:1fr}.date-range-submit{width:100%}}.forecast-result{width:100%;max-width:1400px;margin:0 auto}.forecast-actions{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.result-location-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.h3[aria-hidden=true]{font-size:24px}.forecast-result .action-button,#weatherResult .action-button{color:#fff;cursor:pointer;background:#1b265b;border:none;border-radius:10px;width:fit-content;min-height:50px;padding:12px 16px;font-size:16px;font-weight:700;transition:transform .2s,background .2s,opacity .2s}.forecast-result .search-button:hover,.forecast-result #weatherResult .forecast-button:hover{background:#141c45}.forecast-strip{scroll-behavior:smooth;gap:14px;padding-bottom:6px;display:flex;overflow:auto hidden}.forecast-strip h3{font-weight:500}.forecast-strip::-webkit-scrollbar{height:8px}.forecast-strip::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.forecast-strip::-webkit-scrollbar-track{background:0 0}.forecast-day{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;align-items:center;gap:10px;width:90%;min-width:130px;min-height:320px;padding:10px;display:flex}.forecast-day img{object-fit:contain;width:88px;height:88px}.forecast-date{color:#64748b;margin:0;font-size:.9rem;font-weight:700}.forecast-day h3{color:#0f172a;min-height:2.6em;margin:0;font-size:1.05rem;line-height:1.3}.forecast-temp{justify-content:center;align-items:baseline;gap:12px;margin:2px 0 0;display:flex}.forecast-temp strong{color:#0f172a;font-size:1.25rem;font-weight:550}.forecast-temp span{color:#475569;font-size:.9rem}.forecast-day dl{text-align:left;gap:8px;width:100%;margin:0;display:grid}.forecast-day dl div{justify-content:space-between;align-items:center;gap:12px;font-size:.92rem;display:flex}.forecast-day dt{color:#64748b}.forecast-day dd{color:#0f172a;margin:0;font-weight:550}@media (width<=600px){.forecast-actions{flex-direction:column}.forecast-result{width:calc(100% - 20px)}.forecast-strip{grid-template-columns:1fr}.location-map-button{margin-left:0}}.range-forecast-block{margin-top:24px}.range-forecast-block .weather-text{margin-bottom:14px}.forecast-strip--embedded{margin-top:4px}#weatherResult.map-result{flex-direction:column;gap:18px;display:flex}.map-result-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.map-coordinates{color:#475569;align-items:center;gap:8px;margin-top:8px;font-weight:600;display:inline-flex}.map-card{background:#c7d7eb;border:1px solid #dbe3ee;border-radius:20px;min-height:420px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff38}.map-frame{border:0;width:100%;height:100%;min-height:420px;display:block}.map-note{color:#475569;margin:0;font-weight:500}.location-map-button{margin-left:auto}@keyframes map-pulse{0%{opacity:.95;transform:scale(.75)}70%{opacity:.45;transform:scale(1.15)}to{opacity:0;transform:scale(1.25)}}@media (width<=600px){.map-card{min-height:300px}.location-map-button{margin-left:0}}#searchesPage{justify-content:center;width:100%;margin:5% auto;display:flex}#searchesResult{width:min(92vw,1400px)}.past-searches-result{width:min(1100px,100%)}.past-searches-status,.past-searches-empty{color:#fff;margin-top:16px}.past-searches-empty{border:1px solid #ffffff1f;border-radius:14px;padding:18px}.past-searches-table-wrap{background:#ebeeffed;border:1px solid #ffffff1f;border-radius:16px;margin-top:18px;overflow-x:auto}.past-searches-table{border-collapse:collapse;color:#00000097;width:100%}.past-searches-table th,.past-searches-table td{text-align:left;vertical-align:top;border-bottom:1px solid #180e2d;padding:14px 16px}.past-searches-table th{letter-spacing:.04em;text-transform:uppercase;color:#0a0f26fa;background:#ebeeff;font-size:.85rem;position:sticky;top:0}.past-searches-table tbody tr:hover{background:#ebeeff6b}.past-searches-location{align-items:flex-start;gap:8px;display:inline-flex}.past-searches-actions{flex-wrap:wrap;gap:8px;display:flex}.past-searches-action-button{color:#ebeeff;cursor:pointer;background:#0a0f26;border:1px solid #0a0f262e;border-radius:999px;min-width:96px;padding:8px 12px;font-size:.84rem;font-weight:600;transition:transform .15s,background .15s,opacity .15s}.past-searches-action-button:hover{background:#151d43;transform:translateY(-1px)}.past-searches-action-button--danger{background:#8b1e3f;border-color:#8b1e3f59}.past-searches-action-button--danger:hover{background:#a92a50}@media (width<=900px){.past-searches-table th,.past-searches-table td{padding:12px}}#addressForm{background:#fff;border-radius:12px;max-width:620px;margin:auto;padding:24px;box-shadow:0 4px 18px #00000014}#addressForm fieldset{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px;padding:16px}#addressForm legend{color:#333;padding:0 8px;font-size:24px;font-weight:700}#addressForm .form-row{align-items:center;gap:6px;display:flex}#addressForm label{color:#444;text-align:left;width:120px;margin:0;font-size:15px;font-weight:500;display:inline-block}#addressForm input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:auto;width:calc(100% - 120px);margin:4px 0 10px;padding:10px 12px;font-size:14px;transition:all .2s}#addressForm input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}#addressForm button{color:#fff;cursor:pointer;background:#1b265b;border:none;border-radius:8px;width:100%;margin-top:10px;padding:10px;font-size:20px;font-weight:700;transition:all .2s}#addressForm button:hover{background:#141c45}#addressForm button:disabled{cursor:not-allowed;background:#9ca3af}#addressForm #error{color:#dc2626;margin-top:10px;font-size:13px}@media (width<=600px){#addressForm{margin:10px;padding:16px}#addressForm .form-row{display:block}#addressForm label{text-align:left;width:100%;margin-top:10px}#addressForm input{width:100%}#weatherResult{width:calc(100% - 20px);padding:20px}.weather-grid{grid-template-columns:1fr}#weatherResult button{width:100%}}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}.two-column{flex:1;width:100%;height:100%;min-height:0;display:flex}.left-column{background:linear-gradient(#16171d 0%,#141c45 100%);flex-direction:column;flex:0 0 50%;justify-content:center;align-items:center;display:flex}.logo{object-fit:contain;width:2000px;max-width:50%;height:auto;margin-top:-40px;display:block}.location-button{color:#fff;letter-spacing:.01em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;width:min(320px,80%);padding:14px 18px;font-size:1rem;font-weight:700;transition:transform .2s,border-color .2s}.location-button:hover:not(:disabled){background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.location-button:disabled{cursor:wait;opacity:.75}.right-column{background:linear-gradient(#262832 0%,#1b265b 100%);flex:50%;justify-content:center;align-items:center;padding:40px;display:flex}#addressForm{background:#fff}@media (width<=900px){.two-column{flex-direction:column}.left-column{flex:none;padding:18px 12px}.logo{max-width:320px}.location-button{width:min(320px,90%)}.right-column{padding:18px 12px}}
