*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;max-width:100%;position:relative}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;min-height:100vh;color:#333;word-wrap:break-word;overflow-wrap:break-word}.header-bar{background:#333;color:#fff;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;box-sizing:border-box}.header-bar h1{font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.time-machine-btn{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.5rem 1rem;color:#fff;cursor:pointer;transition:background-color .2s,border-color .2s;font-size:.85rem}.time-machine-btn:hover{background:#fff3;border-color:#ffffff4d}.time-machine-btn svg{width:18px;height:18px}@media (max-width: 600px){.time-machine-label{display:none}.time-machine-btn{padding:.5rem}}.container{max-width:900px;margin:0 auto;padding:0;overflow-x:hidden}.search-bar{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;width:100%;max-width:100%;box-sizing:border-box}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:24px;padding:.5rem 1rem;transition:border-color .2s,box-shadow .2s}.search-input-wrapper:focus-within{border-color:#4a90d9;box-shadow:0 0 0 3px #4a90d91a}.search-input-wrapper input{flex:1;min-width:0;border:none;background:transparent;font-size:1rem;color:#333;outline:none;padding:.25rem .5rem}.search-input-wrapper input::placeholder{color:#999}.location-suggestions{position:absolute;top:calc(100% + .4rem);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:14px;box-shadow:0 10px 24px #0000001f;z-index:20;overflow:hidden}.location-suggestion{width:100%;border:none;background:#fff;color:#222;text-align:left;padding:.65rem .9rem;cursor:pointer;border-bottom:1px solid #f0f0f0}.location-suggestion:last-child{border-bottom:none}.location-suggestion:hover,.location-suggestion.active{background:#f1f7ff}.location-suggestion-title{font-size:.95rem;font-weight:600;color:#1f2a37}.location-suggestion-meta{margin-top:.1rem;font-size:.8rem;color:#6b7280}.icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.icon-btn:hover{background:#0000000d;color:#333}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn svg{width:20px;height:20px}.stats-bar{background:#fff;border-bottom:1px solid #e0e0e0;padding:.75rem 1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box}.stat-item{text-align:center;min-width:80px}.stat-label{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{font-size:.95rem;font-weight:500;color:#333}.main-content{background:#fff;min-height:calc(100vh - 200px);overflow-x:hidden}.hero-weather{padding:2.5rem 1.5rem;text-align:center;border-bottom:1px solid #e0e0e0}.hero-main{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.hero-icon{width:64px;height:64px}.hero-icon svg{width:100%;height:100%}.hero-temp{font-size:4.5rem;font-weight:600;letter-spacing:-.05em;color:#333}.hero-condition{font-size:1.5rem;color:#333;font-weight:400}.hero-summary{font-size:1.1rem;color:#666;margin-top:.75rem;max-width:500px;margin-left:auto;margin-right:auto}.next-hour{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;font-size:.95rem;color:#666}.next-hour strong{color:#333}.timeline-section{padding:1.5rem;border-bottom:1px solid #e0e0e0;overflow-x:hidden}.timeline-header{margin-bottom:1rem}.timeline-header h3{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.condition-bar{position:relative;height:32px;border-radius:4px;overflow:hidden;display:flex;margin-bottom:.5rem}.condition-segment{height:100%;position:relative;display:flex;align-items:center;justify-content:center;min-width:0;transition:opacity .2s}.condition-segment:hover{opacity:.9}.condition-label{font-size:.7rem;font-weight:500;color:#333;text-shadow:0 0 4px rgba(255,255,255,.8);white-space:nowrap;padding:0 .5rem}.hour-markers{display:flex;justify-content:space-between;padding:.5rem 0}.hour-marker{text-align:center;flex:1}.hour-marker .time{font-size:.75rem;color:#999}.hour-marker .temp{font-size:.85rem;font-weight:500;color:#333}.precip-timeline{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.precip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.precip-header h4{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.precip-summary{font-size:.8rem;color:#4a90d9;font-weight:500}.precip-chart{position:relative;height:40px;display:flex;align-items:flex-end;gap:1px;background:#f9f9f9;border-radius:4px;padding:4px}.precip-bar{flex:1;min-width:2px;border-radius:2px 2px 0 0;transition:height .3s ease;position:relative}.precip-bar:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;white-space:nowrap;z-index:10}.precip-hours{display:flex;justify-content:space-between;margin-top:.25rem}.precip-hour-label{font-size:.65rem;color:#999}.hourly-cards-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.hourly-cards-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.hourly-cards-header h4{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.hourly-cards-strip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.hourly-cards-strip::-webkit-scrollbar{height:4px}.hourly-cards-strip::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.hourly-cards-strip::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.hourly-card{flex-shrink:0;width:70px;padding:.75rem .5rem;background:#f9f9f9;border-radius:8px;text-align:center;scroll-snap-align:start;transition:background .2s}.hourly-card:hover{background:#f0f0f0}.hourly-card.now{background:#4a90d9;color:#fff}.hourly-card.now .hourly-card-time,.hourly-card.now .hourly-card-precip,.hourly-card.now .hourly-card-wind{color:#fffc}.hourly-card.now .hourly-card-temp{color:#fff}.hourly-card-time{font-size:.7rem;color:#999;font-weight:500;margin-bottom:.25rem}.hourly-card-icon{width:28px;height:28px;margin:.25rem auto}.hourly-card-icon svg{width:100%;height:100%}.hourly-card-temp{font-size:1rem;font-weight:600;color:#333;margin-bottom:.25rem}.hourly-card-precip{font-size:.65rem;color:#4a90d9;font-weight:500}.hourly-card-wind{font-size:.6rem;color:#999;margin-top:.125rem}.weekly-graph{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:8px;overflow:hidden}.weekly-graph-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.weekly-graph-header h4{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.weekly-graph-legend{display:flex;gap:1rem;font-size:.7rem;color:#666}.legend-item{display:flex;align-items:center;gap:.25rem}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.temp-high{background:#ef8b4c}.legend-dot.temp-low{background:#4a90d9}.legend-dot.precip{background:#7ba3c9}#weeklyChart{width:100%;height:120px}.forecast-section{padding:1.5rem;overflow-x:hidden}.forecast-header{margin-bottom:1rem}.forecast-header h3{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.weekly-summary{font-size:.95rem;color:#666;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.daily-item{border-bottom:1px solid #f0f0f0}.daily-item:last-child{border-bottom:none}.daily-item-header{display:flex;align-items:center;padding:.75rem 0;cursor:pointer;transition:background-color .15s}.daily-item-header:hover{background:#f9f9f9;border-radius:4px}.daily-icon{width:32px;height:32px;margin-right:.75rem;flex-shrink:0}.daily-icon svg{width:100%;height:100%}.daily-day{width:80px;font-weight:500;color:#333}.daily-low{width:40px;text-align:right;color:#999;font-size:.9rem}.temp-bar-wrapper{flex:1;margin:0 1rem;height:6px;background:#e0e0e0;border-radius:3px;position:relative}.temp-bar{position:absolute;height:100%;background:linear-gradient(90deg,#4a90d9,#ef8b4c);border-radius:3px;transition:all .3s ease}.daily-high{width:40px;text-align:left;color:#333;font-weight:500;font-size:.9rem}.daily-expand{width:32px;text-align:center;color:#999;transition:transform .2s}.daily-item.expanded .daily-expand{transform:rotate(90deg)}.daily-details{display:none;padding:.5rem 1rem 1rem 2.75rem;background:#f9f9f9;border-radius:0 0 4px 4px}.daily-item.expanded .daily-details{display:block}.daily-details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.daily-detail{text-align:center}.daily-detail-label{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.daily-detail-value{font-size:.9rem;font-weight:500;color:#333}.daily-summary{font-size:.85rem;color:#666;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}@media (max-width: 600px){.daily-details-grid{grid-template-columns:repeat(2,1fr)}}.alerts-section{background:#fff3cd;border-left:4px solid #ffc107;margin:0}.alerts-section.severe{background:#fee2e2;border-left-color:#ef4444}.alert-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;cursor:pointer;user-select:none}.alert-header:hover{background:#00000008}.alert-title-row{display:flex;align-items:center;gap:.5rem}.alert-icon{font-size:1rem}.alert-title{font-weight:600;color:#333;font-size:.9rem}.alert-count{font-size:.75rem;color:#666;background:#0000001a;padding:.125rem .5rem;border-radius:10px}.alert-toggle{color:#666;font-size:1.25rem;transition:transform .2s}.alerts-section.expanded .alert-toggle{transform:rotate(180deg)}.alert-details{display:none;padding:0 1.5rem 1rem;border-top:1px solid rgba(0,0,0,.1)}.alerts-section.expanded .alert-details{display:block}.alert-item{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.alert-item:last-child{border-bottom:none}.alert-item-title{font-weight:500;color:#333;margin-bottom:.25rem}.alert-description{font-size:.85rem;color:#666;line-height:1.4}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#666}.spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#4a90d9;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fee2e2;border-left:4px solid #ef4444;padding:1rem 1.5rem;color:#991b1b}.geo-status{font-size:.85rem;padding:.5rem 1rem;border-radius:4px;margin-left:.5rem}.unit-toggle{display:flex;align-items:center;background:#f0f0f0;border-radius:20px;padding:.25rem;margin-left:.5rem}.unit-btn{padding:.375rem .75rem;border:none;background:transparent;border-radius:16px;font-size:.8rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.unit-btn.active{background:#fff;color:#333;box-shadow:0 1px 3px #0000001a}.unit-btn:hover:not(.active){color:#333}.geo-status.detecting{background:#4a90d91a;color:#4a90d9}.geo-status.success{background:#4caf501a;color:#4caf50}.geo-status.error{background:#ef44441a;color:#ef4444}.hidden{display:none!important}.uv-badge{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.uv-low{background:#4caf50;color:#fff}.uv-moderate{background:#ffc107;color:#333}.uv-high{background:#ff9800;color:#fff}.uv-very-high{background:#f44336;color:#fff}.uv-extreme{background:#9c27b0;color:#fff}.trends-section{padding:1.5rem;border-top:1px solid #e0e0e0}.trends-header{margin-bottom:1rem}.trends-header h3{font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.trends-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.trend-item{text-align:center;padding:1rem;background:#f9f9f9;border-radius:8px}.trend-label{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.trend-value{font-size:1.25rem;font-weight:600;color:#333}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:420px;width:100%;box-shadow:0 20px 40px #0003;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2{font-size:1.25rem;font-weight:600;color:#333;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;line-height:1;transition:color .2s}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.modal-description{color:#666;margin-bottom:1.5rem;font-size:.95rem}.quick-picks{margin-bottom:1.5rem}.quick-picks-label{display:block;font-size:.85rem;color:#666;margin-bottom:.75rem}.quick-picks-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.quick-pick-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;color:#333;cursor:pointer;transition:all .2s}.quick-pick-btn:hover{background:#4a90d9;border-color:#4a90d9;color:#fff}.date-picker-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.date-label{display:block;font-size:.85rem;color:#666;margin-bottom:.5rem}.date-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#333;background:#fff;transition:border-color .2s,box-shadow .2s}.date-input:focus{outline:none;border-color:#4a90d9;box-shadow:0 0 0 3px #4a90d91a}.date-hint{display:block;font-size:.75rem;color:#999;margin-top:.5rem}.date-hint.error{color:#ef4444}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e0e0e0;background:#f9f9f9;border-radius:0 0 12px 12px}.modal-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-btn-secondary{background:#fff;border:1px solid #ddd;color:#666}.modal-btn-secondary:hover{background:#f5f5f5;color:#333}.modal-btn-primary{background:#4a90d9;border:1px solid #4a90d9;color:#fff}.modal-btn-primary:hover{background:#3a7bc8}.modal-btn-primary:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.historical-indicator{background:linear-gradient(135deg,#4a90d9,#6366f1);color:#fff;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem;width:100%;max-width:100%;box-sizing:border-box}.historical-icon{font-size:1rem}.historical-text{font-weight:500}.return-current-btn{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:.375rem .75rem;color:#fff;font-size:.8rem;cursor:pointer;transition:background-color .2s;margin-left:.5rem}.return-current-btn:hover{background:#ffffff4d}@media (max-width: 600px){.historical-indicator{flex-wrap:wrap;padding:.5rem 1rem;font-size:.85rem}.return-current-btn{margin-left:0;margin-top:.25rem}}@media (max-width: 600px){.header-bar{padding:.5rem 1rem}.header-bar h1{font-size:1.1rem}.search-bar{padding:.75rem 1rem;gap:.5rem;flex-wrap:wrap}.search-input-wrapper{order:1;flex:1 1 100%;margin-bottom:.5rem}.icon-btn{padding:.375rem}.icon-btn svg{width:18px;height:18px}#locationButton{order:2}#searchButton{order:3}.unit-toggle{order:4;margin-left:auto}.unit-btn{padding:.25rem .5rem;font-size:.75rem}.geo-status{order:5;flex:1 1 100%;margin-left:0;margin-top:.5rem;text-align:center}.stats-bar{padding:.5rem 1rem;justify-content:space-around;gap:.25rem}.stat-item{min-width:50px;flex:1}.stat-label{font-size:.6rem}.stat-value{font-size:.8rem}.uv-badge{font-size:.65rem;padding:.1rem .35rem}.hero-weather{padding:1.5rem 1rem}.hero-main{flex-wrap:wrap;gap:.5rem}.hero-icon{width:48px;height:48px}.hero-temp{font-size:3rem}.hero-condition{flex:1 1 100%;font-size:1.25rem;margin-top:.25rem}.hero-summary{font-size:.95rem}.timeline-section{padding:1rem}.condition-bar{height:28px}.condition-segment{min-width:0;flex:1;overflow:hidden}.condition-label{font-size:.6rem;padding:0 .25rem;overflow:hidden;text-overflow:ellipsis}.hour-markers{padding:.25rem 0}.hour-marker .time{font-size:.65rem}.hour-marker .temp{font-size:.75rem}.precip-chart{height:32px}.precip-header{flex-direction:column;align-items:flex-start;gap:.25rem}.precip-hour-label{font-size:.6rem}.precip-bar:hover:after{display:none}.hourly-card{width:60px;padding:.5rem .375rem}.hourly-card-icon{width:24px;height:24px}.hourly-card-temp{font-size:.9rem}.hourly-card-time{font-size:.6rem}.hourly-card-wind{font-size:.55rem}.weekly-graph{padding:.75rem}#weeklyChart{height:100px}.weekly-graph-header{flex-direction:column;align-items:flex-start;gap:.5rem}.weekly-graph-legend{font-size:.65rem}.forecast-section{padding:1rem}.weekly-summary{font-size:.85rem}.daily-icon{width:28px;height:28px;margin-right:.5rem}.daily-day{width:55px;font-size:.85rem}.daily-low,.daily-high{width:32px;font-size:.8rem}.temp-bar-wrapper{margin:0 .5rem}.daily-expand{width:24px}.daily-details{padding-left:2.5rem}.daily-summary{font-size:.8rem}.trends-section{padding:1rem}.trends-grid{grid-template-columns:1fr}.alert-header{padding:.75rem 1rem}.alert-title-row{flex-wrap:wrap;gap:.25rem}.alert-title{font-size:.8rem}.alert-details{padding:0 1rem 1rem}.alert-description{font-size:.8rem}.modal-overlay{padding:.5rem}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem;flex-direction:column}.modal-btn{width:100%;text-align:center}.quick-pick-btn{padding:.375rem .75rem;font-size:.8rem}}@media (max-width: 480px){.stats-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem .5rem;padding:.75rem 1rem}.stat-item{min-width:unset;flex:unset}.stat-label{font-size:.65rem;margin-bottom:.375rem}.stat-value{font-size:.85rem}.uv-badge{font-size:.7rem;padding:.125rem .4rem}.condition-bar{height:auto;min-height:40px;align-items:stretch}.condition-segment{min-height:40px;padding:.25rem 0;display:flex;align-items:center;justify-content:center}.condition-label{font-size:.65rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2;text-align:center;padding:.125rem .25rem}.hour-markers{gap:0}.hour-marker{flex:1;min-width:0}.hour-marker .time{font-size:.7rem;white-space:nowrap}.hour-marker .temp{font-size:.8rem}.precip-hour-label{font-size:.65rem}.precip-hours .precip-hour-label:nth-child(2),.precip-hours .precip-hour-label:nth-child(4),.precip-hours .precip-hour-label:nth-child(6),.precip-hours .precip-hour-label:nth-child(8){display:none}.precip-hours{gap:0}.hour-markers .hour-marker:nth-child(2),.hour-markers .hour-marker:nth-child(4),.hour-markers .hour-marker:nth-child(6){display:none}.unit-toggle{padding:.25rem}.unit-btn{min-width:44px;min-height:44px;padding:.5rem .75rem;font-size:.85rem;display:flex;align-items:center;justify-content:center}}@media (max-width: 375px){.header-bar h1{font-size:1rem}.hero-temp{font-size:2.5rem}.hero-condition{font-size:1.1rem}.stats-bar{gap:.5rem .25rem;padding:.5rem .75rem}.stat-label{font-size:.55rem}.stat-value{font-size:.75rem}.daily-day{width:45px;font-size:.75rem}.daily-low,.daily-high{width:28px;font-size:.75rem}.hourly-card{width:52px}.condition-label{display:none}}.page-wrapper{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;position:relative}
