:root{--bg:#e4f2fc;--surface:#fff;--surface-soft:#f5fafd;--border:#e0ecf4;--border-light:#ebf3f8;--text:#16324c;--text-secondary:#55708a;--text-tertiary:#8aa4b8;--blue:#2b8fe3;--blue-dark:#1d76c4;--yes:#00b96b;--yes-hover:#00a35e;--yes-soft:#e6f8ef;--maybe:#f5a623;--maybe-soft:#fdf3df;--experienced:#f97316;--experienced-soft:#feefe3;--no:#e64545;--no-soft:#fdecec;--unknown-soft:#eef3f7;--shadow-card:0 24px 60px -18px #16324c2e, 0 4px 18px #16324c0f;--shadow-pill:0 2px 10px #16324c1f;--radius-sm:14px;--radius-md:18px;--radius-lg:26px;--radius-xl:34px;--font-display:"Montserrat", system-ui, -apple-system, sans-serif;--font-body:"Onest", system-ui, -apple-system, sans-serif;--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);min-height:100dvh;overflow-x:hidden}a{color:inherit}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.sky{z-index:0;pointer-events:none;background:linear-gradient(178deg,#cfe9fa 0%,#e2f1fc 42%,#f4fafe 100%);position:fixed;inset:0;overflow:hidden}.sky-glow{background:radial-gradient(640px 420px at 12% -8%,#fff0c8a6,#0000 70%),radial-gradient(900px 500px at 88% 110%,#2b8fe31a,#0000 70%);position:absolute;inset:0}.sky-waves{width:120%;height:clamp(120px,22vh,220px);position:absolute;bottom:-2px;left:-10%}.sky-wave-a{animation:14s ease-in-out infinite alternate waveDrift}.sky-wave-b{animation:19s ease-in-out infinite alternate-reverse waveDrift}@keyframes waveDrift{0%{transform:translate(0)}to{transform:translate(-56px)}}.page{z-index:1;flex-direction:column;justify-content:center;width:100%;max-width:1560px;min-height:100dvh;margin:0 auto;padding:1.15rem clamp(1rem,2.6vw,2.4rem) 1rem;display:flex;position:relative}.reveal{animation:rise .75s var(--ease-out) both}.reveal-1{animation-delay:.1s}.reveal-2{animation-delay:.22s}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.topbar{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:42px;margin-bottom:1.2rem;display:grid}.logo{transition:transform .3s var(--ease-out);justify-self:start;align-items:center;text-decoration:none;display:flex}.logo:hover{transform:translateY(-1px)}.logo img{mix-blend-mode:multiply;width:auto;height:38px;display:block}.nav{justify-self:center;align-items:center;gap:clamp(1.1rem,2vw,1.9rem);display:flex}.nav-link{color:var(--text-secondary);white-space:nowrap;padding:.25rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-link:after{content:"";background:var(--blue);transform-origin:0;height:2px;transition:transform .3s var(--ease-out);border-radius:2px;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.nav-link:hover{color:var(--blue-dark)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{color:var(--blue-dark);font-weight:600}.topbar-end{justify-self:end;align-items:center;display:flex}.location-pill{cursor:pointer;border-radius:var(--radius-sm);align-items:center;gap:.55rem;padding:.35rem .4rem;transition:background .25s;display:flex}.location-pill:hover{background:#ffffffa6}.location-pill-icon{color:var(--blue);flex-shrink:0;display:flex}.location-pill-text{flex-direction:column;line-height:1.2;display:flex}.location-select-wrap{align-items:center;display:flex}.location-pill select{color:var(--text);font-family:var(--font-display);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;padding:0;font-size:.9375rem;font-weight:700}.location-region{color:var(--text-tertiary);font-size:.6875rem;font-weight:500}.dashboard{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:opacity .45s var(--ease-out);border:1px solid #ffffffe6;overflow:hidden}.dash-body{grid-template-columns:minmax(360px,5fr) minmax(0,7fr);min-height:clamp(360px,46vh,520px);display:grid}.panel-left{flex-direction:column;padding:clamp(1.4rem,2.2vw,2.2rem) clamp(1.3rem,2.4vw,2.4rem) clamp(1.2rem,2vw,1.8rem);display:flex;position:relative}.now-row{align-items:center;gap:.5rem;margin-bottom:.9rem;display:flex}.now-label{letter-spacing:.14em;color:var(--text-tertiary);font-size:.6875rem;font-weight:700}.status-dot{background:var(--text-tertiary);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .4s}.status-dot[data-verdict=yes]{background:var(--yes);animation:2.5s infinite breathe}.status-dot[data-verdict=no]{background:var(--no)}.status-dot[data-verdict=maybe]{background:var(--maybe)}.status-dot[data-verdict=experienced],.status-dot[data-verdict=bad]{background:var(--experienced)}@keyframes breathe{0%,to{opacity:.5;transform:scale(.92)}50%{opacity:1;transform:scale(1.06)}}.hero-headline{z-index:1;font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:.7rem;font-size:clamp(3rem,4.6vw,4.4rem);font-weight:800;line-height:.98;transition:color .4s;position:relative}.hl-good{color:var(--yes)}.hl-dark{color:var(--text)}.hl-warn{color:var(--maybe)}.hl-bad{color:var(--no)}.hl-muted{color:var(--text-tertiary)}.hero-tagline{z-index:1;color:var(--text-secondary);max-width:24ch;margin-bottom:1rem;font-size:clamp(.9rem,1.1vw,1.02rem);line-height:1.5;position:relative}.day-pill{z-index:1;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:999px;align-self:flex-start;align-items:center;gap:.5rem;margin-bottom:auto;padding:.5rem 1rem;font-size:.8125rem;display:inline-flex;position:relative}.day-icon{display:flex}.day-label{color:var(--text);font-weight:700}.day-sep{background:var(--border);width:1px;height:14px}.day-text{font-variant-numeric:tabular-nums;font-weight:500}.scene-art{z-index:0;pointer-events:none;width:clamp(180px,16.5vw,265px);display:none;position:absolute;top:clamp(3rem,6vh,4.6rem);right:clamp(.4rem,1.4vw,1.6rem)}.art-svg{width:100%;height:auto;display:block}.art-sup{transform-origin:70px 190px;animation:5.5s ease-in-out infinite bob}@keyframes bob{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(-1.4deg)}}.art-gull{animation:9s ease-in-out infinite alternate drift}.art-gull-2{animation-duration:12s;animation-delay:-4s}@keyframes drift{0%{transform:translate(0)}to{transform:translate(10px,-6px)}}.art-wave{animation:6s ease-in-out infinite alternate sway}.art-wave-2{animation-delay:-3s}@keyframes sway{0%{transform:translate(0)}to{transform:translate(-7px)}}.cta{z-index:1;border-radius:var(--radius-md);transition:background .4s, color .4s, transform .3s var(--ease-out), box-shadow .3s;align-items:center;gap:.9rem;margin:1.25rem 0 1.15rem;padding:1.05rem 1.15rem 1.05rem 1.3rem;display:flex;position:relative}.cta:hover{transform:translateY(-2px)}.cta[data-verdict=yes]{color:#fff;background:linear-gradient(112deg,#00c274 0%,#00ab68 100%);box-shadow:0 14px 30px -12px #00b96b8c}.cta[data-verdict=maybe]{color:#fff;background:linear-gradient(112deg,#f7ae2e 0%,#ef9c0e 100%);box-shadow:0 14px 30px -12px #f5a62380}.cta[data-verdict=experienced],.cta[data-verdict=bad]{color:#fff;background:linear-gradient(112deg,#fb7f28 0%,#f2680a 100%);box-shadow:0 14px 30px -12px #f9731680}.cta[data-verdict=no]{color:#fff;background:linear-gradient(112deg,#ec5050 0%,#dd3a3a 100%);box-shadow:0 14px 30px -12px #e6454580}.cta[data-verdict=unknown]{background:var(--surface-soft);color:var(--text);border:1px solid var(--border)}.cta[data-verdict=loading]{background:var(--surface-soft);color:var(--text-secondary);border:1px dashed var(--border);animation:1.6s infinite pulseSoft}@keyframes pulseSoft{0%,to{opacity:1}50%{opacity:.6}}.cta-icon{flex-shrink:0;display:flex}.cta-text{flex-direction:column;flex:1;min-width:0;display:flex}.cta-text strong{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:800;line-height:1.25}.cta-text small{opacity:.94;margin-top:.2rem;font-size:clamp(.78rem,.92vw,.86rem);font-weight:500;line-height:1.45}.cta[data-verdict=unknown] .cta-text small,.cta[data-verdict=loading] .cta-text small{opacity:1;color:var(--text-secondary)}.cta-arrow{opacity:.85;flex-shrink:0;display:flex}.cta[data-verdict=loading] .cta-arrow{display:none}.metrics{z-index:1;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:repeat(4,minmax(0,1fr));padding:1rem .25rem;display:grid;position:relative}.metric{flex-direction:column;align-items:flex-start;gap:.16rem;min-width:0;padding:0 1rem;display:flex}.metric+.metric{border-left:1px solid var(--border-light)}.metric-icon{color:var(--blue);margin-bottom:.3rem;display:flex}.metric:last-child .metric-icon{color:var(--no)}.metric-value{font-family:var(--font-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(1.05rem,1.25vw,1.3rem);font-weight:800;line-height:1.15}.metric-label{color:var(--text-secondary);font-size:.78rem;font-weight:600;line-height:1.3}.metric-sub{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.72rem;line-height:1.25;overflow:hidden}.panel-right{min-height:clamp(300px,46vh,520px);padding:clamp(.8rem,1.2vw,1.1rem) clamp(.8rem,1.2vw,1.1rem) clamp(.8rem,1.2vw,1.1rem) 0;position:relative}.scene-frame{border-radius:var(--radius-lg);background:#c8dce8;height:100%;position:relative;overflow:hidden}#cam-root,.cam-layers{position:absolute;inset:0}.cam-layer{opacity:0;transition:opacity .9s var(--ease-out);background:#c8dce8;position:absolute;inset:0}.cam-layer.active{opacity:1}.cam-media{object-fit:cover;background:#c8dce8;border:none;width:100%;height:100%;position:absolute;inset:0}.cam-overlay{pointer-events:none;z-index:2;background:linear-gradient(#16324c29 0%,#0000 26% 62%,#16324c61 100%);position:absolute;inset:0}.cam-live{z-index:3;letter-spacing:.12em;color:#fff;box-shadow:var(--shadow-pill);background:#e64545f0;border-radius:999px;align-items:center;gap:.35rem;padding:.32rem .7rem;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.cam-live-icon{display:flex}.cam-pill{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:min(70%,420px);box-shadow:var(--shadow-pill);background:#ffffffed;border-radius:999px;align-items:center;gap:.55rem;padding:.45rem 1rem;display:flex;position:absolute;top:1rem;right:1rem}.cam-name{letter-spacing:.09em;text-transform:uppercase;color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.cam-pill-sep{background:var(--border);flex-shrink:0;width:1px;height:12px}.cam-area{color:var(--text-secondary);white-space:nowrap;font-size:.72rem;font-weight:500}.cam-coords{z-index:3;font-variant-numeric:tabular-nums;color:var(--text-secondary);box-shadow:var(--shadow-pill);transition:color .2s, transform .25s var(--ease-out);background:#ffffffed;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.6875rem;font-weight:500;text-decoration:none;display:inline-flex;position:absolute;bottom:1rem;right:1rem}.cam-coords:hover{color:var(--blue-dark);transform:translateY(-1px)}.cam-coords-icon{color:var(--blue);display:flex}.cam-play-gate{z-index:5;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--text);transition:opacity .35s var(--ease-out), visibility .35s;background:#f0f7fcc7;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-family:inherit;display:flex;position:absolute;inset:0}.cam-play-gate.hidden{opacity:0;visibility:hidden;pointer-events:none}.cam-play-gate-icon{background:var(--yes-soft);width:56px;height:56px;color:var(--yes);box-shadow:var(--shadow-pill);border-radius:50%;place-items:center;display:grid}.cam-play-gate-text{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.cam-progress{background:var(--blue);z-index:4;width:0;height:3px;transition:width .1s linear;position:absolute;bottom:0;left:0}.cam-dots{z-index:3;box-shadow:var(--shadow-pill);background:#ffffffeb;border-radius:999px;gap:.3rem;padding:.35rem .55rem;display:flex;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%)}.cam-dot{cursor:pointer;width:7px;height:7px;transition:background .25s, transform .25s var(--ease-out);background:#16324c2e;border:none;border-radius:50%;padding:0;position:relative}.cam-dot:before{content:"";position:absolute;inset:-8px}.cam-dot:hover{background:#16324c61}.cam-dot.active{background:var(--blue);transform:scale(1.25)}.dash-lower{border-top:1px solid var(--border-light);grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:center;gap:clamp(1.25rem,3vw,3rem);padding:clamp(1.1rem,2vw,1.6rem) clamp(1.3rem,2.4vw,2.4rem);display:grid}.checklist-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);margin-bottom:.7rem;font-size:1.02rem;font-weight:800}.checklist{flex-direction:column;gap:.5rem;list-style:none;display:flex}.check-item{color:var(--text);align-items:center;gap:.6rem;font-size:.9rem;line-height:1.4;display:flex}.check-icon{background:var(--yes);border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.forecast-strip{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid}.forecast-card{border-radius:var(--radius-md);text-align:center;cursor:default;transition:background .3s, transform .3s var(--ease-out), box-shadow .3s;flex-direction:column;justify-content:flex-start;align-items:center;gap:.4rem;padding:.9rem .5rem;display:flex}.forecast-card+.forecast-card{position:relative}.forecast-card+.forecast-card:before{content:"";background:var(--border-light);width:1px;transition:opacity .2s;position:absolute;top:18%;bottom:18%;left:0}.forecast-card:hover{background:var(--surface-soft);transform:translateY(-3px);box-shadow:0 12px 26px -14px #16324c40}.forecast-card:hover+.forecast-card:before,.forecast-card:hover:before{opacity:0}.fc-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);font-size:.64rem;font-weight:700}.fc-icon{background:var(--unknown-soft);width:46px;height:46px;transition:transform .3s var(--ease-out);border-radius:50%;place-items:center;margin:.1rem 0;display:grid}.forecast-card:hover .fc-icon{transform:scale(1.08)}.forecast-card[data-verdict=yes] .fc-icon{background:var(--yes-soft)}.forecast-card[data-verdict=maybe] .fc-icon{background:var(--maybe-soft)}.forecast-card[data-verdict=experienced] .fc-icon,.forecast-card[data-verdict=bad] .fc-icon{background:var(--experienced-soft)}.forecast-card[data-verdict=no] .fc-icon{background:var(--no-soft)}.fc-status{font-family:var(--font-display);letter-spacing:-.01em;font-size:.85rem;font-weight:800;line-height:1.2}.forecast-card[data-verdict=yes] .fc-status{color:var(--yes)}.forecast-card[data-verdict=maybe] .fc-status{color:var(--maybe)}.forecast-card[data-verdict=experienced] .fc-status,.forecast-card[data-verdict=bad] .fc-status{color:var(--experienced)}.forecast-card[data-verdict=no] .fc-status{color:var(--no)}.forecast-card[data-verdict=unknown] .fc-status{color:var(--text-tertiary)}.fc-temps{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.footer{color:var(--text-tertiary);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1rem .35rem .2rem;font-size:.75rem;display:grid}.footer-copy{justify-self:start}.footer-tagline{text-align:center;color:var(--text-secondary);justify-self:center;font-weight:500}.footer-links{justify-self:end;align-items:center;gap:.45rem;display:flex}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--blue-dark)}.footer-sep{opacity:.4}.location-prompt{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;opacity:0;pointer-events:none;transition:opacity .35s var(--ease-out);background:#16324c52;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.location-prompt.visible{opacity:1;pointer-events:auto}.location-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:390px;box-shadow:var(--shadow-card);transition:transform .35s var(--ease-out);padding:1.9rem;transform:translateY(12px)scale(.98)}.location-prompt.visible .location-card{transform:translateY(0)scale(1)}.location-logo{width:auto;height:32px;margin:0 auto 1.1rem;display:block}.location-card h2{font-family:var(--font-display);margin-bottom:.45rem;font-size:1.2rem;font-weight:800}.location-card p{color:var(--text-secondary);margin-bottom:1.3rem;font-size:.875rem;line-height:1.55}.location-actions{flex-direction:column;gap:.55rem;display:flex}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:background .2s, transform .15s var(--ease-out), box-shadow .25s;border:none;padding:.8rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600}.btn:active{transform:scale(.98)}.btn-primary{background:var(--yes);color:#fff;box-shadow:0 10px 24px -10px #00b96b99}.btn-primary:hover{background:var(--yes-hover)}.btn-ghost{background:var(--surface-soft);color:var(--text-secondary);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text)}.dashboard.loading .hero-headline,.dashboard.loading .metrics,.dashboard.loading .forecast-strip{animation:1.6s infinite pulseSoft}@media (width>=960px) and (height<=830px){.page{padding-top:.8rem;padding-bottom:.7rem}.topbar{margin-bottom:.8rem}.logo img{height:33px}.dash-body{min-height:340px}.hero-headline{font-size:clamp(2.7rem,4vw,3.4rem)}.scene-art{width:clamp(150px,14vw,210px);top:2.8rem}.cta{margin:1rem 0 .9rem;padding:.8rem 1rem .8rem 1.15rem}.metrics{padding:.8rem .2rem}.dash-lower{padding-top:.9rem;padding-bottom:1rem}.forecast-card{padding:.6rem .5rem}.footer{padding-top:.7rem}}@media (width>=961px) and (width<=1240px){.scene-art{opacity:.9;width:clamp(140px,13vw,190px)}.hero-tagline{max-width:21ch}}@media (width<=960px){.topbar{grid-template-rows:auto auto;grid-template-columns:1fr auto;row-gap:.6rem}.logo{grid-column:1}.topbar-end{grid-area:1/2}.nav{flex-wrap:wrap;grid-area:2/1/auto/-1;justify-self:start;gap:1.25rem}.dash-body{grid-template-columns:1fr}.panel-right{min-height:300px;padding:0 clamp(.8rem,2vw,1.1rem) clamp(.8rem,2vw,1.1rem)}.scene-art{width:clamp(160px,26vw,220px);top:3.4rem;right:1rem}.dash-lower{grid-template-columns:1fr;align-items:start;gap:1.4rem}.footer{text-align:center;grid-template-columns:1fr;gap:.45rem}.footer-copy,.footer-tagline,.footer-links{justify-self:center}}@media (width<=640px){.page{padding:.85rem .8rem .75rem}.logo img{height:32px}.nav{gap:1rem}.nav-link{font-size:.84rem}.hero-headline{font-size:2.7rem}.panel-left{padding:1.3rem 1.15rem 1.15rem}.scene-art{width:150px;top:3rem;right:.4rem}.hero-tagline{max-width:20ch}.metrics{grid-template-columns:repeat(2,1fr);row-gap:1rem;padding:1rem .25rem}.metric:nth-child(3){border-left:none}.dash-lower{padding:1.1rem 1.15rem 1.2rem}.forecast-strip{grid-template-columns:repeat(2,1fr);row-gap:.4rem}.forecast-card:nth-child(3):before,.location-region{display:none}.cam-pill{max-width:60%}.cam-area,.cam-pill-sep{display:none}.cam-dots{left:1rem;transform:none}}@media (width<=480px){.scene-art{display:none}.hero-tagline{max-width:32ch}}
