*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080810;--surface: rgba(255,255,255,.05);--surface-hover: rgba(255,255,255,.09);--border: rgba(255,255,255,.08);--border-strong: rgba(255,255,255,.15);--text-primary: #f4f4f5;--text-secondary: #a1a1aa;--text-muted: #71717a;--blue: #60a5fa;--yellow: #fbbf24}html{color-scheme:dark}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text-primary);min-height:100dvh;-webkit-font-smoothing:antialiased;font-size:16px}#weather-bg{position:fixed;inset:0;z-index:0;pointer-events:none;transition:background 2s ease}.app{position:relative;z-index:1;max-width:580px;margin:0 auto;padding:28px 20px 72px}.search-row{display:flex;gap:10px;margin-bottom:32px}.search-wrap{flex:1;position:relative}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}#search-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 14px 14px 42px;color:var(--text-primary);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s,background .2s}#search-input::placeholder{color:var(--text-muted)}#search-input:focus{border-color:var(--border-strong);background:var(--surface-hover)}.icon-btn{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:0 18px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;font-size:14px;font-family:inherit;gap:7px;min-height:48px}.icon-btn:hover{background:var(--surface-hover);color:var(--text-primary)}.icon-btn:disabled{opacity:.4;cursor:not-allowed}#error-msg{display:none;margin-bottom:20px;padding:13px 16px;border-radius:12px;background:#ef44441f;border:1px solid rgba(239,68,68,.2);color:#fca5a5;font-size:14px}#loading-state{display:none;text-align:center;padding:100px 0}.loading-icon{font-size:56px;display:block;margin:0 auto 20px;animation:float 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}#empty-state{text-align:center;padding:100px 0}#empty-state .icon{font-size:64px;margin-bottom:20px}#empty-state h2{font-size:18px;font-weight:500;color:var(--text-secondary);margin-bottom:8px}#empty-state p{font-size:14px;color:var(--text-muted)}#weather-content{display:none}#weather-content.visible{display:block;animation:fadeUp .45s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero{text-align:center;margin-bottom:36px;padding:8px 0}.hero-location{font-size:15px;font-weight:500;color:var(--text-secondary);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:6px}#hero-temp{font-size:108px;font-weight:200;line-height:1;letter-spacing:-6px;margin-bottom:12px}.hero-condition{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}#hero-icon{width:40px;height:40px;display:none;filter:drop-shadow(0 0 12px rgba(255,255,255,.2))}#hero-desc{font-size:19px;color:var(--text-secondary);text-transform:capitalize}.hero-range{font-size:15px;color:var(--text-muted);margin-bottom:4px}.hero-updated{font-size:12px;color:var(--text-muted);margin-top:6px;opacity:.7}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px 18px 16px}.stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:10px;display:flex;align-items:center;gap:6px}.stat-value{font-size:28px;font-weight:400;margin-bottom:6px;line-height:1;color:var(--text-primary)}.stat-sub{font-size:13px;color:var(--text-muted);line-height:1.3}.wind-compass{display:inline-flex;align-items:center;gap:6px}.compass-ring{width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:50%;position:relative;flex-shrink:0}.compass-dot{width:4px;height:4px;background:var(--blue);border-radius:50%;position:absolute;top:0;left:0}.aqi-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:13px;font-weight:500}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:20px;margin-bottom:14px}.section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:18px}.hourly-scroll{overflow-x:auto;scrollbar-width:none;margin:0 -6px;padding:0 6px}.hourly-scroll::-webkit-scrollbar{display:none}.hourly-track{display:flex;gap:2px}.hourly-item{min-width:68px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:14px;transition:background .15s;cursor:default}.hourly-item:hover{background:var(--surface-hover)}.hourly-item .time{font-size:12px;color:var(--text-muted)}.hourly-item img{width:36px;height:36px}.hourly-item .temp{font-size:15px;font-weight:500}.hourly-item .pop{font-size:11px;color:var(--blue);font-weight:500}.hourly-item .invisible{visibility:hidden}.forecast-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--border)}.forecast-row:last-child{border-bottom:none}.forecast-day{font-size:14px;font-weight:500;color:var(--text-secondary);width:42px;flex-shrink:0}.forecast-row img{width:36px;height:36px;flex-shrink:0}.forecast-pop{font-size:12px;font-weight:500;color:var(--blue);width:32px;text-align:right;flex-shrink:0}.forecast-temps{display:flex;align-items:center;gap:10px;flex:1}.f-min{font-size:13px;color:var(--text-muted);min-width:30px;text-align:right}.f-max{font-size:13px;font-weight:500;color:var(--text-primary);min-width:30px}.temp-bar{flex:1;height:5px;border-radius:3px;background:#ffffff12;position:relative}.temp-bar-fill{position:absolute;top:0;height:100%;border-radius:3px;background:linear-gradient(to right,#60a5fa,#f97316)}.sun-row{display:flex;align-items:center;gap:20px}.sun-item{text-align:center;flex-shrink:0}.sun-item .emoji{font-size:28px;display:block;margin-bottom:6px}.sun-item .label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}.sun-item .value{font-size:16px;font-weight:500}.sun-track{flex:1;position:relative;padding:8px 0}.sun-arc{height:4px;border-radius:2px;background:#ffffff14}.sun-orb{position:absolute;top:50%;width:14px;height:14px;background:var(--yellow);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #fbbf2499;transition:left 1s ease}.daylight-text{text-align:center;font-size:13px;color:var(--text-muted);margin-top:16px}@media(max-width:420px){.app{padding:20px 16px 64px}#hero-temp{font-size:88px;letter-spacing:-4px}#hero-desc{font-size:17px}.stat-value{font-size:24px}.stats-grid{gap:10px}.hourly-item{min-width:60px}}@media(max-width:340px){#hero-temp{font-size:76px}.stats-grid{grid-template-columns:1fr}}
