:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}.weather-icon[data-v-50780f0f]{display:inline-flex;align-items:center;justify-content:center;color:#5a6c86}.size-small[data-v-50780f0f]{width:24px;height:24px}.size-medium[data-v-50780f0f]{width:40px;height:40px}.size-large[data-v-50780f0f]{width:80px;height:80px}.air-quality-card[data-v-3a386257]{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d}h2[data-v-3a386257]{font-size:1.5rem;margin-bottom:1.25rem;color:#333}.loading[data-v-3a386257],.error[data-v-3a386257]{display:flex;justify-content:center;padding:2rem 0;color:#666}.error[data-v-3a386257]{color:#e53935}.aqi-main[data-v-3a386257]{display:flex;align-items:center;margin-bottom:1.5rem;gap:1rem}.aqi-index[data-v-3a386257]{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.aqi-details h3[data-v-3a386257]{font-size:1.2rem;margin-bottom:.25rem}.aqi-details p[data-v-3a386257]{font-size:.875rem;color:#666}.pollutant-grid[data-v-3a386257]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pollutant-item[data-v-3a386257]{padding:.75rem;background:#f7f9fc;border-radius:.5rem;text-align:center}.pollutant-name[data-v-3a386257]{font-size:.875rem;color:#666;margin-bottom:.25rem}.pollutant-value[data-v-3a386257]{font-size:1.1rem;font-weight:500;color:#333}.weather-container[data-v-8bfc20e1]{max-width:1200px;margin:0 auto;padding:1.5rem}.loading-container[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loader[data-v-8bfc20e1]{border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #3498db;width:50px;height:50px;animation:spin-8bfc20e1 2s linear infinite;margin-bottom:1rem}@keyframes spin-8bfc20e1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.error-icon[data-v-8bfc20e1]{display:flex;align-items:center;justify-content:center;width:60px;height:60px;font-size:2rem;font-weight:700;color:#fff;background:#e53935;border-radius:50%;margin-bottom:1rem}.retry-btn[data-v-8bfc20e1]{margin-top:1.5rem;padding:.75rem 2rem;border:none;border-radius:.5rem;background:#3498db;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.retry-btn[data-v-8bfc20e1]:hover{background:#2980b9}.weather-content[data-v-8bfc20e1]{display:flex;flex-direction:column;gap:1.5rem}.card[data-v-8bfc20e1]{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.weather-grid[data-v-8bfc20e1]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.weather-grid[data-v-8bfc20e1]{grid-template-columns:1fr}}.current-weather[data-v-8bfc20e1]{display:flex;flex-direction:column}.location-info[data-v-8bfc20e1]{margin-bottom:1.5rem}.location-info h2[data-v-8bfc20e1]{font-size:1.5rem;margin-bottom:.5rem;color:#333}.datetime[data-v-8bfc20e1]{color:#666;font-size:.9rem}.current-weather-main[data-v-8bfc20e1]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.temperature[data-v-8bfc20e1]{font-size:4rem;font-weight:300;line-height:1}.degree[data-v-8bfc20e1]{font-weight:400;vertical-align:top;font-size:2.5rem}.feels-like[data-v-8bfc20e1]{margin-top:.5rem;color:#666}.weather-description[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center}.weather-description p[data-v-8bfc20e1]{margin-top:.5rem;font-size:1.1rem}.weather-details[data-v-8bfc20e1]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:auto}.detail-item[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center;text-align:center}.detail-icon[data-v-8bfc20e1]{font-size:1.5rem;margin-bottom:.25rem}.detail-value[data-v-8bfc20e1]{font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.detail-label[data-v-8bfc20e1]{font-size:.875rem;color:#666}.hourly-forecast h2[data-v-8bfc20e1],.daily-forecast h2[data-v-8bfc20e1]{font-size:1.5rem;margin-bottom:1.25rem;color:#333}.hourly-scroll[data-v-8bfc20e1]{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.hourly-scroll[data-v-8bfc20e1]::-webkit-scrollbar{display:none}.hourly-item[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center;min-width:60px}.hourly-time[data-v-8bfc20e1]{font-size:.9rem;color:#666;margin-bottom:.5rem}.hourly-temp[data-v-8bfc20e1]{font-size:1.1rem;font-weight:500;margin:.5rem 0}.hourly-precip[data-v-8bfc20e1]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.precip-bar[data-v-8bfc20e1]{height:40px;width:6px;background:#e1f5fe;border-radius:3px;overflow:hidden;position:relative}.precip-fill[data-v-8bfc20e1]{width:100%;background:#4fc3f7;position:absolute;bottom:0}.precip-value[data-v-8bfc20e1]{font-size:.8rem;color:#666}.daily-container[data-v-8bfc20e1]{display:flex;flex-direction:column;gap:.75rem}.daily-item[data-v-8bfc20e1]{display:grid;grid-template-columns:1fr 80px 1fr 2fr;align-items:center;padding:.75rem;border-radius:.5rem;transition:background .3s}.daily-item[data-v-8bfc20e1]:hover{background:#f7f9fc}.daily-date[data-v-8bfc20e1]{font-weight:500}.daily-temp[data-v-8bfc20e1]{display:flex;gap:.5rem}.temp-max[data-v-8bfc20e1]{font-weight:500}.temp-min[data-v-8bfc20e1]{color:#666}.daily-info[data-v-8bfc20e1]{display:flex;justify-content:space-between;align-items:center}.daily-sunrise-sunset[data-v-8bfc20e1]{display:flex;flex-direction:column;gap:.25rem}.sunrise[data-v-8bfc20e1],.sunset[data-v-8bfc20e1]{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.daily-uv[data-v-8bfc20e1]{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.uv-label[data-v-8bfc20e1]{color:#666}.uv-value[data-v-8bfc20e1]{font-weight:500}:root{--bg-color: #f0f2f5;--text-color: #333;--card-bg: #ffffff;--header-bg: #ffffff;--header-text: #333;--border-color: #e0e0e0;--shadow-color: rgba(0, 0, 0, .05);--highlight-color: #3498db;--highlight-hover: #2980b9}[data-theme=dark]{--bg-color: #1a1a1a;--text-color: #f0f0f0;--card-bg: #2d2d2d;--header-bg: #252525;--header-text: #ffffff;--border-color: #444;--shadow-color: rgba(0, 0, 0, .2);--highlight-color: #3498db;--highlight-hover: #2980b9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;transition:background-color .3s ease,color .3s ease}.app{display:flex;flex-direction:column;min-height:100vh}header{background-color:var(--header-bg);color:var(--header-text);box-shadow:0 2px 10px var(--shadow-color);position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.75rem;font-weight:600}.theme-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s}.theme-btn:hover{background-color:#8080801a}main{flex:1;padding:1.5rem}footer{background-color:var(--header-bg);color:var(--header-text);border-top:1px solid var(--border-color);padding:1.5rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.api-credit{margin-top:.5rem;font-size:.875rem;opacity:.8}a{color:var(--highlight-color);text-decoration:none}a:hover{text-decoration:underline}.card{background-color:var(--card-bg)!important;box-shadow:0 4px 12px var(--shadow-color)!important;transition:background-color .3s ease,box-shadow .3s ease}@media (max-width: 768px){.header-content{padding:1rem}.logo h1{font-size:1.5rem}main{padding:1rem}}
