:root{--bg:#edf4fb;--panel:#fff;--blue:#1769aa;--blue-dark:#105486;--text:#182535;--muted:#647386;--border:#d6e1ec;--high:#df5b22;--low:#2475d1}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);padding-bottom:env(safe-area-inset-bottom)}
button,input{font:inherit}.app-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--blue),#2382c9);color:#fff;padding:calc(18px + env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) 18px max(20px,env(safe-area-inset-left));box-shadow:0 2px 12px #0f5f9d33}.app-header h1{margin:0;font-size:24px}.app-header p{margin:3px 0 0;color:#dfedfa;font-size:13px}.header-button{border:1px solid #ffffff99;border-radius:8px;background:#ffffff20;color:#fff;padding:8px 13px;font-weight:700}
main{padding:18px;max-width:1800px;margin:auto}.panel{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:0 5px 18px #26547a0d}.search-panel{padding:18px;margin-bottom:16px}.search-panel>label:first-of-type{display:block;font-size:13px;font-weight:700;margin-bottom:8px}.search-row{display:flex;align-items:stretch;gap:8px}.location-wrap{position:relative;flex:1;min-width:160px}#locationInput{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font-size:16px;color:var(--text);background:#fff}#locationInput:focus{outline:3px solid #2584ca25;border-color:#2584ca}.primary,.secondary,.unit{border-radius:8px;cursor:pointer;font-weight:700}.primary{border:0;background:var(--blue);color:#fff;padding:0 17px}.primary:hover{background:var(--blue-dark)}button:disabled{opacity:.55;cursor:default}.unit-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.unit{min-width:46px;border:0;border-radius:0;background:#fff;color:var(--text)}.unit+.unit{border-left:1px solid var(--border)}.unit.active{background:var(--blue);color:#fff}.default-option{display:inline-flex!important;align-items:center;gap:7px;margin-top:12px!important;margin-bottom:0!important;color:var(--muted);font-size:13px!important;font-weight:500!important}.default-option input{width:17px;height:17px;accent-color:var(--blue)}.message{min-height:18px;margin:9px 0 0;font-size:13px;color:var(--muted)}.message.error{color:#b42318}.message.loading::before{content:"";display:inline-block;width:12px;height:12px;margin-right:7px;border:2px solid #a9c8e2;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.recent-menu{position:absolute;z-index:20;top:48px;left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px #193b5850;overflow:hidden}.recent-item{display:block;width:100%;border:0;border-bottom:1px solid var(--border);background:#fff;text-align:left;padding:11px 12px;color:var(--text)}.recent-item:last-child{border-bottom:0}.recent-item:active{background:var(--bg)}
.results{padding:18px}.location-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px}.location-row h2{margin:0;color:var(--blue-dark);font-size:18px}.actions{display:flex;gap:8px;flex-shrink:0}.secondary{border:1px solid var(--blue);background:#fff;color:var(--blue-dark);padding:9px 14px}.secondary.active{background:var(--blue);color:#fff}.radar{padding:9px 14px}.forecast-cards{--day-count:5;display:grid;grid-template-columns:repeat(var(--day-count),minmax(112px,1fr));gap:10px;overflow-x:auto;padding:1px 1px 10px;scroll-snap-type:x proximity}.day-card{scroll-snap-align:start;border:1px solid var(--border);border-radius:12px;padding:13px 8px;text-align:center;min-width:0;background:linear-gradient(#fff,#fbfdff)}.day-name{font-weight:750}.day-date,.description,.extra{color:var(--muted)}.day-date{font-size:12px;margin:3px 0 5px}.weather-icon{height:58px;display:grid;place-items:center}.weather-icon svg{width:58px;height:58px}.description{font-size:11px;text-transform:capitalize;min-height:30px}.high{font-size:20px;font-weight:800;color:var(--high);margin-top:3px}.low{font-size:15px;color:var(--low);margin:2px}.extra{font-size:11px;margin-top:6px}.chart-section{position:relative;margin-top:8px}.chart-section h3{font-size:16px;margin:0 0 5px}.chart-legend{text-align:center;font-size:12px;color:var(--muted);margin-bottom:4px}.chart-legend span{margin:0 7px}.high-key{color:var(--high)}.low-key{color:var(--low)}.chart-scroll{overflow-x:auto}#temperatureChart{width:100%;min-width:600px;height:260px;display:block}footer{padding:4px 20px 20px;text-align:center;color:var(--muted);font-size:11px}footer a{color:var(--blue)}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:700px){main{padding:12px}.search-panel,.results{padding:14px}.search-row{flex-wrap:wrap}.location-wrap{flex-basis:100%}.search-row>.primary{height:43px;flex:1}.unit-toggle{height:43px}.location-row{align-items:flex-start;flex-direction:column}.actions{width:100%}.actions button{flex:1;padding:10px 7px;font-size:12px}.forecast-cards{grid-template-columns:repeat(var(--day-count),145px);margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.day-card{min-width:145px}.app-header h1{font-size:22px}.app-header p{max-width:250px}.chart-section{margin-top:4px}}
@media(display-mode:standalone){.header-button{display:none!important}}
