.story-shell{z-index:16;left:50%;bottom:calc(44px + var(--safe-bottom));border:1px solid var(--line,#b9e6f724);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);width:min(480px,100vw - 32px);max-height:min(70dvh,520px);color:var(--ink,#e8f5fb);background:#030a11e0;border-radius:18px;flex-direction:column;padding:18px;animation:.24s cubic-bezier(.2,0,0,1) story-shell-in;display:flex;position:absolute;overflow:hidden;transform:translate(-50%);box-shadow:0 22px 80px #0006}@keyframes story-shell-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.story-shell-close{color:#e8f4f9b3;cursor:pointer;background:0 0;border:0;border-radius:50%;width:44px;height:44px;margin:0;padding:0;font-size:22px;line-height:1;transition:background .24s cubic-bezier(.2,0,0,1),transform .24s cubic-bezier(.2,0,0,1);position:absolute;top:10px;right:10px}.story-shell-close:active{background:#63daff24;transform:scale(.94)}.story-shell-card{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-width:0;min-height:0;animation:.24s cubic-bezier(.2,.8,.2,1) story-shell-card-in;overflow-y:auto}.story-shell-fade{z-index:1;pointer-events:none;flex-shrink:0;height:0;position:relative}.story-shell-fade:before{content:"";opacity:0;background:linear-gradient(#030a1100,#030a11eb);height:30px;transition:opacity .24s cubic-bezier(.2,0,0,1);position:absolute;bottom:0;left:0;right:0}.story-shell[data-more=true] .story-shell-fade:before{opacity:1}.story-shell:has(.story-shell-close) .story-shell-head{padding-right:40px}@keyframes story-shell-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.story-shell-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.story-shell-count{font-family:var(--font-geist-mono), monospace;letter-spacing:.16em;color:#96bed29e;flex-wrap:wrap;align-items:baseline;gap:10px;margin:0 0 7px;font-size:10px;font-weight:600;display:flex}.story-shell-count-nums{white-space:nowrap}.story-shell-era{color:#ffd9a0;letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffc76a52;border-radius:999px;padding:3px 9px;font-size:9.5px}.story-shell-title{letter-spacing:-.03em;outline:none;margin:0 0 8px;font-size:clamp(20px,5vw,26px);font-weight:460;line-height:1.08}.story-shell-title:focus-visible{border-radius:4px;box-shadow:0 0 0 2px #62d8ff73}.story-shell-body{color:#d6e7f0d1;max-width:62ch;margin:0;font-size:13px;line-height:1.56}.story-shell-control{margin-top:14px}.story-shell-cta{background:var(--ink,#e8f5fb);color:#06101a;border-radius:999px;align-items:center;min-height:46px;margin-top:14px;padding:0 22px;font-size:13px;font-weight:650;text-decoration:none;transition:transform .24s cubic-bezier(.2,0,0,1);display:inline-flex;box-shadow:0 8px 30px #0000004d}.story-shell-cta:active{transform:scale(.98)}.story-shell-nav{flex-shrink:0;align-items:center;gap:10px;margin-top:16px;display:flex}.story-shell-nav-spacer{flex:1}.story-shell-btn{min-width:44px;min-height:44px;color:var(--ink,#e8f5fb);cursor:pointer;background:#050d1499;border:1px solid #ebf7fa3d;border-radius:999px;padding:0 18px;font-size:13px;font-weight:600;transition:transform .24s cubic-bezier(.2,0,0,1),border-color .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1),opacity .24s cubic-bezier(.2,0,0,1)}.story-shell-btn:active:not(:disabled){transform:scale(.96)}.story-shell-btn:disabled{opacity:.32;cursor:default}.story-shell-btn-next{color:#baecff;background:#62d8ff21;border-color:#62d8ff80;flex:1}.story-shell-hint{color:#aac8d880;flex-shrink:0;margin:10px 0 0;font-size:10.5px}.story-shell-gate{color:#baecffd1;flex-shrink:0;margin:12px 0 0;font-size:11.5px;line-height:1.35}.story-shell-rail{border:1px solid var(--line,#b9e6f724);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box;background:#030a11a8;border-radius:999px;flex-wrap:nowrap;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:0;width:100%;max-width:100%;margin-top:12px;padding:0 6px;display:flex}.story-shell-rail-dot{cursor:pointer;box-sizing:border-box;background:0 0;border:0;flex:44px;place-items:center;width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;padding:0;display:grid}.story-shell-rail:has(.story-shell-rail-dot:nth-child(8)) .story-shell-rail-dot{margin-inline:-3px}.story-shell-rail:has(.story-shell-rail-dot:nth-child(9)) .story-shell-rail-dot{margin-inline:-8px}.story-shell-rail-dot i{background:#b0d0e247;border-radius:50%;width:7px;height:7px;transition:background .24s cubic-bezier(.2,0,0,1),transform .24s cubic-bezier(.2,0,0,1),box-shadow .24s cubic-bezier(.2,0,0,1)}.story-shell-rail:not(:has(.story-shell-rail-dot:nth-child(7))){align-self:center;width:auto;padding:0 8px}.story-shell-rail:not(:has(.story-shell-rail-dot:nth-child(7))) .story-shell-rail-dot{flex:0 0 44px;width:44px;max-width:44px;margin-inline:0}.story-shell-rail-dot.is-done i{background:#92c8e299}.story-shell-rail-dot.is-active i{background:var(--cyan,#63daff);transform:scale(1.35)}@media (width<=720px){.story-shell{left:calc(12px + var(--safe-left));right:calc(12px + var(--safe-right));bottom:calc(16px + var(--safe-bottom));width:auto;max-height:min(62dvh,420px);animation-name:story-shell-in-mobile;transform:none}@keyframes story-shell-in-mobile{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}@media (orientation:landscape) and (height<=560px){.story-shell{top:calc(58px + var(--safe-top));bottom:calc(12px + var(--safe-bottom));left:auto;right:calc(10px + var(--safe-right));width:min(340px,46vw);max-height:none;animation-name:story-shell-in-side;transform:none}@keyframes story-shell-in-side{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.story-shell-title{margin-bottom:5px;font-size:19px}.story-shell-body{font-size:11px;line-height:1.45}.story-shell-nav,.story-shell-control{margin-top:8px}.story-shell-gate{margin-top:8px;font-size:11px}.story-shell-btn{min-width:44px;min-height:44px;padding:0 14px}.story-shell-card{padding:0}.story-shell-hint{display:none}}@media (width>=900px){.story-shell-title{font-size:clamp(22px,2.2vw,28px)}.story-shell-body{font-size:14px}}@media (prefers-reduced-motion:reduce){.story-shell,.story-shell-card{animation:none}.story-shell-btn,.story-shell-cta,.story-shell-close,.story-shell-fade:before,.story-shell-rail-dot i{transition:none}}.ec-experience{isolation:isolate;background:radial-gradient(circle at 50% 42%,#18283e66,#0000 42%),#02060a;width:100vw;height:100dvh;position:relative;overflow:hidden}.ec-three{touch-action:none;position:absolute;inset:0}.ec-orbit{z-index:7;pointer-events:none;border-radius:14px;position:absolute;inset:6px}.ec-orbit:focus{outline:none}.ec-orbit:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.ec-experience:has(.ec-orbit:focus-visible) .ec-three{outline:2px solid var(--cyan);outline-offset:-8px}.ec-three canvas{width:100%;height:100%;display:block}.ec-vignette{z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 46%,#0000 30%,#00030824 62%,#000205a8 115%);position:absolute;inset:0}.ec-home{color:inherit;pointer-events:auto;text-decoration:none}.ec-room-title{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ec-intro,.ec-readout,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers,.ec-time{z-index:8;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);border-radius:18px;position:absolute;box-shadow:0 22px 80px #0000003d}.ec-intro,.ec-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#98d2e657 transparent;opacity:0;visibility:hidden;pointer-events:none;width:min(320px,100vw - 56px);max-height:min(70dvh,560px);padding:18px;transition:opacity .12s cubic-bezier(.2,0,0,1),transform .12s cubic-bezier(.2,0,0,1),visibility 0s linear .12s;top:86px;left:28px;overflow-y:auto;transform:translateY(10px)}.ec-experience[data-sheet=intro] .ec-intro,.ec-experience[data-sheet=season] .ec-readout,.ec-experience[data-sheet=zodiac] .ec-zodiac-sheet,.ec-experience[data-sheet=path] .ec-pip,.ec-experience[data-sheet=spin] .ec-insight,.ec-experience[data-sheet=eclipse] .ec-eclipse,.ec-experience[data-sheet=showers] .ec-showers{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .12s cubic-bezier(.2,0,0,1) .12s,transform .12s cubic-bezier(.2,0,0,1) .12s,visibility 0s linear .12s;transform:none}.ec-experience[data-visit=returning] .ec-intro{opacity:0;visibility:hidden;pointer-events:none;transition:none;transform:translateY(10px)}.ec-experience[data-visit=returning][data-sheet=season] .ec-readout{opacity:1;visibility:visible;pointer-events:auto;transition:none;transform:none}.ec-intro h2{color:#f2f8fb;letter-spacing:-.035em;margin:0;font-size:27px;font-weight:470;line-height:1.08}.ec-intro-copy{color:var(--muted);margin:14px 0 0;font-size:12px;line-height:1.55}.ec-intro .ec-cta{width:100%;margin-top:16px}.ec-experience[data-sheet=intro] .ec-time-strip{opacity:0;visibility:hidden;pointer-events:none}.ec-zodiac-sheet{z-index:8;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);border-radius:18px;position:absolute;box-shadow:0 22px 80px #0000003d}.ec-zodiac-heading{letter-spacing:-.02em;color:#eaf6ff;margin:0;font-size:22px;font-weight:450;line-height:1.2}.ec-zodiac-heading strong{color:var(--sun);font-weight:560}.ec-zodiac-sheet .ec-cta{width:100%;margin-top:12px}.ec-zodiac-sheet .ec-text-link{margin-top:8px;display:block}.ec-readout{padding:18px}.ec-month{letter-spacing:-.03em;margin:0;font-size:42px;font-weight:430;line-height:1}.ec-season{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:#e8f4f9d9;align-items:center;gap:8px;margin:10px 0 12px;font-size:11px;display:flex}.ec-season-dot{border-radius:50%;width:7px;height:7px}.ec-season-spring{background:#8fe3a1}.ec-season-summer{background:#ffc76a}.ec-season-autumn{background:#ff9d6b}.ec-season-winter{background:#62d8ff}.ec-hemisphere{height:34px;padding:0 13px;font-size:11px}.ec-tilt-note{color:var(--muted);margin:13px 0 0;font-size:11px;line-height:1.5}.ec-zodiac{border-top:1px solid #d8edf517;margin-top:14px;padding-top:12px}.ec-zodiac .eyebrow{margin-bottom:6px}.ec-zodiac-sign{color:#f0f8fae0;margin:0;font-size:12px}.ec-zodiac-sign strong{color:#ffd89a;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em}.ec-zodiac-note{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.5}.ec-zodiac-compare{margin-top:12px}.ec-zodiac-compare button{flex:auto;min-width:0}.ec-zodiac-compare-caption{font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;color:#98d2e6b8;margin:8px 0 0;font-size:10px}@media (width<=760px),(height<=520px){.ec-experience[data-sheet=zodiac] .ec-zodiac-sheet{max-height:min(38dvh,320px)}.ec-experience[data-sheet=eclipse] .ec-eclipse{max-height:min(48dvh,400px);overflow-y:auto}.ec-experience[data-sheet=eclipse][data-eclipse-picks=open] .ec-eclipse{max-height:min(56dvh,480px)}.ec-experience[data-sheet=eclipse] .ec-eclipse-lead{font-size:11px;line-height:1.45}.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-pip-note{font-size:10px;line-height:1.4}.ec-experience[data-sheet=eclipse] .ec-eclipse-mode,.ec-experience[data-sheet=eclipse] .ec-eclipse-align{margin-top:8px}.ec-zodiac-heading{font-size:17px}.ec-zodiac-compare{margin-top:8px}.ec-zodiac-compare-caption{margin-top:4px;font-size:9px}.ec-zodiac-sheet .ec-cta{margin-top:8px}.ec-zodiac-actions-secondary{margin-top:4px}}.ec-zodiac-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ec-zodiac-actions-secondary{align-items:center;gap:12px 16px;margin-top:10px}.ec-text-link{color:#98d2e6c7;cursor:pointer;letter-spacing:.02em;text-underline-offset:3px;box-sizing:border-box;background:0 0;border:none;min-width:44px;min-height:44px;padding:0 8px;font-size:11px;font-weight:500;text-decoration:underline}.ec-text-link:active{color:var(--cyan)}.ec-readout .ec-cta{width:100%;margin-top:12px}.ec-cta{color:#ffd89a;cursor:pointer;background:#ffc76a1a;border:1px solid #ffd89a59;border-radius:999px;min-height:44px;padding:0 13px;font-size:11px;font-weight:600;transition:transform .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1)}.ec-cta:hover{background:#ffc76a33}.ec-cta:active{background:#ffc76a47;transform:scale(.96)}.ec-guide-actions{border-top:1px solid #d8edf51a;margin-top:12px;padding-top:10px}.ec-guide-progress,.ec-insight .ec-guide-progress,.ec-eclipse .ec-guide-progress,.ec-showers .ec-guide-progress{color:#98d2e6bd;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:9px;font-weight:650;line-height:1.35}.ec-guide-instruction,.ec-insight .ec-guide-instruction,.ec-eclipse .ec-guide-instruction,.ec-showers .ec-guide-instruction{color:#deecf1b8;margin:5px 0 0;font-size:10px;line-height:1.45}.ec-guide-actions .ec-guide-next,.ec-guide-actions .ec-guide-exit{margin-top:9px}.ec-guide-actions .ec-guide-next{box-sizing:border-box;width:100%}.ec-guide-actions .ec-guide-rejoin{width:100%;margin-top:8px}.ec-more{min-height:44px;color:var(--cyan);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:#3fb3d912;border:1px solid #63daff38;border-radius:999px;margin-top:10px;padding:0 12px;font-size:10px;font-weight:600;transition:transform .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1);display:block}.ec-more:hover{background:#3fb3d929}.ec-more:active{transform:scale(.96)}.ec-deep{color:var(--muted);border-top:1px solid #d8edf517;margin:10px 0 0;padding-top:10px;font-size:11px;line-height:1.55;animation:.24s cubic-bezier(.2,0,0,1) ec-deep-in}@keyframes ec-deep-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}:is(.ec-readout:has(.ec-deep),.ec-pip:has(.ec-deep),.ec-insight:has(.ec-deep),.ec-eclipse:has(.ec-deep)){z-index:13}.ec-sky-event{color:#ffe0a4;font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;background:#ffc76a1f;border:1px solid #ffd89a59;border-radius:10px;margin:10px 0 0;padding:7px 10px;font-size:10px;animation:.24s cubic-bezier(.2,0,0,1) ec-deep-in}.ec-pip{width:min(336px,100vw - 56px);padding:14px}.ec-pip-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.ec-pip-head .panel-heading{margin-bottom:0}.ec-pip-toggle{display:none}.ec-pip-canvas{aspect-ratio:16/9;background:#02080e99;border:1px solid #d8edf517;border-radius:10px;width:100%;margin-top:12px;display:block}.ec-lat-control{color:var(--muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;gap:5px;margin-top:12px;font-size:10px;display:grid}.ec-lat-control input{width:100%;accent-color:var(--sun)}.ec-path-loc{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-top:12px;display:flex}.ec-path-loc-chip{color:#deecf1d9;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;align-items:baseline;padding:0 2px;font-size:11px;display:inline-flex}.ec-path-loc-src{color:#deecf173;letter-spacing:.04em;text-transform:none;font-size:10px}.ec-path-lat-compare{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px;animation:.24s cubic-bezier(.2,0,0,1) ec-deep-in;display:grid}.ec-path-lat-compare button{color:#deecf1c7;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;cursor:pointer;background:#060e168c;border:1px solid #d8edf524;border-radius:10px;padding:8px 6px;font-size:10px;line-height:1.25;transition:transform .24s cubic-bezier(.2,0,0,1),border-color .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1)}.ec-path-lat-compare button:active{transform:scale(.97)}.ec-path-lat-compare button.is-active{color:#ffe0a4;background:#ffc76a1f;border-color:#ffc76a8c}@media (prefers-reduced-motion:reduce){.ec-path-lat-compare{animation:none}.ec-path-lat-compare button{transition:none}}.ec-pip-note{color:#deecf180;margin:10px 0 0;font-size:10px;line-height:1.45}.ec-pip .ec-pip-cta{width:100%;margin-top:10px;display:block}.ec-insight{padding:18px}.ec-insight h2{letter-spacing:-.035em;margin:0 0 9px;font-size:24px;font-weight:470}.ec-insight>p:not(.eyebrow){color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.55}.ec-eclipse,.ec-showers{padding:16px}.ec-showers h2{letter-spacing:-.03em;margin:0 0 9px;font-size:22px;font-weight:470}.ec-showers>p:not(.eyebrow){color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.55}.ec-shower-table{border-collapse:collapse;width:100%;font-family:var(--font-geist-mono), monospace;margin:12px 0 0;font-size:10px}.ec-shower-table th,.ec-shower-table td{text-align:left;border-top:1px solid #d8edf517;padding:6px 0}.ec-shower-table th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.ec-shower-table td{color:#e8f4f9e0}.ec-shower-table td:last-child{color:#ffe0a4;text-align:right}.ec-showers .ec-cta{width:100%;margin-top:12px}.ec-showers .ec-text-link{margin-top:10px}.ec-shower-note{color:var(--muted);margin:10px 0 0;font-size:10px;line-height:1.5}.ec-story-replay{width:100%}.ec-eclipse>p:not(.ec-pip-note):not(.ec-eclipse-lead){color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.55}.ec-eclipse-lead{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.ec-dot-gold{background:var(--sun)}.ec-eclipse-mode{margin-top:12px}.ec-eclipse-mode button{flex:auto;min-width:0}.ec-eclipse-align{margin-top:10px}.ec-eclipse-local{border-top:1px solid #d8edf517;margin-top:10px;padding-top:10px;animation:.24s cubic-bezier(.2,0,0,1) ec-deep-in}.ec-eclipse-wrap{gap:8px;display:grid}.ec-wrap-cta{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.ec-eclipse-scope{color:#ffd89a;margin:10px 0 0;font-size:10px;line-height:1.5}.ec-eclipse-dates{margin:12px 0 0}.ec-eclipse-dates>div{font-family:var(--font-geist-mono), monospace;border-top:1px solid #d8edf517;justify-content:space-between;gap:12px;padding:6px 0;font-size:10px;display:flex}.ec-eclipse-dates dt{color:var(--muted)}.ec-eclipse-dates dd{color:#ffe0a4;margin:0}.ec-time{display:none}.ec-time-strip{z-index:10;left:50%;bottom:calc(52px + var(--safe-bottom));border:1px solid var(--line);-webkit-backdrop-filter:blur(18px)saturate(1.1);backdrop-filter:blur(18px)saturate(1.1);background:#030a11d1;border-radius:16px;width:min(520px,100vw - 32px);padding:10px 14px 12px;position:absolute;transform:translate(-50%);box-shadow:0 16px 50px #00000047}.ec-time-strip .time-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.ec-time-strip .time-topline .eyebrow{margin:0;font-size:9px}.ec-time-strip time{font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;color:#e8f4f9eb;white-space:nowrap;margin-top:2px;font-size:12px;display:block}.ec-time-strip .now-button{min-width:44px;min-height:44px;color:var(--cyan);cursor:pointer;background:#3fb3d91a;border:1px solid #63daff4d;border-radius:999px;padding:0 14px;font-size:11px;font-weight:600}.ec-time-strip .ec-time-expand{color:#e8f4f9d1;cursor:pointer;background:#3fb3d90f;border:1px solid #63daff2e;border-radius:999px;align-items:center;gap:6px;min-width:44px;min-height:44px;padding:0 12px;font-size:11px;font-weight:600;display:none}.ec-time-strip .ec-time-expand:active{transform:scale(.97)}.ec-time-expand-chevron{transition:transform .24s cubic-bezier(.2,0,0,1)}.ec-time-strip .ec-time-expand[aria-expanded=true] .ec-time-expand-chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.ec-time-expand-chevron{transition:none}}.ec-time-strip .time-slider{width:100%;accent-color:var(--sun);margin:8px 0;display:block}.ec-time-strip .speed-row{flex-wrap:wrap;gap:4px;display:flex}.ec-time-strip .speed-row button{color:#e8f4f9c7;cursor:pointer;min-width:44px;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;text-transform:uppercase;background:#3fb3d90f;border:1px solid #63daff2e;border-radius:10px;flex:auto;padding:4px 6px;font-size:9px}.ec-time-strip .speed-row button.is-active{color:#ffd89a;background:#ffc76a24;border-color:#ffd89a73}.ec-experience .hud-chips{z-index:12;left:50%;right:auto;bottom:calc(10px + var(--safe-bottom));pointer-events:auto;flex-wrap:wrap;justify-content:center;width:max-content;max-width:calc(100vw - 24px);display:flex;transform:translate(-50%)}.ec-experience .hud-chip{min-width:44px;min-height:44px;padding:0 12px;font-size:10px;animation:none}.ec-experience .brand{align-items:center;min-width:44px;position:relative}.ec-experience[data-story=on] .ec-intro,.ec-experience[data-story=on] .ec-readout,.ec-experience[data-story=on] .ec-zodiac-sheet,.ec-experience[data-story=on] .ec-pip,.ec-experience[data-story=on] .ec-insight,.ec-experience[data-story=on] .ec-eclipse,.ec-experience[data-story=on] .ec-showers,.ec-experience[data-story=on] .ec-time,.ec-experience[data-story=on] .ec-time-strip,.ec-experience[data-story=on] .hud-chips,.ec-experience[data-story=on] .ec-footer{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ec-experience[data-story-scene=meteors-2d] .ec-three{opacity:0;visibility:hidden;pointer-events:none}.ec-experience[data-story-scene=sun-path] .ec-three{opacity:.45}.ec-experience[data-story-scene=earth-spin][data-story-step=sky] .ec-three,.ec-experience[data-story-scene=earth-spin][data-story-step=drift] .ec-three{opacity:.22}.ec-story-canvas{z-index:6;pointer-events:none;background:#020812;width:100%;height:100%;position:absolute;inset:0}.ec-story-canvas.is-interactive{pointer-events:auto}.ec-spin-dual{z-index:7;right:calc(16px + var(--safe-right));top:calc(86px + var(--safe-top));border:1px solid var(--line);pointer-events:none;background:#030a11d1;border-radius:14px;width:min(340px,48vw);position:absolute;overflow:hidden;box-shadow:0 16px 50px #00000059}.ec-spin-dual canvas{aspect-ratio:16/9;width:100%;display:block}.ec-spin-dual-label{color:#bee1f0b3;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px 8px;font-size:9px}.ec-story-path{z-index:7;right:calc(16px + var(--safe-right));top:calc(86px + var(--safe-top));border:1px solid var(--line);background:#030a11d1;border-radius:14px;width:min(360px,46vw);padding:12px;position:absolute;box-shadow:0 16px 50px #00000059}.ec-story-path canvas{aspect-ratio:16/9;background:#02080e99;border-radius:10px;width:100%;display:block}.ec-story-path-note{color:#deecf18c;margin:8px 0 0;font-size:10px;line-height:1.4}.ec-loc-example{color:#bee2f0db;margin:10px 0 0;font-size:11px;line-height:1.45}.ec-loc-btn{min-height:44px;color:var(--cyan);cursor:pointer;background:#3fb3d91a;border:1px solid #63daff47;border-radius:999px;margin-top:10px;padding:0 14px;font-size:11px;font-weight:600}.ec-loc-btn:active{transform:scale(.96)}.ec-loc-meta{color:var(--muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;margin:8px 0 0;font-size:10px}.ec-loc-status{color:#bee2f0db;margin:8px 0 0;font-size:11px;line-height:1.45}.ec-story-control-seg{flex-wrap:wrap;gap:6px;display:flex}.ec-story-control-seg button{min-height:44px;color:var(--ink,#e8f5fb);cursor:pointer;background:#3fb3d914;border:1px solid #63daff40;border-radius:999px;padding:0 14px;font-size:12px}.ec-story-control-seg button.is-active{color:#ffd89a;background:#ffc76a29;border-color:#ffd89a73}.ec-story-control-slider{color:var(--muted);font-family:var(--font-geist-mono), monospace;gap:6px;font-size:11px;display:grid}.ec-story-control-slider input{width:100%;min-height:44px;accent-color:var(--sun);cursor:pointer}.ec-story-slider-wrap{display:block;position:relative}.ec-story-slider-wrap input{display:block}.ec-story-slider-tick{pointer-events:none;background:#ffd89abf;border-radius:1px;width:2px;height:14px;margin-top:-7px;position:absolute;top:50%;transform:translate(-50%);box-shadow:0 0 0 1px #030a118c}.ec-story{z-index:16;border:1px solid var(--line);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);background:#030a11e0;border-radius:18px;width:min(480px,100vw - 32px);padding:18px;animation:.24s cubic-bezier(.2,0,0,1) ec-deep-in;position:absolute;bottom:44px;left:50%;transform:translate(-50%);box-shadow:0 22px 80px #0006}.ec-story-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.ec-story-head .eyebrow{margin:0}.ec-story-close{color:#e8f4f9b3;cursor:pointer;background:0 0;border:0;border-radius:50%;width:44px;height:44px;margin:-8px -8px 0 0;font-size:22px;line-height:1}.ec-depth-close{color:#e8f4f9e6;cursor:pointer;letter-spacing:.04em;background:#3fb3d91a;border:1px solid #63daff47;border-radius:999px;min-width:44px;min-height:44px;padding:0 16px;font-size:13px;font-weight:600}.ec-story-close:active,.ec-depth-close:active{background:#63daff24;transform:scale(.94)}.ec-story h2{letter-spacing:-.03em;margin:8px 0 0;font-size:22px;font-weight:470}.ec-story>p{color:var(--muted);margin:9px 0 0;font-size:12.5px;line-height:1.6}.ec-story-months{grid-template-columns:repeat(6,1fr);gap:7px;margin-top:14px;display:grid}.ec-story-months button,.ec-story-nav button{min-height:44px;color:var(--ink,#e8f5fb);cursor:pointer;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;background:#3fb3d914;border:1px solid #63daff40;border-radius:11px;font-size:11px;transition:transform .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1)}.ec-story-months button:active,.ec-story-nav button:active{background:#63daff33;transform:scale(.95)}.ec-story-nav{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.ec-story-nav button{padding:0 18px}.ec-story-primary{color:#ffd89a!important;background:#ffc76a29!important;border-color:#ffd89a73!important}.ec-story-dots{gap:6px;display:flex}.ec-story-dots span{background:#bee1f040;border-radius:50%;width:6px;height:6px}.ec-story-dots span.is-active{background:#ffd89a}.ec-depth{z-index:40;background:#010408;animation:.24s cubic-bezier(.2,0,0,1) ec-depth-in;position:fixed;inset:0}@keyframes ec-depth-in{0%{opacity:0}to{opacity:1}}.ec-depth-canvas{touch-action:none;position:absolute;inset:0}.ec-depth-canvas canvas{width:100%;height:100%;display:block}.ec-depth-head{top:calc(16px + var(--safe-top));left:calc(20px + var(--safe-left));right:calc(20px + var(--safe-right));justify-content:space-between;align-items:flex-start;display:flex;position:absolute}.ec-depth-head h2{letter-spacing:-.03em;margin:4px 0 0;font-size:26px;font-weight:470}.ec-depth-controls{left:50%;bottom:calc(24px + var(--safe-bottom));text-align:center;width:min(440px,100vw - 32px);position:absolute;transform:translate(-50%)}.ec-depth-note{color:var(--muted);margin:0 0 12px;font-size:12px;line-height:1.5}.ec-depth-actions{justify-content:center;align-items:center;gap:10px;display:flex}.ec-depth-actions button{min-width:44px;min-height:44px;color:var(--ink,#e8f5fb);cursor:pointer;background:#3fb3d91a;border:1px solid #63daff40;border-radius:999px;font-size:15px;transition:transform .24s cubic-bezier(.2,0,0,1),background .24s cubic-bezier(.2,0,0,1)}.ec-depth-actions button:active{background:#63daff33;transform:scale(.95)}.ec-depth-primary{padding:0 20px;font-weight:600;color:#ffd89a!important;background:#ffc76a24!important;border-color:#ffd89a73!important;font-size:12px!important}@media (prefers-reduced-motion:reduce){.ec-deep,.ec-sky-event,.ec-story,.ec-eclipse-local,.ec-depth{animation:none}.ec-cta,.ec-more,.ec-story-months button,.ec-story-nav button,.ec-depth-actions button,.ec-time-strip .ec-time-expand,.ec-intro,.ec-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers,.ec-footer{transition:none}}.ec-footer{z-index:8;color:#d9e8ee9e;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;justify-content:space-between;align-items:flex-end;font-size:9px;display:flex;position:absolute;bottom:14px;left:24px;right:24px}.ec-footer-note{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;max-width:clamp(120px,50vw - 292px,380px);display:flex}.ec-footer-note-shell{display:contents}.ec-creator-credit{display:none}.footer-engine{white-space:nowrap}.ec-notes-toggle,.footer-gesture-coarse{display:none}@media (pointer:coarse){.footer-gesture-fine{display:none}.footer-gesture-coarse{display:block}}@media (width<=760px),(height<=520px){.ec-intro,.ec-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers{z-index:12;top:auto;left:calc(12px + var(--safe-left));right:calc(12px + var(--safe-right));bottom:calc(196px + var(--safe-bottom));background:#030a11d6;border-radius:16px;width:auto;min-height:0;max-height:min(42dvh,320px);padding:14px;box-shadow:0 18px 60px #00000073}.ec-time-strip{left:calc(12px + var(--safe-left));right:calc(12px + var(--safe-right));bottom:calc(58px + var(--safe-bottom));width:auto;padding:8px 12px 10px;transform:none}.ec-time-strip .speed-row button{flex:1 1 0;min-width:44px;min-height:44px;padding:4px 2px;font-size:9px}.ec-month{font-size:32px}.ec-season{margin:8px 0 10px;font-size:10px}.ec-hemisphere{height:44px;padding:0 14px;font-size:10px}.ec-tilt-note,.ec-zodiac-note,.ec-pip-note{font-size:10px}.ec-insight h2,.ec-showers h2{margin-bottom:5px;font-size:19px}.ec-insight>p:not(.eyebrow),.ec-eclipse>p:not(.ec-pip-note),.ec-showers>p:not(.eyebrow),.ec-intro-copy{font-size:11px;line-height:1.45}.ec-intro h2{font-size:24px}.ec-experience .hud-chips{left:calc(10px + var(--safe-left));right:calc(10px + var(--safe-right));bottom:calc(10px + var(--safe-bottom));flex-wrap:nowrap;justify-content:center;width:auto;transform:none}.ec-experience .hud-chip{padding:0 8px;font-size:9px}.ec-footer{left:calc(12px + var(--safe-left));right:auto;top:calc(58px + var(--safe-top));z-index:9;letter-spacing:.01em;text-align:left;text-transform:none;color:#dbe9f0;width:min(272px,100vw - 110px);max-width:calc(100vw - 110px);text-shadow:none;background:#040c13e6;border-radius:11px;flex-flow:column;justify-content:flex-start;align-items:stretch;gap:0;padding:4px 9px 5px;font-family:inherit;font-size:9px;line-height:1.35;transition:opacity .24s cubic-bezier(.2,0,0,1),visibility;display:flex;bottom:auto}.ec-experience[data-sheet=intro] .ec-footer{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s cubic-bezier(.2,0,0,1),visibility 0s linear .24s}.ec-footer .footer-gesture{color:#a8bfcb;margin:0 0 3px;padding:0;font-size:9px;line-height:1.3;display:block}.ec-footer .footer-gesture-fine{display:none}.ec-footer .footer-gesture-coarse{display:block}.ec-footer .ec-footer-note{text-align:left;background:0 0;border-radius:0;flex-flow:column;align-self:stretch;align-items:flex-start;gap:1px;max-width:none;padding:0;display:flex}.ec-footer .footer-model,.ec-footer .footer-credit{text-align:left;text-wrap:balance}.ec-footer .footer-credit{color:#a8bfcb}.ec-creator-credit{white-space:normal;flex-flow:wrap;align-items:center;gap:0 14px;display:flex}.ec-creator-credit .ec-credit-sep{display:none}.ec-creator-credit .ec-credit-row{flex-flow:row;align-items:center;gap:.28em;min-height:0;display:flex}.ec-creator-credit a{color:#7ec8db;text-underline-offset:2px;pointer-events:auto;align-items:center;min-height:0;margin:-26px -4px -6px;padding:26px 4px 6px;text-decoration:underline;display:inline-flex}.ec-more{width:100%}.ec-spin-dual,.ec-story-path{top:calc(64px + var(--safe-top));right:calc(10px + var(--safe-right));width:min(220px,54vw);left:auto}.ec-experience[data-story=on] .ec-spin-dual{width:min(260px,62vw)}.ec-experience[data-story-scene=earth-spin] .ec-spin-dual{left:calc(10px + var(--safe-left));right:calc(10px + var(--safe-right));top:calc(56px + var(--safe-top));width:auto}.ec-experience[data-story-scene=earth-spin] .ec-spin-dual canvas{aspect-ratio:16/9}.ec-experience[data-story-scene=earth-spin][data-story-step=sky] .ec-three,.ec-experience[data-story-scene=earth-spin][data-story-step=drift] .ec-three{opacity:.12}.ec-experience[data-story-scene=sun-path] .ec-story-path{left:calc(10px + var(--safe-left));right:calc(10px + var(--safe-right));top:calc(58px + var(--safe-top));width:auto;padding:10px}.ec-experience[data-story-scene=sun-path] .ec-story-path canvas{aspect-ratio:5/4;width:100%;height:auto;max-height:min(34dvh,300px)}.ec-experience[data-story-scene=sun-path] .ec-three{opacity:.28}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-three,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-three{opacity:.12}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-story-path,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-story-path{top:calc(52px + var(--safe-top));padding:12px}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-story-path canvas,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-story-path canvas{aspect-ratio:4/3;max-height:min(36dvh,320px)}}@media (width<=760px) and (height<=720px) and (height>=521px){.ec-experience[data-story-scene=sun-path] .ec-story-path canvas{max-height:min(26dvh,200px)}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-story-path canvas,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-story-path canvas{max-height:min(28dvh,210px)}.ec-experience[data-story-scene=sun-path] .story-shell{max-height:min(55dvh,380px)}}@media (width<=760px) and (height>=521px){.story-shell{left:calc(12px + var(--safe-left));right:calc(12px + var(--safe-right));bottom:calc(16px + var(--safe-bottom));width:auto;max-height:50dvh;transform:none}.ec-experience .hud-chip{flex:1 1 0;padding:0 4px}.ec-time-strip .ec-time-expand{display:inline-flex}.ec-experience[data-time=closed] .ec-time-strip .time-slider,.ec-experience[data-time=closed] .ec-time-strip .speed-row{display:none}.ec-experience{--ec-card-dock-bottom:132px}.ec-experience[data-time=open]{--ec-card-dock-bottom:236px}.ec-experience[data-sheet=intro]{--ec-card-dock-bottom:62px}.ec-intro,.ec-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers{bottom:calc(var(--ec-card-dock-bottom) + var(--safe-bottom))}.ec-experience[data-sheet=path] .ec-pip{bottom:calc(var(--ec-card-dock-bottom) + var(--safe-bottom));z-index:13;max-height:min(50dvh,400px);padding-bottom:16px}.ec-experience[data-tour=guide][data-sheet=path][data-time=open] .ec-pip{max-height:min(58dvh,494px)}.ec-experience[data-tour=guide][data-sheet=path][data-time=open] .ec-pip-canvas{aspect-ratio:2.4}.ec-experience[data-sheet=path] .ec-pip-canvas{aspect-ratio:2;margin-top:8px}.ec-experience[data-sheet=path] .ec-path-loc{margin-top:8px}.ec-experience[data-sheet=path] .ec-path-lat-compare{margin-top:6px}.ec-experience[data-sheet=path] .ec-pip-cta{margin-top:8px}.ec-experience[data-sheet=path] .ec-pip-note{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:9px;line-height:1.4;display:-webkit-box;overflow:hidden}.ec-experience[data-sheet=path] .ec-more{margin-top:6px}}@media (height<=520px){.ec-footer{left:calc(10px + var(--safe-left));right:auto;top:calc(58px + var(--safe-top));text-align:left;align-items:stretch;width:min(42vw,272px);max-width:min(42vw,272px)}.ec-footer .ec-footer-note{text-align:left;align-items:flex-start;max-width:none}.ec-intro,.ec-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers{top:calc(58px + var(--safe-top));bottom:calc(12px + var(--safe-bottom));left:auto;right:calc(10px + var(--safe-right));width:min(280px,38vw);max-height:none;transform:none}.ec-experience[data-sheet=zodiac] .ec-zodiac-sheet{max-height:none}.ec-experience[data-sheet=eclipse] .ec-eclipse{max-height:none;padding:12px 14px;overflow-y:auto}.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-pip-note{display:none}.ec-experience[data-sheet=eclipse] .ec-eclipse-lead{margin-top:0;font-size:11px;line-height:1.4}.ec-experience[data-sheet=eclipse] .ec-eclipse-mode{flex-wrap:nowrap;margin-top:8px}.ec-experience[data-sheet=eclipse] .ec-eclipse-mode button{padding:0 8px;font-size:11px}.ec-experience[data-sheet=eclipse] .ec-eclipse-align,.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-cta{margin-top:8px}.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-zodiac-actions-secondary{gap:8px 12px;margin-top:6px}.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-eclipse-local{margin-top:6px;padding-top:6px}.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-deep{flex-shrink:0;max-height:12em;margin-top:6px;font-size:10px;line-height:1.4;overflow-y:auto}.ec-experience[data-sheet=path] .ec-pip-canvas{aspect-ratio:2;margin-top:8px}.ec-experience[data-sheet=path] .ec-path-loc,.ec-experience[data-sheet=path] .ec-pip-cta{margin-top:8px}.ec-experience[data-sheet=path] .ec-pip-note{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:9px;line-height:1.35;display:-webkit-box;overflow:hidden}.ec-guide-actions{margin-top:4px;padding-top:2px}.ec-experience[data-sheet=intro] .ec-intro,.ec-experience[data-sheet=season] .ec-readout,.ec-experience[data-sheet=zodiac] .ec-zodiac-sheet,.ec-experience[data-sheet=path] .ec-pip,.ec-experience[data-sheet=spin] .ec-insight,.ec-experience[data-sheet=eclipse] .ec-eclipse,.ec-experience[data-sheet=showers] .ec-showers{transform:none}.ec-time-strip .ec-time-expand{display:inline-flex}.ec-experience[data-time=closed] .ec-time-strip .time-slider,.ec-experience[data-time=closed] .ec-time-strip .speed-row{display:none}.ec-time-strip{left:calc(12px + var(--safe-left));right:auto;bottom:calc(52px + var(--safe-bottom));width:min(280px,38vw);padding:8px 12px 10px;transform:none}.ec-experience[data-time=closed] .ec-time-strip{width:min(288px,38vw)}.ec-experience[data-time=open] .ec-time-strip{width:min(340px,46vw)}.ec-time-strip .speed-row button{min-height:44px;padding:4px 2px;font-size:9px}.ec-experience .hud-chips{left:calc(12px + var(--safe-left));right:auto;bottom:calc(10px + var(--safe-bottom));justify-content:flex-start;width:auto;transform:none}.story-shell{top:calc(58px + var(--safe-top));bottom:calc(12px + var(--safe-bottom));left:auto;right:calc(10px + var(--safe-right));width:min(340px,46vw);max-height:none;transform:none}.ec-story-months{grid-template-columns:repeat(6,1fr);gap:6px}.ec-spin-dual,.ec-story-path{left:calc(12px + var(--safe-left));right:auto;top:calc(58px + var(--safe-top));width:min(240px,36vw)}.ec-experience[data-story-scene=earth-spin] .ec-spin-dual{width:min(360px,48vw);top:calc(52px + var(--safe-top))}.ec-experience[data-story-scene=earth-spin] .ec-spin-dual canvas{aspect-ratio:16/9}.ec-experience[data-story-scene=earth-spin][data-story-step=sky] .ec-three,.ec-experience[data-story-scene=earth-spin][data-story-step=drift] .ec-three{opacity:.16}.ec-experience[data-story-scene=sun-path] .ec-story-path{width:min(320px,42vw);top:calc(52px + var(--safe-top))}.ec-experience[data-story-scene=sun-path] .ec-story-path canvas{aspect-ratio:4/3}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-story-path,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-story-path{width:min(360px,48vw)}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .ec-three,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .ec-three{opacity:.18}}@media (width<=760px),(height<=520px){.ec-footer .ec-notes-toggle{color:#7ec8db;min-height:44px;font:inherit;letter-spacing:inherit;text-align:left;text-underline-offset:3px;pointer-events:auto;cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;margin:-16px -4px;padding:16px 4px;text-decoration:underline;display:inline-flex}.ec-footer .ec-footer-note{opacity:0;transition:opacity .24s cubic-bezier(.22, .61, .36, 1), transform .24s cubic-bezier(.22, .61, .36, 1), display .24s allow-discrete;display:none;transform:translateY(-4px)}.ec-experience[data-notes=open] .ec-footer .ec-footer-note{opacity:1;display:flex;transform:translateY(0)}.ec-footer .ec-footer-note-shell{grid-template-rows:0fr;margin:0 -4px -4px;padding:0 4px 4px;transition:grid-template-rows .24s cubic-bezier(.22,.61,.36,1),margin-top .24s cubic-bezier(.22,.61,.36,1);display:grid;overflow:hidden}.ec-footer .ec-footer-note-shell>.ec-footer-note{min-height:0}.ec-experience[data-notes=open] .ec-footer .ec-footer-note-shell{grid-template-rows:1fr;margin-top:4px}@starting-style{.ec-experience[data-notes=open] .ec-footer .ec-footer-note{opacity:0;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.ec-footer .ec-footer-note{transition:none;transform:none}.ec-footer .ec-footer-note-shell{transition:none}}.ec-experience[data-notes=open] .ec-footer .ec-footer-note-shell{margin-top:9px}.ec-footer .ec-footer-note-shell{margin-bottom:-6px;padding-bottom:6px}}@media (height<=520px){.ec-story-shell .story-shell-rail{display:none}.ec-story-shell{padding:14px}.ec-story-shell .story-shell-title{font-size:19px}.ec-story-shell .story-shell-hint{display:none}}@keyframes ec-story-shell-in-docked{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width>=900px) and (height>=521px){.ec-experience[data-story-scene=birth-sign] .ec-story-shell{width:min(400px,34vw);animation-name:ec-story-shell-in-docked;bottom:28px;left:auto;right:28px;transform:none}}.ec-ex{z-index:40;background:#010408;animation:.24s cubic-bezier(.2,0,0,1) ec-depth-in;position:fixed;inset:0}.ec-ex-canvas{touch-action:none;position:absolute;inset:0}.ec-ex-canvas canvas{width:100%;height:100%;display:block}.ec-ex-head{top:calc(12px + var(--safe-top));left:calc(16px + var(--safe-left));right:calc(16px + var(--safe-right));pointer-events:none;align-items:center;gap:12px;display:flex;position:absolute}.ec-ex-title{flex:auto;min-width:0}.ec-ex-title h2{letter-spacing:-.01em;color:#eaf6ff;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:15px;font-weight:480;overflow:hidden}.ec-ex-back,.ec-ex-reframe{pointer-events:auto;color:#d8edf5;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#030a11b8;border:1px solid #d8edf53d;border-radius:999px;padding:0 16px;font-size:11px}.ec-ex-back:active,.ec-ex-reframe:active{background:#63daff29;transform:scale(.96)}.ec-ex-views{pointer-events:auto;background:#030a11b8;border:1px solid #d8edf53d;border-radius:999px;flex:none;gap:2px;padding:2px;display:flex}.ec-ex-views button{color:#d8edf5b8;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 14px;font-size:11px}.ec-ex-views button[aria-pressed=true]{color:#eaf6ff;background:#63daff2e}.ec-ex-views button:active{transform:scale(.96)}.ec-ex-sheet{z-index:4;border:1px solid var(--line);-webkit-backdrop-filter:blur(22px)saturate(1.15);backdrop-filter:blur(22px)saturate(1.15);background:#030a11db;border-radius:18px;flex-direction:column;width:min(400px,100vw - 56px);min-height:0;max-height:min(70dvh,600px);padding:16px;display:flex;position:absolute;bottom:24px;left:28px;overflow:hidden;box-shadow:0 22px 80px #00000059}.ec-ex-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#98d2e657 transparent;flex:auto;min-height:0;overflow-y:auto}.ec-ex-foot{border-top:1px solid #d8edf51f;flex:none;margin-top:10px;padding-top:9px}.ec-ex-state{letter-spacing:-.015em;color:#eaf6ff;margin:0;font-size:18px;font-weight:480;line-height:1.25}.ec-ex-causal{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.5}.ec-ex-nowrow{align-items:center;gap:12px;margin-top:8px;display:flex}.ec-ex-now{min-width:0;font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;color:#e8f4f9e6;flex-direction:column;flex:auto;gap:3px;font-size:11px;display:flex}.ec-ex-local-clock{color:#98d2e6c7;font-size:10px}.ec-ex-now-state{color:#ffd89a;text-transform:uppercase;letter-spacing:.07em;font-size:10px}.ec-ex-disc{border:1px solid #d8edf524;border-radius:10px;flex:none;width:104px;height:64px}.ec-ex-transport{align-items:center;gap:10px;margin-top:8px;display:flex}.ec-ex-play{color:#ffd89a;min-width:72px;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffc76a24;border:1px solid #ffd89a73;border-radius:999px;flex:none;font-size:11px}.ec-ex-play:active{transform:scale(.96)}.ec-ex-slider{accent-color:#ffd89a;flex:auto;min-height:44px}.ec-ex-beats-cap{color:var(--muted);margin:8px 0 0;font-size:9.5px;line-height:1.35}.ec-ex-beats{gap:6px;margin-top:0;display:flex}.ec-ex-beats button{color:#d8edf5;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;cursor:pointer;background:#09142099;border:1px solid #d8edf52e;border-radius:10px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:1px;font-size:10px;display:flex}.ec-ex-beats button.is-active{color:#ffd89a;background:#ffc76a1f;border-color:#ffd89a99}.ec-ex-beats button:active{transform:scale(.96)}.ec-ex-beat-time{color:#98d2e6c7;font-size:9px}.ec-ex-note{color:var(--muted);margin:8px 0 0;font-size:10px;line-height:1.5}.ec-ex-loc{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.ec-ex-honesty{color:#a3d6e8c7;margin:0;font-size:10px;line-height:1.45}.ec-ex-safety{color:#ffd6aae0;margin:7px 0 0;font-size:10px;line-height:1.45}.ec-ex-safety a{color:#ffd89a}.ec-ex-live{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ec-ex-upcoming{border-top:1px solid #d8edf517;margin-top:12px;padding-top:10px}.ec-ex-upcoming-note{color:var(--muted);margin:4px 0 8px;font-size:10px;line-height:1.5}.ec-ex-upcoming-wait{color:var(--muted);margin:0;font-size:11px}.ec-ex-picks{flex-direction:column;gap:6px;display:flex}.ec-ex-pick{color:#d8edf5;min-height:44px;font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;cursor:pointer;text-align:left;background:#0914208c;border:1px solid #d8edf529;border-radius:10px;align-items:center;gap:10px;padding:0 12px;font-size:11px;display:flex}.ec-ex-pick:active{background:#63daff1f;transform:scale(.98)}.ec-ex-pick-date{flex:none}.ec-ex-pick-kind{color:#98d2e6cc;text-transform:uppercase;letter-spacing:.08em;flex:auto;font-size:9px}.ec-ex-pick-go{color:#ffd89a;text-transform:uppercase;letter-spacing:.08em;flex:none;font-size:10px}@media (width<=760px),(height<=520px){.ec-eclipse{flex-direction:column;display:flex}.ec-eclipse .ec-ex-upcoming{border-top:1px solid #d8edf517;margin-top:8px;padding-top:8px}.ec-ex-upcoming-note{margin:3px 0 7px}.ec-ex-picks{grid-template-columns:1fr 1fr;gap:6px;display:grid}.ec-ex-pick{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"date go""kind go";align-content:center;gap:1px 6px;padding:4px 10px;font-size:10px;display:grid}.ec-ex-pick-date{grid-area:date}.ec-ex-pick-kind{grid-area:kind;font-size:9px}.ec-ex-pick-go-word{display:none}.ec-ex-pick-go{grid-area:go;align-self:center;font-size:13px}}@media (width<=760px){.ec-ex-sheet{left:calc(12px + var(--safe-left));right:calc(12px + var(--safe-right));bottom:calc(12px + var(--safe-bottom));width:auto;max-height:min(50dvh,440px);padding:13px 14px}.ec-ex-state{font-size:15px}.ec-ex-causal{font-size:10px}.ec-ex-foot{margin-top:9px;padding-top:8px}}@media (height<=520px){.ec-ex-sheet{top:calc(58px + var(--safe-top));bottom:calc(10px + var(--safe-bottom));left:auto;right:calc(10px + var(--safe-right));-webkit-backdrop-filter:none;backdrop-filter:none;background:#030a11ed;width:min(340px,46vw);max-height:none;padding:11px 13px}.ec-ex-state{font-size:14px}.ec-ex-nowrow,.ec-ex-transport,.ec-ex-beats-cap,.ec-ex-note,.ec-ex-loc{margin-top:6px}.ec-ex-causal{margin-top:6px;font-size:9.5px;line-height:1.45;display:block}.ec-ex-nowrow{gap:9px;display:flex}.ec-ex-disc{width:78px;height:50px;display:block}.ec-ex-now{font-size:10px}.ec-ex-now-state,.ec-ex-beats-cap{font-size:9px}.ec-ex-foot{left:calc(14px + var(--safe-left));bottom:calc(12px + var(--safe-bottom));border-top:0;width:min(430px,46vw);margin:0;padding:0;position:fixed}.ec-ex-honesty,.ec-ex-safety{font-size:9.5px;line-height:1.4}}@media (prefers-reduced-motion:reduce){.ec-ex{animation:none}.ec-ex-back,.ec-ex-reframe,.ec-ex-views button,.ec-ex-play,.ec-ex-beats button,.ec-ex-pick{transition:none}}
