.layout_root{min-height:100vh;display:flex;flex-direction:column}.app_main{flex:1}.site_header{position:sticky;top:0;z-index:60;width:100%;padding:.95rem var(--ww-pad, 1rem) .55rem;pointer-events:none}.header_shell{width:min(100%,var(--ww-max, 1120px));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"brand spacer toggle" "nav nav nav";align-items:center;gap:1rem 1.5rem;padding:.35rem .1rem 0;color:var(--ww-text, rgba(247, 252, 250, .96));background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto}.header_brand{grid-area:brand;display:inline-flex;align-items:center;gap:.72rem;width:fit-content;min-width:0;color:var(--ww-text, rgba(247, 252, 250, .96));font-size:1rem;font-weight:820;letter-spacing:-.035em;line-height:1;text-decoration:none;transition:opacity .18s ease,transform .18s ease}.header_brand:hover{opacity:.9;transform:translateY(-1px)}.header_logo{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:transparent;box-shadow:none}.header_logo img{width:24px;height:24px;display:block;opacity:.78;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}.header_nav_cluster{display:contents}.header_nav{grid-area:nav;display:flex;align-items:center;gap:clamp(1.55rem,4vw,2.95rem);width:fit-content;max-width:100%;padding:0;border:0;border-radius:0;background:transparent;overflow-x:auto;scrollbar-width:none}.header_nav::-webkit-scrollbar{display:none}.nav_link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.24rem .04rem .55rem;border-radius:0;color:var(--ww-muted, rgba(216, 231, 228, .66));font-size:.82rem;font-weight:640;letter-spacing:-.018em;line-height:1;text-decoration:none;white-space:nowrap;background:transparent;transform:translateY(0);transition:color .18s ease,opacity .18s ease,transform .18s ease,text-shadow .18s ease}.nav_link:before{content:"";position:absolute;left:50%;bottom:.28rem;width:120%;height:18px;border-radius:999px;background:radial-gradient(ellipse at center,rgba(255,210,142,.12),transparent 68%);transform:translate(-50%) scaleX(.72);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.nav_link:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,210,142,.95),transparent);box-shadow:0 0 14px #ffd28e3d;transform:translate(-50%);opacity:0;transition:width .19s ease,opacity .19s ease,box-shadow .19s ease}.nav_link:hover{color:var(--ww-text, rgba(247, 252, 250, .96));transform:translateY(-1px);text-shadow:0 0 18px rgba(235,248,246,.12)}.nav_link:hover:before{opacity:.6;transform:translate(-50%) scaleX(1)}.nav_link:hover:after{width:32px;opacity:.72}.nav_link.active{color:var(--ww-text, rgba(247, 252, 250, .96));font-weight:760;text-shadow:0 0 18px rgba(235,248,246,.14)}.nav_link.active:before{opacity:.88;transform:translate(-50%) scaleX(1.06)}.nav_link.active:after{width:46px;opacity:1;box-shadow:0 0 18px #ffd28e4d}.nav_badge{border:0}.theme_toggle{grid-area:toggle;justify-self:end;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;color:var(--ww-muted, rgba(216, 231, 228, .72));background:transparent;cursor:pointer;transition:color .18s ease,transform .18s ease,background .18s ease,box-shadow .18s ease}.theme_toggle svg{width:18px;height:18px;stroke-width:1.85}.theme_toggle:hover{color:var(--ww-text, rgba(247, 252, 250, .96));background:#ffffff0b;box-shadow:0 0 26px #ebf8f614;transform:translateY(-1px) rotate(8deg)}.theme_toggle:focus-visible,.nav_link:focus-visible,.header_brand:focus-visible,.footer_links a:focus-visible{outline:2px solid rgba(159,211,215,.8);outline-offset:4px}.site_header--surface .header_shell{padding:.75rem .85rem;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#050d1075;-webkit-backdrop-filter:blur(22px) saturate(1.08);backdrop-filter:blur(22px) saturate(1.08);box-shadow:0 18px 70px #00000038,inset 0 1px #ffffff0b}.site_footer{position:relative;z-index:2;padding:2.5rem var(--ww-pad, 1rem) 2rem;color:var(--ww-subtle, rgba(216, 231, 228, .48))}.footer_content{width:min(100%,var(--ww-max, 1120px));margin:0 auto;padding:1.2rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--ww-border, rgba(255, 255, 255, .1));font-size:.78rem}.footer_brand,.footer_links{display:flex;align-items:center;gap:.78rem}.footer_brand img{width:28px;height:28px;opacity:.64}.footer_brand h2{margin:0;color:var(--ww-text, rgba(247, 252, 250, .96));font-size:.86rem;font-weight:760;letter-spacing:-.025em}.footer_brand p{margin:.16rem 0 0;color:var(--ww-subtle, rgba(216, 231, 228, .48))}.footer_links{flex-wrap:wrap;justify-content:flex-end}.footer_links a{color:var(--ww-muted, rgba(216, 231, 228, .62));text-decoration:none;transition:color .18s ease,opacity .18s ease}.footer_links a:hover,.footer_github:hover svg{color:var(--ww-text, rgba(247, 252, 250, .96))}.footer_github{display:inline-grid;place-items:center}.footer_github svg{color:var(--ww-muted, rgba(216, 231, 228, .62))}[data-theme=light] .header_brand,[data-theme=light] .nav_link.active,[data-theme=light] .theme_toggle:hover,[data-theme=light] .footer_brand h2,[data-theme=light] .footer_links a:hover,[data-theme=light] .footer_github:hover svg{color:#0d1c1ff0}[data-theme=light] .nav_link,[data-theme=light] .theme_toggle,[data-theme=light] .footer_links a,[data-theme=light] .footer_github svg{color:#192a2da8}[data-theme=light] .nav_link:before{background:radial-gradient(ellipse at center,rgba(45,95,105,.09),transparent 68%)}[data-theme=light] .nav_link:after{background:linear-gradient(90deg,transparent,rgba(45,95,105,.82),transparent);box-shadow:0 0 18px #2d5f691f}[data-theme=light] .site_header--surface .header_shell{background:#ffffff9e;border-color:#0f172a14;box-shadow:0 18px 54px #0f172a14,inset 0 1px #fffc}[data-theme=light] .theme_toggle:hover{background:#0f172a0b;box-shadow:0 0 24px #2d5f6914}@media(max-width:760px){.site_header{padding:calc(.72rem + env(safe-area-inset-top,0px)) 1.45rem .45rem}.header_shell{width:100%;gap:.78rem 1rem;padding-top:0}.header_brand{font-size:1rem;gap:.6rem}.header_logo,.header_logo img{width:22px;height:22px}.header_nav{gap:1.78rem;width:100%;padding-bottom:.05rem}.nav_link{min-height:34px;padding-bottom:.52rem;font-size:.8rem}.nav_link.active:after{width:42px}.theme_toggle{width:34px;height:34px}.theme_toggle svg{width:17px;height:17px}.footer_content{align-items:flex-start;flex-direction:column;gap:1.05rem}.footer_links{justify-content:flex-start}}@media(max-width:430px){.site_header{padding-left:1.25rem;padding-right:1.25rem}.header_nav{gap:1.5rem}}@media(max-width:370px){.header_nav{gap:1.16rem}.nav_link{font-size:.74rem}}@media(prefers-reduced-motion:reduce){.header_brand,.nav_link,.nav_link:before,.nav_link:after,.theme_toggle,.footer_links a{transition:none}}.site_header{transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease}.site_header--scrolled{background:#01080af0;border-bottom:1px solid rgba(255,255,255,.075);box-shadow:0 16px 46px #0000003d;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.site_header--forecast.site_header--scrolled{background:linear-gradient(180deg,#01080af5,#01080ae0)}.site_header--forecast{background:linear-gradient(180deg,#01080ae0,#01080ab8);border-bottom:1px solid rgba(255,255,255,.055);-webkit-backdrop-filter:blur(14px) saturate(1.05);backdrop-filter:blur(14px) saturate(1.05)}[data-theme=light] .site_header--forecast{background:linear-gradient(180deg,#f8fafce6,#eef3f8c7);border-bottom:1px solid rgba(15,23,42,.07);-webkit-backdrop-filter:blur(14px) saturate(1.05);backdrop-filter:blur(14px) saturate(1.05)}[data-theme=light] .site_header--scrolled,[data-theme=light] .site_header--forecast.site_header--scrolled{background:linear-gradient(180deg,#f8fafcfa,#eef3f8f0);border-bottom:1px solid rgba(15,23,42,.1);box-shadow:0 14px 38px #0f172a1a;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.site_header--atmospheric .header_brand,.site_header--atmospheric .nav_link,.site_header--atmospheric .nav_link.active,.site_header--atmospheric .theme_toggle,[data-theme=light] .site_header--atmospheric .header_brand,[data-theme=light] .site_header--atmospheric .nav_link,[data-theme=light] .site_header--atmospheric .nav_link.active,[data-theme=light] .site_header--atmospheric .theme_toggle{color:#f7fcfaf0}.site_header--atmospheric .nav_link{color:#e8f2f0b8}.site_header--atmospheric .nav_link:hover,.site_header--atmospheric .nav_link.active{color:#fffffffa}.site_header--atmospheric.site_header--scrolled{background:linear-gradient(180deg,#01080af0,#01080ad1);border-bottom:1px solid rgba(255,255,255,.075);box-shadow:0 16px 46px #0000003d;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.ww_home{position:relative;min-height:100vh;overflow:hidden}.ww_hero{position:relative;min-height:92vh;overflow:hidden;padding:clamp(7rem,10vw,10rem) clamp(1.5rem,4vw,4rem) clamp(5rem,8vw,8rem)}.ww_hero_backdrop{position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#03090c61,#03090cbd 52%,#03090cf5),radial-gradient(circle at top,rgba(82,130,148,.22),transparent 42rem),url(https://images.unsplash.com/photo-1500375592092-40eb2168fd21?q=80&w=2000&auto=format&fit=crop);background-size:cover;background-position:center;filter:saturate(.82)}.ww_hero_inner{position:relative;z-index:2;width:min(100%,var(--ww-max));margin:0 auto}.ww_hero_content{max-width:42rem;display:grid;gap:1.5rem}.ww_eyebrow{display:inline-flex;width:fit-content;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--ww-subtle);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ww_hero_title{margin:0;color:var(--ww-text);font-size:clamp(4rem,9vw,7.5rem);line-height:.9;letter-spacing:-.055em;font-weight:300;max-width:10ch}.ww_hero_copy{margin:0;max-width:28rem;color:var(--ww-muted);font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.8;font-weight:400}.ww_hero_actions{display:flex;align-items:center;gap:1rem;padding-top:.5rem}.ww_primary_btn{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.9rem 1.3rem;color:#071012;background:var(--ww-accent);font-size:.9rem;font-weight:700;letter-spacing:.03em;transition:transform .12s ease,opacity .12s ease}.ww_primary_btn:hover{transform:translateY(-1px);opacity:.96}.ww_hero_meta{display:flex;align-items:center;gap:.55rem;padding-top:.5rem;color:var(--ww-subtle);font-size:.88rem;letter-spacing:.02em}.ww_editorial_stage{position:relative;width:min(100%,var(--ww-max));margin:0 auto;padding:clamp(5rem,10vw,8rem) clamp(1.5rem,3vw,2rem)}.ww_editorial_block,.ww_future_block{position:relative;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#ffffff08,#ffffff04),#081215b8;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 22px 70px #00000052,inset 0 1px #ffffff0a}.ww_editorial_content,.ww_future_inner{max-width:50rem;display:grid;gap:1.4rem;padding:clamp(2rem,5vw,4rem)}.ww_section_title{margin:0;color:var(--ww-text);font-size:clamp(2.2rem,5vw,4rem);line-height:1;letter-spacing:-.045em;font-weight:350;max-width:12ch}.ww_section_copy{margin:0;max-width:40rem;color:var(--ww-muted);font-size:1.05rem;line-height:1.95}[data-theme=light] .ww_hero_backdrop{background:linear-gradient(180deg,#f8fafc57,#f8fafcb8 58%,#f4f7fbf5),radial-gradient(circle at top,rgba(93,169,255,.12),transparent 42rem),url(https://images.unsplash.com/photo-1500375592092-40eb2168fd21?q=80&w=2000&auto=format&fit=crop);background-size:cover;background-position:center}[data-theme=light] .ww_editorial_block,[data-theme=light] .ww_future_block{background:#ffffffc7;border-color:#0f172a14;box-shadow:0 18px 50px #0f172a14,inset 0 1px #ffffffd1}@media(max-width:768px){.ww_hero{min-height:auto;padding-top:7rem}.ww_hero_title{font-size:clamp(3.2rem,16vw,5rem)}.ww_section_title{max-width:100%}.ww_hero_copy,.ww_section_copy{line-height:1.75}}.home_primary_cta{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.15rem;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f9cff);box-shadow:0 14px 36px #2563eb3d,inset 0 1px #ffffff47;font-size:.88rem;font-weight:850;letter-spacing:-.01em;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.home_primary_cta:before{content:"";position:absolute;inset:1px;z-index:-1;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.22),transparent 42%,rgba(255,255,255,.12));opacity:.85}.home_primary_cta:hover{transform:translateY(-2px);filter:saturate(1.06);box-shadow:0 18px 44px #2563eb4d,inset 0 1px #ffffff52}.home_primary_cta:active{transform:translateY(0)}.ww_primary_btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:0 1.15rem;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f9cff);box-shadow:0 16px 38px #2563eb42,inset 0 1px #ffffff52;font-size:.88rem;font-weight:850;letter-spacing:-.01em;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}.ww_primary_btn svg{width:18px;height:18px;stroke-width:2.3}.ww_hero_meta{margin-top:2.1rem;width:max-content;max-width:min(100%,760px);display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;color:#1f2937b8;font-size:.92rem;line-height:1;padding:.85rem 1rem;border-radius:999px;background:#ffffff42;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.ww_meta_item{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.ww_meta_item svg{width:17px;height:17px;color:#475569b8}.ww_meta_location{font-weight:650}.ww_meta_divider{width:1px;height:1.15rem;background:#47556938}[data-theme=dark] .ww_hero_meta{color:#f4f7f6b8;background:#060d1057}[data-theme=dark] .ww_meta_item svg{color:#cdd6d8b8}[data-theme=dark] .ww_meta_divider{background:#f4f7f629}@media(max-width:640px){.ww_hero_meta{width:100%;border-radius:24px;align-items:flex-start;flex-direction:column;gap:.65rem}.ww_meta_divider{display:none}}.about_page{width:min(100%,var(--ww-max));margin:0 auto;padding:1rem 1rem 4rem;color:var(--ww-text)}.about_hero_copy,.about_image_panel,.about_card,.about_section,.about_pillars article,.about_closing{border:1px solid var(--ww-border);border-radius:22px;background:linear-gradient(180deg,#ffffff0a,#ffffff05),var(--ww-surface);box-shadow:var(--ww-shadow-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.section_eyebrow{display:inline-flex;width:fit-content;margin:0 0 .65rem;padding:.38rem .68rem;border-radius:999px;border:1px solid rgba(37,99,235,.16);color:#2563ebeb;background:#2563eb12;font-size:.68rem;font-weight:850;line-height:1;letter-spacing:.12em;text-transform:uppercase}[data-theme=dark] .section_eyebrow{color:#93c5fdeb;background:#5da9ff1a;border-color:#93c5fd29}.ww_primary_btn{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:0 1.15rem;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f9cff);box-shadow:0 16px 38px #2563eb42,inset 0 1px #ffffff52;font-size:.88rem;font-weight:850;letter-spacing:-.01em;overflow:hidden;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}.ww_primary_btn:before{content:"";position:absolute;inset:1px;z-index:-1;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.26),transparent 42%,rgba(255,255,255,.12));opacity:.9}.ww_primary_btn:hover{transform:translateY(-2px);filter:saturate(1.04);box-shadow:0 20px 48px #2563eb52,inset 0 1px #ffffff5c}.ww_primary_btn:active{transform:translateY(0)}.about_secondary_btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.05rem;border:1px solid rgba(15,23,42,.1);border-radius:999px;color:var(--ww-text);background:#ffffff9e;font-size:.88rem;font-weight:820;letter-spacing:-.01em;text-decoration:none;box-shadow:0 10px 28px #0f172a0f,inset 0 1px #ffffffb8;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.about_secondary_btn:hover{transform:translateY(-2px);background:#ffffffd1;border-color:#2563eb2e;box-shadow:0 14px 34px #0f172a14,inset 0 1px #ffffffd6}[data-theme=dark] .about_secondary_btn{color:var(--ww-text);background:#ffffff0b;border-color:#ffffff14;box-shadow:0 14px 34px #0000002e,inset 0 1px #ffffff0f}[data-theme=dark] .about_secondary_btn:hover{background:#ffffff13;border-color:#93c5fd2e}.about_hero{min-height:430px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:1rem;align-items:stretch}.about_hero_copy{padding:clamp(1.4rem,3vw,2.4rem);display:flex;flex-direction:column;justify-content:center}.about_hero_copy h1{max-width:760px;margin:0;font-size:clamp(3rem,7vw,6rem);line-height:.9;letter-spacing:-.08em}.about_hero_copy>p:not(.section_eyebrow){max-width:46rem;margin:1.1rem 0 0;color:var(--ww-muted);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6}.about_hero_actions{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:.75rem}.about_image_panel{position:relative;overflow:hidden;min-height:320px}.about_image_panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#02080a14,#02080a85),radial-gradient(circle at 50% 30%,transparent,rgba(2,8,10,.26))}.about_image_panel img{width:100%;height:100%;object-fit:cover}.about_grid{margin-top:1rem;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem}.about_card{padding:1.15rem}.about_card_large{grid-row:span 2}.about_icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:1rem;border-radius:999px;color:#2563eb;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.72),transparent 42%),#2563eb17;box-shadow:inset 0 1px #ffffff9e,0 10px 24px #2563eb14}.about_icon svg{width:22px;height:22px;stroke-width:2.25}.about_card h2,.about_section h2,.about_changelog h2{margin:0;font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.04em}.about_card p,.about_section p,.about_pillars p,.about_release_list p,.about_closing p{color:var(--ww-muted);line-height:1.6}.about_section{margin-top:1rem;padding:1.25rem}.about_split{display:grid;grid-template-columns:.8fr 1.2fr;gap:1.5rem;align-items:start}.about_prose p:first-child{margin-top:0}.about_pillars{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.about_pillars article{padding:1rem}.about_pillars svg{width:22px;height:22px;color:#f59e0b}.about_pillars h3{margin:.85rem 0 .35rem;font-size:1rem}.about_pillars p{margin:0;font-size:.92rem}.about_conservation{display:grid;grid-template-columns:.8fr 1.2fr;gap:1.25rem;align-items:start}.about_conservation a{grid-column:2;width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:.45rem;color:#2563eb;font-weight:850;text-decoration:none;transition:color .18s ease,transform .18s ease}.about_conservation a:hover{color:#1d4ed8;transform:translate(2px)}.about_conservation a svg{width:16px;height:16px}.about_section_header{display:flex;justify-content:space-between;gap:1rem}.about_section_header>svg{color:var(--ww-subtle)}.about_release_list{margin-top:1rem;display:grid;gap:.75rem}.about_release_list article{padding:.9rem;border:1px solid var(--ww-border);border-radius:16px;background:var(--ww-surface-soft)}.about_release_list span{display:block;margin-bottom:.3rem;color:#2563ebdb;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.about_release_list h3{margin:0;font-size:1rem}.about_release_list p{margin-bottom:0;font-size:.92rem}.about_closing{margin-top:1rem;padding:1.4rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.about_closing p{margin:0;font-size:1.2rem;color:var(--ww-text);font-weight:850}[data-theme=light] .about_hero_copy,[data-theme=light] .about_image_panel,[data-theme=light] .about_card,[data-theme=light] .about_section,[data-theme=light] .about_pillars article,[data-theme=light] .about_closing{background:#ffffffdb;border-color:#0f172a1a}[data-theme=light] .about_image_panel:after{background:linear-gradient(180deg,#0f172a05,#0f172a3d),radial-gradient(circle at 50% 30%,transparent,rgba(15,23,42,.1))}[data-theme=dark] .about_icon{color:#93c5fdf2;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.18),transparent 42%),#5da9ff1c;box-shadow:inset 0 1px #ffffff14,0 10px 24px #00000029}[data-theme=dark] .about_pillars svg{color:#fbbf24eb}[data-theme=dark] .about_conservation a{color:#93c5fdf2}[data-theme=dark] .about_conservation a:hover{color:#bfdbfefa}[data-theme=dark] .about_release_list span{color:#93c5fddb}@media(max-width:860px){.about_hero,.about_grid,.about_split,.about_conservation{grid-template-columns:1fr}.about_card_large{grid-row:auto}.about_conservation a{grid-column:auto}.about_pillars{grid-template-columns:1fr}}@media(max-width:560px){.about_page{padding:.75rem .75rem 3rem}.about_hero_copy h1{font-size:clamp(2.6rem,16vw,4rem)}.about_closing{align-items:flex-start;flex-direction:column}.about_hero_actions{align-items:stretch;flex-direction:column}.ww_primary_btn,.about_secondary_btn{width:100%}}:root{color-scheme:dark;--ww-bg: #071012;--ww-bg-2: #0b171a;--ww-surface: rgba(13, 25, 29, .82);--ww-surface-strong: rgba(12, 21, 25, .94);--ww-surface-soft: rgba(255, 255, 255, .055);--ww-border: rgba(255, 255, 255, .11);--ww-border-strong: rgba(255, 255, 255, .18);--ww-text: #f4f7f6;--ww-muted: rgba(244, 247, 246, .72);--ww-subtle: rgba(244, 247, 246, .52);--ww-accent: #f6c65b;--ww-accent-soft: rgba(246, 198, 91, .16);--ww-accent-primary: #5da9ff;--ww-accent-primary-soft: rgba(93, 169, 255, .16);--ww-accent-solar: #f6c65b;--ww-accent-neutral: rgba(205, 214, 216, .72);--ww-good: #a8d672;--ww-good-soft: rgba(168, 214, 114, .16);--ww-danger: #ff8a8a;--ww-icon-blue: #5da9ff;--ww-icon-gold: #f6c65b;--ww-icon-gray: rgba(205, 214, 216, .72);--ww-radius-sm: 10px;--ww-radius-md: 14px;--ww-radius-lg: 18px;--ww-radius-xl: 28px;--ww-shadow: 0 24px 80px rgba(0, 0, 0, .36);--ww-shadow-soft: 0 12px 32px rgba(0, 0, 0, .22);--ww-max: 1180px;--ww-pad: clamp(1rem, 2vw, 1.5rem);--ww-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=light]{color-scheme:light;--ww-bg: #f4f7fb;--ww-bg-2: #eef3f8;--ww-surface: rgba(255, 255, 255, .78);--ww-surface-strong: rgba(255, 255, 255, .96);--ww-surface-soft: rgba(15, 23, 42, .055);--ww-border: rgba(15, 23, 42, .11);--ww-border-strong: rgba(15, 23, 42, .18);--ww-text: #1f2937;--ww-muted: rgba(31, 41, 55, .72);--ww-subtle: rgba(31, 41, 55, .54);--ww-accent: #2563eb;--ww-accent-soft: rgba(37, 99, 235, .12);--ww-accent-primary: #2563eb;--ww-accent-primary-soft: rgba(37, 99, 235, .12);--ww-accent-solar: #b9791f;--ww-accent-neutral: rgba(71, 85, 105, .72);--ww-good: #2f7d4e;--ww-good-soft: rgba(47, 125, 78, .12);--ww-danger: #b91c1c;--ww-icon-blue: #2563eb;--ww-icon-gold: #b9791f;--ww-icon-gray: rgba(71, 85, 105, .72);--ww-shadow: 0 24px 80px rgba(15, 23, 42, .14);--ww-shadow-soft: 0 12px 32px rgba(15, 23, 42, .1)}.weather_card{border:1px solid rgba(255,255,255,.075);border-radius:var(--ww-radius-lg);background:linear-gradient(180deg,#ffffff09,#ffffff04),#081215c7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 14px 34px #00000038,inset 0 1px #ffffff08}.section_eyebrow{margin:0 0 .35rem;color:var(--ww-subtle);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.dashboard_error{padding:.85rem 1rem;border:1px solid rgba(255,138,138,.28);border-radius:var(--ww-radius-md);color:var(--ww-danger);background:#ff8a8a14}.empty_dashboard_state button{border:1px solid var(--ww-border);border-radius:999px;padding:.65rem .9rem;color:var(--ww-text);background:var(--ww-surface-soft)}[data-theme=light] .weather_card{background:#ffffffdb;border-color:#0f172a1a;color:var(--ww-text);box-shadow:0 14px 38px #0f172a1a,inset 0 1px #ffffffbf}.empty_dashboard_state{max-width:720px;margin:2rem auto;padding:1.35rem;display:grid;gap:.9rem}.empty_dashboard_state h2{margin:0;color:var(--ww-text);font-size:clamp(1.35rem,3vw,2rem);letter-spacing:-.04em}.empty_dashboard_state p{margin:0;max-width:46ch;color:var(--ww-muted);line-height:1.6}.empty_dashboard_search{max-width:520px;margin-top:.25rem}.empty_dashboard_state>button{width:fit-content;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.68rem .95rem;color:var(--ww-text);font-size:.78rem;font-weight:800;background:linear-gradient(180deg,#ffffff0f,#ffffff05),#ffffff0b;box-shadow:inset 0 1px #ffffff0d;cursor:pointer}.empty_dashboard_state>button:hover{background:#ffffff14}[data-theme=light] .empty_dashboard_state>button{color:var(--ww-text);border-color:#0f172a1f;background:#0f172a0b}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--ww-bg);scroll-behavior:smooth}body{margin:0;font-family:var(--ww-font);color:var(--ww-text);background:radial-gradient(circle at top,rgba(44,73,92,.2),transparent 30rem),linear-gradient(180deg,#04090b,#071317 45%,#020506);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}[data-theme=light] body,[data-theme=light] #root{background:radial-gradient(circle at top,rgba(147,197,253,.16),transparent 34rem),linear-gradient(180deg,#f8fafc,#eef3f8 52%,#e8eef6)}img,svg{display:block;max-width:100%}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.sr_only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.modal_open{overflow:hidden}.hero_search_container,.search_container{position:relative;width:100%}.search_component{width:100%;min-height:40px;display:flex;align-items:center;gap:.55rem;padding:.32rem .38rem .32rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#02080ac2;box-shadow:0 10px 28px #00000038}.search_component input{flex:1;min-width:0;border:0;outline:0;color:#f6f8f7;background:transparent}.search_component input::placeholder,#searchIcon{color:#ffffff94}.search_submit{border:0;border-radius:999px;padding:.42rem .72rem;color:#081012;font-size:.72rem;font-weight:800;background:var(--ww-icon-gold)}.search_results_dropdown{position:absolute;z-index:9999;top:calc(100% + .5rem);left:0;right:auto;width:min(420px,calc(100vw - 2rem));max-height:320px;overflow-y:auto;margin:0;padding:.45rem;list-style:none;border:1px solid var(--ww-border);border-radius:var(--ww-radius-md);color:var(--ww-text);background:var(--ww-surface-strong);box-shadow:var(--ww-shadow)}.search_results_dropdown button{width:100%;border:0;border-radius:var(--ww-radius-sm);padding:.7rem;display:flex;align-items:center;gap:.55rem;color:var(--ww-text);text-align:left;background:transparent}.search_results_dropdown button:hover{background:var(--ww-surface-soft)}[data-theme=light] .search_results_dropdown button{color:var(--ww-text)}.hero_search_container,.search_container,.empty_dashboard_search{position:relative;width:100%}.search_component{width:100%;min-height:42px;display:flex;align-items:center;gap:.55rem;padding:.34rem .38rem .34rem .78rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#040d10d1;box-shadow:0 12px 30px #0003,inset 0 1px #ffffff0b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search_component:focus-within{border-color:#a4e0d257;box-shadow:0 14px 34px #0000003d,0 0 0 3px #a4e0d217,inset 0 1px #ffffff0f}.search_component input{flex:1;min-width:0;border:0;outline:0;color:var(--ww-text);font-size:.88rem;background:transparent}.search_component input::placeholder,#searchIcon{color:var(--ww-muted)}.search_submit{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.44rem .78rem;color:var(--ww-text);font-size:.72rem;font-weight:850;background:linear-gradient(180deg,#a4e0d233,#a4e0d214),#ffffff0b;cursor:pointer}.search_submit:hover{background:linear-gradient(180deg,#a4e0d247,#a4e0d21f),#ffffff12}.hero_inline_search{width:min(420px,calc(100vw - 2rem));margin-top:.75rem}.hero_inline_search .search_component{min-height:40px;background:linear-gradient(180deg,#ffffff0f,#ffffff05),#030b0ee6}.hero_inline_search .search_submit{color:var(--ww-text);background:#a4e0d21f}.search_results_dropdown{position:absolute;z-index:9999;top:calc(100% + .5rem);left:0;right:auto;width:min(420px,calc(100vw - 2rem));max-height:320px;overflow-y:auto;margin:0;padding:.45rem;list-style:none;border:1px solid rgba(255,255,255,.12);border-radius:var(--ww-radius-md);color:var(--ww-text);background:#081215f5;box-shadow:var(--ww-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search_result_list{display:grid;gap:.25rem}.search_results_dropdown li{list-style:none}.search_results_dropdown button{width:100%;border:0;border-radius:var(--ww-radius-sm);padding:.7rem;display:flex;align-items:center;gap:.55rem;color:var(--ww-text);text-align:left;background:transparent;cursor:pointer}.search_results_dropdown button:hover{background:#ffffff12}[data-theme=light] .search_component{border-color:#0f172a1f;background:#ffffffdb;box-shadow:0 12px 28px #0f172a14,inset 0 1px #fffc}[data-theme=light] .search_component input{color:var(--ww-text)}[data-theme=light] .search_submit{color:var(--ww-text);border-color:#0f172a1a;background:#0f172a0e}[data-theme=light] .search_submit:hover{background:#0f172a14}[data-theme=light] .search_results_dropdown{background:#fffffff5;color:var(--ww-text);border-color:#0f172a24}.dashboard_shell{position:relative;min-height:calc(100vh - 80px);color:var(--ww-text);padding:0 1rem 3rem}.dashboard_backdrop,.dashboard_shell:before,.dashboard_shell:after{position:fixed;inset:0;pointer-events:none}.dashboard_backdrop{z-index:-3;background:linear-gradient(180deg,#02070929,#020709d1 34%,#020709fa),var(--dashboard-bg-image);background-size:cover;background-position:center top;filter:saturate(.9)}.dashboard_shell:before{content:"";z-index:-2;background:radial-gradient(circle at 50% 0%,rgba(62,99,112,.22),transparent 38rem),linear-gradient(180deg,#01080a33,#01080a 58%)}.dashboard_shell:after{content:"";z-index:-1;background:linear-gradient(180deg,#01080a00,#01080a47 24%,#01080ae0 43%,#01080a)}.dashboard_inner{position:relative;z-index:2;width:min(100%,var(--ww-max));margin:0 auto;display:grid;gap:1rem}.dashboard_stack{display:grid;gap:1rem}.dashboard_top_stage{position:relative;display:grid;margin-top:1rem;padding-bottom:46px}.hero_weather_panel{position:relative;min-height:430px;margin-top:1.25rem;padding:1.45rem 1.55rem 1.4rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden!important;color:#f7faf9;border-radius:var(--ww-radius-lg);border:1px solid rgba(255,255,255,.095);background-image:linear-gradient(90deg,#02080ae6,#02080ab8 32%,#02080a57 68%,#02080a29),var(--dashboard-bg-image);background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;background-origin:border-box;background-clip:padding-box;box-shadow:0 22px 62px #0000004d,inset 0 1px #ffffff0e}.hero_weather_panel:after{content:"";position:absolute;left:-1px;right:-1px;bottom:-72px;height:150px;z-index:-1;pointer-events:none;background:linear-gradient(180deg,#01080a38,#01080af5 68%,#01080a)}.hero_location_row{position:relative;z-index:30;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.hero_location_group{position:relative;display:flex;align-items:center;gap:.65rem}.hero_location{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffd1;font-size:.86rem}.hero_change_btn{display:inline-flex;align-items:center;gap:.25rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.35rem .6rem;color:#ffffffe0;background:#0000003d;font-size:.74rem}.hero_time_badge{min-width:70px;padding:.5rem .58rem;border-radius:12px;text-align:right;color:#ffffffe0;background:#00000047;border:1px solid rgba(255,255,255,.08)}.hero_time_badge span,.hero_time_badge small{display:block}.hero_time_badge span{font-size:.8rem;font-weight:700}.hero_time_badge small{margin-top:.08rem;color:#ffffff94;font-size:.72rem}.hero_weather_body{position:relative;z-index:2;min-height:290px;display:grid;align-content:center}.hero_temp_row{display:flex;align-items:center;gap:.65rem}.hero_temp{color:#f7faf9;font-size:clamp(6.4rem,10vw,8.8rem);font-weight:300;line-height:.86;letter-spacing:-.045em}.hero_condition_icon{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.28));transform:translateY(.25rem)}.hero_condition_text{margin-top:.65rem;color:#fffffff0;font-size:1.08rem;font-weight:650}.hero_weather_meta{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.7rem;color:#ffffffbd;font-size:.88rem}.hero_inline_search{position:absolute;top:calc(100% + .55rem);left:0;z-index:9999;width:min(360px,calc(100vw - 2rem))}.current_conditions_grid{position:absolute;left:2rem;right:2rem;bottom:0;z-index:10;min-height:96px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:hidden;border-radius:var(--ww-radius-lg);border:1px solid rgba(255,255,255,.07);background:#061013e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 42px #00000042,inset 0 1px #ffffff09}.condition_metric{position:relative;min-width:0;padding:1rem 1.15rem;display:flex;align-items:center;justify-content:center;gap:.85rem}.condition_metric:not(:last-child):after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:#ffffff14}.condition_metric_icon,.condition_metric_icon svg{color:var(--condition-icon-color, var(--ww-icon-gold));font-size:1.35rem;line-height:1}.condition_metric_label{margin:0;color:var(--ww-subtle);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.condition_metric_value{margin:.2rem 0 .08rem;color:var(--ww-text);font-size:1.02rem;font-weight:800;letter-spacing:-.02em}.condition_metric_value span{color:var(--ww-muted);font-size:.78rem;font-weight:600}.condition_metric_detail{margin:0;color:var(--ww-muted);font-size:.78rem}.dashboard_stack .weather_card,.today_timeline,.hourly_forecast_rail,.pawcast_card,.hourly_trend_analysis,.extended_metrics_grid,.daily_forecast_strip{border-color:#ffffff13;background:#0a181bb8;box-shadow:0 14px 42px #0000002e,inset 0 1px #ffffff09;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard_back_to_top{position:fixed;right:clamp(1.1rem,3vw,2rem);bottom:clamp(1.1rem,3vw,2rem);z-index:70;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.82rem 1.12rem;border-radius:999px;border:1px solid rgba(5,13,16,.14);color:#050d10f5;background:#f7fcfaf5;box-shadow:0 18px 48px #0000005c,inset 0 1px #ffffffb8;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transition:opacity .18s ease,transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard_back_to_top.is_visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.dashboard_back_to_top:hover{background:#fff;transform:translateY(-2px) scale(1.02);box-shadow:0 22px 56px #0000006b,inset 0 1px #ffffffdb}.dashboard_back_to_top svg{width:17px;height:17px;stroke-width:2.4}.dashboard_back_to_top span{font-size:.86rem;font-weight:820}[data-theme=light] .dashboard_backdrop{background:linear-gradient(180deg,#f8fafc52,#f8fafcc7 48%,#eef3f8),var(--dashboard-bg-image);background-size:cover;background-position:center top}[data-theme=light] .dashboard_shell:before{background:radial-gradient(circle at 50% 0%,rgba(96,165,250,.12),transparent 38rem),linear-gradient(180deg,#f8fafc2e,#eef3f8f2 62%)}[data-theme=light] .dashboard_shell:after{background:linear-gradient(180deg,#f8fafc00,#f8fafc3d 34%,#eef3f8f5 72%)}[data-theme=light] .hero_weather_panel{color:#fff;border-color:#ffffff75;background-image:linear-gradient(90deg,#0f172ab8,#0f172a7a 38%,#0f172a2e),var(--dashboard-bg-image);box-shadow:0 22px 64px #0f172a29,inset 0 1px #ffffff38}[data-theme=light] .hero_weather_panel:after{background:linear-gradient(180deg,#eef3f805,#eef3f8bf 72%,#eef3f8)}[data-theme=light] .hero_location,[data-theme=light] .hero_weather_meta,[data-theme=light] .hero_condition_text{color:#ffffffe6}[data-theme=light] .hero_temp{color:#fffffff5}[data-theme=light] .current_conditions_grid{background:#ffffffe6;border-color:#0f172a1a;box-shadow:0 18px 50px #0f172a1f,inset 0 1px #fffc}[data-theme=light] .condition_metric:not(:last-child):after{background:#0f172a1f}[data-theme=light] .dashboard_stack .weather_card,[data-theme=light] .today_timeline,[data-theme=light] .hourly_forecast_rail,[data-theme=light] .pawcast_card,[data-theme=light] .hourly_trend_analysis,[data-theme=light] .extended_metrics_grid,[data-theme=light] .daily_forecast_strip{border-color:#0f172a1a;background:#ffffffc7;box-shadow:0 14px 38px #0f172a14,inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=light] .dashboard_back_to_top{color:#f7fcfaf5;background:#050d10f0;border-color:#050d103d;box-shadow:0 18px 42px #0f172a38,inset 0 1px #ffffff14}[data-theme=light] .dashboard_back_to_top:hover{background:#00070afa;box-shadow:0 22px 54px #0f172a47,inset 0 1px #ffffff1a}@media(max-width:760px){.dashboard_shell{padding:0 .75rem 2rem}.dashboard_top_stage{padding-bottom:0}.hero_weather_panel{min-height:390px;padding:1rem}.hero_temp{font-size:clamp(4.5rem,20vw,6rem)}.current_conditions_grid{position:relative;left:auto;right:auto;bottom:auto;margin-top:.75rem;grid-template-columns:repeat(2,1fr)}.condition_metric:nth-child(2):after{display:none}.dashboard_back_to_top{right:1rem;bottom:1rem;min-height:48px;padding:.76rem 1rem}}@media(max-width:520px){.current_conditions_grid{grid-template-columns:1fr}.condition_metric{justify-content:flex-start}.condition_metric:after{display:none}}@media(prefers-reduced-motion:reduce){.dashboard_back_to_top{transition:none}}.today_glance_card,.today_timeline_card{padding:1.05rem 1.15rem}.today_glance_content{display:grid;grid-template-columns:1fr minmax(250px,.72fr);gap:1.25rem;align-items:center}.today_summary{max-width:36rem;margin:0;color:var(--ww-muted);font-size:.95rem;line-height:1.55}.sun_summary_grid{display:grid;grid-template-columns:repeat(2,1fr);min-height:70px;border-left:1px solid rgba(255,255,255,.075)}.sun_summary_item{display:flex;align-items:center;justify-content:center;gap:.58rem;padding:.7rem .9rem}.sun_summary_item+.sun_summary_item{border-left:1px solid rgba(255,255,255,.075)}.sun_summary_item svg{width:20px;height:20px;color:var(--ww-icon-gold);filter:drop-shadow(0 4px 10px rgba(0,0,0,.22))}.sun_summary_item span,.pawcast_metrics span,.pawcast_metrics small,.extended_metric_label{display:block;color:var(--ww-subtle);font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sun_summary_item strong{display:block;margin-top:.12rem;color:var(--ww-text);font-size:.96rem;font-weight:820;letter-spacing:-.025em}.today_timeline_card{overflow:hidden}.timeline_track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:.8rem .4rem .15rem}.timeline_track:before{display:none}.timeline_point{position:relative;z-index:2;display:grid;justify-items:center;text-align:center;min-width:0}.timeline_point:not(:last-child):after{content:"";position:absolute;top:1.2rem;left:calc(50% + 1.45rem);width:calc(100% - 2.9rem);height:1px;background:#ffffff29}.timeline_point:nth-child(3):after{width:calc(100% - 3.6rem)}.timeline_point:last-child:before{content:"";position:absolute;top:1.1rem;left:-.55rem;width:4px;height:4px;border-radius:999px;background:#ffffff9e}.timeline_icon_wrap{width:34px;height:34px;margin-bottom:.4rem;display:grid;place-items:center;color:var(--ww-icon-gray);background:transparent;box-shadow:none}.timeline_icon_wrap:before{display:none}.timeline_icon_wrap img{width:28px;height:28px;filter:brightness(1.22) saturate(.72)}.timeline_icon_wrap svg{width:25px;height:25px;color:var(--ww-icon-gray);stroke-width:2.1;filter:drop-shadow(0 4px 10px rgba(0,0,0,.28))}.timeline_point:nth-child(2) .timeline_icon_wrap,.timeline_point:nth-child(2) .timeline_icon_wrap svg{color:var(--ww-icon-gold)}.timeline_time{margin:.1rem 0 .18rem;color:var(--ww-subtle);font-size:.7rem}.timeline_point strong{display:block;color:var(--ww-text);font-size:.82rem;font-weight:820}.timeline_point span{display:block;margin-top:.15rem;color:var(--ww-muted);font-size:.72rem}.hourly_forecast_card{padding:1rem 1.1rem;overflow:hidden}.hourly_header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.hourly_toggle{display:inline-flex;align-items:center;gap:.24rem;padding:.2rem;border-radius:999px;background:#ffffff0e;border:1px solid rgba(255,255,255,.075)}.hourly_toggle button{border:0;border-radius:999px;padding:.36rem .68rem;color:var(--ww-muted);background:transparent;font-size:.68rem;font-weight:760;transition:color .16s ease,background .16s ease,transform .16s ease}.hourly_toggle button:hover{color:var(--ww-text)}.hourly_toggle button.active{color:var(--ww-text);background:#ffffff1c}.hourly_chart_area{position:relative;min-height:168px;overflow-x:auto;scrollbar-width:thin;padding-top:.35rem;padding-bottom:.5rem}.hourly_trend_line{position:absolute;left:0;right:0;bottom:42px;width:100%;min-width:780px;height:86px;pointer-events:none;z-index:1}.hourly_trend_line path{fill:none;stroke:var(--ww-icon-blue);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px rgba(93,169,255,.28))}.hourly_rail{position:relative;z-index:2;display:grid;grid-template-columns:repeat(10,minmax(76px,1fr));min-width:780px}.hourly_item{position:relative;min-height:158px;padding:.25rem .7rem .35rem;display:grid;grid-template-rows:1.2rem 3rem 1fr;align-items:start;justify-items:center;text-align:center}.hourly_item:not(:last-child):after{content:"";position:absolute;right:0;top:12%;bottom:10%;width:1px;background:#ffffff13}.hourly_time{color:var(--ww-muted);font-size:.72rem;font-weight:720}.hourly_icon_wrap{position:relative;z-index:5;height:3rem;display:grid;place-items:center;margin-top:.9rem;background:transparent;box-shadow:none}.hourly_icon_wrap:before{display:none}.hourly_icon_wrap svg{width:22px;height:22px;color:var(--ww-icon-gray);stroke-width:2.2;filter:drop-shadow(0 4px 10px rgba(0,0,0,.28))}.hourly_icon_wrap[data-day=true] svg{color:var(--ww-icon-gold)}.hourly_values{position:relative;z-index:3;align-self:end;padding-top:.85rem}.hourly_values strong{display:block;color:var(--ww-text);font-size:1rem;font-weight:820;letter-spacing:-.025em}.hourly_values small{display:block;margin-top:.32rem;color:var(--ww-muted);font-size:.72rem}.pawcast_card{padding:1rem 1.1rem}.pawcast_header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.pawcast_title{display:flex;align-items:center;gap:.45rem}.pawcast_title svg{width:18px;height:18px}.pawcast_title h2{margin:0;font-size:1rem;font-weight:820;letter-spacing:-.02em}.pawcast_badge{width:max-content;padding:.34rem .58rem;border-radius:999px;color:var(--ww-good);background:var(--ww-good-soft);font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.pawcast_body{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(170px,.38fr);gap:1rem;align-items:center}.pawcast_icon_block{display:grid;place-items:center}.pawcast_icon_block svg{width:64px;height:64px}.pawcast_title svg,.pawcast_icon_block svg{color:var(--ww-icon-blue);fill:#5da9ff29}.pawcast_copy p{max-width:34rem;margin:0;color:var(--ww-muted);font-size:.92rem;line-height:1.55}.pawcast_cta{margin-top:.7rem;border:1px solid rgba(255,255,255,.085);border-radius:999px;padding:.44rem .74rem;color:var(--ww-text);background:#ffffff0e;font-size:.68rem;font-weight:820;text-transform:uppercase;letter-spacing:.04em;transition:background .16s ease,border-color .16s ease,transform .16s ease}.pawcast_cta:hover{background:#ffffff16;border-color:#ffffff24;transform:translateY(-1px)}.pawcast_metrics{display:grid;grid-template-columns:repeat(2,1fr);border-left:1px solid rgba(255,255,255,.08)}.pawcast_metrics>div{padding:.7rem .9rem;text-align:center}.pawcast_metrics>div+div{border-left:1px solid rgba(255,255,255,.08)}.pawcast_metrics strong{display:block;margin-top:.22rem;color:var(--ww-text);font-size:1.25rem;font-weight:780;letter-spacing:-.04em}.pawcast_metrics small{margin-top:.12rem;text-transform:none;letter-spacing:0;font-weight:620}.pawcast_modal_overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1rem;background:#01080aad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:pawcastFadeIn .14s ease-out both}.pawcast_modal{width:min(880px,94vw);max-height:min(86vh,980px);overflow:auto;border-radius:22px;border:1px solid var(--ww-border);color:var(--ww-text);background:linear-gradient(180deg,#ffffff0e,#ffffff06),#081215f5;box-shadow:var(--ww-shadow);padding:clamp(1rem,2vw,1.4rem);animation:pawcastScaleIn .16s cubic-bezier(.2,.7,.2,1) both}.pawcast_modal_header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.9rem;margin-bottom:1rem;border-bottom:1px solid var(--ww-border)}.pawcast_modal_header h2{margin:0;display:flex;align-items:center;gap:.55rem;font-size:1.45rem;letter-spacing:-.04em}.pawcast_modal_header h2 svg,.pawcast_compare_section h3 svg{color:var(--ww-icon-gold)}.pawcast_modal_close{width:38px;height:38px;border-radius:999px;border:1px solid var(--ww-border);color:var(--ww-text);background:var(--ww-surface-soft);display:grid;place-items:center;transition:background .16s ease,transform .16s ease,border-color .16s ease}.pawcast_modal_close:hover{background:#ffffff14;border-color:var(--ww-border-strong);transform:translateY(-1px)}.pawcast_modal_close svg{width:18px;height:18px}.pawcast_modal_summary{display:grid;grid-template-columns:.7fr 1fr 1.6fr;gap:.75rem;margin-bottom:1.1rem}.pawcast_modal_summary>div{padding:.9rem;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.065)}.pawcast_modal_summary span{display:block;margin-bottom:.3rem;color:var(--ww-subtle);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.pawcast_modal_summary strong{display:block;color:var(--ww-text);font-size:1rem;line-height:1.35}.pawcast_compare_section,.pawcast_comfort_section,.pawcast_resources{margin-top:1.25rem}.pawcast_compare_section h3,.pawcast_comfort_section h3,.pawcast_resources h3{margin:0 0 .75rem;display:flex;align-items:center;gap:.45rem;font-size:1rem}.pawcast_compare_bar{position:relative;padding:1.5rem .8rem 1.1rem;border-radius:16px;border:1px solid var(--ww-border);background:#ffffff09}.pawcast_compare_gradient{height:14px;border-radius:999px;background:linear-gradient(90deg,#81bff7,#47d38f 36%,#f0d84d 58%,#f59b3d 76%,#ef5656)}.pawcast_marker{position:absolute;top:.35rem;transform:translate(-50%)}.pawcast_marker span{display:block;padding:.18rem .5rem;border-radius:999px;color:#081012;background:#dcecff;font-size:.7rem;font-weight:850;white-space:nowrap}.pawcast_marker--you{left:38%}.pawcast_marker--dog{left:58%}.pawcast_marker:after{content:"";display:block;width:12px;height:12px;margin:.18rem auto 0;border-radius:999px;background:#fff;border:2px solid #1f2a56}.pawcast_marker--dog:after{border-color:#3b82f6}.pawcast_compare_section p,.pawcast_resources p{margin:.65rem 0 0;color:var(--ww-muted);font-size:.85rem;line-height:1.5}.pawcast_comfort_table{overflow:hidden;border-radius:16px;border:1px solid var(--ww-border)}.pawcast_table_row{display:grid;grid-template-columns:.7fr 1.2fr 2fr;gap:.75rem;padding:.75rem .85rem;color:var(--ww-muted);border-bottom:1px solid var(--ww-border)}.pawcast_table_row:last-child{border-bottom:0}.pawcast_table_head{color:var(--ww-text);font-weight:850;background:#ffffff0e}.pawcast_resources{display:grid;gap:.45rem}.pawcast_resources a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.45rem 0;color:var(--ww-muted);font-size:.9rem;transition:color .16s ease}.pawcast_resources a:hover{color:var(--ww-text)}.pawcast_resources a svg{width:16px;height:16px}.hourly_trend_card{padding:1.15rem 1.25rem 1.25rem;overflow:hidden}.trend_header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.trend_header h2{margin:0;font-size:1rem;font-weight:820;letter-spacing:-.02em}.trend_legend{display:flex;align-items:center;gap:.95rem;color:var(--ww-muted);font-size:.72rem}.trend_legend span{position:relative;padding-left:1.2rem}.trend_legend span:before{content:"";position:absolute;left:0;top:50%;width:.85rem;height:2px;transform:translateY(-50%);border-radius:999px}.legend_temp:before{background:var(--ww-icon-blue);box-shadow:0 0 8px #5da9ff59}.legend_feels:before{background:transparent;border-top:2px dashed rgba(210,220,224,.55)}.trend_chart_wrap{height:300px;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 50% 36%,rgba(93,169,255,.08),transparent 28rem),linear-gradient(180deg,#ffffff05,#fff0)}.trend_chart{width:100%;height:100%;display:block}.trend_grid_line{stroke:#ffffff14;stroke-width:1}.trend_axis_label{fill:#dce2e2a3;font-size:13px;font-weight:750}.trend_area{fill:url(#tempAreaGradient);opacity:.9}.trend_temp_line{fill:none;stroke:var(--ww-icon-blue);stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(93,169,255,.34))}.trend_feels_line{fill:none;stroke:#d2dce07a;stroke-width:3.2;stroke-dasharray:9 9;stroke-linecap:round;stroke-linejoin:round}.trend_sun_line{stroke:#f6c65b7a;stroke-width:1.4;stroke-dasharray:4 7}.trend_sun_dot{fill:var(--ww-icon-gold);stroke:#081215f5;stroke-width:4}.trend_sun_label,.trend_sun_time{fill:var(--ww-icon-gold);paint-order:stroke;stroke:#081215e6;stroke-width:4px;stroke-linejoin:round}.trend_sun_label{font-size:13px;font-weight:850}.trend_sun_time{font-size:12px;font-weight:750}.extended_metrics_card{padding:0;overflow:hidden}.extended_metrics_grid{display:grid;grid-template-columns:repeat(5,1fr)}.extended_metric_item{position:relative;min-width:0;padding:.9rem 1rem;display:flex;align-items:center;gap:.7rem}.extended_metric_item:not(:last-child):after,.daily_forecast_item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;bottom:20%;width:1px;background:#ffffff13}.extended_metric_icon{color:var(--ww-icon-gray);display:grid;place-items:center}.extended_metric_icon svg{width:22px;height:22px;stroke-width:2}.metric-blue .extended_metric_icon{color:var(--ww-accent-primary)}.metric-gold .extended_metric_icon{color:var(--ww-accent-solar)}.metric-neutral .extended_metric_icon{color:var(--ww-accent-neutral)}.extended_metric_label{margin:0}.extended_metric_value{margin:.15rem 0 .05rem;color:var(--ww-text);font-size:1rem;font-weight:850;letter-spacing:-.03em}.extended_metric_value span{color:var(--ww-muted);font-size:.72rem;font-weight:650}.extended_metric_detail{margin:0;color:var(--ww-muted);font-size:.72rem}.daily_forecast_card{padding:1rem 1.1rem 1.2rem}.daily_forecast_header{margin-bottom:.75rem}.daily_forecast_header h2{margin:0;font-size:1rem;font-weight:820;letter-spacing:-.02em}.daily_forecast_strip{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:0}.daily_forecast_item{position:relative;min-height:96px;padding:.65rem 1rem;display:grid;place-items:center;text-align:center}.daily_forecast_item:not(:last-child):after{top:12%;bottom:12%}.daily_day{margin:0;color:var(--ww-muted);font-size:.72rem;font-weight:800}.daily_icon_wrap{height:38px;display:grid;place-items:center;margin:.35rem 0}.daily_weather_icon{position:relative;width:30px;height:30px;display:grid;place-items:center}.daily_weather_icon svg{width:25px;height:25px;stroke-width:2.3;filter:drop-shadow(0 4px 10px rgba(0,0,0,.24))}.daily_weather_icon--sun svg,.daily_weather_icon--cloud svg,.daily_weather_icon--snow svg{color:var(--ww-icon-gold)}.daily_weather_icon--rain .daily_drops{position:absolute;width:18px;height:18px;right:-1px;bottom:-2px;color:var(--ww-icon-blue)}.daily_temps{display:flex;justify-content:center;gap:.35rem;align-items:baseline}.daily_temps strong{color:var(--ww-text);font-size:.94rem;font-weight:850}.daily_temps span{color:var(--ww-muted);font-size:.84rem;font-weight:650}.daily_forecast_item small{display:block;margin-top:.2rem;color:var(--ww-icon-blue);font-size:.68rem;font-weight:750}[data-theme=light] .hourly_toggle{background:#0f172a0e;border-color:#0f172a1a}[data-theme=light] .trend_chart_wrap{background:radial-gradient(circle at 50% 36%,rgba(37,99,235,.08),transparent 28rem),#ffffff61}[data-theme=light] .pawcast_title svg,[data-theme=light] .pawcast_icon_block svg{color:var(--ww-icon-blue);fill:#2563eb14}[data-theme=light] .pawcast_cta:hover{background:#0f172a16;border-color:#0f172a24}[data-theme=light] .pawcast_table_head{background:#0f172a0b}[data-theme=light] .timeline_icon_wrap svg,[data-theme=light] .hourly_icon_wrap svg,[data-theme=light] .daily_weather_icon svg{filter:drop-shadow(0 4px 10px rgba(15,23,42,.12))}@keyframes pawcastFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pawcastScaleIn{0%{opacity:.96;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:860px){.extended_metrics_grid{grid-template-columns:repeat(2,1fr)}.extended_metric_item:nth-child(2n):after{display:none}}@media(max-width:760px){.today_glance_content{grid-template-columns:1fr}.sun_summary_grid{border-left:0}.timeline_track{grid-template-columns:repeat(2,1fr);gap:1rem}.timeline_point:after,.timeline_point:before{display:none}.pawcast_body{grid-template-columns:1fr}.pawcast_icon_block{justify-content:start}.pawcast_metrics{border-left:0}.pawcast_modal_summary,.pawcast_table_row{grid-template-columns:1fr}.pawcast_table_head{display:none}.trend_header,.hourly_header{align-items:flex-start;flex-direction:column}.trend_chart_wrap{height:260px}}@media(max-width:560px){.daily_forecast_strip,.extended_metrics_grid{grid-template-columns:1fr}.daily_forecast_item:after,.extended_metric_item:after{display:none}}@media(prefers-reduced-motion:reduce){.pawcast_modal_overlay,.pawcast_modal,.pawcast_cta,.hourly_toggle button,.pawcast_modal_close{animation:none;transition:none}}.condition_metric--blue{--condition-icon-color: var(--ww-icon-blue)}.condition_metric--gray{--condition-icon-color: var(--ww-icon-gray)}.condition_metric--yellow{--condition-icon-color: var(--ww-icon-gold)}.condition_metric_icon,.condition_metric_icon svg{color:var(--condition-icon-color)}.sun_summary_item svg,.condition_metric--yellow .condition_metric_icon,.condition_metric--yellow .condition_metric_icon svg,.extended_metric_item:nth-child(5) .extended_metric_icon,.timeline_point:nth-child(2) .timeline_icon_wrap,.timeline_point:nth-child(2) .timeline_icon_wrap svg,.hourly_icon_wrap[data-day=true] svg,.daily_weather_icon--sun svg,.daily_weather_icon--cloud svg,.daily_weather_icon--snow svg{color:var(--ww-icon-gold)}.timeline_icon_wrap,.timeline_icon_wrap svg,.hourly_icon_wrap svg,.extended_metric_icon{color:var(--ww-icon-gray)}.daily_weather_icon--rain .daily_cloud{color:var(--ww-icon-gray)}.daily_weather_icon--rain .daily_drops{color:var(--ww-icon-blue)}.timeline_icon_wrap,.hourly_icon_wrap{background:transparent!important;box-shadow:none!important}.timeline_icon_wrap:before,.hourly_icon_wrap:before{display:none!important}[data-theme=light] .sun_summary_grid,[data-theme=light] .sun_summary_item+.sun_summary_item,[data-theme=light] .pawcast_metrics,[data-theme=light] .pawcast_metrics>div+div{border-color:#0f172a1a}[data-theme=light] .timeline_point:not(:last-child):after,[data-theme=light] .extended_metric_item:not(:last-child):after,[data-theme=light] .daily_forecast_item:not(:last-child):after,[data-theme=light] .hourly_item:not(:last-child):after{background:#0f172a1a}[data-theme=light] .timeline_point:last-child:before{background:#0f172a6b}[data-theme=light] .hourly_toggle{background:#0f172a0f;border-color:#0f172a1a}[data-theme=light] .hourly_toggle button.active{background:#0f172a1a}[data-theme=light] .hourly_trend_line path{stroke:var(--ww-icon-gold)}[data-theme=light] .trend_chart_wrap{background:radial-gradient(circle at 50% 36%,rgba(37,99,235,.08),transparent 28rem),#ffffff59}[data-theme=light] .trend_grid_line{stroke:#0f172a17}[data-theme=light] .trend_axis_label{fill:#1f293794}[data-theme=light] .trend_feels_line{stroke:#47556961}[data-theme=light] .legend_feels:before{border-top-color:#47556970}[data-theme=light] .trend_sun_dot{stroke:#ffffffeb}[data-theme=light] .trend_sun_label,[data-theme=light] .trend_sun_time{stroke:#ffffffdb}[data-theme=light] .pawcast_title svg,[data-theme=light] .pawcast_icon_block svg{color:var(--ww-icon-gray);fill:#47556914}[data-theme=light] .pawcast_badge{color:var(--ww-good);background:var(--ww-good-soft)}[data-theme=light] .pawcast_cta{color:var(--ww-text);background:#0f172a0e;border-color:#0f172a1a}[data-theme=light] .pawcast_modal_overlay{background:#0f172a57}[data-theme=light] .pawcast_modal{background:linear-gradient(180deg,#ffffffeb,#f8fafcf5)}[data-theme=light] .pawcast_modal_summary>div,[data-theme=light] .pawcast_compare_bar{background:#ffffff94;border-color:#0f172a1f}:root{--atm-bg: #061214;--atm-bg-2: #0a1a1d;--atm-bg-3: #071317;--atm-text: rgba(247, 252, 250, .96);--atm-text-soft: rgba(231, 242, 240, .76);--atm-text-muted: rgba(216, 231, 228, .56);--atm-accent: #9fd3d7;--atm-accent-soft: rgba(159, 211, 215, .22);--atm-glow: rgba(105, 180, 190, .24);--atm-morning: rgba(144, 198, 202, .24);--atm-afternoon: rgba(116, 183, 194, .2);--atm-evening: rgba(91, 132, 168, .26);--atm-sky: rgba(44, 68, 108, .52);--atm-image: none;--atm-image-opacity: .52;--atm-font-display: "Cormorant Garamond", Georgia, serif;--atm-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--atm-page-max: 1120px}.atmospheric_page{position:relative;min-height:100vh;overflow-x:hidden;color:var(--atm-text);font-family:var(--atm-font-body);isolation:isolate;background:linear-gradient(180deg,var(--atm-bg) 0%,var(--atm-bg-2) 38%,var(--atm-bg-3) 72%,#050d12 100%)}.atmospheric_layers{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:linear-gradient(180deg,var(--atm-bg),#050d12)}.atmospheric_hero_image_layer,.atmospheric_layer,.atmospheric_condition_fx{position:absolute;inset:0}.atmospheric_hero_image_layer{background-image:linear-gradient(180deg,#03080a1a,#03080a6b 52%,#03080ae0),var(--atm-image);background-size:cover;background-position:center;opacity:var(--atm-image-opacity);filter:saturate(.84) contrast(.88) brightness(.78);transform:scale(1.04)}.atmospheric_layer{opacity:0}.atmospheric_layer--morning{background:radial-gradient(circle at 44% 20%,var(--atm-morning),transparent 40%),linear-gradient(180deg,rgba(152,190,194,.18),transparent 62%),linear-gradient(180deg,#0b1718,#081416)}.atmospheric_layer--afternoon{background:radial-gradient(circle at 58% 36%,var(--atm-afternoon),transparent 42%),linear-gradient(180deg,#091719,#071315)}.atmospheric_layer--evening{background:radial-gradient(circle at 70% 42%,var(--atm-evening),transparent 44%),linear-gradient(180deg,#08131a,#050b12)}.atmospheric_layer--sky{background:radial-gradient(circle at 50% 18%,var(--atm-sky),transparent 42%),radial-gradient(circle at 76% 68%,rgba(42,72,120,.26),transparent 44%),linear-gradient(180deg,#060b14,#030710)}.atmospheric_condition_fx{opacity:.58;mix-blend-mode:screen;background:radial-gradient(circle at 18% 44%,rgba(255,255,255,.035),transparent 30%),radial-gradient(circle at 80% 18%,rgba(255,255,255,.028),transparent 30%)}.atmospheric_page[data-weather=rain] .atmospheric_condition_fx,.atmospheric_page[data-weather=storm] .atmospheric_condition_fx{opacity:.5;background:repeating-linear-gradient(110deg,rgba(255,255,255,.03) 0 1px,transparent 1px 18px),radial-gradient(circle at 24% 50%,rgba(104,160,178,.08),transparent 30%)}.atmospheric_page[data-weather=fog] .atmospheric_condition_fx,.atmospheric_page[data-weather=cloudy] .atmospheric_condition_fx{opacity:.62;background:radial-gradient(circle at 42% 34%,rgba(220,235,232,.05),transparent 34%),radial-gradient(circle at 68% 52%,rgba(180,205,210,.045),transparent 36%)}.atmospheric_shell{position:relative;z-index:2;width:min(var(--atm-page-max),calc(100% - 32px));margin:0 auto}.atmospheric_status,.atmospheric_hero{min-height:100svh;display:grid;place-items:center;text-align:center;padding:96px 0 72px}.atmospheric_status{width:min(720px,calc(100% - 32px));margin:0 auto}.atmospheric_status h1{margin:.8rem 0 0;font-family:var(--atm-font-display);font-size:clamp(2.4rem,6vw,4.8rem);font-weight:500;line-height:.98;letter-spacing:-.045em}.atmospheric_status p{color:var(--atm-text-soft)}.atmospheric_hero_inner{position:relative;z-index:5;width:min(760px,100%);display:flex;flex-direction:column;align-items:center;overflow:visible;transform:translateY(-2vh)}.atmospheric_kicker{margin:0;color:var(--atm-text-muted);font-size:.72rem;font-weight:750;letter-spacing:.24em;text-transform:uppercase}.atmospheric_temp,.atmospheric_temp_value,.atmospheric_chapter_temp,.atmospheric_chapter_title,.atmospheric_hero_title,.atmospheric_sky h2,.atmospheric_cta h2,.atmospheric_timeline_condition{font-family:var(--atm-font-display)}.atmospheric_temp_orbit{--orbit-size: clamp(168px, 20vw, 210px);position:relative;width:var(--orbit-size);height:var(--orbit-size);display:grid;place-items:center;margin:18px 0 24px}.atmospheric_temp_orbit:before,.atmospheric_temp_orbit:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.atmospheric_temp_orbit:before{inset:0;border:1px solid rgba(255,255,255,.11)}.atmospheric_temp_orbit:after{inset:8.5%;border:1px solid var(--atm-accent-soft);box-shadow:0 0 54px var(--atm-glow)}.atmospheric_temp{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:center;max-width:78%;transform:translate(-.02em)}.atmospheric_temp_value{display:block;font-family:var(--atm-font-display);font-size:clamp(4.9rem,9.5vw,7.1rem);font-weight:400;line-height:.82;letter-spacing:-.055em}.atmospheric_temp_degree{position:relative;display:inline-block;margin-left:.03em;font-family:var(--atm-font-display);font-size:clamp(1.65rem,3vw,2.3rem);line-height:1;transform:translateY(.08em)}.atmospheric_hero_title{max-width:780px;margin:0;font-size:clamp(2.6rem,5.3vw,5.8rem);font-weight:500;letter-spacing:-.045em;line-height:.96}.atmospheric_hero_text,.atmospheric_chapter_text,.atmospheric_sky p,.atmospheric_cta p{max-width:620px;color:var(--atm-text-soft);font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.78}.atmospheric_hero_text{margin:20px auto 0}.atmospheric_peak{margin:28px auto 0;color:#ecf6f494;font-size:.95rem}.atmospheric_meta,.atmospheric_actions,.atmospheric_chapter_meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:var(--atm-text-muted);font-size:.92rem;justify-content:center}.atmospheric_meta span{display:inline-flex;align-items:center;gap:6px}.atmospheric_button{position:relative;overflow:hidden;min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:var(--atm-text);background:#ffffff0b;font:inherit;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.atmospheric_button:hover{transform:translateY(-1px);background:#ffffff16;border-color:#ffffff4d}.atmospheric_button_primary{background:linear-gradient(135deg,#d2eeeb2e,#8cbec414);border-color:#cdebe857;box-shadow:0 0 28px #a0d7d714}.atmospheric_button_primary:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.16) 45%,transparent 70%);transform:translate(-120%);transition:transform .7s ease}.atmospheric_button_primary:hover:after{transform:translate(120%)}.atmospheric_chapter_sequence{position:relative;z-index:2}.atmospheric_chapter{position:relative;min-height:132vh;display:flex;flex-direction:column;justify-content:center;padding:20vh 4vw}.atmospheric_chapter_content{width:min(720px,100%)}.atmospheric_chapter_header{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px;color:var(--atm-text-muted);font-size:.75rem;font-weight:760;letter-spacing:.2em;text-transform:uppercase}.atmospheric_chapter_temp{margin:0;color:var(--atm-accent);font-size:clamp(4.6rem,10vw,8.6rem);font-weight:400;letter-spacing:-.055em;line-height:.9}.atmospheric_chapter_title{max-width:740px;margin:6px 0 0;font-size:clamp(3.1rem,7vw,6.2rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.atmospheric_chapter_text{margin:26px 0 0}.atmospheric_pairing{max-width:620px;margin:28px 0 0;color:#f5fafad1;font-size:1rem;font-style:italic;line-height:1.68}.atmospheric_chapter_meta{justify-content:flex-start;font-size:.84rem}.atmospheric_timeline{position:relative;width:min(460px,100%);margin-top:18vh;margin-left:min(48vw,580px);padding:34px 0 34px 38px}.atmospheric_timeline_line{position:absolute;top:0;bottom:0;left:5px;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.28),transparent)}.atmospheric_timeline_marker{position:relative;display:grid;grid-template-columns:82px 1fr;gap:8px 16px;padding:34px 0;color:var(--atm-text-soft)}.atmospheric_timeline_dot{position:absolute;left:-37px;top:42px;width:9px;height:9px;border-radius:999px;background:var(--atm-accent);box-shadow:0 0 18px var(--atm-glow)}.atmospheric_timeline_main{display:grid;gap:4px}.atmospheric_timeline_time{color:var(--atm-text-muted);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.atmospheric_timeline_temp{color:var(--atm-text);font-family:var(--atm-font-display);font-size:1.7rem;line-height:1}.atmospheric_timeline_condition{display:block;color:var(--atm-text);font-size:clamp(1.3rem,2vw,1.85rem);line-height:1.08}.atmospheric_timeline_detail{display:block;margin-top:7px;color:var(--atm-text-muted);font-size:.86rem}.atmospheric_sun_marker{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:10px;color:#ffd28eeb;font-size:.92rem;letter-spacing:.04em}.atmospheric_sun_marker strong{color:#ffe2b4f5;font-weight:650}.atmospheric_sun_marker--sunrise{top:16vh;left:4vw}.atmospheric_sun_marker--sunset{bottom:22vh;left:4vw}.atmospheric_sky,.atmospheric_cta{position:relative;min-height:100vh;display:grid;place-items:center;padding:18vh 4vw}.atmospheric_sky_content,.atmospheric_cta_inner{width:min(760px,100%)}.atmospheric_cta_inner{text-align:center;margin:0 auto}.atmospheric_sky h2,.atmospheric_cta h2{margin:18px 0;font-size:clamp(3rem,7vw,6.4rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.atmospheric_sky_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:44px}.atmospheric_sky_grid span{display:flex;align-items:center;gap:10px;color:var(--atm-text-muted)}.atmospheric_sky_grid strong{color:var(--atm-text);font-weight:650}.atmospheric_cta_actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:30px}.atmospheric_back_to_top{position:fixed;right:clamp(1rem,3vw,1.8rem);bottom:clamp(1rem,3vw,1.8rem);z-index:75;min-height:44px;display:inline-flex;align-items:center;gap:.48rem;padding:.68rem .92rem;border-radius:999px;border:1px solid rgba(220,245,242,.18);color:#eef8f6f0;background:linear-gradient(135deg,#d2eeeb21,#78aab20f),#050e11a8;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08);box-shadow:0 18px 54px #00000057,inset 0 1px #ffffff14;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transition:opacity .18s ease,transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.atmospheric_back_to_top.is_visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.atmospheric_back_to_top:hover{border-color:#ffd28e57;background:linear-gradient(135deg,#ffd28e1f,#a0d7d714),#081417c7;transform:translateY(-2px) scale(1.02);box-shadow:0 22px 62px #0000006b,0 0 28px #ffd28e14,inset 0 1px #ffffff1a}.atmospheric_back_to_top span{font-size:.78rem;font-weight:760;letter-spacing:.02em}.atmospheric_back_to_top svg{stroke-width:2}[data-theme=light] .atmospheric_back_to_top{color:#050d10f5;background:#f7fcfadb;border-color:#050d101f}@media(max-width:760px){.atmospheric_shell{width:min(100% - 24px,var(--atm-page-max))}.atmospheric_hero{padding-top:92px}.atmospheric_hero_inner{transform:translateY(-1vh)}.atmospheric_temp_orbit{--orbit-size: 176px;margin:16px 0 22px}.atmospheric_hero_title{font-size:clamp(2.25rem,11vw,3.8rem)}.atmospheric_meta{gap:12px;font-size:.82rem}.atmospheric_actions{gap:12px}.atmospheric_button{min-height:44px;padding:11px 16px}.atmospheric_chapter{min-height:140vh;padding:20vh 0}.atmospheric_chapter_header{flex-direction:column;gap:8px}.atmospheric_timeline{width:min(100%,460px);margin-left:12px}.atmospheric_timeline_marker{grid-template-columns:70px 1fr}.atmospheric_sun_marker{position:relative;inset:auto;margin-bottom:32px}.atmospheric_sky_grid{grid-template-columns:1fr}.atmospheric_back_to_top{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));min-height:42px;padding:.64rem .82rem}}@media(prefers-reduced-motion:reduce){.atmospheric_button,.atmospheric_button:after,.atmospheric_back_to_top{transition:none}}@media(prefers-contrast:more){:root{--atm-text: #ffffff;--atm-text-soft: rgba(255, 255, 255, .88);--atm-text-muted: rgba(255, 255, 255, .7)}}.atmospheric_location_control,.atmospheric_location_control--editing,.atmospheric_search,.atmospheric_search_wrap{position:relative;overflow:visible}.atmospheric_location_control{z-index:20;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;max-width:min(620px,calc(100vw - 40px));margin-bottom:22px;padding:7px 9px 7px 17px;border-radius:999px;border:1px solid rgba(235,248,246,.13);color:#eef8f6d6;background:linear-gradient(180deg,#ffffff0e,#ffffff06),#0510128f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 50px #00000042,inset 0 1px #ffffff14;font:inherit;font-size:.94rem;cursor:pointer;transform-origin:center;animation:atmoControlIn .26s ease both}.atmospheric_location_control:hover{background:linear-gradient(180deg,#ffffff13,#ffffff09),#081618a8;border-color:#ebf8f638}.atmospheric_location_control>span{line-height:1}.atmospheric_location_control>span:first-child{font-weight:650;color:#f5fcfaeb}.atmospheric_location_control>span:nth-child(3){color:#e0eeecb8}.atmospheric_location_dot{color:#eef8f657}.atmospheric_location_control small{display:inline-flex;align-items:center;justify-content:center;min-height:30px;margin-left:3px;padding:0 12px;border-radius:999px;color:#071214e0;background:#d7eeebe0;font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.atmospheric_location_control--editing{z-index:500;width:min(620px,calc(100vw - 40px));gap:8px;padding:6px 7px 6px 12px;cursor:default;animation:atmoSearchIn .22s ease both}.atmospheric_location_control--editing:hover{transform:none}.atmospheric_location_cancel{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:#eef8f6d1;background:#ffffff0e;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.atmospheric_location_cancel:hover{transform:rotate(90deg);background:#ffffff17;border-color:#ffffff42}.atmospheric_search{z-index:510;width:min(560px,100%);margin:34px auto 0}.atmospheric_search--compact{margin-top:24px}.atmospheric_search_wrap{z-index:511;width:100%}.atmospheric_location_control--editing .atmospheric_search,.atmospheric_location_control--editing .atmospheric_search_wrap{width:100%;margin:0}.atmospheric_search_wrap .search_component{position:relative;z-index:512;width:100%;min-height:54px;display:flex;align-items:center;gap:10px;padding:8px 10px 8px 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#050e10c7;box-shadow:0 16px 44px #00000042,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.atmospheric_search_wrap .search_component:focus-within{border-color:#a4e0d261;box-shadow:0 18px 48px #0000004d,0 0 0 3px #a4e0d21a,inset 0 1px #ffffff12}.atmospheric_location_control--editing .search_component{min-height:38px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.atmospheric_search_wrap #searchIcon,.atmospheric_search_wrap svg{flex:0 0 auto;color:#eef8f68f}.atmospheric_search_wrap input{flex:1;min-width:0;border:0;outline:0;color:#f7fcfaf5;background:transparent;font:inherit;font-size:.96rem}.atmospheric_search_wrap input::placeholder{color:#eef8f694}.atmospheric_search_wrap .search_submit{flex:0 0 auto;min-height:34px;border:0;border-radius:999px;padding:0 16px;color:#061214;background:#dcf0eef0;font-size:.72rem;font-weight:850;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.atmospheric_search_wrap .search_submit:hover{transform:translateY(-1px);background:#ebfaf8fa;box-shadow:0 0 22px #bee6e22e}.atmospheric_search_wrap .search_results_dropdown{position:absolute;z-index:999;top:calc(100% + 10px);left:0;right:0;width:100%;max-height:320px;overflow-y:auto;margin:0;padding:8px;list-style:none;border:1px solid rgba(220,245,245,.22);border-radius:20px;color:#f7fcfaf5;background:#071214fa;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 24px 80px #00000085;animation:atmoSearchDropdownIn .16s ease both}.atmospheric_search_wrap .search_results_dropdown li{list-style:none}.atmospheric_search_wrap .search_result_list{display:grid;gap:4px}.atmospheric_search_wrap .search_results_dropdown button{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:14px;color:#f7fcfaf5;background:transparent;text-align:left;cursor:pointer}.atmospheric_search_wrap .search_results_dropdown button:hover{background:#ffffff14}[data-theme=light] .atmospheric_page .atmospheric_location_control,[data-theme=light] .atmospheric_page .atmospheric_search_wrap .search_component{color:#f7fcfaf5;border-color:#ebf8f629;background:linear-gradient(180deg,#ffffff0f,#ffffff05),#050e10bd}[data-theme=light] .atmospheric_page .atmospheric_search_wrap input{color:#f7fcfaf5}[data-theme=light] .atmospheric_page .atmospheric_search_wrap input::placeholder,[data-theme=light] .atmospheric_page .atmospheric_search_wrap #searchIcon{color:#eef8f699}[data-theme=light] .atmospheric_page .atmospheric_search_wrap .search_results_dropdown{color:#f7fcfaf5;background:#071214fa;border-color:#dcf5f538}@keyframes atmoControlIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes atmoSearchIn{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes atmoSearchDropdownIn{0%{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.atmospheric_location_control{max-width:calc(100vw - 44px);gap:8px;font-size:.9rem}.atmospheric_location_control small{min-height:28px;padding:0 10px;font-size:.65rem}.atmospheric_location_control--editing{width:calc(100vw - 44px)}.atmospheric_search_wrap .search_submit{padding:0 13px}}@media(prefers-reduced-motion:reduce){.atmospheric_location_control,.atmospheric_location_control--editing,.atmospheric_search_wrap .search_results_dropdown,.atmospheric_search_wrap .search_submit,.atmospheric_location_cancel{animation:none;transition:none}}.atmo_page .atmo_shell{position:relative;z-index:2}.atmo_hero{min-height:calc(100svh - 86px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:clamp(9.5rem,18vh,15rem) 0 clamp(5rem,10vh,8rem)}.atmo_hero>.atmo_eyebrow{margin:0 0 clamp(1.25rem,2.4vh,2.1rem)}.atmo_hero__grid{width:min(760px,100%);margin:0 auto;display:grid;place-items:center}.atmo_hero__copy{width:min(720px,100%);display:flex;flex-direction:column;align-items:center}.atmospheric_location_control,.atmo_location_control,.atmo_hero_location,.atmo_location_pill{margin-bottom:clamp(1.4rem,3vh,2.35rem)}.atmo_hero__copy h1{margin-bottom:clamp(1.05rem,2.2vh,1.8rem)}.atmo_temp,.atmospheric_temp_orbit{margin-top:clamp(.5rem,1.6vh,1.2rem);margin-bottom:clamp(1.35rem,3.1vh,2.6rem)}.atmo_hero__copy h2,.atmospheric_hero_title{margin-top:clamp(1.1rem,2.8vh,2.4rem);margin-bottom:clamp(1rem,2vh,1.7rem)}.atmo_narrative,.atmo_today_summary,.atmospheric_hero_text{margin-top:0;max-width:640px}.atmo_today_summary{margin-top:clamp(.85rem,1.6vh,1.25rem)}.atmo_hero__actions,.atmospheric_actions{margin-top:clamp(1.6rem,3.5vh,2.8rem)}.atmo_hero__briefing{margin-top:clamp(2.5rem,5vh,4.25rem)}@media(min-width:900px){.atmo_hero{padding-top:clamp(11rem,22vh,17rem)}}@media(max-width:760px){.atmo_hero{min-height:calc(100svh - 76px);padding:clamp(7.25rem,15vh,10rem) 0 clamp(4rem,8vh,6rem)}.atmo_hero__copy h2,.atmospheric_hero_title{margin-top:clamp(.9rem,2vh,1.5rem)}}.atmospheric_drawer{position:fixed;inset:0;z-index:999;display:flex;justify-content:center;align-items:flex-start;padding:clamp(3.25rem,7vh,5.25rem) 1.25rem 3rem;overflow-y:auto;overscroll-behavior:contain;background:radial-gradient(circle at 50% 0%,rgba(108,165,170,.08),transparent 36rem),#01080ac7;-webkit-backdrop-filter:blur(20px) saturate(1.02);backdrop-filter:blur(20px) saturate(1.02)}.atmospheric_drawer_panel{position:relative;width:min(720px,100%);padding:clamp(2.1rem,4vw,3.1rem);border-radius:34px;border:1px solid rgba(150,205,208,.16);color:var(--atm-text);background:radial-gradient(circle at 72% 0%,rgba(115,170,176,.11),transparent 34%),linear-gradient(180deg,#051518fb,#010c0efd);box-shadow:0 34px 120px #00000085,inset 0 1px #ffffff0b}.atmospheric_drawer_close{position:absolute;top:1.35rem;right:1.35rem;z-index:2;width:42px;height:42px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(230,245,242,.18);color:#f5fcfaeb;background:#ffffff0b;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.atmospheric_drawer_close:hover{transform:rotate(90deg) scale(1.04);background:#ffffff13;border-color:#9fd3d75c}.drawer_intro{padding-right:3.25rem;padding-bottom:1.85rem;border-bottom:1px solid rgba(226,244,240,.1)}.drawer_intro h2{margin:0 0 1rem;font-family:var(--atm-font-display);font-size:clamp(3.25rem,8vw,5.35rem);font-weight:500;line-height:.9;letter-spacing:-.06em}.drawer_condition_line{display:inline-flex;align-items:center;gap:.62rem;color:#e4f0edc2;font-size:.95rem}.drawer_condition_line svg{color:#96dae0e6;stroke-width:1.8}.drawer_intro p{margin:.62rem 0 0;color:#deedea8a;font-size:.86rem}.drawer_current{padding-top:2.05rem}.drawer_section_label{margin:0 0 1.85rem;color:#a4dce0c7;font-size:.72rem;font-weight:830;letter-spacing:.26em;text-transform:uppercase}.drawer_current_feature{display:grid;grid-template-columns:minmax(112px,.42fr) minmax(0,1fr);align-items:center;gap:clamp(1.75rem,5vw,3.25rem);margin-bottom:2.15rem}.drawer_current_icon_shell{display:grid;place-items:center}.drawer_current_icon{width:clamp(76px,12vw,104px);height:clamp(76px,12vw,104px);color:#8cd7dedb;stroke-width:1.45;filter:drop-shadow(0 0 16px rgba(112,195,205,.12))}.drawer_current_icon .lucide-sun,.drawer_current_icon [class*=sun]{color:#d2c38ad1}.drawer_current_temp_group{display:grid;justify-items:start;gap:.4rem}.drawer_current_temp{display:inline-flex;align-items:flex-start;justify-content:flex-start;color:#fafffdfa;font-family:var(--atm-font-display);font-weight:400;line-height:.82;letter-spacing:-.065em;text-shadow:0 8px 34px rgba(0,0,0,.22)}.drawer_current_temp span{font-size:clamp(5.4rem,13vw,7.8rem)}.drawer_current_temp sup{margin-left:.03em;font-size:clamp(2rem,4.2vw,3rem);line-height:1;transform:translateY(.1em)}.drawer_current_temp_group p{margin:0;color:#a4dce0b8;font-size:clamp(.95rem,1.8vw,1.15rem)}.drawer_metric_list{display:grid;margin:0;padding:0}.drawer_metric_row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:56px;color:#e0eeecb3;border-top:1px solid rgba(226,244,240,.085)}.drawer_metric_row:last-child{border-bottom:1px solid rgba(226,244,240,.085)}.drawer_metric_row dt{display:inline-flex;align-items:center;gap:1rem;min-width:0;margin:0;font-size:1rem}.drawer_metric_row dt svg{flex:0 0 auto;width:20px;height:20px;color:#94cdd2c7;stroke-width:1.75}.drawer_metric_row dd{margin:0;color:#fafffdf0;font-size:1rem;font-weight:750;text-align:right;white-space:nowrap}.drawer_read,.drawer_hourly{margin-top:2rem;padding-top:1.65rem;border-top:1px solid rgba(226,244,240,.095)}.drawer_read p{max-width:54ch;margin:0;color:#e4f1eeb3;font-size:.95rem;line-height:1.65}.drawer_hourly_timeline{position:relative;display:grid;gap:1rem;padding-left:.1rem}.drawer_hourly_timeline:before{content:"";position:absolute;top:.55rem;bottom:.55rem;left:.18rem;width:1px;background:linear-gradient(180deg,#def0eeb3,#def0ee24)}.drawer_hourly_row{position:relative;display:grid;grid-template-columns:48px 22px 52px minmax(0,1fr);align-items:start;gap:.72rem;padding-left:1rem}.drawer_hourly_dot{position:absolute;left:-.04rem;top:.42rem;width:7px;height:7px;border-radius:999px;background:#e2f4f0e6;box-shadow:0 0 16px #e2f4f029}.drawer_hourly_icon{color:#94cdd2c7}.drawer_hourly_row time{color:#e1efec99;font-size:.62rem;font-weight:720;letter-spacing:.07em;text-transform:uppercase;line-height:1.45}.drawer_hourly_row strong{color:#fafffdeb;font-family:var(--atm-font-display);font-size:1.55rem;font-weight:400;letter-spacing:-.045em;line-height:.95}.drawer_hourly_row p{margin:0;color:#fafffde0;font-family:var(--atm-font-display);font-size:1.05rem;line-height:1.05}.drawer_hourly_row span:not(.drawer_hourly_dot){display:block;margin-top:.3rem;color:#e1efec85;font-size:.68rem;line-height:1.35}@media(max-width:640px){.atmospheric_drawer{align-items:stretch;padding:0}.atmospheric_drawer_panel{width:100%;min-height:100dvh;border:0;border-radius:0;padding:calc(1.25rem + env(safe-area-inset-top,0px)) 1.35rem calc(2rem + env(safe-area-inset-bottom,0px))}.atmospheric_drawer_close{position:fixed;top:calc(1rem + env(safe-area-inset-top,0px));right:1rem}.drawer_intro{padding-right:3.3rem}.drawer_intro h2{font-size:clamp(3rem,15vw,4.5rem)}.drawer_current_feature{grid-template-columns:88px minmax(0,1fr);gap:1.15rem}.drawer_current_icon{width:70px;height:70px}.drawer_current_temp span{font-size:clamp(4.8rem,22vw,6.2rem)}.drawer_current_temp sup{font-size:clamp(1.7rem,7vw,2.5rem)}.drawer_metric_row{min-height:52px}.drawer_metric_row dt,.drawer_metric_row dd{font-size:.92rem}.drawer_hourly_row{grid-template-columns:42px 20px 44px minmax(0,1fr);gap:.58rem}}@media(prefers-reduced-motion:reduce){.atmospheric_drawer_close{transition:none}}
