:root{--ink: #17211c;--muted: #667169;--paper: #f4f2eb;--line: rgba(23, 33, 28, .13);--lime: #d9ff63;--forest: #234e3d}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;background:linear-gradient(rgba(23,33,28,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,33,28,.025) 1px,transparent 1px),var(--paper);background-size:32px 32px;color:var(--ink);font-family:Geist,Geist Fallback,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}.dashboard-shell{position:relative;min-height:100vh;overflow:hidden;padding:0 clamp(24px,5vw,80px)}.ambient{position:absolute;z-index:0;border-radius:999px;filter:blur(2px);pointer-events:none}.ambient-one{width:350px;height:350px;right:-110px;top:80px;background:#d9ff6373}.ambient-two{width:240px;height:240px;left:-150px;bottom:60px;background:#85c4ff2e}.topbar,.hero-grid,.news-section,footer{position:relative;z-index:1;width:min(1180px,100%);margin-inline:auto}footer a{color:inherit;text-decoration:underline;text-underline-offset:.18em}.topbar{min-height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.15rem;font-weight:800;letter-spacing:-.04em}.brand-icon{width:44px;height:44px;border:1px solid rgba(23,33,28,.14);border-radius:50%;object-fit:cover;box-shadow:0 5px 16px #234e3d1f}.brand-dot{color:#e86743}.today-label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.82rem;font-weight:600}.live-dot{width:7px;height:7px;border-radius:50%;background:#52a276;box-shadow:0 0 0 5px #52a2761f}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(48px,8vw,110px);padding-block:clamp(72px,10vw,132px)}.eyebrow{margin:0 0 22px;color:var(--forest);font-family:Geist Mono,monospace;font-size:.72rem;font-weight:700;letter-spacing:.18em}.hero-copy h1{margin:0;font-size:clamp(3.1rem,6.8vw,6.2rem);font-weight:650;letter-spacing:-.075em;line-height:.98}.hero-copy h1 span{position:relative;display:inline-block;z-index:0}.hero-copy h1 span:after{content:"";position:absolute;z-index:-1;left:-.04em;right:-.08em;bottom:.02em;height:.31em;background:var(--lime);transform:rotate(-1.2deg)}.hero-description{margin:32px 0 0;color:var(--muted);font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.75}.weather-panel{min-width:0;display:grid;gap:14px}.weather-card{position:relative;padding:clamp(28px,4vw,44px);border:1px solid rgba(255,255,255,.55);border-radius:32px;background:#ffffffad;box-shadow:0 24px 80px #2440301f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.weather-card-head,.temperature-row{display:flex;align-items:center;justify-content:space-between}.location{margin:0 0 5px;font-size:.82rem;font-weight:700;letter-spacing:.08em}.condition{margin:0;color:var(--muted);font-size:.92rem}.weather-mark{position:relative;width:82px;height:58px}.sun{position:absolute;width:45px;height:45px;top:0;right:0;border-radius:50%;background:#ffcb55;box-shadow:0 0 24px #ffcb5561}.cloud{position:absolute;width:61px;height:25px;left:0;bottom:4px;border-radius:24px;background:#dfe7e2;box-shadow:16px -13px 0 -5px #dfe7e2}.drops{display:none}.is-rainy .sun,.is-snowy .sun{opacity:.38}.is-rainy .drops,.is-snowy .drops{display:block;position:absolute;width:4px;height:9px;left:20px;bottom:-7px;border-radius:4px;background:#70aee2;box-shadow:16px 3px #70aee2,32px -1px #70aee2}.is-snowy .drops{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:16px 3px #fff,32px -1px #fff}.temperature-row{align-items:flex-end;margin:36px 0 30px}.temperature-row strong{font-size:clamp(4.5rem,9vw,7.1rem);font-weight:560;letter-spacing:-.09em;line-height:.8}.temperature-row span{color:var(--muted);font-size:.82rem;font-weight:600}.weather-stats{display:grid;grid-template-columns:1.35fr .75fr 1fr;gap:16px;padding-top:25px;border-top:1px solid var(--line)}.weather-stats div{min-width:0}.weather-stats span,.weather-stats strong{display:block}.weather-stats span{margin-bottom:8px;color:var(--muted);font-size:.66rem;letter-spacing:.05em}.weather-stats strong{font-family:Geist Mono,monospace;font-size:clamp(.75rem,1.2vw,.9rem);white-space:nowrap}.weather-notice{margin:22px 0 0;color:#a3513b;font-size:.78rem;line-height:1.5}.hourly-forecast{min-width:0;padding:20px 18px 16px;border:1px solid rgba(255,255,255,.55);border-radius:24px;background:#ffffff94;box-shadow:0 16px 44px #24403014;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hourly-forecast-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.hourly-forecast-heading h2{margin:0;font-size:.92rem;letter-spacing:-.025em}.hourly-forecast-heading span{display:block;margin-top:5px;color:var(--muted);font-size:.65rem;font-weight:600}.forecast-interval-control{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:3px;padding:3px;border:1px solid var(--line);border-radius:12px;background:#17211c0b}.forecast-interval-control button{min-width:54px;min-height:36px;padding:7px 10px;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.68rem;font-weight:700;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.forecast-interval-control button[aria-pressed=true]{background:var(--lime);color:var(--ink);box-shadow:0 3px 10px #234e3d1f}.forecast-interval-control button:disabled{cursor:default;opacity:.48}.forecast-interval-control button:focus-visible,.hourly-forecast-list:focus-visible{outline:2px solid var(--forest);outline-offset:3px}.hourly-forecast-list{display:grid;grid-auto-columns:78px;grid-auto-flow:column;gap:7px;margin:16px 0 0;padding:16px 0 8px;overflow-x:auto;border-top:1px solid var(--line);list-style:none;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-color:rgba(35,78,61,.28) transparent;scrollbar-width:thin}.hourly-forecast-item{min-width:0;min-height:116px;display:flex;align-items:center;flex-direction:column;padding:13px 8px 10px;border:1px solid rgba(23,33,28,.08);border-radius:15px;background:#fff6;scroll-snap-align:start;text-align:center}.hourly-forecast-item.is-current{border-color:#234e3d1a;background:#d9ff6352}.hourly-forecast-item time,.hourly-forecast-item strong{display:block;font-family:Geist Mono,monospace}.hourly-forecast-item time{color:var(--muted);font-size:.62rem;font-weight:650}.hourly-forecast-item strong{margin-top:10px;font-size:1rem;letter-spacing:-.04em}.hourly-forecast-item p{width:100%;min-height:2.5em;margin:9px 0 0;overflow:hidden;color:var(--muted);font-size:.6rem;line-height:1.25;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hourly-forecast-empty{margin:16px 0 0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem;line-height:1.5}.weekly-forecast{min-width:0;padding:20px 18px 18px;border:1px solid rgba(255,255,255,.55);border-radius:24px;background:#ffffff94;box-shadow:0 16px 44px #24403014;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.weekly-forecast-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.weekly-forecast-heading h2{margin:0;font-size:.92rem;letter-spacing:-.025em}.weekly-forecast-heading span{color:var(--muted);font-size:.65rem;font-weight:600}.forecast-list{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:16px 0 0;padding:16px 0 0;border-top:1px solid var(--line);list-style:none}.forecast-day{min-width:0;padding:8px 4px 7px;text-align:center}.forecast-day+.forecast-day{border-left:1px solid var(--line)}.forecast-day.is-today{border-radius:14px;background:#d9ff6347}.forecast-day>strong,.forecast-day time,.forecast-condition,.forecast-temperatures span{display:block}.forecast-day>strong{font-size:.7rem;font-weight:750}.forecast-day time{margin-top:5px;color:var(--muted);font-family:Geist Mono,monospace;font-size:.58rem}.forecast-condition{min-height:2.5em;margin:11px 0 9px;overflow:hidden;color:var(--muted);font-size:.6rem;line-height:1.25;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.forecast-temperatures{display:grid;gap:4px;font-family:Geist Mono,monospace;font-size:.57rem;font-weight:650;white-space:nowrap}.forecast-temperatures span:last-child{color:var(--muted)}.weekly-forecast-empty{margin:16px 0 0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem;line-height:1.5}.news-section{padding:clamp(64px,8vw,96px) 0 clamp(72px,10vw,120px);border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:38px}.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.055em;line-height:1.08}.section-heading>p{max-width:310px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.tag-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.news-tag{position:relative;min-height:178px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#ffffff85;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.news-tag:before{content:"";position:absolute;width:80px;height:80px;right:-32px;bottom:-34px;border-radius:50%;background:var(--tag-accent);opacity:.72;transition:transform .18s ease}.news-tag:hover{transform:translateY(-6px);background:#fff;box-shadow:0 18px 42px #234e3d1a}.news-tag:hover:before{transform:scale(1.45)}.tag-number{color:var(--muted);font-family:Geist Mono,monospace;font-size:.66rem}.news-tag strong{position:relative;z-index:1;font-size:clamp(1.05rem,1.8vw,1.3rem);letter-spacing:-.035em}.tag-arrow{position:absolute;top:18px;right:18px;font-size:1rem}.accent-coral{--tag-accent: #ff8b70}.accent-amber{--tag-accent: #ffcd68}.accent-mint{--tag-accent: #80d4ad}.accent-sky{--tag-accent: #85c4ff}.accent-violet{--tag-accent: #bca3f5}footer{min-height:82px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-family:Geist Mono,monospace;font-size:.68rem}.loading-shell{padding-top:48px}.loading-bar,.loading-block{border-radius:22px;background:linear-gradient(90deg,#17211c0d,#ffffffbf,#17211c0d);background-size:220% 100%;animation:shimmer 1.5s infinite linear}.loading-bar{height:55px}.loading-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:90px}.loading-weather-panel{display:grid;gap:14px}.loading-copy{height:280px}.loading-card{height:420px}.loading-hourly{height:188px}.loading-forecast{height:178px}.loading-tags{height:210px;margin-top:100px}@keyframes shimmer{to{background-position:-220% 0}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:56px}.hero-copy{max-width:680px}.weather-card{max-width:none}.weather-panel{width:100%;max-width:650px}.tag-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-tag:first-child{grid-column:span 2}}@media(max-width:600px){.dashboard-shell{padding-inline:18px}.topbar{min-height:80px}.brand{gap:8px;font-size:1.02rem}.brand-icon{width:38px;height:38px}.hero-grid{padding-block:62px 76px}.hero-copy h1{font-size:clamp(3rem,15vw,4.2rem)}.desktop-break{display:none}.weather-card{border-radius:24px}.weekly-forecast,.hourly-forecast{padding:18px 14px 14px}.hourly-forecast-heading{align-items:flex-start}.forecast-interval-control button{min-width:50px}.temperature-row{align-items:center}.weather-stats{grid-template-columns:1fr 1fr}.weather-stats div:first-child{grid-column:span 2}.section-heading{align-items:flex-start;flex-direction:column}.tag-grid{grid-template-columns:1fr}.news-tag,.news-tag:first-child{grid-column:auto;min-height:132px}footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:7px}.loading-grid{grid-template-columns:1fr;margin-top:60px}}@media(max-width:390px){.forecast-list{grid-template-columns:none;grid-auto-columns:72px;grid-auto-flow:column;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;scrollbar-width:none}.forecast-list::-webkit-scrollbar{display:none}.forecast-day{scroll-snap-align:start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
