@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f1ea;--surface:#fffcf7d1;--panel:#fffdfa;--panel-soft:#f7f2eb;--line:#ddd6cc;--line-strong:#c8bfb4;--text-strong:#171513;--text-body:#2a2622;--text-muted:#6f695f;--accent:#5a6d7d;--accent-soft:#edf1f4;--danger:#8f4c44;--danger-soft:#fbefec;--shadow:0 24px 60px #211b1414}*{box-sizing:border-box}html{min-height:100%}body{color:var(--text-body);background:linear-gradient(#f7f3ec 0%,#f0ebe3 100%);min-height:100vh;margin:0;font-family:IBM Plex Sans,sans-serif}#root{min-height:100vh}.page-wrapper{justify-content:center;align-items:flex-start;min-height:100vh;padding:2.5rem 1.25rem;display:flex}.signal-shell{background:var(--surface);width:100%;max-width:1080px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);border:1px solid #c8bfb4cc;border-radius:32px}.app-container{padding:2.25rem}.shell-topline{gap:.85rem;margin-bottom:2rem;display:grid}.shell-kicker,.header-tag,.city-kicker,.temp-label,.metric-label,.forecast-day,.insight-label,.section-heading p,.section-heading span,.chart-tooltip-day{text-transform:uppercase;letter-spacing:.14em}.shell-kicker{color:var(--text-muted);margin:0;font-size:.74rem}.shell-topline h1{letter-spacing:-.04em;max-width:11ch;color:var(--text-strong);margin:0;font-family:Newsreader,serif;font-size:clamp(3rem,5vw,4.75rem);font-weight:400;line-height:.94}.shell-note{max-width:40ch;color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.header{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:1rem;margin-bottom:2rem;padding-top:1.25rem;display:grid}.header-tag{color:var(--text-muted);margin:0;font-size:.72rem}.header-copy h2{color:var(--text-strong);margin:.35rem 0 0;font-size:1rem;font-weight:500}.search-form{width:100%}.input-group{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;display:grid}.search-form input{border:1px solid var(--line);width:100%;color:var(--text-strong);font:inherit;background:#fffdfa;border-radius:18px;padding:.95rem 1rem;transition:border-color .2s,box-shadow .2s}.search-form input::placeholder{color:#8a8378}.search-form input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #5a6d7d1f}.search-form button{border:1px solid var(--text-strong);background:var(--text-strong);color:#fffdfa;font:inherit;cursor:pointer;border-radius:18px;padding:.95rem 1.2rem;font-weight:500;transition:opacity .2s,transform .2s}.search-form button:hover{opacity:.92;transform:translateY(-1px)}.main-section{gap:1.25rem;display:grid}.status-msg,.error-msg{border-radius:18px;margin:0;padding:1rem 1.1rem;font-size:.9rem}.status-msg{background:var(--accent-soft);color:var(--accent);border:1px solid #dbe3e8}.error-msg{background:var(--danger-soft);color:var(--danger);border:1px solid #e8cbc7}.city-container,.chart-section,.insight-section{background:var(--panel);border:1px solid var(--line);border-radius:28px}.city-container{gap:1.5rem;padding:1.75rem;display:grid}.city-grid{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1rem;padding-bottom:1.25rem;display:grid}.city-kicker{color:var(--text-muted);margin:0 0 .5rem;font-size:.72rem}.city-header h2{max-width:10ch;color:var(--text-strong);letter-spacing:-.04em;margin:0;font-family:Newsreader,serif;font-size:clamp(2.7rem,6vw,4.4rem);font-weight:400;line-height:.94}.city-condition{color:var(--text-muted);margin:.5rem 0 0;font-size:1rem}.city-temp-block{text-align:right;flex-direction:column;align-items:flex-end;gap:.45rem;display:flex}.temp-label{color:var(--text-muted);font-size:.72rem}.temp-value{color:var(--text-strong);letter-spacing:-.05em;font-family:Newsreader,serif;font-size:clamp(4.2rem,10vw,6.8rem);line-height:.86}.temp-value span{color:var(--text-muted);font-size:.3em}.city-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.metric-card{background:var(--panel-soft);border:1px solid #ebe3d9;border-radius:20px;padding:.95rem 1rem}.metric-label{color:var(--text-muted);margin-bottom:.35rem;font-size:.72rem;display:block}.metric-card strong{color:var(--text-strong);font-size:1rem;font-weight:600}.forecast-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;display:grid}.forecast-card{border:1px solid var(--line);background:#fffdfa;border-radius:20px;flex-direction:column;gap:.55rem;min-height:126px;padding:1rem;display:flex}.forecast-day{color:var(--text-muted);font-size:.72rem}.forecast-temp{color:var(--text-strong);font-family:Newsreader,serif;font-size:2rem;font-weight:400;line-height:.95}.forecast-range{color:var(--text-muted);font-size:.82rem}.forecast-condition{color:var(--text-body);font-size:.82rem;line-height:1.5}.data-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);gap:1.25rem;display:grid}.chart-section{padding:1.5rem}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.section-heading p{color:var(--text-strong);margin:0;font-size:.74rem}.section-heading span{color:var(--text-muted);font-size:.72rem}.chart-wrapper{min-height:280px}.insight-section{gap:1.2rem;padding:1.5rem;display:grid}.insight-label{color:var(--text-muted);font-size:.72rem}.insight-message{color:var(--text-strong);letter-spacing:-.03em;margin:0;font-family:Newsreader,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:400;line-height:1}.insight-grid{gap:.75rem;display:grid}.insight-grid div{border-top:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;padding-top:.75rem;display:flex}.insight-grid span{color:var(--text-muted);font-size:.85rem}.insight-grid strong{color:var(--text-strong);text-align:right;font-size:.95rem;font-weight:600}.chart-tooltip{border:1px solid var(--line-strong);background:#fffdfa;border-radius:16px;padding:.75rem .85rem;box-shadow:0 16px 32px #211b1414}.chart-tooltip-day{color:var(--text-muted);margin:0 0 .45rem;font-size:.72rem}.chart-tooltip-value{color:var(--text-strong);margin:.2rem 0;font-size:.85rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=920px){.app-container{padding:1.5rem}.header,.data-grid,.city-grid{grid-template-columns:1fr}.city-temp-block{text-align:left;align-items:flex-start}}@media (width<=720px){.page-wrapper{padding:1rem}.app-container{padding:1.1rem}.forecast-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.input-group{grid-template-columns:1fr}.search-form button{width:100%}}@media (width<=520px){.city-metrics{grid-template-columns:1fr}}
