.weather-app{max-width:1280px;padding-top:47px;padding-bottom:26px}.weather-brand{gap:10px}.brand-sun{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#f6e9ce;color:#ac803c}.brand-sun svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}.brand-earth{font-size:11px;font-weight:450;letter-spacing:0;color:var(--muted);margin-left:1px}.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:650;color:var(--muted);margin:0 0 17px}.hero h1{font-size:clamp(29px,3.6vw,43px);line-height:1.24;letter-spacing:-1.5px;font-weight:620;margin:0 0 13px}.hero-copy{font-size:14px;color:var(--muted);margin:0;line-height:1.7}.hero-meta{text-align:right;flex-shrink:0;padding-bottom:1px}.live-label{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:var(--text)}.live-label i{width:5px;height:5px;border-radius:50%;background:#82948c}.hero-meta p{font-size:11px;color:var(--muted);margin:7px 0 4px}.text-action{border:0;background:none;color:var(--accent);font:inherit;font-size:11px;padding:4px 0;cursor:pointer}.text-action:hover{text-decoration:underline;text-underline-offset:3px}.text-action:disabled{color:var(--muted);cursor:wait}.weather-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:38px;align-items:start}.section-heading{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:19px}.section-heading h2,.chat-heading h2{font-size:16px;font-weight:620;letter-spacing:-.3px;margin:0}.section-heading p{font-size:11px;color:var(--muted);margin:5px 0 0}.segmented{display:flex;align-items:center;gap:3px;background:var(--soft);padding:3px;border-radius:10px;flex-shrink:0}.segmented button{min-height:32px;padding:6px 10px;border:0;border-radius:8px;background:none;color:var(--muted);font:inherit;font-size:11px;cursor:pointer;white-space:nowrap}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000007}.segmented span{font-size:10px;margin-left:3px;color:var(--muted)}.city-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.city-card{position:relative;border:1px solid var(--line);border-radius:20px;background:var(--surface);min-width:0;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.city-card:hover{border-color:color-mix(in srgb,var(--muted) 37%,var(--line));box-shadow:0 7px 24px #00000004}.city-card.selected{border-color:color-mix(in srgb,var(--accent) 50%,var(--line));box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 10%,transparent)}.city-select{display:block;position:relative;width:100%;padding:20px 20px 13px;border:0;background:transparent;text-align:left;color:var(--text);font:inherit;cursor:pointer}.city-name{font-size:15px;font-weight:580;letter-spacing:-.2px;margin:0;padding-right:25px}.city-country{font-size:10px;color:var(--muted);display:block;margin-top:4px}.city-reading{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:21px 0 10px}.temperature{font-size:47px;line-height:1.1;font-weight:350;letter-spacing:-2.8px;font-variant-numeric:tabular-nums}.temperature small{font-size:26px;vertical-align:top;margin-left:2px;line-height:1.5;font-weight:350}.weather-icon{width:46px;height:46px;color:#99a8b5;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.weather-icon.sun{color:#c59c56}.weather-icon.rain{color:#7695b4}.weather-icon.snow{color:#9baeba}.city-condition{font-size:11px;color:var(--text);margin:0 0 6px}.city-range{font-size:10px;color:var(--muted);margin:0;display:flex;gap:11px;font-variant-numeric:tabular-nums}.city-source{padding:0 20px 14px;font-size:9px;color:var(--muted);display:flex;gap:6px;align-items:center;min-height:26px}.city-source a{color:var(--muted);text-decoration:none;max-width:120px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.city-source a:hover{text-decoration:underline}.city-source time{white-space:nowrap;margin-left:auto}.favorite-button{position:absolute;right:10px;top:10px;z-index:1;border:0;border-radius:50%;width:37px;height:37px;background:none;color:var(--muted);font-size:20px;cursor:pointer;display:grid;place-items:center}.favorite-button:hover{background:var(--soft)}.favorite-button[aria-pressed=true]{color:#b99451}.skeleton .temperature{background:var(--soft);border-radius:9px;width:72px;height:49px;animation:breathe 1.6s ease-in-out infinite}.skeleton .city-condition{height:10px;width:65px;background:var(--soft);border-radius:4px}.skeleton .city-range{height:8px;width:107px;background:var(--soft);border-radius:4px}.skeleton .weather-icon{opacity:.35}.data-note{font-size:10px;line-height:1.8;color:var(--muted);margin:18px 2px 0;max-width:560px}.notice{font-size:12px;line-height:1.6;border:1px solid var(--line);border-radius:12px;padding:12px 16px;margin:-12px 0 26px;color:var(--muted);background:var(--surface)}.empty-cities{padding:77px 15px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:20px}.empty-cities>span{font-size:34px;display:block;margin-bottom:13px}.empty-cities h3{font-size:15px;color:var(--text);font-weight:500;margin:0 0 8px}.empty-cities p{font-size:12px;margin:0 0 8px}.chat-card{position:sticky;top:98px;border:1px solid var(--line);border-radius:23px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden;min-height:585px;display:flex;flex-direction:column}.chat-heading{display:flex;gap:10px;align-items:center;padding:21px 21px 16px}.assistant-symbol{width:35px;height:35px;display:grid;place-items:center;background:var(--soft);color:var(--accent);border-radius:11px;font-size:23px}.chat-heading p{margin:4px 0 0;font-size:10px;color:var(--muted)}.icon-action{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:9px;background:none;color:var(--muted);font:inherit;font-size:21px;cursor:pointer;flex-shrink:0}.chat-heading>.icon-action{margin-left:auto}.icon-action:hover{background:var(--soft)}.icon-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.account-status{margin:0 21px;min-height:28px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:10px;color:var(--muted);padding-bottom:11px;border-bottom:1px solid var(--line);line-height:1.5}.account-status .text-action{font-size:10px;padding:0}.chat-empty{padding:38px 24px 23px;text-align:center;flex:1}.empty-orbit{width:58px;height:58px;border:1px solid var(--line);border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;position:relative;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 7%,transparent),transparent 75%)}.empty-orbit:after{content:'';width:6px;height:6px;border-radius:50%;background:var(--line);position:absolute;right:1px;top:8px}.empty-orbit span{font-size:27px;color:var(--accent);font-weight:300}.chat-empty h3{font-size:17px;letter-spacing:-.4px;font-weight:520;margin:0 0 10px}.chat-empty>p{font-size:12px;line-height:1.85;color:var(--muted);margin:0 0 25px}.suggestions{display:flex;flex-direction:column;gap:8px;text-align:left}.suggestions button{text-align:left;border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:none;color:var(--muted);font:inherit;font-size:11px;cursor:pointer}.suggestions button:hover{background:var(--soft);color:var(--text)}.chat-log{padding:20px;display:flex;flex-direction:column;gap:17px;max-height:450px;min-height:310px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.chat-log:empty{display:none}.message{max-width:100%;font-size:12px;line-height:1.85;overflow-wrap:anywhere}.message.user{align-self:flex-end;background:var(--soft);padding:10px 13px;border-radius:15px 15px 4px 15px;max-width:89%}.message.assistant{align-self:stretch;padding:1px 1px 0}.message-body{white-space:pre-wrap;margin:0}.message-time{font-size:9px;color:var(--muted);display:block;margin:6px 0 0}.message.user .message-time{text-align:right}.message-sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.message-sources a{font-size:9px;color:var(--muted);text-decoration:none;border:1px solid var(--line);padding:3px 7px;border-radius:6px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-sources a:hover{color:var(--accent);border-color:var(--accent)}.thinking{display:flex;gap:5px;align-items:center;color:var(--muted);font-size:11px;min-height:24px}.thinking i{width:4px;height:4px;background:var(--muted);border-radius:50%;animation:breathe 1.2s infinite}.thinking i:nth-child(2){animation-delay:.15s}.thinking i:nth-child(3){animation-delay:.3s}.thinking span{margin-left:5px}.composer{margin:12px 16px 0;padding:12px 12px 7px;border:1px solid var(--line);border-radius:15px;background:var(--surface);transition:border-color .2s}.composer:focus-within{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 5%,transparent)}.composer textarea{display:block;width:100%;min-height:47px;max-height:150px;resize:none;border:0;outline:none;background:none;color:var(--text);font:inherit;font-size:13px;line-height:1.7;padding:0 2px}.composer textarea::placeholder{color:var(--muted)}.composer-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center}.composer-bottom>span{font-size:9px;color:var(--muted)}.send-button{display:grid;place-items:center;width:31px;height:31px;border:0;border-radius:50%;background:var(--text);color:var(--surface);cursor:pointer}.send-button:disabled{opacity:.35;cursor:default}.send-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 20px 16px;font-size:9px;color:var(--muted)}.chat-footer .text-action{font-size:9px}.city-context{display:flex;align-items:center;gap:6px;background:var(--soft);color:var(--muted);font-size:10px;border-radius:6px;padding:3px 7px;margin-bottom:10px;width:max-content;max-width:100%}.city-context>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-context button{border:0;background:none;color:inherit;font-size:16px;line-height:1;padding:2px;cursor:pointer}.chat-error{margin:9px 20px 0;font-size:11px;color:var(--danger);line-height:1.6}.guest-import{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:12px 16px 0;padding:11px;border-radius:11px;background:var(--soft)}.guest-import>div{flex:1;min-width:170px}.guest-import strong{font-size:11px;font-weight:550}.guest-import p{font-size:10px;color:var(--muted);margin:3px 0 0;line-height:1.5}.small-primary{background:var(--text);color:var(--surface);font:inherit;font-size:10px;border:0;border-radius:7px;padding:8px 10px;cursor:pointer}.guest-import .icon-action{width:25px;height:25px;font-size:17px}.page-footer{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px;margin:43px 0 0;padding-top:21px;border-top:1px solid var(--line)}.weather-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1000;background:var(--text);color:var(--surface);font-size:12px;line-height:1.5;padding:12px 19px;border-radius:12px;max-width:calc(100vw - 32px);box-shadow:var(--shadow)}.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}[hidden]{display:none!important}@keyframes breathe{0%,100%{opacity:.45}50%{opacity:1}}@media(max-width:1120px){.weather-layout{grid-template-columns:minmax(0,1fr) 350px;gap:25px}.city-select{padding:18px 17px 13px}.city-source{padding-left:17px;padding-right:17px}.temperature{font-size:43px}.weather-icon{width:39px;height:39px}.brand-earth{display:none}}@media(max-width:880px){.weather-app{padding-top:32px}.weather-layout{grid-template-columns:minmax(0,1fr);gap:33px}.chat-card{position:static;min-height:530px;max-width:none}.chat-empty{padding:31px 25px 22px}.suggestions{flex-direction:row;justify-content:center}.suggestions button{flex:1;max-width:310px}.city-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.chat-log{max-height:480px}.hero{margin-bottom:29px}.chat-card{border-radius:21px}.chat-empty h3{font-size:19px}}@media(max-width:600px){.weather-app{padding-top:24px}.hero{align-items:flex-start;gap:15px;margin-bottom:28px}.hero h1{font-size:31px;letter-spacing:-1px}.eyebrow{font-size:8px;letter-spacing:.13em;margin-bottom:14px}.hero-copy{font-size:12px;max-width:220px}.hero-meta{max-width:110px;padding-top:4px}.hero-meta p{font-size:9px;line-height:1.6}.live-label{font-size:10px}.hero-meta .text-action{font-size:10px}.city-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.city-card{border-radius:17px}.city-select{padding:18px 15px 12px}.city-name{font-size:14px}.city-country{font-size:9px}.city-reading{margin-top:21px}.temperature{font-size:43px}.temperature small{font-size:23px}.weather-icon{width:36px;height:36px}.city-source{padding:0 15px 12px;font-size:8px;flex-wrap:wrap}.city-source a{max-width:88px}.city-source time{margin-left:0}.city-range{font-size:9px;gap:8px}.section-heading h2{font-size:15px}.section-heading p{font-size:10px}.section-heading{gap:10px}.segmented button{font-size:10px;padding:6px 9px;min-height:35px}.favorite-button{width:40px;height:40px;top:6px;right:4px}.chat-heading{padding:19px 18px 15px}.composer textarea{font-size:16px;min-height:51px}.composer-bottom>span{font-size:9px}.send-button{width:36px;height:36px}.chat-log{padding:18px;max-height:55dvh;min-height:250px}.message{font-size:13px}.chat-empty{padding:30px 20px 22px}.suggestions{flex-direction:column}.suggestions button{max-width:none;min-height:43px;font-size:11px}.chat-footer{font-size:8px}.chat-footer .text-action{font-size:10px;min-height:32px}.page-footer{font-size:9px;line-height:1.7;gap:13px;margin-top:30px}.page-footer span:last-child{text-align:right}.data-note{font-size:9px}.chat-card{min-height:530px}.small-primary{min-height:40px;font-size:11px}.icon-action{min-width:40px;min-height:40px}.text-action{min-height:28px}.composer{margin-left:13px;margin-right:13px}.notice{font-size:11px}}@media(max-width:365px){.hero{display:block}.hero-meta{max-width:none;display:flex;align-items:center;gap:10px;text-align:left;margin-top:18px}.hero-meta p{margin:0}.hero-meta .text-action{margin-left:auto}.temperature{font-size:39px}.weather-icon{width:30px;height:30px}.city-name{font-size:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
.weather-app{margin:0 auto}
.forecast-temperature{font-size:clamp(23px,2.6vw,32px);letter-spacing:-1.3px;white-space:nowrap}.forecast-temperature small{font-size:14px;line-height:1.6}
