.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);-webkit-overflow-scrolling:touch;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-y:auto;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{flex:auto;min-width:0;animation:.24s cubic-bezier(.2,.8,.2,1) story-shell-card-in}.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-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;background:0 0;border:0;flex:1 1 0;place-items:center;width:auto;min-width:0;max-width:44px;height:44px;min-height:44px;padding:0;display:grid}.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}.story-shell-rail-dot.is-done i{background:#92c8e299}.story-shell-rail-dot.is-active i{background:var(--cyan,#63daff);box-shadow:0 0 10px 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-btn{min-width:44px;min-height:44px;padding:0 14px}.story-shell-card{padding:12px 14px 10px}.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-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-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-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-readout,.ec-zodiac-sheet,.ec-pip,.ec-insight,.ec-eclipse,.ec-showers{opacity:0;visibility:hidden;pointer-events:none;width:min(320px,100vw - 56px);max-height:min(70dvh,560px);padding:18px;transition:opacity .24s cubic-bezier(.2,0,0,1),transform .24s cubic-bezier(.2,0,0,1),visibility 0s linear .24s;top:86px;left:28px;overflow-y:auto;transform:translateY(10px)}.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-delay:0s;transform: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;box-shadow:0 0 10px #8fe3a1}.ec-season-summer{background:#ffc76a;box-shadow:0 0 10px #ffc76a}.ec-season-autumn{background:#ff9d6b;box-shadow:0 0 10px #ff9d6b}.ec-season-winter{background:#62d8ff;box-shadow:0 0 10px #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(34dvh,280px)}.ec-experience[data-sheet=eclipse] .ec-eclipse{max-height:min(44dvh,384px)}.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;background:0 0;border:none;min-height:44px;padding:0;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-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){color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.55}.ec-dot-gold{background:var(--sun);box-shadow:0 0 12px 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-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;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 .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:8px}.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-height:44px;padding:0 12px;font-size:10px}.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-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-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-months{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.ec-story-months 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}.ec-story-months button:active{background:#63daff33;transform:scale(.95)}.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;box-shadow:0 0 8px #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{transition:none}}.ec-footer{z-index:8;color:#d9e8ee61;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;justify-content:space-between;font-size:8px;display:flex;position:absolute;bottom:14px;left:24px;right:24px}@media (width<=760px),(height<=520px){.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{min-height:44px;padding:4px 2px;font-size:7px}.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){font-size:11px;line-height:1.45}.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{display:none}.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=earth-spin][data-story-step=sky] .story-shell,.ec-experience[data-story-scene=earth-spin][data-story-step=drift] .story-shell{max-height:min(40dvh,320px)}.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}.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}.ec-experience[data-story-scene=sun-path][data-story-step=day_length] .story-shell,.ec-experience[data-story-scene=sun-path][data-story-step=directions] .story-shell{max-height:min(38dvh,300px)}.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(48dvh,380px);transform:none}.ec-experience[data-story-scene=sun-path] .story-shell{max-height:min(42dvh,340px)}.ec-story-months{grid-template-columns:repeat(4,1fr)}}@media (width<=760px) and (height>=521px){.ec-experience[data-sheet=path] .ec-pip{bottom:calc(196px + var(--safe-bottom));z-index:13;max-height:min(50dvh,400px);padding-bottom:16px}.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-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(300px,42vw);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>p:not(.ec-pip-note),.ec-experience[data-sheet=eclipse] .ec-eclipse .ec-pip-note{display:none}.ec-experience[data-sheet=eclipse] .ec-eclipse-mode{margin-top:0}.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{max-height:6.5em;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-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{left:calc(12px + var(--safe-left));right:auto;bottom:calc(52px + var(--safe-bottom));width:min(360px,50vw);transform:none}.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(3,1fr)}.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}}
