:root{--bg:#f4f7f6;--bg-alt:#edf2f0;--surface:#fff;--ink:#22312f;--muted:#5f706c;--line:#dce6e3;--primary:#1f7a6d;--primary-strong:#175f55;--primary-foreground:#fff;--sun:#e0a13a;--sun-deep:#c9821f;--night:#24344a;--curve:#2b93b6;--grid:#dbe4e1;--axis:#84928e;--marker:#df7a35;--radius:8px;--shadow:0 18px 48px #1d3a351a}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);letter-spacing:0;-webkit-font-smoothing:antialiased;margin:0;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Segoe UI,sans-serif;font-size:16px;line-height:1.7}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}.site-shell{flex-direction:column;min-height:100svh;display:flex}.topbar{z-index:20;-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--line);background:#fffffff0;justify-content:space-between;align-items:center;gap:14px;padding:10px 24px;display:flex;position:sticky;top:0}.topbar-main{flex:1;align-items:center;gap:18px;min-width:0;display:flex}.brand{flex:none;align-items:center;gap:10px;font-weight:600;display:flex}.brand-mark{background:var(--primary);width:34px;height:34px;color:var(--primary-foreground);border-radius:9px;place-items:center;display:grid}.brand-mark .icon{width:20px;height:20px}.brand-name{letter-spacing:0;font-size:17px}.nav{align-items:center;gap:4px;min-width:0;display:flex;overflow:visible}.nav-home,.nav a,.nav-group summary{color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:15px;display:inline-flex}.nav-home:hover,.nav a:hover,.nav-group summary:hover{color:var(--ink);background:var(--bg-alt)}.nav-home.active,.nav a.active{color:var(--primary-strong);background:#e3f0ec;font-weight:600}.nav .icon{width:16px;height:16px}.nav-group{position:relative}.nav-group summary{list-style:none}.nav-group summary::-webkit-details-marker{display:none}.nav-caret{display:inline-flex}.nav-caret .icon{width:14px;height:14px;transition:transform .18s}.nav-group[open] .nav-caret .icon{transform:rotate(180deg)}.nav-group.contains-active>summary{color:var(--primary-strong);background:#e3f0ec;font-weight:600}.nav-dropdown{background:var(--surface);border:1px solid var(--line);min-width:232px;box-shadow:var(--shadow);z-index:30;border-radius:10px;gap:2px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0}.nav-dropdown a,.nav-dropdown .nav-disabled{color:var(--muted);white-space:nowrap;border-radius:7px;align-items:center;gap:8px;padding:9px 10px;font-size:14px;display:flex}.nav-dropdown a:hover{background:var(--bg-alt);color:var(--ink)}.nav-dropdown .nav-disabled{cursor:default;opacity:.72}.nav-soon{background:var(--bg-alt);color:var(--muted);border-radius:999px;margin-left:auto;padding:1px 7px;font-size:11px}.topbar-actions{flex:none;align-items:center;gap:7px;display:flex}.demo-toggle,.teacher-toggle{flex:none}.demo-toggle.active,.teacher-toggle[aria-expanded=true]{border-color:var(--primary);color:var(--primary-strong);background:#e3f0ec}.view{flex:1}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;gap:6px 18px;padding:24px;font-size:14px;display:flex}.footer a{color:var(--primary-strong);font-weight:650}.guide-head{justify-content:space-between;align-items:end;gap:32px;display:flex}.guide-version{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex:none;gap:5px;min-width:230px;padding:16px 18px;display:grid}.guide-version span{color:var(--primary-strong);font-weight:750}.guide-version strong{font-size:14px}.guide-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:0;list-style:none;display:grid}.guide-steps li,.guide-card,.guide-panel,.guide-release-grid article,.guide-source-list{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:18px}.guide-steps li{gap:5px;display:grid}.guide-steps strong{color:var(--primary-strong)}.guide-steps span,.guide-card p,.guide-panel>p,.guide-release-grid p,.guide-release-note{color:var(--muted)}.guide-source-grid,.guide-two-column{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:16px;display:grid}.guide-source-list ul,.guide-panel ul{margin-bottom:0;padding-left:22px}.guide-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.guide-card h3,.guide-source-list h3{margin-top:0}.guide-panel h2{margin:2px 0 10px}.guide-status-list{gap:8px;margin:16px 0;display:grid}.guide-status-list div{grid-template-columns:90px 1fr;gap:10px;display:grid}.guide-status-list dt{color:var(--muted)}.guide-status-list dd{margin:0;font-weight:700}.guide-release-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.guide-release-grid code{overflow-wrap:anywhere}.guide-release-note{margin-top:16px}.page-loader{min-height:60svh;color:var(--muted);place-content:center;justify-items:center;gap:14px;display:grid}.page-loader-orbit{border:3px solid #c9ded8;border-top-color:var(--primary);border-radius:50%;width:42px;height:42px;animation:.85s linear infinite page-loader-spin}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.page-load-error{place-content:center;justify-items:start;gap:12px;max-width:620px;min-height:65svh;margin:0 auto;padding:40px 20px;display:grid}.teacher-scrim{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0e1f1f4d;position:fixed;inset:0}.teacher-console{z-index:80;border-left:1px solid var(--line);background:#f4f7f6;width:min(430px,100vw);height:100svh;transition:transform .22s;position:fixed;top:0;right:0;overflow:hidden;transform:translate(104%);box-shadow:-24px 0 60px #19343133}.teacher-console.is-open{transform:translate(0)}.teacher-console-head{border-bottom:1px solid var(--line);background:#fffffff5;justify-content:space-between;align-items:center;gap:16px;height:82px;padding:14px 18px;display:flex}.teacher-console-head h2{font-size:20px}.btn-icon{place-content:center;width:38px;height:38px;padding:0}.teacher-console-body{overscroll-behavior:contain;gap:12px;height:calc(100svh - 82px);padding:14px;display:grid;overflow-y:auto}.teacher-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.teacher-primary-actions .btn{justify-content:flex-start}.teacher-panel{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:16px}.teacher-panel h3{margin:2px 0 8px}.teacher-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lesson-position{color:var(--primary-strong);background:#e3f0ec;border-radius:999px;flex:none;padding:3px 9px;font-size:12px;font-weight:750}.lesson-stage{border-left:4px solid var(--primary);background:#edf7f3;min-height:132px;margin:12px 0;padding:14px}.lesson-stage h4{color:var(--ink);margin:3px 0 7px;font-size:16px;line-height:1.55}.lesson-stage p:not(.eyebrow),.teacher-muted,.teacher-privacy{color:var(--muted);font-size:13px}.teacher-row{flex-wrap:wrap;gap:7px;display:flex}.class-timer{color:var(--primary-strong);font-variant-numeric:tabular-nums;font-size:28px;line-height:1.1}.teacher-feedback{min-height:1.5em;color:var(--primary-strong);margin-top:8px;font-size:13px}.classroom-link{color:var(--muted);gap:5px;margin:10px 0;font-size:12px;display:grid}.classroom-link input{border:1px solid var(--line);border-radius:var(--radius);width:100%;color:var(--ink);background:#f8fbfa;padding:8px 10px}.classroom-qr{border:1px solid var(--line);background:#fff;border-radius:10px;width:216px;margin:12px auto;padding:8px}.classroom-qr img{width:100%;height:auto;display:block}.report-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:10px 0 12px;display:grid}.report-summary div{background:var(--bg-alt);border-radius:8px;gap:2px;min-width:0;padding:9px;display:grid}.report-summary strong{font-size:18px}.report-summary span{color:var(--muted);font-size:10px;line-height:1.35}.teacher-privacy{margin-top:10px}.teacher-highlight-mode .view{cursor:crosshair}.teacher-focus-target{z-index:4;outline-offset:7px;position:relative;box-shadow:0 0 0 9999px #0c1e1f5c, var(--shadow)!important;outline:5px solid #ffb139e0!important}.home-head{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:32px;max-width:1180px;margin:0 auto;padding:64px 24px 40px;display:grid}.home-head-copy h1{letter-spacing:0;margin-top:12px;font-size:clamp(32px,5vw,54px);font-weight:600;line-height:1.1}.home-lead{max-width:640px;color:var(--muted);margin-top:16px;font-size:17px}.home-progress{margin-top:24px}.home-progress-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:15px;display:flex}.home-continue{color:var(--primary-strong);font-weight:600}.home-earth{background:radial-gradient(at 50% 42%,#253a4a 0%,#101a24 68%,#0b131c 100%);border-radius:14px;width:100%;height:260px;overflow:hidden}.home-earth canvas{display:block}.eyebrow{color:var(--primary);letter-spacing:0;font-size:13px;font-weight:600}.map-band{padding-top:24px}.map-toolbar{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.map-groups{gap:28px;display:grid}.map-group-head{margin-bottom:14px}.map-group-head h3{font-size:21px;font-weight:600}.map-group-head p{color:var(--muted);margin-top:4px;font-size:14px}.map-topic-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.map-topic-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;padding:18px;text-decoration:none;transition:border-color .18s,box-shadow .18s;display:grid}.map-topic-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.map-topic-card.is-planned{cursor:default;opacity:.72}.map-topic-icon{width:42px;height:42px;color:var(--primary-strong);background:#e3f0ec;border-radius:10px;place-items:center;display:grid}.map-topic-icon .icon{width:21px;height:21px}.map-topic-body{min-width:0}.map-topic-title{color:var(--ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:17px;font-weight:600;display:flex}.map-status{border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.map-status-completed{color:var(--primary-strong);background:#e3f0ec}.map-status-in-progress{color:var(--sun-deep);background:#fbefd9}.map-status-not-started{background:var(--bg-alt);color:var(--muted)}.map-topic-blurb{color:var(--muted);margin-top:7px;font-size:14px;line-height:1.55}.map-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.map-topic-accuracy{color:var(--primary-strong);margin-top:9px;font-size:12px;font-weight:600}.map-tag{background:var(--bg-alt);color:var(--muted);border-radius:999px;padding:2px 8px;font-size:12px}.map-topic-action{color:var(--primary-strong);grid-column:2;justify-self:start;font-size:13px;font-weight:600}.map-topic-card.is-planned .map-topic-action{color:var(--muted)}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:15px;font-weight:500;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-strong)}.btn-ghost{border-color:var(--line);color:var(--ink);background:0 0}.btn-ghost:hover{background:var(--bg-alt)}.btn-ghost-light{color:#f4faf8;background:#ffffff0f;border-color:#ffffff59}.btn-ghost-light:hover{background:#ffffff24}.btn-small{padding:7px 12px;font-size:14px}.btn:disabled{cursor:not-allowed;opacity:.45}.icon{vertical-align:middle;flex:none;display:inline-block}.band{padding:64px 24px}.band-alt{background:var(--bg-alt)}.band-inner{width:min(1180px,100%);margin:0 auto}.section-heading{margin-bottom:28px}.section-heading h2{letter-spacing:0;margin-top:8px;font-size:clamp(24px,3vw,32px);font-weight:600}.path-flow{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.path-flow li{background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:15px;display:inline-flex}.path-index{background:var(--primary);width:24px;height:24px;color:var(--primary-foreground);border-radius:50%;place-items:center;font-size:13px;font-weight:600;display:grid}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.topic-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:28px;position:relative;overflow:hidden}.topic-card:after{content:"";opacity:.12;pointer-events:none;border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -20% -45% auto}.topic-sun:after{background:var(--sun)}.topic-night:after{background:var(--curve)}.topic-icon{border-radius:10px;place-items:center;width:46px;height:46px;display:grid}.topic-sun .topic-icon{color:var(--sun-deep);background:#fbefd9}.topic-night .topic-icon{color:var(--curve);background:#e0f0f5}.topic-card h3{margin-top:18px;font-size:22px;font-weight:600}.topic-card p{color:var(--muted);margin-top:8px}.topic-link{color:var(--primary-strong);align-items:center;gap:6px;margin-top:18px;font-weight:600;display:inline-flex}.topic-link .icon{width:16px;height:16px}.upcoming-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.upcoming-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:20px}.upcoming-icon{background:var(--bg-alt);width:38px;height:38px;color:var(--muted);border-radius:9px;place-items:center;display:grid}.upcoming-item h3{margin-top:14px;font-size:17px;font-weight:600}.upcoming-item p{color:var(--muted);margin-top:6px;font-size:14px}.coming-soon{background:var(--bg-alt);color:var(--muted);border-radius:999px;margin-top:14px;padding:4px 10px;font-size:12px;display:inline-block}.model-note{color:var(--muted);margin-top:28px;font-size:14px}.page-head{text-align:center;padding:64px 24px 40px}.page-head h1{letter-spacing:0;margin-top:10px;font-size:clamp(32px,5vw,52px);font-weight:600}.page-lead{max-width:680px;color:var(--muted);margin:16px auto 0;font-size:17px}.controls-band{padding-top:0;padding-bottom:24px}.controls-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.control-block{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.control-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.control-label{color:var(--muted);font-size:14px}.control-value{color:var(--primary-strong);font-size:15px;font-weight:600}.range{width:100%;accent-color:var(--primary)}.chip-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.chip{border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 11px;font-size:13px}.chip:hover{border-color:var(--primary);color:var(--primary-strong)}.chip.active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.solar-application-controls .control-label{color:var(--ink);font-size:18px;font-weight:700}.solar-application-controls .control-value{font-size:20px;font-weight:700}.solar-application-controls .chip{font-size:16px;font-weight:700}.solar-application-controls{padding-bottom:16px}.control-hint{color:#c0543e;margin:8px 0 0;font-size:12px;line-height:1.4}.control-hint:empty{margin-top:0}.time-scale{color:var(--muted);justify-content:space-between;gap:8px;margin-top:10px;font-size:12px;display:flex}.visual-grid{gap:18px;display:grid}.visual-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.solar-application-visual-band .band-inner{width:min(1460px,100%)}.solar-application-visual-band{padding:36px 12px 64px}.solar-application-visual-band .visual-grid{gap:12px}.solar-application-visual-band .stage{padding:8px}.stage{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:18px;overflow:hidden}.stage-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.building-stage-head,.panel-stage-head{align-items:flex-start}.building-stage-head>div,.panel-stage-head>div{min-width:0}.stage-animation-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.stage-animation-date{border:1px solid var(--line);color:var(--muted);white-space:nowrap;border-radius:8px;align-items:baseline;gap:5px;padding:6px 9px;font-size:13px;font-weight:650;display:inline-flex}.stage-animation-date strong{color:var(--primary-strong);font-size:15px;font-weight:750}.building-play,.panel-play{flex:none}.building-stage h2,.panel-stage h2{font-size:20px;font-weight:700}.building-stage .stage-sub,.panel-stage .stage-sub{font-size:15px;font-weight:600}.building-stage .diagram-label,.panel-stage .diagram-label{font-size:17px;font-weight:700}.building-stage .diagram-angle,.panel-stage .diagram-angle{font-size:19px;font-weight:700}.stage h2{font-size:18px;font-weight:600}.stage-sub{color:var(--muted);margin-top:2px;font-size:13px;line-height:1.55}.earth-stage{isolation:isolate;border-radius:var(--radius);background:radial-gradient(circle at 18% 20%,#6697b52b,#0000 34%),radial-gradient(circle at 82% 78%,#234c7026,#0000 42%),radial-gradient(at 50% 43%,#1b3040 0%,#0d1925 62%,#07111b 100%);width:100%;height:360px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14,inset 0 -48px 80px #0309104d}.earth-stage:after{z-index:1;pointer-events:none;content:"";mix-blend-mode:screen;background:linear-gradient(115deg,#ffffff09,#0000 28%),radial-gradient(at 50% 112%,#4684aa1f,#0000 55%);position:absolute;inset:0}.earth-stage canvas{z-index:0;filter:saturate(.98)contrast(1.025);display:block;position:relative}html[data-performance=reduced] .earth-stage canvas{filter:none}.orbit-stage-view{border-radius:var(--radius);background:radial-gradient(at 50% 45%,#253a4a 0%,#101a24 68%,#0b131c 100%);width:100%;height:440px;position:relative;overflow:hidden}.orbit-stage-view canvas{display:block}.orbit-status{color:var(--muted);font-size:14px}.orbit-status strong{color:var(--sun-deep);font-weight:600}.orbit-legend{color:var(--muted);flex-wrap:wrap;gap:8px 20px;margin-top:14px;font-size:13px;display:flex}.scene-legend{color:var(--muted);flex-wrap:wrap;gap:8px 18px;margin:14px 0 0;padding:0;font-size:13px;list-style:none;display:flex}.scene-legend li{align-items:center;gap:7px;display:inline-flex}.legend-dot,.legend-line,.legend-edge{flex:none;display:inline-block}.legend-dot{background:var(--legend-color);border-radius:50%;width:9px;height:9px}.legend-line{background:var(--legend-color);border-radius:999px;width:18px;height:3px}.legend-edge{background:linear-gradient(90deg,#f7d287 0 48%,#24344a 52% 100%);border-radius:50%;width:18px;height:8px}.orbit-toolbar{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:14px;display:flex}.control-toolbar{flex-wrap:wrap;align-items:center;gap:12px 18px;margin-top:18px;display:flex}.toolbar-group{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.toolbar-label{color:var(--muted);font-size:13px}.btn.active{border-color:var(--primary);color:var(--primary-strong);background:#e3f0ec}.earth-fallback{color:#f4faf8b8;text-align:center;place-items:center;height:100%;padding:24px;font-size:14px;display:grid}.diagram-wrap{width:100%;overflow:hidden}.diagram-caption{color:var(--muted);margin-top:10px;font-size:13px;line-height:1.6}.relation-caption{display:none}.diagram-svg{width:100%;height:auto;display:block;overflow:hidden}.stat-strip{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;display:grid}.stat{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px 18px}.stat-label{color:var(--muted);font-size:13px;display:block}.stat-value{color:var(--ink);margin-top:4px;font-size:24px;font-weight:600;display:block}.stat-day{color:var(--muted);white-space:nowrap;margin-left:6px;font-size:13px;font-weight:600}.polar-status{text-align:center;color:var(--sun-deep);margin-top:14px;font-weight:600}.chart{width:100%;min-height:300px}.curve-svg{width:100%;height:auto;display:block;overflow:hidden}.explain{max-width:820px}.explain h2{font-size:24px;font-weight:600}.explain p{color:var(--muted);margin-top:14px}.explain strong{color:var(--ink);font-weight:600}.formula{border-left:3px solid var(--sun);background:#fbefd9;border-radius:0 8px 8px 0;padding:14px 18px}.formula code{color:#7a4c10;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:15px}.explain code{background:var(--bg-alt);color:var(--primary-strong);border-radius:5px;padding:1px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.explain-text{color:var(--muted);margin-top:14px}.explain-text+.formula{margin-top:16px}.teaching-band{background:#f7faf9}.teaching-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr);gap:16px;display:grid}.teaching-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;padding:20px;box-shadow:0 10px 28px #1d3a350f}.teaching-panel h3{margin-top:4px;font-size:18px;font-weight:600}.teaching-panel p:not(.eyebrow){color:var(--muted);margin-top:10px;line-height:1.65}.teaching-lead{color:var(--muted);margin-top:2px;font-size:13px}.teaching-panel ul{color:var(--muted);margin:12px 0 0;padding-left:1.2em}.teaching-panel li+li{margin-top:8px}.teaching-prediction{background:linear-gradient(135deg,#f9fcfb 0%,#eef7f3 100%);grid-column:1/-1}.prediction-options{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.prediction-option{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--ink);cursor:pointer;font:inherit;border-radius:999px;padding:8px 14px;font-size:14px}.prediction-option:hover:not(:disabled),.prediction-option:focus-visible{border-color:var(--primary);outline-offset:2px;outline:2px solid #2e7e6b33}.prediction-option.is-correct{border-color:var(--primary);color:var(--primary-strong);background:#e3f0ec}.prediction-option.is-incorrect{color:#93432f;background:#fff0ec;border-color:#c86b55}.prediction-feedback{min-height:1.5em;font-size:14px;margin-top:10px!important}.prediction-feedback.is-correct{color:var(--primary-strong)!important}.prediction-feedback.is-incorrect{color:#93432f!important}.teaching-completion{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:14px 16px;display:flex}.teaching-completion p{color:var(--muted);font-size:14px}.practice-item{border-top:1px solid var(--line)}.practice-item:first-child{margin-top:12px}.practice-item summary{color:var(--ink);cursor:pointer;align-items:flex-start;gap:8px;padding:10px 0;font-weight:500;display:flex}.practice-item summary::marker{color:var(--primary)}.practice-index{width:22px;height:22px;color:var(--primary-strong);background:#e3f0ec;border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:700;display:inline-grid}.practice-answer{color:var(--muted);padding:0 0 12px 30px;font-size:14px}.practice-answer strong{color:var(--primary-strong)}.practice-answer p{font-size:13px;margin-top:4px!important}.practice-work{gap:10px;padding:2px 0 14px 30px;display:grid}.practice-work label{color:var(--muted);gap:6px;font-size:13px;display:grid}.practice-work textarea{resize:vertical;border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:62px;color:var(--ink);font:inherit;background:#fbfdfc;padding:9px 11px;line-height:1.5}.practice-work textarea:focus{border-color:var(--primary);outline:3px solid #1f7a6d1f}.practice-work>.btn{justify-self:start}.practice-work .practice-answer{border-left:3px solid var(--primary);background:#edf7f3;padding:10px 12px}.practice-evaluate{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;font-size:13px;display:flex}.practice-feedback{min-height:1.5em;color:var(--primary-strong)!important;font-size:13px!important}.diagram-ground{stroke:#3f4f57;stroke-width:2.5px}.diagram-label{fill:#4c5c63;font-size:14px}.diagram-zenith{stroke:#94a1a8;stroke-width:1.4px;stroke-dasharray:5 5}.zenith-label{fill:#94a1a8}.diagram-pole{stroke:#6b4f3a;stroke-width:7px;stroke-linecap:round}.diagram-pole-top{fill:#8a6848}.diagram-shadow{stroke:#8a6f5a;stroke-width:6px;stroke-linecap:round;opacity:.75}.building-stage .diagram-shadow-current{stroke:#d74232;stroke-width:10px;opacity:.96}.diagram-horizontal{stroke:#9aa9ad;stroke-width:1.4px;stroke-dasharray:5 5}.diagram-support{stroke:#77868d;stroke-width:3px;stroke-linecap:round}.diagram-panel{stroke:#2b93b6;stroke-width:12px;stroke-linecap:round}.diagram-building{fill:#e6d5bd;stroke:#8a6f5a;stroke-width:2px}.diagram-building-neighbor{fill:#d9e7e5;stroke:#7f9691;stroke-width:1.5px;opacity:.78}.diagram-ray{stroke:#e3a63c;stroke-width:2px}.diagram-ray.faint{stroke:#e3a63c;opacity:.4;stroke-dasharray:4 5}.panel-ray-arrow{fill:#e3a63c}.diagram-arc{fill:none;stroke:var(--sun-deep);stroke-width:2px}.diagram-angle{fill:var(--sun-deep);font-size:16px;font-weight:600}.diagram-angle.beta{fill:#2b93b6}.diagram-sun{fill:var(--sun)}.diagram-sun.dim{fill:#5d6b73}.diagram-sunray{stroke:var(--sun);stroke-width:2px;stroke-linecap:round}.diagram-sunray.faint{opacity:.4;stroke-dasharray:4 5}.diagram-note{fill:#6b7a81;font-size:14px}.panel-alpha{stroke:var(--sun-deep)}.panel-beta{stroke:#2b93b6}.diagram-latcircle{fill:none;stroke:#b9c7c5;stroke-width:1.5px}.diagram-dayarc{stroke:#e6ad45;stroke-linecap:round}.diagram-nightarc{stroke:#34445c;stroke-linecap:round}.diagram-boundary{fill:none;stroke:#7f8c8d;stroke-width:22px;stroke-dasharray:10 8;opacity:.85}.diagram-terminator{stroke:#f7faf9;stroke-width:2.5px}.diagram-pole{fill:#34445c}.rotation-direction{fill:none;stroke:#6b7a81;stroke-width:1.5px;stroke-dasharray:4 5}.rotation-observer{fill:#4fca8d;stroke:#fff;stroke-width:2px}.rotation-observer-label{fill:#25724a;paint-order:stroke;stroke:#ffffffeb;stroke-width:4px;stroke-linejoin:round;font-size:14px;font-weight:600}.rotation-phase{fill:#2f6f9a;paint-order:stroke;stroke:#ffffffeb;stroke-width:4px;stroke-linejoin:round;font-size:13px;font-weight:600}.star-trails-band{color:#171b1d;background:#eceae4}.star-trails-band .band-inner{width:min(1320px,100%)}.star-trails-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px;display:flex}.star-trails-heading .eyebrow{color:#bd543d}.star-trails-heading h2{letter-spacing:-.035em;margin-top:8px;font-size:clamp(30px,4vw,46px);font-weight:650}.star-trails-heading>p{color:#687176;max-width:470px;margin:0 0 4px;font-size:15px;line-height:1.7}.star-trails-heading>p strong{color:#171b1d}.star-trails-lab{background:#f5f2eb;border:1px solid #202426;grid-template-columns:minmax(0,.95fr) 184px minmax(0,1.12fr);display:grid;box-shadow:0 24px 56px #2c29221f}.star-earth-panel,.star-sky-panel{color:#e8e7e1;background:#101922;min-width:0;min-height:626px;position:relative;overflow:hidden}.star-earth-panel{border-right:1px solid #e8e7e11f}.star-panel-head{border-bottom:1px solid #e8e7e124;justify-content:space-between;align-items:flex-start;gap:16px;min-height:78px;padding:18px 20px 12px;display:flex}.star-panel-head span{color:#87959d;letter-spacing:.13em;font-size:10px;font-weight:700;display:block}.star-panel-head h3{margin-top:6px;font-size:20px;font-weight:650}.star-motion-tag{letter-spacing:.08em;border:1px solid;flex:none;padding:7px 9px;font-size:10px}.star-motion-tag.real{color:#ef785b}.star-motion-tag.apparent{color:#8bb8d2}.star-earth-stage{background:radial-gradient(circle at 46% 42%,#577e9738,#0000 30%),radial-gradient(at 50% 48%,#1d303e 0%,#0e1a25 64%,#08121b 100%);border-radius:0;height:404px}.star-earth-stage:after{z-index:0}.star-earth-stage canvas{z-index:1}.star-axis-label,.star-earth-callout{z-index:3;pointer-events:none;color:#dce4e6;letter-spacing:.08em;text-shadow:0 2px 8px #000000c7;font-size:11px;font-weight:700;position:absolute}.star-axis-label:before{content:none}.star-axis-label{width:0;height:0;overflow:visible}.star-axis-label.north{top:var(--north-pole-y,6%);left:var(--north-pole-x,50%)}.star-axis-label.south{top:var(--south-pole-y,94%);left:var(--south-pole-x,50%)}.star-axis-label>i{border:1.5px solid #f3ece3;border-radius:50%;width:11px;height:11px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #070f167a}.star-axis-label>i:after{content:"";background:#f3ece3;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.star-axis-label>span{letter-spacing:.02em;background:#060d13b8;border:1px solid #e8e7e12e;gap:1px;width:max-content;padding:4px 6px;line-height:1.25;display:grid;position:absolute}.star-axis-label.north>span{top:9px;left:10px}.star-axis-label.south>span{text-align:right;bottom:9px;right:10px}.star-axis-label>span b{color:#f3ece3;font-size:10px}.star-axis-label>span small{color:#91a0a7;font-size:8px;font-weight:600}.star-space-anchor{z-index:3;pointer-events:none;text-shadow:0 2px 8px #000000d1;width:0;height:0;position:absolute;overflow:visible}.star-space-anchor.celestial-pole{top:var(--north-celestial-pole-y,4%);left:var(--north-celestial-pole-x,50%)}.star-space-anchor.polaris{top:var(--polaris-y,4%);left:var(--polaris-x,54%)}.star-space-anchor>span{gap:1px;width:max-content;line-height:1.25;display:grid;position:absolute}.star-space-anchor.celestial-pole>span{text-align:right;top:10px;right:9px}.star-space-anchor.polaris>span{top:10px;left:9px}.star-space-anchor b{color:#f3ece3;letter-spacing:.04em;font-size:10px}.star-space-anchor.polaris b{color:#f2cf70}.star-space-anchor small{color:#91a0a7;letter-spacing:.01em;font-size:8px;font-weight:600}.star-earth-callout{color:#f2cf70;letter-spacing:.02em;text-align:right;background:#060d13ad;border:1px solid #e8e7e13d;max-width:190px;padding:8px 10px;font-weight:600;bottom:16px;right:16px}.star-earth-displacement{z-index:3;pointer-events:none;background:#060d13b8;border-left:2px solid #ef785b;gap:4px;max-width:190px;padding:10px 12px;display:grid;position:absolute;top:16px;left:16px;box-shadow:0 10px 28px #0000002e}.star-earth-displacement>span{color:#9eaaaf;letter-spacing:.08em;font-size:10px;font-weight:700}.star-earth-displacement>strong{color:#f3ece3;letter-spacing:.01em;font-size:17px;font-weight:680}.star-earth-displacement>small{color:#91a0a7;align-items:center;gap:5px;font-size:9px;line-height:1.4;display:flex}.star-earth-displacement>small i,.star-earth-displacement>small b{border:1px solid #69d39a;border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.star-earth-displacement>small b{background:#69d39a}.star-earth-stage[data-rotation-at-start=true] .star-earth-displacement>small:last-child{display:none}.star-guide-legend{border-top:1px solid #e8e7e11f;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:15px 18px 13px;list-style:none;display:grid}.star-guide-legend li{color:#9eaaaf;align-items:flex-start;gap:7px;font-size:10px;line-height:1.4;display:flex}.star-guide-legend li i{background:currentColor;flex:none;width:24px;height:3px;margin-top:5px;position:relative}.star-guide-legend li i:after{content:"";border-top:4.5px solid #0000;border-bottom:4.5px solid #0000;border-left:7px solid;position:absolute;top:-3px;right:-1px}.star-guide-legend li i.real{color:#ef785b}.star-guide-legend li i.facing{color:#f2cf70}.star-guide-legend li i.observer{color:#69d39a;background:0 0;border:0;border-radius:0;width:24px;height:10px}.star-guide-legend li i.observer:before,.star-guide-legend li i.observer:after{content:"";border:1px solid #69d39a;border-radius:50%;width:8px;height:8px;position:absolute;top:0}.star-guide-legend li i.observer:before{left:0}.star-guide-legend li i.observer:after{background:#69d39a;border:0;display:block;right:0}.star-guide-legend b{color:#e8e7e1}.star-panel-caption{color:#8d999f;border-top:1px solid #e8e7e11f;margin:0;padding:13px 20px 16px;font-size:11px;line-height:1.55}.star-reference-bridge{color:#171b1d;text-align:center;background:#e5e1d8;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:38px 19px;display:flex;position:relative}.star-reference-bridge>span{color:#747a7d;letter-spacing:.14em;font-family:Georgia,serif;font-size:11px;font-weight:700;line-height:1.45}.star-reference-bridge h3{margin-top:17px;font-size:24px;line-height:1.26}.star-reference-bridge p{color:#687176;margin:16px 0 0;font-size:12px;line-height:1.65}.star-bridge-arrow{width:112px;height:38px;margin:28px 0 21px;display:block;position:relative}.star-bridge-arrow:before{content:"";border-top:2px solid #171b1d;position:absolute;top:18px;left:0;right:12px}.star-bridge-arrow:after{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:13px solid #171b1d;position:absolute;top:12px;right:0}.star-bridge-rule{border-top:1px solid #171b1d33;width:100%;padding-top:18px;font-size:12px}.star-bridge-rule b,.star-bridge-rule strong{display:block}.star-bridge-rule b{color:#c9553e}.star-bridge-rule strong{color:#246591;margin-top:6px}.star-sky{background:radial-gradient(circle at 53% 38%,#65859929,#0000 27%),linear-gradient(#111c26 0%,#0b141c 100%);height:404px;position:relative;overflow:hidden}.star-sky-svg{width:100%;height:100%;display:block}.star-sky-grid path{fill:none;stroke:#b2c6d21f;stroke-width:1px}.star-sky-grid .star-meridian{stroke:#b2c6d233;stroke-dasharray:5 7}.star-track-reference{fill:none;stroke:#96b1bf29;stroke-width:1px;stroke-dasharray:6 8}.star-trail-arc{fill:none;stroke:#8bb8d2;stroke-width:2.4px;stroke-linecap:round}.star-trail-arc-0{stroke:#dfe8e8;stroke-width:3.5px}.star-trail-arc-2{opacity:.82;stroke-width:2px}.star-trail-arc-3{opacity:.64;stroke-width:1.7px}.star-trail-head,.star-field-dot{fill:#f2cf70}.star-field-dot{opacity:.76}.star-pole-height-line{stroke:#ef785bc7;stroke-width:1.5px;stroke-dasharray:5 6}.star-pole-ring{fill:#f2cf700d;stroke:#f2cf70;stroke-width:1.6px}.star-pole-cross{stroke:#f2cf70;stroke-width:1.4px}.star-polaris{fill:#f7ead0}.star-sky-label,.star-cardinal-label,.star-direction-readout{fill:#e8e7e1;paint-order:stroke;stroke:#0c151df0;stroke-linejoin:round;stroke-width:4px;font-size:13px;font-weight:700}.star-sky-note{fill:#91a0a7;paint-order:stroke;stroke:#0c151df0;stroke-linejoin:round;stroke-width:3px;font-size:10.5px}.star-direction-readout{fill:#8bb8d2;font-size:12px}.star-altitude-scale line{stroke:#e8e7e16b;stroke-width:1px}.star-altitude-scale .star-altitude-current{stroke:#ef785b;stroke-width:2.3px}.star-altitude-scale text{fill:#829198;font-size:10px}.star-altitude-scale .star-altitude-value{fill:#ef785b;font-size:13px;font-weight:700}.star-horizon-haze{fill:url(#star-horizon-haze)}.star-mountain-back{fill:#1b2832}.star-mountain-front{fill:#091118}.star-horizon-line{stroke:#e8e7e1b3;stroke-width:1.2px}.star-sky-insight{border-top:1px solid #e8e7e11f;grid-template-columns:1fr;gap:4px;min-height:65px;padding:13px 20px;display:grid}.star-sky-insight strong{color:#e8e7e1;font-size:13px}.star-sky-insight span{color:#8d999f;font-size:10.5px;line-height:1.45}.star-trail-controls{background:#f7f4ed;border:1px solid #b8b5ae;grid-template-columns:minmax(260px,1fr) minmax(270px,1fr) minmax(190px,.72fr) minmax(280px,1.12fr);margin-top:18px;display:grid}.star-trail-controls>*{min-width:0;min-height:112px;padding:20px}.star-trail-controls>*+*{border-left:1px solid #cfcbc2}.star-playback{flex-wrap:wrap;align-content:center;gap:8px;display:flex}.star-playback .btn{font-size:13px}.star-exposure-control>span,.star-location-control>span{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.star-exposure-control small,.star-location-control>span{color:#697276;letter-spacing:.08em;font-size:11px;font-weight:600}.star-exposure-control strong{font-size:17px}.star-exposure-control .range{accent-color:#c9553e;margin-top:18px}.star-exposure-control>i{color:#838b8e;justify-content:space-between;margin-top:8px;font-size:9px;font-style:normal;display:flex}.star-location-control>div{flex-wrap:wrap;gap:7px;margin-top:16px;display:flex}.star-location-control .chip{background:0 0;border-radius:0}.star-location-control .chip.active{color:#fff;background:#171b1d;border-color:#171b1d}.star-live-result small,.star-live-result strong,.star-live-result span{display:block}.star-live-result small{color:#697276;letter-spacing:.08em;font-size:10px;font-weight:700}.star-live-result strong{margin-top:8px;font-size:16px;line-height:1.35}.star-live-result span{color:#697276;margin-top:8px;font-size:10.5px;line-height:1.45}.star-live-result b{color:#246591}.star-live-result i{font-style:normal}.star-cause-rail{border-top:1px solid #97958f;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0 0;padding:0;list-style:none;display:grid}.star-cause-rail li{color:#8b8f90;grid-template-columns:32px 1fr;gap:10px;min-width:0;padding:16px 18px 0 0;display:grid;position:relative}.star-cause-rail li+li{border-left:1px solid #c3c0b8;padding-left:18px}.star-cause-rail li>span{font:700 13px/1 Georgia,serif}.star-cause-rail li b,.star-cause-rail li small{display:block}.star-cause-rail li b{font-size:13px}.star-cause-rail li small{margin-top:4px;font-size:10px;font-weight:500}.star-cause-rail li.active{color:#171b1d}.star-cause-rail li.active>span{color:#c9553e}.star-teaching-note{color:#626b6f;background:#ffffff6b;border-left:3px solid #c9553e;margin:24px 0 0;padding:14px 16px;font-size:12px;line-height:1.65}.star-teaching-note strong{color:#171b1d}.timezone-ring{fill:none;stroke:#c7d3d1;stroke-width:2px}.timezone-tick{stroke:#b7c5c2;stroke-width:1.4px}.timezone-tick.major{stroke:#8a989f;stroke-width:2px}.timezone-tick-label{fill:#5f6f75;font-size:12px;font-weight:600}.timezone-noon-line{stroke:#e3a63c;stroke-width:1.5px;stroke-dasharray:5 5}.timezone-noon-label{fill:var(--sun-deep);font-size:14px;font-weight:700}.timezone-midnight-label{fill:#8a989f;font-size:13px;font-weight:600}.timezone-city{stroke:#fff;stroke-width:2px}.timezone-city-a{fill:#4fca8d}.timezone-city-b{fill:#4f8fe0}.timezone-city-leader{stroke:#aebdba;stroke-width:1.2px;stroke-dasharray:3 4}.timezone-city-label{fill:#43535a;paint-order:stroke;stroke:#fffffff0;stroke-width:4px;stroke-linejoin:round;font-size:14px;font-weight:600}.timezone-city-time{paint-order:stroke;stroke:#fffffff0;stroke-width:4px;stroke-linejoin:round;font-size:16px;font-weight:700}.timezone-city-time-a{fill:#25724a}.timezone-city-time-b{fill:#2f6f9a}.timezone-direction{fill:none;stroke:#6b7a81;stroke-width:1.5px;stroke-dasharray:4 5}.timezone-note,.timezone-caption{fill:#6b7a81;font-size:13px}.timezone-svg.compact .timezone-tick-label{font-size:13px}.timezone-svg.compact .timezone-noon-label{font-size:15px}.timezone-svg.compact .timezone-midnight-label{font-size:14px}.timezone-svg.compact .timezone-city-label{font-size:15px}.timezone-svg.compact .timezone-city-time{font-size:17px}.timezone-svg.compact .timezone-caption{font-size:12px}.timezone-band-wrap{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(#f7faf9 0%,#edf5f6 100%);margin-top:16px}.timezone-band-back{fill:#dce8e8;stroke:#b8c9c9;stroke-width:1.5px}.timezone-band-zone{fill:#e9f1f1;stroke:#bdcccc;stroke-width:.8px}.timezone-band-zone:nth-of-type(4n+1){fill:#deebeb}.timezone-band-zone.active{fill:#8bd2b1;stroke:#2d9468;stroke-width:1.8px}.timezone-band-tick{stroke:#677e8047;stroke-width:1px;pointer-events:none}.timezone-band-label,.timezone-band-longitude,.timezone-band-central-label,.timezone-band-noon-label,.timezone-band-probe-label,.timezone-band-date-line{paint-order:stroke;stroke:#f7faf9f5;stroke-width:3px;stroke-linejoin:round}.timezone-band-label{fill:#5f7274;font-size:10px;font-weight:600}.timezone-band-longitude,.timezone-band-date-line{fill:#718286;font-size:12px}.timezone-band-central{stroke:#397dab;stroke-width:2.4px;stroke-dasharray:5 4}.timezone-band-central-label{fill:#2f6f9a;font-size:12px;font-weight:700}.timezone-band-noon{stroke:#e3a63c;stroke-width:2.4px;stroke-dasharray:4 4}.timezone-band-noon-label{fill:#b47418;font-size:12px;font-weight:700}.timezone-band-probe{stroke:#c34f43;stroke-width:3px}.timezone-band-probe-dot{fill:#c34f43;stroke:#fff;stroke-width:2px}.timezone-band-probe-label{fill:#a64138;font-size:12px;font-weight:700}.timezone-probe-stats{margin-top:16px}.timezone-date-hint{border-left:3px solid var(--sun);color:var(--muted);background:#f0b84d1a;border-radius:0 8px 8px 0;margin:14px 0 0;padding:12px 14px;font-size:13px;line-height:1.6}.timezone-band-svg.compact .timezone-band-label,.timezone-band-svg.compact .timezone-band-probe-label,.timezone-band-svg.compact .timezone-band-central-label,.timezone-band-svg.compact .timezone-band-noon-label{font-size:11px}.compass-svg{border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 50% 48%,#fffffff5,#edf5f1eb)}.compass-ring{fill:none;stroke:#c7d3d1;stroke-width:2px}.compass-cross{stroke:#dbe4e1;stroke-width:1.4px;stroke-dasharray:4 5}.compass-label{fill:#4c5c63;font-size:16px;font-weight:600}.compass-north{fill:var(--primary-strong);font-size:18px}.compass-shadow{stroke:#34445c;stroke-width:4px;stroke-linecap:round}.compass-shadowhead{fill:none;stroke:#34445c;stroke-width:4px;stroke-linecap:round}.compass-center-dot{fill:#34445c}.compass-pole-base{fill:#d8e5df;stroke:#47626a;stroke-width:1.5px}.compass-pole-top{fill:#2f484f}.compass-pole-label{fill:#52646a;font-size:12px;font-weight:650}.compass-sun-label{fill:var(--sun-deep);font-size:14px;font-weight:600}.compass-note{fill:#4c5c63;font-size:15px;font-weight:600}.shadow-teaching-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:dense;gap:18px;display:grid}.solar-return-stage,.shadow-logic-stage{grid-column:1/-1}.solar-return-head{align-items:flex-start}.solar-return-head>div:first-child{min-width:0}.solar-return-chart-shell{position:relative}.solar-return-corner-control{z-index:2;justify-content:flex-end;gap:8px;display:flex;position:absolute;bottom:18px;right:22px}.solar-return-corner-control .btn{box-shadow:0 7px 20px #1a5b4f38}.solar-return-status{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.solar-return-status span{color:var(--muted);background:#f3f8f5;border:1px solid #345d5c1f;border-radius:10px;gap:3px;padding:9px 12px;font-size:11px;display:grid}.solar-return-status strong{color:var(--ink);font-size:14px;font-weight:720}.solar-return-svg,.shadow-model-svg{border-radius:var(--radius);background:#f8fbf9;border:1px solid #315a5b24}.solar-return-panel{fill:#fbfdfc;stroke:#3b60621f;stroke-width:1.3px}.solar-return-guide{stroke:#8da3a1;stroke-width:1.6px}.solar-return-guide.tropic{stroke:#50739d;stroke-dasharray:8 7}.solar-return-guide.equator{stroke:#b35a4d;stroke-width:2px}.solar-return-axis-label{fill:#53656b;font-size:13px;font-weight:700}.solar-return-axis-label.north{fill:#2e638b}.solar-return-axis-label.south{fill:#735f9c}.solar-return-area{stroke:none}.solar-return-curve{fill:none;stroke:#174f83;stroke-width:4.5px;stroke-linecap:round;stroke-linejoin:round}.solar-return-flow{fill:none;stroke:#245f75;stroke-width:2.4px;stroke-linecap:round}.solar-return-event circle{fill:#173d57;stroke:#fff;stroke-width:2px}.solar-return-event text{fill:#a54438;font-size:14px;font-weight:750}.solar-return-current-guide{stroke:#e06b41;stroke-width:1.5px;stroke-dasharray:5 5}.solar-return-current-glow{fill:#f4713a7a}.solar-return-current{fill:#e75635;stroke:#fff;stroke-width:3px}.solar-return-current-label rect{fill:#183f4c}.solar-return-current-label text{fill:#f8fcfa;font-size:12px;font-weight:700}.solar-application-page.is-return-playing .solar-return-current-glow{animation:1.05s ease-in-out infinite solar-return-pulse}@keyframes solar-return-pulse{0%,to{opacity:.38;transform-origin:50%;transform:scale(.82)}50%{opacity:.8;transform-origin:50%;transform:scale(1.18)}}.shadow-view-stage{flex-direction:column;min-width:0;display:flex}.shadow-view-stage .diagram-wrap{flex:auto;place-items:center;margin-top:12px;display:grid}.shadow-view-stage .diagram-svg{max-height:480px}.shadow-model-floor-shadow{fill:#2d413e21}.shadow-model-ground{stroke:#aab9a8;stroke-width:2px}.shadow-model-grid{fill:none;stroke:#4668632e;stroke-width:1.4px}.shadow-model-axis{stroke:#36585957;stroke-width:1.6px;stroke-dasharray:6 6}.shadow-model-axis.primary{stroke:#27525685;stroke-width:2px}.shadow-model-direction{fill:#52676d;font-size:24px;font-weight:780}.shadow-model-direction.north{fill:#1f7462}.shadow-model-ray{stroke:#f0aa36;stroke-width:4px;stroke-linecap:round;filter:drop-shadow(0 0 5px #f0aa3657)}.shadow-model-cast{stroke:#273a4d;stroke-width:9px;stroke-linecap:round;opacity:.82;filter:drop-shadow(0 5px 5px #1e30393d)}.shadow-model-overhead{fill:#273a4db8}.shadow-model-base{fill:#6c817e;stroke:#eff5f1;stroke-width:2px}.shadow-model-pole{stroke:#3f575c;stroke-width:1.2px;filter:drop-shadow(4px 4px 4px #25373b33)}.shadow-model-pole-cap{fill:#f5faf7;stroke:#4f666a;stroke-width:1.3px}.shadow-model-label,.shadow-model-sun-label{fill:#3c5359;font-size:14px;font-weight:720}.shadow-model-tip-label{fill:#273a4d}.shadow-model-sun-halo{fill:#f6c45238}.shadow-model-sun-label{fill:#9b5c23}.shadow-model-readout rect{fill:#f6faf7e8;stroke:#32575729}.shadow-model-readout text{fill:#42585d;font-size:12px;font-weight:650}.return-location-launcher{flex-wrap:wrap;gap:8px;margin:14px 0 10px;display:flex}.shadow-location-button{color:#304b50;text-align:center;background:#f4f8f6;border:1px solid #315b5a2e;border-radius:12px;flex:176px;justify-content:center;align-items:center;gap:8px;min-width:0;padding:11px 12px;transition:border-color .18s,background .18s,color .18s,transform .18s;display:flex}.shadow-location-button:hover{background:#eaf4f0;border-color:#1f74627a;transform:translateY(-1px)}.shadow-location-button:focus-visible{outline-offset:2px;outline:3px solid #2a816f47}.shadow-location-button strong{font-size:14px}.shadow-location-button-latitude{margin-left:2px;font-weight:720;font-size:14px!important}.shadow-location-button.active{color:#fff;background:#217a68;border-color:#1f7462}.solar-return-range-note{fill:#718387;font-size:11px;font-weight:650}.solar-return-location{cursor:pointer;outline:none}.solar-return-location-tick{stroke:#35525640;stroke-width:1.2px}.solar-return-location-point{fill:#2d8274;stroke:#fff;stroke-width:2px;filter:drop-shadow(0 2px 3px #1e363b3d)}.solar-return-location.is-selected .solar-return-location-tick{stroke:#2d8274;stroke-width:1.8px}.solar-return-location-name{fill:#435a5f;paint-order:stroke;pointer-events:none;stroke:#fbfdfcfa;stroke-linejoin:round;stroke-width:4px;font-size:15px;font-weight:780}.solar-return-location:hover .solar-return-location-name,.solar-return-location:focus-visible .solar-return-location-name,.solar-return-location.is-selected .solar-return-location-name{fill:#174f48;font-size:16px}.solar-return-location:focus-visible .solar-return-location-point{outline:none}.solar-application-page.is-return-playing .shadow-location-button.active{box-shadow:0 0 0 3px #2d827433,0 8px 22px #205f542e}.shadow-logic-stage{background:linear-gradient(135deg,#f6faf7,#eef5f1);grid-template-columns:minmax(150px,.42fr) minmax(0,1.3fr) minmax(260px,.85fr);align-items:center;gap:18px;display:grid}.shadow-logic-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.shadow-logic-steps span{color:#40565b;background:#ffffffbd;border:1px solid #345d5c1f;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-height:58px;padding:9px 10px;font-size:12px;line-height:1.45;display:grid}.shadow-logic-steps strong{color:#fff;background:#267c6b;border-radius:50%;place-items:center;width:24px;height:24px;font-size:12px;display:grid}.shadow-logic-formulas{gap:8px;display:grid}.shadow-logic-formulas .formula{margin:0}@media (width<=920px){.shadow-teaching-grid{grid-template-columns:1fr}.solar-return-stage,.shadow-logic-stage{grid-column:auto}.solar-return-head,.shadow-logic-stage{grid-template-columns:1fr;align-items:flex-start}.solar-return-head{flex-direction:column}}@media (width<=560px){.solar-return-status,.shadow-logic-steps{grid-template-columns:1fr}.solar-return-corner-control{flex-wrap:wrap;margin-top:8px;position:static}.building-stage-head,.panel-stage-head{flex-direction:column;align-items:stretch}.stage-animation-actions{justify-content:flex-start}.building-play,.panel-play{align-self:flex-start}.shadow-view-stage .diagram-svg{max-height:none}}.orbit-sun{fill:#f0b84d}.orbit-sun-halo{fill:#f6cf7a;opacity:.32}.orbit-path{fill:none;stroke:#c2cfcc;stroke-width:2px;stroke-dasharray:5 6}.orbit-ray{stroke:#e3a63c;stroke-width:2px;stroke-dasharray:4 5}.orbit-earth{fill:#eaf3f7;stroke:#2b93b6;stroke-width:2px}.orbit-earth-current{fill:#fff4dd;stroke:#e0a13a;stroke-width:3px}.orbit-axis{stroke:#6b7c86;stroke-width:1.6px}.orbit-subsolar{fill:#ff5148}.orbit-label{fill:#4c5c63;font-size:14px;font-weight:600}.orbit-label-sub{fill:#7c8b92;font-size:12px}.orbit-legend{fill:#4c5c63;font-size:13px}.relation-svg{border-radius:var(--radius);background:#0e1922}.relation-sun{fill:#f0b84d}.relation-earth{fill:#d9f1fb;stroke:#b9dce7;stroke-width:2px}.relation-night{fill:#24344a;opacity:.78}.relation-terminator{stroke:#f7faf9;stroke-width:2.5px;stroke-dasharray:6 5}.relation-ray{stroke:#f1c662;stroke-width:2px}.relation-rayhead{fill:none;stroke:#f1c662;stroke-width:2px;stroke-linecap:round}.relation-equator{stroke:#b9c7c5;stroke-width:2px}.relation-subsolar-line{stroke:#ff6a5a;stroke-width:3px}.relation-subsolar{fill:#ff5148}.relation-axis{stroke:#b9dce7;stroke-width:2px}.relation-pole{fill:#f7faf9}.relation-label{fill:#dcebf0;font-size:15px;font-weight:600}.relation-sun-label,.relation-night-label{fill:#e6f2f5}.relation-day-label,.relation-night-label{font-size:15px;font-weight:600}.relation-day-label{fill:#24475a}.relation-night-label{fill:#9fafc0}.relation-ray-label{fill:#f1c662;font-size:14px;font-weight:600}.relation-subsolar-label{fill:#ff8a7f}.relation-note{fill:#f6d592;font-size:15px;font-weight:600}.relation-sub{fill:#9fb3bc;font-size:13px}:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.seasons-zone-svg{border-radius:var(--radius);background:#f7faf9}.seasons-sun{fill:#f0b84d}.seasons-sun-halo{fill:#f6cf7a;opacity:.32}.seasons-sun-label{fill:#7a6434;font-size:14px;font-weight:600}.seasons-ray{stroke:#e3a63c;stroke-width:2px;stroke-dasharray:4 5}.seasons-earth{fill:#eaf3f7;stroke:#b9dce7;stroke-width:2px}.seasons-zone{stroke:none;cursor:pointer;transition:opacity .16s,stroke .16s}.seasons-zone:hover,.seasons-zone:focus-visible{opacity:.72;stroke:#245f55;stroke-width:3px;outline:none}.seasons-zone.selected{opacity:.7;stroke:#1f7462;stroke-width:3px}.seasons-zone-tropical{fill:#e9b949;opacity:.3}.seasons-zone-temperate{fill:#55a86a;opacity:.26}.seasons-zone-frigid{fill:#5b8fc9;opacity:.3}.seasons-zone-leader{stroke:#b7c5c2;stroke-width:1.2px;pointer-events:none}.seasons-zone-label{fill:#43535a;pointer-events:none;font-size:14px;font-weight:700}.seasons-latline{stroke:#93a3a0;stroke-width:1.2px;pointer-events:none}.seasons-latline-equator{stroke:#7f9490;stroke-width:1.8px}.seasons-latline-tropic{stroke:#d98f3f}.seasons-latline-polar{stroke:#4f8fc9}.seasons-subsolar-line{stroke:#ff6a5a;stroke-width:2px}.seasons-subsolar{fill:#ff5148}.seasons-subsolar-label{fill:#d1493c;font-size:13px;font-weight:700}.seasons-subsolar-line,.seasons-subsolar,.seasons-subsolar-label,.seasons-axis,.seasons-pole,.seasons-axis-label{pointer-events:none}.seasons-axis{stroke:#6b7c86;stroke-width:1.6px}.seasons-pole{fill:#6b7c86}.seasons-axis-label{fill:#5f706c;font-size:13px;font-weight:600}.seasons-zone-caption{fill:#7c8b92;font-size:13px}.seasons-sky-svg{border-radius:var(--radius);background:linear-gradient(#eaf3f7 0%,#f7faf9 70%)}.sky-dome{fill:none;stroke:#c4d3d1;stroke-width:1.5px}.sky-ground{stroke:#7f9490;stroke-width:2px}.sky-path{fill:none;stroke:#df7a35;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.sky-night-path{fill:none;stroke:#9fb3bc;stroke-width:2px;stroke-dasharray:4 5}.sky-sun{fill:#f0b84d;stroke:#fff;stroke-width:2px}.sky-sun.below{fill:#9fb3bc;opacity:.6}.sky-noon-line{stroke:#df7a35;stroke-width:1.5px;stroke-dasharray:4 4}.sky-noon-label{fill:#c96a24;font-size:13px;font-weight:700}.sky-direction{fill:#43535a;font-size:15px;font-weight:700}.sky-horizon-label{fill:#7c8b92;font-size:12px}.sky-polar-note{fill:#5b8fc9;font-size:18px;font-weight:700}.sun-path-scene{width:100%}.sun-path-3d-shell{border-radius:var(--radius);background:radial-gradient(at 50% 35%,#294a5b 0%,#142633 62%,#0c1821 100%);border:1px solid #85abb873;height:430px;position:relative;overflow:hidden}.sun-path-3d-shell canvas{width:100%;height:100%;display:block}.sun-path-3d-overlay{pointer-events:none;color:#eff8f6db;font-size:13px;font-weight:600;position:absolute;inset:0}.sun-path-label{white-space:nowrap;background:#0b18219e;border-radius:999px;padding:2px 6px;position:absolute}.sun-path-label.east{bottom:12%;left:8%}.sun-path-label.west{bottom:12%;right:8%}.sun-path-label.zenith{top:8%;left:50%;transform:translate(-50%)}.sun-path-label.horizon{color:#b7ced0;font-size:12px;bottom:3%;right:3%}.sun-path-3d-hint{color:#dcedecb8;pointer-events:none;max-width:calc(100% - 24px);font-size:12px;position:absolute;top:10px;left:12px}.sun-path-current{color:#ffe2a2;text-align:right;pointer-events:none;background:#0b1821b8;border:1px solid #ffde9780;border-radius:999px;max-width:min(62%,470px);padding:5px 9px;font-size:13px;font-weight:700;line-height:1.4;position:absolute;top:10px;right:12px}.sun-path-3d-lesson{color:#eff8f6e6;pointer-events:none;background:#0b1821b8;border-left:3px solid #f0b84d;padding:7px 10px;font-size:12px;line-height:1.45;position:absolute;bottom:34px;left:12px;right:12px}.sun-path-legend{color:#e0edecc7;pointer-events:none;flex-wrap:wrap;justify-content:flex-end;gap:5px 12px;font-size:11px;display:flex;position:absolute;bottom:10px;right:12px}.sun-path-legend span{align-items:center;gap:4px;display:inline-flex}.sun-path-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.sun-path-dot.day{background:#f3b84b}.sun-path-dot.night{background:#88a7c1}.sun-path-dot.event{background:#69d39a}.sun-path-dot.angle{background:#69d39a;border:2px solid #ffd56d}.sun-path-toolbar{flex-wrap:wrap;align-items:center;gap:7px;margin:-12px 0 14px;display:flex}.sky-event-point{fill:#69d39a;stroke:#fff;stroke-width:2px}.sky-event-label{fill:#2f806c;font-size:13px;font-weight:700}.sky-event-label.noon{fill:#c96a24}.sun-path-2d-reference{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);margin-top:12px;padding:8px}.sun-path-2d-reference .diagram-svg{max-height:300px}.band-dark{color:#edf6f4;background:#10232d}.section-heading-light h2,.stage-sub-light{color:#edf6f4}.section-heading-light .eyebrow{color:#7ed7c3}.wind-scene-grid{grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);align-items:stretch;gap:14px;margin-top:18px;display:grid}.wind-3d-shell,.wind-profile-shell{border-radius:var(--radius);background:radial-gradient(at 52% 42%,#284959 0%,#122a35 58%,#0b1922 100%);border:1px solid #a1cdcf38;min-width:0;min-height:390px;position:relative;overflow:hidden}.wind-3d-shell canvas{width:100%;height:100%;display:block}.wind-profile-shell{background:#f7faf9;padding:8px}.wind-profile-shell .diagram-svg{width:100%;height:100%;min-height:360px}.wind-scene-status,.wind-scene-hint{z-index:2;pointer-events:none;max-width:calc(100% - 24px);line-height:1.5;position:absolute}.wind-scene-status{color:#f4f8e9;background:#08151dbd;border-left:3px solid #f0bd5b;padding:6px 9px;font-size:12px;top:12px;left:12px}.wind-scene-hint{color:#daebebb3;text-align:right;font-size:11px;bottom:10px;right:12px}.wind-pressure-key{z-index:2;color:#eef9f5db;pointer-events:none;background:#08151dbd;border:1px solid #aedad73d;border-radius:7px;gap:3px;padding:6px 8px;font-size:11px;line-height:1.35;display:grid;position:absolute;top:12px;right:12px}.wind-pressure-key b,.legend-pressure-low,.legend-pressure-high{border-radius:50%;place-items:center;width:18px;height:18px;margin-right:4px;font-size:11px;font-weight:800;display:inline-grid}.pressure-key-low b,.legend-pressure-low{color:#2a1a0c;background:#f0a35a}.pressure-key-high b,.legend-pressure-high{color:#10202a;background:#75a9d1}.wind-scene-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.wind-scene-toolbar .btn-ghost{color:#dcefed;border-color:#aedad759}.wind-scene-toolbar .btn-ghost:hover{background:#92d2c81f}.wind-phase-readout{color:#f4ce79;min-width:154px;font-size:13px;font-weight:700}.wind-speed-group{color:#dcefedc2;flex-wrap:wrap;align-items:center;gap:5px;padding-left:4px;font-size:12px;display:inline-flex}.wind-speed-label{color:#f4ce79;font-weight:700}.wind-speed-group .chip{color:#c9e2df;background:0 0;border-color:#aedad759}.wind-speed-group .chip.active,.wind-speed-group .chip:hover{color:#fff7dc;background:#f0bd5b29;border-color:#f0bd5b}.wind-camera-group{flex-wrap:wrap;gap:5px;margin-left:auto;display:inline-flex}.wind-camera-group .chip{color:#c9e2df;background:0 0;border-color:#aedad759}.wind-camera-group .chip.active,.wind-camera-group .chip:hover{color:#f4f8e9;background:#7ed7c324;border-color:#7ed7c3}.wind-focus-group{color:#dcefedc2;flex-wrap:wrap;align-items:center;gap:5px;padding-left:4px;font-size:12px;display:inline-flex}.wind-focus-group .chip,.wind-rotate-toggle{color:#c9e2df;background:0 0;border-color:#aedad759}.wind-focus-group .chip.active,.wind-focus-group .chip:hover,.wind-rotate-toggle[aria-pressed=true]{color:#fff7dc;background:#f0bd5b29;border-color:#f0bd5b}.wind-layer-group{flex-wrap:wrap;gap:5px;width:100%;display:inline-flex}.wind-layer-group .chip{color:#dcefed;background:#7ed7c324;border-color:#aedad759}.wind-layer-group .chip:not(.active){color:#dcefed94;background:0 0;text-decoration:line-through}.wind-scene-legend{color:#deeeecc7;margin-top:12px}.wind-scene-legend .legend-line{background:var(--legend-color);border-radius:999px;width:18px;height:3px}.wind-scene-legend .legend-dot{background:var(--legend-color)}.wind-scene-legend .legend-arrow{width:18px;height:18px;color:var(--legend-color);place-items:center;font-size:14px;line-height:1;display:inline-grid}.wind-scene-legend .legend-height{background:var(--legend-color);border-radius:999px;width:4px;height:18px}.wind-scene-legend .legend-pressure-low,.wind-scene-legend .legend-pressure-high{flex:none}.atmosphere-profile-svg{border-radius:calc(var(--radius) - 2px);background:#f7faf9}.profile-atmosphere-layer{fill:#e8f1f0;stroke:#c2d4d1;stroke-width:1.2px}.profile-ground{stroke:#6f8884;stroke-width:2px}.profile-tropopause-line{stroke:#5faea4;stroke-width:2px;stroke-dasharray:8 6;opacity:.9}.profile-flow{fill:none;stroke-width:2.8px;stroke-linecap:round;opacity:.18;transition:opacity .18s,stroke-width .18s}.profile-flow.is-active{opacity:.96;stroke-width:3.8px}.profile-aloft{stroke:#68a6d4;stroke-dasharray:12 8}.profile-surface{stroke:#e7b14d;stroke-dasharray:10 7}.profile-rise{stroke:#ee8f4d}.profile-sink{stroke:#6b9ebc}.profile-cell-label{fill:#3f555a;font-size:14px;font-weight:700}.profile-cell-label.hadley{fill:#bb6d35}.profile-cell-label.ferrel{fill:#3b8b68}.profile-cell-label.polar{fill:#3479a1}.profile-tick{stroke:#a8bbb7;stroke-width:1.2px}.profile-tick-label{fill:#5f706c;font-size:12px;font-weight:600}.profile-layer-label{fill:#718782;font-size:12px}.profile-focus{stroke:#ff5148;stroke-width:1.8px;stroke-dasharray:5 5}.profile-focus-dot{fill:#ff5148;stroke:#fff;stroke-width:2px}.profile-reading{fill:#506762;font-size:12px;font-weight:700}.experiment-toolbar{flex-wrap:wrap;align-items:center;gap:7px;margin:-4px 0 12px;display:flex}.experiment-panel{border:1px solid var(--line);border-radius:var(--radius);background:#f7faf9;min-width:0;padding:8px;overflow:hidden}.experiment-panel .diagram-svg{width:100%;min-width:0;height:auto;display:block}.coriolis-high{fill:#9bc6d7;opacity:.55}.coriolis-low{fill:#f0b371;opacity:.65}.coriolis-pressure{fill:#2f4f57;font-size:16px;font-weight:800}.coriolis-straight{fill:none;stroke:#9ba9a7;stroke-width:2.4px;stroke-dasharray:9 7}.coriolis-track{fill:none;stroke:#df7a35;stroke-width:4px;opacity:.14;transition:opacity .18s}.coriolis-track.is-active{opacity:1}.coriolis-label{fill:#3d5e61;font-size:16px;font-weight:800}.coriolis-note{fill:#647773;font-size:13px}.thermal-sea{fill:#77bad0;opacity:.72}.thermal-land{fill:#b8a17b;opacity:.86}.thermal-land.warm{fill:#d8894d}.thermal-land.cool{fill:#8ca9a2}.thermal-label{fill:#2f5356;font-size:15px;font-weight:800}.thermal-period{fill:#3d5e61;font-size:16px;font-weight:800}.thermal-upper,.thermal-surface-flow{fill:none;stroke-width:3.4px;stroke-linecap:round;stroke-dasharray:11 8}.thermal-upper{stroke:#3e91a5}.thermal-surface-flow{stroke:#df7a35}.thermal-vertical{stroke-width:3.4px;stroke-linecap:round}.thermal-vertical.rise{stroke:#df7a35}.thermal-vertical.sink{stroke:#4d8da3}.thermal-note{fill:#647773;font-size:13px}.wind-cell-svg,.wind-belt-svg{border-radius:var(--radius);background:#f7faf9}.cell-ground{stroke:#7f9490;stroke-width:2px}.cell-tick{stroke:#a9b8b5;stroke-width:1.4px}.cell-tick-label{fill:#5f706c;font-size:13px;font-weight:600}.cell-aloft{fill:none;stroke:#5b8fc9;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:12 8}.cell-surface{stroke:#55a86a;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:12 8}.cell-rise{stroke:#df7a35;stroke-width:2.4px;stroke-linecap:round}.cell-sink{stroke:#6b7c86;stroke-width:2.4px;stroke-linecap:round}.cell-label{fill:#43535a;font-size:15px;font-weight:700}.cell-marker{stroke:#ff5148;stroke-width:2px;stroke-dasharray:4 4}.cell-marker-dot{fill:#ff5148}.cell-note{fill:#7c8b92;font-size:13px}.belt-ruler{stroke:#84928e;stroke-width:2px}.belt-tick{stroke:#a9b8b5;stroke-width:1.4px}.belt-tick-label{fill:#5f706c;font-size:12px;font-weight:600}.belt-band{stroke:none}.belt-high{fill:#7fb3d5;opacity:.6}.belt-low{fill:#f0a35a;opacity:.6}.belt-label{fill:#22312f;font-size:14px;font-weight:700}.belt-type{fill:#5f706c;font-size:13px;font-weight:600}.wind-arrow{stroke:#e0a13a;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:10 8}.wind-label{fill:#7a6434;font-size:13px;font-weight:600}.belt-marker{fill:#ff5148;stroke:#fff;stroke-width:2px}.belt-caption{fill:#7c8b92;font-size:13px}.wind-page.is-flowing .wind-arrow,.wind-page.is-flowing .cell-aloft,.wind-page.is-flowing .cell-surface,.wind-page.is-flowing .cell-rise,.wind-page.is-flowing .cell-sink{animation:1.2s linear infinite wind-flow}@keyframes wind-flow{to{stroke-dashoffset:-24px}}.seasons-zone-svg.compact .seasons-latline-label,.seasons-zone-svg.compact .seasons-zone-label,.seasons-zone-svg.compact .seasons-axis-label,.seasons-zone-svg.compact .seasons-zone-caption,.seasons-zone-svg.compact .seasons-subsolar-label,.seasons-sky-svg.compact .sky-direction,.seasons-sky-svg.compact .sky-horizon-label,.seasons-sky-svg.compact .sky-noon-label,.seasons-sky-svg.compact .sky-polar-note,.wind-cell-svg.compact .cell-tick-label,.wind-cell-svg.compact .cell-label,.wind-cell-svg.compact .cell-note,.wind-belt-svg.compact .belt-tick-label,.wind-belt-svg.compact .belt-label,.wind-belt-svg.compact .belt-type,.wind-belt-svg.compact .wind-label,.wind-belt-svg.compact .belt-caption{font-size:14px}.water-preset-row,.evolution-toolbar,.plate-toolbar,.reach-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.water-controls-grid,.landform-controls-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px;margin-top:18px;display:grid}.water-control,.landform-control{min-width:0;color:var(--muted);gap:9px;font-size:13px;font-weight:650;display:grid}.water-control>span,.landform-control>span{justify-content:space-between;gap:12px;display:flex}.water-control strong,.landform-control strong{color:var(--ink);font-variant-numeric:tabular-nums}.water-control input,.landform-control input,.reach-range input{width:100%;accent-color:var(--accent)}.water-step-label{color:#325f65;max-width:min(100%,560px);font-weight:650}.water-scene{background:#dceff4;border:1px solid #44707633;border-radius:22px;overflow:hidden;box-shadow:0 18px 44px #1f40461a}.water-cycle-svg{width:100%;height:auto;min-height:360px;display:block}.water-sun{fill:#ffd56d;stroke:#f4af3757;stroke-width:16px}.water-cloud{fill:#fffffff5;stroke:#a7c2c9;stroke-width:2px}.water-mountain-back{fill:#9bad9d;opacity:.56}.water-mountain{fill:#738d76;stroke:#5b7562;stroke-width:2px}.water-snow{fill:#f4f8f6}.water-land{fill:#9eaf72}.water-soil{fill:#ba9369}.water-groundwater{fill:#72b4b7;opacity:.76}.water-ocean{fill:url(#water-ocean-fill)}.water-river{fill:none;stroke:#42a0ca;stroke-width:17px;stroke-linecap:round}.water-forest path{fill:#436f4e}.water-forest rect{fill:#654d39}.water-city rect{fill:#7c8f94;stroke:#eef3f1;stroke-width:2px}.water-city path{stroke:#5c6e72;stroke-width:7px}.water-flux{fill:none;stroke:#287fa8;stroke-width:4px;stroke-linecap:round;stroke-dasharray:12 9;opacity:.72;transition:opacity .16s,stroke-width .16s}.water-flux.precipitation{stroke:#3b91bd}.water-flux.infiltration,.water-flux.groundwater{stroke:#3e8c91}.water-flux.is-current{stroke-width:7px;opacity:1;filter:drop-shadow(0 0 4px #277fa859)}.water-cycle-page.is-flowing .water-flux{animation:1.15s linear infinite water-flow}@keyframes water-flow{to{stroke-dashoffset:-42px}}.water-labels text{fill:#254e58;paint-order:stroke;stroke:#f7fbfaf0;stroke-width:5px;stroke-linejoin:round;font-size:18px;font-weight:750}.water-labels .water-region-label{fill:#ffffffeb;stroke:#254e586b;stroke-width:3px;font-size:15px}.water-scene-key,.hydrograph-legend{color:var(--muted);flex-wrap:wrap;gap:8px 18px;margin-top:12px;font-size:13px;display:flex}.water-scene-key span,.hydrograph-legend span{align-items:center;gap:7px;display:inline-flex}.water-scene-key i,.hydrograph-legend span:before{content:"";background:#287fa8;border-radius:999px;width:24px;height:4px;display:inline-block}.water-scene-key .key-ground{background:#3e8c91}.water-scene-key .key-surface{background:#42a0ca}.water-response-grid{grid-template-columns:minmax(0,1.7fr) minmax(250px,.7fr);align-items:stretch;gap:18px;display:grid}.hydrograph svg{width:100%;height:auto;min-height:270px;display:block}.hydrograph text{fill:#667a7c;font-size:12px}.hydrograph-grid{stroke:#d7e2df;stroke-width:1px}.hydrograph-line{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.hydrograph-line.forest{stroke:#3a8ea9;stroke-dasharray:10 7}.hydrograph-line.current{stroke:#df7a35}.hydrograph-legend .forest:before{background:#3a8ea9}.hydrograph-legend .current:before{background:#df7a35}.hydrograph-axis-label{font-weight:700}.water-balance-card,.plate-facts,.landform-locations{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-width:0;padding:22px}.water-balance-card h3,.plate-facts h3,.landform-locations h3{margin:0 0 16px}.water-balance-bar{background:#e2e8e6;border-radius:999px;height:20px;display:flex;overflow:hidden}.water-balance-bar .runoff{background:#3e91b7}.water-balance-bar .recharge{background:#4e9e99}.water-balance-bar .storage{background:#c59762}.water-balance-bar .loss{background:#91b579}.water-balance-list,.plate-facts dl{gap:0;margin:15px 0 0;display:grid}.water-balance-list div,.plate-facts dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:14px;padding:10px 0;display:flex}.water-balance-list dt,.plate-facts dt{color:var(--muted)}.water-balance-list dd,.plate-facts dd{color:var(--ink);text-align:right;margin:0;font-weight:700}.model-caution{color:#5f543f;background:#e3a63c17;border-left:4px solid #e3a63c;padding:13px 16px}.tectonic-lake-band{color:#edf1ed;background:#101816;position:relative;overflow:hidden}.tectonic-lake-band:before{content:"";pointer-events:none;background:radial-gradient(circle at 82% 12%,#638b8424,#0000 31%),linear-gradient(115deg,#0000 0 61%,#ffffff06 61.1% 61.25%,#0000 61.35%);position:absolute;inset:0}.tectonic-lake-band .band-inner{position:relative}.tectonic-feature-head{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;display:flex}.tectonic-feature-head .section-heading{max-width:790px;margin-bottom:0}.tectonic-feature-head .section-heading h2{color:#f2f1eb;letter-spacing:-.035em;font-size:clamp(30px,4.3vw,52px);font-weight:610}.tectonic-feature-head .section-heading>p:last-child{color:#aeb9b4;max-width:720px;font-size:16px}.tectonic-science-stamp{text-align:right;border-top:1px solid #65716c;border-bottom:1px solid #65716c;flex:none;min-width:210px;padding:14px 16px;display:grid}.tectonic-science-stamp span{color:#899893;letter-spacing:.16em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.tectonic-science-stamp strong{color:#dce3df;margin-top:5px;font-size:14px;font-weight:650}.tectonic-experience{background:#151d1a;border:1px solid #b3c3bd47;border-radius:6px;scroll-margin-top:74px;overflow:hidden;box-shadow:0 28px 70px #00000061}.tectonic-stage{aspect-ratio:16/8.8;isolation:isolate;background:#101816;min-height:580px;position:relative;overflow:hidden}.tectonic-three{position:absolute;inset:0}.tectonic-three canvas{width:100%;height:100%;display:block}.tectonic-experience[data-view=terrain] .tectonic-three canvas{cursor:grab}.tectonic-experience[data-view=terrain] .tectonic-three canvas:active{cursor:grabbing}.tectonic-vignette{z-index:2;pointer-events:none;background:linear-gradient(90deg,#070c0b9e,#0000 43%),linear-gradient(#0000 58%,#070c0bd6),radial-gradient(circle at 54% 43%,#0000 47%,#04080761);position:absolute;inset:0}.tectonic-topline{z-index:4;color:#ebefead1;letter-spacing:.13em;pointer-events:none;justify-content:space-between;gap:24px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;display:flex;position:absolute;top:23px;left:25px;right:25px}.tectonic-source{align-items:center;gap:9px;display:inline-flex}.tectonic-source i{border:1px solid;border-radius:50%;width:7px;height:7px}.tectonic-shot{color:#c0d0c9b8}.tectonic-location-label,.tectonic-geography-labels,.tectonic-structure-labels,.tectonic-xray-key,.tectonic-offset-callout,.tectonic-narrative,.tectonic-scale-note{z-index:4;pointer-events:none;position:absolute}.tectonic-location-label{opacity:1;grid-template-rows:auto auto;grid-template-columns:52px auto;transition:opacity .22s;display:grid;top:43%;left:58%}.tectonic-location-label .location-rule{border-top:1px solid #f6efdde6;grid-row:1/3;width:42px;margin-top:11px}.tectonic-location-label strong{color:#f5f0e3;letter-spacing:.04em;font-size:17px}.tectonic-location-label small{color:#e6ebe5bd;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.tectonic-experience:not([data-stage=locate]) .tectonic-location-label{opacity:0}.tectonic-geography-labels{z-index:4;color:#f1eee4;pointer-events:none;position:absolute;inset:0}.tectonic-geography-labels>span{opacity:0;text-shadow:0 2px 8px #000000e6;background:linear-gradient(90deg,#0c1311d1,#0c13113d);border-left:1px solid #e6b87bc7;gap:2px;max-width:230px;padding:6px 8px 6px 10px;transition:opacity .24s,transform .24s;display:grid;position:absolute;transform:translateY(5px)}.tectonic-geography-labels b{letter-spacing:.035em;font-size:12px;font-weight:720}.tectonic-geography-labels small{color:#e0e8e2c7;font-size:9px;font-weight:620;line-height:1.35}.tectonic-geography-labels .geo-north{color:#f2ebdacc;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;display:flex;top:64px;left:51%}.tectonic-geography-labels .geo-north i{color:#dcb879;font-size:18px;font-style:normal}.tectonic-geography-labels .geo-lake{top:40%;left:50%}.tectonic-geography-labels .geo-mountain{top:29%;left:18%}.tectonic-geography-labels .geo-gulu{top:31%;right:14%}.tectonic-geography-labels .geo-damxung{top:52%;right:5%}.tectonic-experience[data-view=director][data-section-visible=false][data-stage=uplift] .tectonic-geography-labels :is(.geo-north,.geo-lake,.geo-mountain),.tectonic-experience[data-view=director][data-section-visible=false][data-stage=extension] .tectonic-geography-labels>span,.tectonic-experience[data-view=director][data-section-visible=false][data-stage=lake] .tectonic-geography-labels>span{opacity:1;transform:translateY(0)}.tectonic-structure-labels{color:#f5ecd8f5;letter-spacing:.04em;opacity:0;text-align:center;text-shadow:0 2px 9px #000000d9;grid-template-columns:1fr 1.25fr 1fr;align-items:end;transition:opacity .24s;display:grid;inset:39% 17% auto}.tectonic-structure-labels span{justify-items:center;display:grid}.tectonic-structure-labels b{color:#f2d0a6;background:#161815b3;border:1px solid #e5ae6f7a;padding:4px 7px;font-size:12px}.tectonic-structure-labels small{color:#ecf0e8e0;margin-top:4px;font-size:10px;font-weight:650}.tectonic-structure-labels .basin-label b{color:#fff0d5;background:#894b26c7}.tectonic-structure-labels span:before{content:"";background:#f1e1c4cc;width:1px;height:42px;margin:0 auto 7px;display:block}.tectonic-experience[data-section-visible=true] .tectonic-structure-labels{opacity:1}.tectonic-xray-key{color:#dde3de;opacity:0;border-top:1px solid #dee2da75;border-bottom:1px solid #dee2da75;gap:9px;width:168px;padding:13px 14px;font-size:11px;transition:opacity .24s;display:grid;top:82px;right:28px}.tectonic-experience[data-section-visible=true] .tectonic-xray-key{opacity:1}.tectonic-offset-callout{color:#e7e7df;opacity:0;background:#0d131194;border-top:1px solid #e0ae709e;border-bottom:1px solid #e0ae709e;align-items:center;gap:13px;min-width:232px;padding:11px 13px;transition:opacity .24s;display:flex;top:82px;left:28px}.tectonic-experience[data-section-visible=true] .tectonic-offset-callout{opacity:1}.tectonic-offset-callout>span{gap:2px;display:grid}.tectonic-offset-callout strong{color:#f0d1a7;font-size:12px}.tectonic-offset-callout small{color:#dce5dec7;font-size:10px}.offset-glyph{flex:none;width:48px;height:32px;display:block;position:relative}.offset-glyph:before{content:"";background:#dc9b5f;width:1px;height:31px;position:absolute;top:1px;left:24px;transform:rotate(19deg)}.offset-glyph span{background:#d8d6cc;width:24px;height:2px;position:absolute}.offset-glyph span:first-child{top:8px;left:0}.offset-glyph span:last-child{bottom:7px;right:0}.tectonic-xray-key span{align-items:center;gap:9px;display:flex}.tectonic-xray-key .layer{background:#a9a596;width:23px;height:4px}.tectonic-xray-key .layer.strata{background:#74786f}.tectonic-xray-key .layer.fault{background:#f2dfbb}.tectonic-xray-key .layer.water{background:#63bfce}.tectonic-narrative{text-shadow:0 2px 18px #000c;border-left:2px solid #cfb47f;width:min(520px,52%);padding-left:17px;bottom:35px;left:32px}.tectonic-narrative>p:first-child{color:#dbc69c;letter-spacing:.16em;margin:0 0 7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:700}.tectonic-narrative h3{color:#f6f3ea;letter-spacing:-.03em;max-width:510px;margin:0;font-size:clamp(25px,3.2vw,39px);font-weight:610;line-height:1.12}.tectonic-narrative>p:last-child{color:#e1e9e3db;max-width:490px;margin:11px 0 0;font-size:14px;line-height:1.62}.tectonic-scale-note{color:#d8e0dabf;text-align:right;border:1px solid #dde2d947;gap:2px;padding:10px 12px;font-size:10px;display:grid;bottom:30px;right:26px}.tectonic-scale-note strong{color:#efe6d3;letter-spacing:.08em;font-size:12px}.tectonic-control-deck{background:#19211f;border-top:1px solid #b9c7c133;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:20px;padding:17px 18px;display:grid}.tectonic-playback,.tectonic-view-switch{align-items:center;gap:7px;display:flex}.tectonic-control-deck button{color:#d9e1dc;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:1px solid #bbc8c242;border-radius:3px;font-size:12px;font-weight:650}.tectonic-control-deck button:hover,.tectonic-control-deck button:focus-visible,.tectonic-control-deck button.active{color:#fff8e8;background:#c8b17f1c;border-color:#c8b17f}.tectonic-play{min-width:82px;padding:0 15px;color:#151b19!important;background:#d4bf91!important;border-color:#c8b17f!important}.tectonic-step{padding:0 11px}.tectonic-timeline{grid-template-columns:minmax(120px,1fr) 84px;align-items:center;gap:13px;display:grid}.tectonic-timeline input{accent-color:#d3bc8b;cursor:pointer;width:100%}.tectonic-time{color:#aebbb5;text-align:right;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.tectonic-view-switch button{white-space:nowrap;padding:0 10px}.tectonic-view-switch .tectonic-reset-view{color:#90a19a}.tectonic-stage-nav{border-top:1px solid #b9c7c12b;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.tectonic-stage-nav button{color:#83918b;text-align:left;cursor:pointer;background:#131b18;border:0;border-right:1px solid #b9c7c124;grid-template-columns:28px 1fr;align-items:center;min-height:62px;padding:0 18px;display:grid;position:relative}.tectonic-stage-nav button:last-child{border-right:0}.tectonic-stage-nav button:before{content:"";background:0 0;height:2px;position:absolute;top:-1px;left:0;right:0}.tectonic-stage-nav button.active{color:#edf0ea;background:#1d2623}.tectonic-stage-nav button.active:before{background:#d1b77f}.tectonic-stage-nav span{color:#ad9668;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.tectonic-stage-nav strong{font-size:13px;font-weight:650}.tectonic-evidence-row{color:#9eaba5;grid-template-columns:1.25fr 1fr;gap:32px;margin-top:22px;font-size:13px;line-height:1.7;display:grid}.tectonic-evidence-row p{margin:0}.tectonic-evidence-row strong{color:#d9dfda}.tectonic-lake-fallback{color:#dce3de;text-align:center;background:#18211e;place-content:center;gap:8px;padding:40px;display:grid;position:absolute;inset:0}.tectonic-lake-fallback strong{font-size:24px}@media (width<=1080px){.tectonic-control-deck{grid-template-columns:auto minmax(240px,1fr)}.tectonic-view-switch{grid-column:1/-1;justify-content:flex-end}}@media (width<=720px){.tectonic-feature-head{display:block}.tectonic-science-stamp{text-align:left;width:100%;margin-top:20px}.tectonic-stage{aspect-ratio:auto;min-height:480px}.tectonic-topline{top:17px;left:17px;right:17px}.tectonic-shot{display:none}.tectonic-location-label{top:35%;left:51%}.tectonic-geography-labels .geo-north{top:54px;left:48%}.tectonic-geography-labels .geo-lake{top:33%;left:52%}.tectonic-geography-labels .geo-mountain{max-width:205px;top:49%;left:10%}.tectonic-geography-labels :is(.geo-gulu,.geo-damxung){display:none}.tectonic-structure-labels{inset:35% 5% auto}.tectonic-xray-key{display:none}.tectonic-offset-callout{min-width:0;padding:9px;top:58px;left:16px}.tectonic-offset-callout small{display:none}.tectonic-narrative{width:auto;bottom:24px;left:18px;right:18px}.tectonic-narrative h3{font-size:26px}.tectonic-narrative>p:last-child{font-size:13px}.tectonic-scale-note{display:none}.tectonic-control-deck{grid-template-columns:1fr;gap:13px}.tectonic-playback,.tectonic-view-switch{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.tectonic-view-switch{grid-column:auto}.tectonic-view-switch .tectonic-reset-view{grid-column:1/-1}.tectonic-stage-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.tectonic-stage-nav button:nth-child(2){border-right:0}.tectonic-stage-nav button:nth-child(-n+2){border-bottom:1px solid #b9c7c124}.tectonic-evidence-row{grid-template-columns:1fr;gap:10px}}.reach-toolbar{margin-top:18px}.reach-range{min-width:180px;color:var(--muted);flex:260px;align-items:center;gap:10px;font-size:13px;display:inline-flex}.river-terrain-shell{background:linear-gradient(#dcebf0,#bbcfc7);border:1px solid #4b696840;border-radius:22px;height:440px;position:relative;overflow:hidden;box-shadow:0 18px 48px #223d3d26}.river-terrain-shell canvas{cursor:grab;width:100%;height:100%;display:block}.river-terrain-shell canvas:active{cursor:grabbing}.terrain-orientation{z-index:2;color:#edf8f5e6;pointer-events:none;text-shadow:0 1px 5px #13282ad9;justify-content:center;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:12px;left:14px;right:14px}.terrain-fallback{text-align:center;color:#466167;place-content:center;gap:6px;height:100%;display:grid}.river-profile,.river-evolution,.plate-diagram{border:1px solid var(--line);border-radius:var(--radius);background:#f7faf9;min-width:0;overflow:hidden}.river-profile-svg,.river-evolution-svg,.plate-svg{width:100%;height:auto;display:block}.river-process-zone{opacity:.26}.river-process-zone.upper{fill:#c0a978}.river-process-zone.middle{fill:#86b69a}.river-process-zone.lower{fill:#73abc0}.river-reach-name{fill:#314e50;font-size:18px;font-weight:800}.river-reach-process{fill:#526d6e;font-size:12px;font-weight:650}.river-profile-area{fill:url(#river-profile-fill);opacity:.82}.river-profile-line{fill:none;stroke:#287fa8;stroke-width:5px}.river-profile-axis{stroke:#80918e;stroke-width:2px}.river-profile-marker{stroke:#df7a35;stroke-width:2px;stroke-dasharray:7 6}.river-profile-dot{fill:#df7a35;stroke:#fff;stroke-width:3px}.river-profile-label{fill:#657776;font-size:13px}.landform-stats{margin-top:16px}.evolution-toolbar,.plate-toolbar{margin-bottom:16px}.river-evolution-layout,.plate-layout{grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);align-items:stretch;gap:18px;display:grid}.river-evolution-layout .stage{min-width:0}.evolution-relief{fill:#a8916e;stroke:#735e47;stroke-width:3px}.evolution-river{fill:none;stroke:#3c9ac1;stroke-linecap:round;stroke-linejoin:round}.evolution-river.valley{stroke-width:20px}.evolution-river.meander,.evolution-river.oxbow,.evolution-river.delta{stroke-width:24px}.evolution-floodplain{fill:#dce4c4}.evolution-old-channel{fill:none;stroke:#8db6bc;stroke-width:22px;stroke-dasharray:8 8}.evolution-oxbow-lake{fill:#62aec9;stroke:#2a819e;stroke-width:3px}.evolution-sea{fill:#b9dce6}.evolution-delta{fill:url(#delta-sediment);stroke:#ae8c53;stroke-width:2px}.evolution-process-arrow{stroke:#476f74;stroke-width:3px}.erosion-mark{fill:#d7634e}.deposition-mark,.sediment-dots circle{fill:#d1a55e}.evolution-main-label,.evolution-note{fill:#39575b;font-size:15px;font-weight:700}.evolution-note.erosion{fill:#a34134}.evolution-note.deposition{fill:#896828}.alluvial-fan-mini{background:#dcecf0;border-radius:14px;height:150px;margin-bottom:15px;position:relative;overflow:hidden}.fan-mountain{clip-path:polygon(0 100%,55% 10%,100% 100%);background:#7f927c;width:48%;position:absolute;top:18px;bottom:0;left:-20px}.fan-deposit{clip-path:polygon(0 48%,100% 0,100% 100%);opacity:.92;background:#d5b477;width:65%;height:74%;position:absolute;bottom:12px;right:2%}.fan-river{z-index:2;transform-origin:0;background:#469bc0;border-radius:99px;width:66%;height:8px;position:absolute;top:69px;left:28%;transform:rotate(7deg)}.landform-locations p{color:var(--muted);margin:0}.plate-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr)}.plate-mantle{fill:url(#plate-mantle)}.plate-crust{fill:#8ca27c;stroke:#5e7059;stroke-width:2px}.plate-crust.oceanic{fill:#718f8a}.plate-crust.continental{fill:#9da57a}.plate-rift{fill:#4e7f87}.plate-magma{fill:#ee7148;stroke:#ad3e31;stroke-width:2px}.plate-motion{stroke:#425c63;stroke-width:4px}.plate-trench{fill:none;stroke:#345f73;stroke-width:13px}.plate-subduction{fill:#647c77;stroke:#435953;stroke-width:2px}.plate-mountain{fill:#8d9870;stroke:#687251;stroke-width:2px}.plate-volcano{fill:#8d735f;stroke:#5d493c;stroke-width:2px}.plate-fault{fill:none;stroke:#d55343;stroke-width:9px;stroke-dasharray:14 9}.plate-offset-feature{fill:none;stroke:#3d889f;stroke-width:12px;stroke-linecap:round}.plate-label{fill:#324e53;font-size:15px;font-weight:750}.plate-facts dl div{justify-content:initial;gap:3px;display:grid}.plate-facts dd{text-align:left;font-size:14px}.integrated-toolbar{flex-wrap:wrap;justify-content:space-between;gap:12px 24px;display:flex}.network-layout{grid-template-columns:minmax(0,1.45fr) minmax(290px,.65fr);align-items:stretch;gap:18px;display:grid}.environment-network{border:1px solid var(--line);background:radial-gradient(circle,#487d7014,#0000 31%),#f7faf9;border-radius:18px;min-width:0;overflow:hidden}.environment-network-svg{width:100%;height:auto;display:block}.environment-link{fill:none;stroke:#426d72;stroke-width:3px;opacity:.58;cursor:pointer;transition:opacity .16s,stroke-width .16s}.environment-link.correlation{stroke:#8a7994;stroke-dasharray:9 8}.environment-link:hover,.environment-link:focus-visible,.environment-link.is-selected{stroke-width:6px;opacity:1;outline:none}.environment-link.is-active{stroke:#e17b3e;stroke-width:6px;opacity:1;filter:drop-shadow(0 0 5px #e17b3e59)}.integrated-page.is-playing .environment-link.is-active{stroke-dasharray:12 8;animation:1s linear infinite environment-flow}@keyframes environment-flow{to{stroke-dashoffset:-40px}}.environment-node{cursor:pointer;outline:none}.environment-node-halo{fill:#e17b3e29;opacity:0;transition:opacity .16s}.environment-node.is-changing .environment-node-halo,.environment-node.is-selected .environment-node-halo{opacity:1}.environment-node-disc{fill:var(--factor-color);stroke:#fffffff2;stroke-width:4px;filter:drop-shadow(0 6px 9px #2c433f29)}.environment-node:hover .environment-node-disc,.environment-node:focus-visible .environment-node-disc,.environment-node.is-selected .environment-node-disc{stroke:#f6c16e;stroke-width:7px}.environment-node-name,.environment-node-change{fill:#fff;pointer-events:none;font-weight:800}.environment-node-name{font-size:20px}.environment-node-change{opacity:.88;font-size:13px}.network-center-title{fill:#2f514d;font-size:25px;font-weight:800}.network-center-sub{fill:#6e817d;font-size:13px}.network-inspector{align-content:start;gap:12px;min-width:0;display:grid}.network-legend,.network-step-card,.network-detail{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px}.network-legend{color:var(--muted);gap:8px;font-size:13px;display:grid}.network-legend span{align-items:center;gap:8px;display:flex}.network-legend span:before{content:"";background:#426d72;width:30px;height:3px}.network-legend .correlation:before{background:0 0;border-top:3px dashed #8a7994;height:0}.network-step-card{background:#edf7f3;border-color:#b7d7cf}.network-step-card h3,.network-detail h3{margin:3px 0 7px}.network-step-card p:not(.eyebrow),.network-detail p:not(.eyebrow){color:var(--muted);font-size:14px}.network-step-card strong,.network-detail strong{color:var(--primary-strong);margin-top:8px;display:block}.factor-change-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.factor-change{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:5px;min-width:0;padding:13px;display:grid}.factor-change span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.factor-change strong{font-size:20px}.factor-change i{background:#e5ece9;border-radius:999px;width:100%;height:5px;display:block;overflow:hidden}.factor-change b{background:#df7a35;height:100%;display:block}.zonality-tabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.zonality-panel[hidden]{display:none}.zonality-control,.mountain-controls label{min-width:0;color:var(--muted);gap:8px;font-size:13px;font-weight:650;display:grid}.zonality-control>span,.mountain-controls label>span{justify-content:space-between;gap:12px;display:flex}.zonality-control strong,.mountain-controls strong{color:var(--ink)}.zonality-control input,.mountain-controls input{width:100%;accent-color:var(--primary)}.zonality-diagram{border:1px solid var(--line);background:#f7faf9;border-radius:18px;min-width:0;margin-top:16px;overflow:hidden}.zonality-svg{width:100%;height:auto;display:block}.latitude-band{stroke:#ffffffbf;stroke-width:2px;opacity:.72}.latitude-band.is-selected{opacity:1;stroke:#df7a35;stroke-width:5px}.zonality-band-label,.zonality-landscape-label,.mountain-side-label{fill:#365451;font-size:16px;font-weight:750}.zonality-equator{stroke:#bc6c42;stroke-width:2px;stroke-dasharray:7 6}.zonality-marker{stroke:#df7a35;stroke-width:3px;stroke-dasharray:8 6}.zonality-marker-dot{fill:#df7a35;stroke:#fff;stroke-width:3px}.zonality-title{fill:#6f5940;font-size:15px;font-weight:750}.latitude-rays{fill:none;stroke:#e0a13a;stroke-width:4px}.zonality-note{fill:#617572;font-size:14px}.zonality-selected{fill:#2f5d58;font-size:16px;font-weight:800}.continental-ground{fill:#b5b47b}.continental-ocean{fill:#51a0c0}.moisture-arrow{fill:none;stroke:#3b91b4;stroke-width:5px;stroke-dasharray:13 9}.continental-rain{stroke:#4b9dbd;stroke-width:4px;stroke-linecap:round}.continental-forest path{fill:#3f7650}.continental-grass{fill:none;stroke:#668b51;stroke-width:5px}.continental-dunes{fill:none;stroke:#c39755;stroke-width:17px}.zonality-summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px 18px;margin-top:14px;padding:15px 18px;display:grid}.zonality-summary strong{font-size:22px}.zonality-summary span{color:var(--primary-strong);font-weight:700}.zonality-summary p{color:var(--muted);font-size:14px}.mountain-controls{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.aspect-toolbar{align-items:center;gap:8px;margin-top:16px;display:flex}.mountain-base-shape{fill:#8d9276}.mountain-belt{stroke:#ffffffad;stroke-width:1.5px}.mountain-belt-label{fill:#f7fbf9;paint-order:stroke;stroke:#1e373380;stroke-width:3px;font-size:12px;font-weight:750}.mountain-ridge{stroke:#ffffffb8;stroke-width:2px}.mountain-snowline{stroke-width:4px;stroke-dasharray:9 6}.mountain-snowline.shady{stroke:#4b85a0}.mountain-snowline.sunny{stroke:#d98442}.snowline-label{fill:#365d67;font-size:13px;font-weight:800}.snowline-label.snowline-absent{fill:#6a5962;font-size:12px}.mountain-observer-line{stroke:#ff5148;stroke-width:4px}.mountain-observer{fill:#ff5148;stroke:#fff;stroke-width:3px}.mountain-stats{margin-top:14px}body.demo .water-control input,body.demo .landform-control input,body.demo .reach-range,body.demo .zonality-control input,body.demo .mountain-controls input{display:none}body.demo{font-size:20px}body.demo .band,body.demo .page-head,body.demo .home-head{padding-left:32px;padding-right:32px}body.demo .range,body.demo .chip-row,body.demo .time-scale{display:none}body.demo .control-head{margin-bottom:0}body.demo .brand-name,body.demo .nav-home,body.demo .nav a,body.demo .nav-group summary{font-size:18px}body.demo .stat-value{font-size:28px}body.demo .diagram-label,body.demo .diagram-note,body.demo .relation-label,body.demo .rotation-observer-label,body.demo .rotation-phase{font-size:16px}@media (width<=1120px){.star-trails-lab{grid-template-columns:minmax(0,1fr) 150px minmax(0,1.08fr)}.star-reference-bridge{padding-left:14px;padding-right:14px}.star-trail-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.star-trail-controls>:nth-child(3){border-top:1px solid #cfcbc2;border-left:0}.star-trail-controls>:nth-child(4){border-top:1px solid #cfcbc2}}@media (width<=940px){.topbar{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:10px 12px 8px;display:grid}.topbar-main{display:contents}.brand{grid-area:1/1;min-width:0}.topbar-actions{grid-area:1/2}.nav{scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;grid-area:2/1/auto/-1;gap:4px;width:100%;overflow:auto hidden}.nav::-webkit-scrollbar{display:none}.nav-group[open]{flex-basis:auto}.nav-dropdown{top:calc(var(--topbar-height,104px) + 8px);width:auto;min-width:0;max-height:calc(100svh - var(--topbar-height,104px) - 24px);box-shadow:var(--shadow);margin-top:0;position:fixed;left:12px;right:12px;overflow-y:auto}}@media (width<=860px){.guide-head{flex-direction:column;align-items:stretch}.guide-version{min-width:0}.guide-steps,.guide-source-grid,.guide-two-column,.guide-release-grid,.guide-card-grid{grid-template-columns:1fr}.home-head{grid-template-columns:1fr;padding:48px 20px 32px}.visual-grid.two{grid-template-columns:1fr}.home-earth{height:220px}.stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.earth-stage,.orbit-stage-view{height:320px}.teaching-grid,.wind-scene-grid{grid-template-columns:1fr}.wind-3d-shell,.wind-profile-shell{min-height:340px}.water-controls-grid,.landform-controls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.water-response-grid,.river-evolution-layout,.plate-layout,.network-layout{grid-template-columns:1fr}.mountain-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.factor-change-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.river-terrain-shell{height:360px}.star-trails-heading{flex-direction:column;align-items:flex-start;gap:14px}.star-trails-lab{grid-template-columns:1fr}.star-earth-panel,.star-sky-panel{min-height:0}.star-earth-panel{border-right:0}.star-reference-bridge{text-align:left;grid-template-columns:92px 1fr 1.25fr 88px;gap:16px;padding:22px;display:grid}.star-reference-bridge h3,.star-reference-bridge p,.star-bridge-arrow{margin:0}.star-reference-bridge h3{font-size:19px}.star-reference-bridge p{font-size:11px}.star-bridge-arrow{align-self:center;width:78px}.star-bridge-rule{grid-column:1/-1;justify-content:center;gap:18px;padding-top:12px;display:flex}.star-bridge-rule strong{margin-top:0}.star-cause-rail{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}.star-cause-rail li:nth-child(3){border-left:0;padding-left:0}}@media (width<=560px){.topbar-actions .btn span:last-child{display:none}.topbar-actions .btn{place-content:center;width:38px;height:36px;padding:0}.band{padding:44px 16px}.page-head{padding:40px 16px 28px}.stat-strip{grid-template-columns:1fr}.star-trails-heading h2{font-size:32px}.star-trails-heading>p{font-size:13px}.star-earth-stage{height:330px}.star-earth-displacement{max-width:126px;padding:8px 10px;top:12px;left:12px}.star-earth-displacement>strong{font-size:15px}.star-earth-displacement>small,.star-space-anchor small,.star-axis-label>span small{display:none}.star-space-anchor>span{top:9px}.star-space-anchor.celestial-pole>span{right:5px}.star-space-anchor.polaris>span{left:5px}.star-space-anchor b,.star-axis-label>span b{font-size:9px}.star-axis-label>span{padding:3px 4px}.star-guide-legend{grid-template-columns:1fr}.star-reference-bridge{text-align:left;align-items:flex-start;padding:20px;display:flex}.star-reference-bridge>span br,.star-reference-bridge h3 br{display:none}.star-reference-bridge p{margin-top:8px}.star-bridge-arrow{width:100%;margin:10px 0 4px}.star-bridge-rule{justify-content:flex-start;width:100%}.star-sky{overflow-x:auto}.star-sky-svg{width:620px;max-width:none}.star-trail-controls{grid-template-columns:1fr}.star-trail-controls>*+*{border-top:1px solid #cfcbc2;border-left:0}.star-playback .btn{flex:100%}.star-playback .btn-ghost{flex-basis:calc(50% - 4px)}.star-cause-rail{grid-template-columns:1fr}.star-cause-rail li,.star-cause-rail li+li,.star-cause-rail li:nth-child(3){border-top:1px solid #cfcbc2;border-left:0;padding:12px 0}.home-head{padding:40px 16px 28px}.map-toolbar{flex-direction:column;align-items:flex-start}.orbit-toolbar,.control-toolbar{align-items:flex-start}.toolbar-group{width:100%}.relation-note{font-size:13px}.relation-sub{font-size:12px}.relation-caption{display:block}.sun-path-3d-shell{height:320px}.wind-visual-band{padding-top:36px;padding-bottom:36px}.wind-3d-shell,.wind-profile-shell{min-height:300px}.wind-profile-shell .diagram-svg{min-height:280px}.wind-scene-toolbar{align-items:stretch}.wind-scene-toolbar>.btn{flex:auto}.wind-phase-readout,.wind-speed-group,.wind-camera-group,.wind-layer-group{width:100%;margin-left:0}.wind-speed-group{justify-content:flex-start}.wind-speed-group .chip,.wind-camera-group .chip{flex:auto}.wind-focus-group{justify-content:flex-start;width:100%;padding-left:0}.wind-focus-group .chip,.wind-rotate-toggle,.wind-layer-group .chip{flex:auto}.wind-scene-status{max-width:none;font-size:11px;right:10px}.wind-pressure-key{font-size:10px;top:auto;bottom:30px;right:10px}.wind-scene-hint{font-size:10px}.atmosphere-profile-svg.compact .profile-cell-label,.atmosphere-profile-svg.compact .profile-tick-label,.atmosphere-profile-svg.compact .profile-layer-label,.atmosphere-profile-svg.compact .profile-reading{font-size:14px}.coriolis-svg.compact .coriolis-label,.coriolis-svg.compact .coriolis-note,.coriolis-svg.compact .coriolis-pressure,.thermal-svg.compact .thermal-period,.thermal-svg.compact .thermal-label,.thermal-svg.compact .thermal-note{font-size:16px}.sun-path-3d-hint{font-size:11px}.sun-path-current{text-align:left;border-radius:10px;max-width:none;font-size:12px;top:34px;left:12px;right:12px}.sun-path-3d-lesson{font-size:11px;bottom:52px}.sun-path-legend{justify-content:flex-start;font-size:10px;left:12px;right:12px}.sun-path-toolbar{margin-top:-4px}.sun-path-3d-overlay{font-size:12px}.sun-path-2d-reference{padding:4px}.water-controls-grid,.landform-controls-grid{grid-template-columns:1fr;gap:11px}.water-preset-row .btn,.evolution-toolbar .btn,.plate-toolbar .btn{flex:auto}.water-cycle-svg{min-height:0}.water-labels text{font-size:20px}.water-labels .water-region-label{font-size:17px}.hydrograph svg{min-height:220px}.water-balance-card,.plate-facts,.landform-locations{padding:17px}.river-terrain-shell{border-radius:16px;height:300px}.river-profile-svg,.river-evolution-svg,.plate-svg{width:100%;min-width:0}.river-reach-name{font-size:21px}.river-reach-process,.river-profile-label,.evolution-main-label,.evolution-note,.plate-label{font-size:16px}.reach-toolbar .toolbar-label{width:100%}.reach-range{flex-basis:100%}.integrated-toolbar,.integrated-toolbar .toolbar-group{width:100%}.factor-change-grid,.mountain-controls{grid-template-columns:1fr}.environment-network-svg,.zonality-svg{min-width:0}.environment-node-name{font-size:24px}.environment-node-change{font-size:16px}.network-center-title{font-size:29px}.network-center-sub{font-size:16px}.zonality-tabs .btn{flex:100%}.zonality-summary{grid-template-columns:1fr}.zonality-band-label,.zonality-landscape-label,.mountain-side-label,.zonality-note,.zonality-selected,.mountain-belt-label,.snowline-label{font-size:17px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.wind-page.is-flowing .wind-arrow,.wind-page.is-flowing .cell-aloft,.wind-page.is-flowing .cell-surface,.wind-page.is-flowing .cell-rise,.wind-page.is-flowing .cell-sink,.water-cycle-page.is-flowing .water-flux,.integrated-page.is-playing .environment-link.is-active,.page-loader-orbit{animation:none}.teacher-console{transition:none}}.water-mode-band{background:linear-gradient(#e8f2ef47,#e8f2efc2);padding-top:10px;padding-bottom:28px}.water-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.water-mode-tab{min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#ffffffb8;border:1px solid #2d585829;border-radius:18px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;gap:2px 12px;padding:16px 18px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid}.water-mode-tab>span{color:#2d7771;font-variant-numeric:tabular-nums;grid-row:1/3;align-self:center;font-size:23px;font-weight:850}.water-mode-tab strong{font-size:17px}.water-mode-tab small{color:var(--muted);font-size:12px;font-weight:650}.water-mode-tab.active{background:#f7fbf8;border-color:#207e71b8;box-shadow:0 12px 28px #1f5e561c}.water-mode-copy{max-width:850px;margin-top:26px}.water-mode-copy h2{letter-spacing:-.035em;margin:5px 0 8px;font-size:clamp(28px,3vw,42px)}.water-mode-copy>p:last-child{color:var(--muted);margin:0;font-size:16px;line-height:1.75}.water-hero-band{padding-top:26px}.water-stage-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.62fr);align-items:stretch;gap:18px;display:grid}.watershed-stage-card,.water-event-panel{background:var(--surface);border:1px solid #3765662e;border-radius:24px;min-width:0;box-shadow:0 24px 60px #1f40461f,0 2px 8px #1f40460d}.watershed-stage-card{flex-direction:column;display:flex;overflow:hidden}.watershed-stage-toolbar{background:linear-gradient(#fbfdfc,#f1f7f4);border-bottom:1px solid #325b5d24;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.watershed-stage-toolbar>span{gap:2px;display:grid}.watershed-stage-toolbar strong{font-size:15px}.watershed-stage-toolbar small{color:var(--muted);font-size:11px}.watershed-stage-toolbar .toolbar-group{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.watershed-stage-toolbar .btn.active{color:#1e6b63;background:#e6f3ef;border-color:#237e7094}.watershed-3d-shell{isolation:isolate;background:radial-gradient(circle at 50% 18%,#ffffff9e,#0000 42%),linear-gradient(#c7e1e7,#dfece8 58%,#bccfbe);flex:auto;min-height:610px;position:relative;overflow:hidden}.watershed-3d,.watershed-3d canvas{width:100%;height:100%;display:block}.watershed-phase-card,.watershed-compare-label,.watershed-section-legend,.watershed-scale-note{z-index:2;pointer-events:none;position:absolute}.watershed-section-legend{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7fbf8f0;border:1px solid #244f5133;border-radius:17px;grid-template-columns:minmax(210px,1.2fr) minmax(250px,1fr) minmax(220px,.9fr);align-items:center;gap:14px 20px;padding:13px 16px;display:none;bottom:42px;left:18px;right:18px;box-shadow:0 15px 38px #183a3d2e}.watershed-3d-shell[data-camera-preset=section] .watershed-section-legend{display:grid}.watershed-3d-shell[data-camera-preset=section] .watershed-phase-card{visibility:hidden;opacity:0}.watershed-section-legend>div{gap:2px;display:grid}.watershed-section-legend>div span{color:#28746f;letter-spacing:.08em;font-size:10px;font-weight:850}.watershed-section-legend>div strong{color:#294d4e;font-size:13px;line-height:1.35}.watershed-section-legend ul{flex-wrap:wrap;gap:6px 10px;margin:0;padding:0;list-style:none;display:flex}.watershed-section-legend li{color:#4c6160;align-items:center;gap:5px;font-size:11px;font-weight:750;display:inline-flex}.watershed-section-legend li:before{content:"";background:#999;border:1px solid #203e3e2e;border-radius:3px;width:10px;height:10px}.watershed-section-legend .topsoil:before{background:#835f43}.watershed-section-legend .vadose:before{background:#c49a6b}.watershed-section-legend .water-table:before{background:#77d4dc;border:0;border-radius:999px;height:3px}.watershed-section-legend .aquifer:before{background:#4b9eae}.watershed-section-legend .bedrock:before{background:#5f5046}.watershed-section-legend p{color:#365b5c;flex-wrap:wrap;gap:3px 12px;margin:0;font-size:11px;font-weight:800;display:flex}.watershed-section-legend .down{color:#27846f}.watershed-section-legend .lateral{color:#247d8d}.watershed-section-legend small{color:var(--muted);flex-basis:100%;font-size:10px;font-weight:650}.watershed-phase-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fcfae6;border:1px solid #2755572e;border-radius:18px;width:min(340px,100% - 36px);padding:16px 18px;top:18px;left:18px;box-shadow:0 12px 30px #20404321}.watershed-phase-card>span{color:#27766f;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.watershed-phase-card>strong{font-size:21px;line-height:1.25;display:block}.watershed-phase-card p{color:#4f6666;margin:7px 0 0;font-size:13px;line-height:1.55}.watershed-tracer-key{color:#476969;letter-spacing:.01em;border-top:1px solid #2755571f;align-items:center;gap:8px;margin-top:11px;padding-top:9px;font-size:11px;font-weight:750;display:flex}.watershed-tracer-key i{background:#63cfe4;border-radius:50%;flex:0 0 9px;width:9px;height:9px;position:relative;box-shadow:0 0 0 3px #63cfe42e,0 0 12px #2ea6c6b8}.watershed-tracer-key i:after{content:"";border-top:1px solid #3fafca7a;width:22px;position:absolute;top:4px;left:10px}.watershed-tracer-key span{margin-left:20px}.watershed-compare-label{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fcfaeb;border-radius:15px;min-width:190px;padding:12px 14px;display:none;top:18px;box-shadow:0 10px 24px #2242441f}.watershed-compare-label.forest{border-left:5px solid #3a8ea9;left:18px}.watershed-compare-label.urban{border-left:5px solid #df7a35;right:18px}.watershed-compare-label strong,.watershed-compare-label span{display:block}.watershed-compare-label strong{font-size:17px}.watershed-compare-label span{color:var(--muted);margin-top:3px;font-size:12px;font-weight:700}.watershed-3d-shell[data-scene-mode=compare] .watershed-phase-card{text-align:center;width:min(470px,100% - 36px);top:auto;bottom:42px;left:50%;transform:translate(-50%)}.watershed-3d-shell[data-scene-mode=compare] .watershed-compare-label{display:block}.watershed-scale-note{color:#ffffffe6;letter-spacing:.01em;background:#1c3538b8;border-radius:999px;padding:6px 9px;font-size:10px;bottom:10px;right:12px}.watershed-fallback{text-align:center;place-content:center;gap:8px;min-height:100%;padding:32px;display:grid}.watershed-fallback span{color:var(--muted)}.water-event-panel{flex-direction:column;padding:22px;display:flex}.water-event-panel h3{margin:5px 0 12px;font-size:22px;line-height:1.25}.water-prediction{color:#765728;background:#fff7e9;border-left:4px solid #df9c45;border-radius:0 12px 12px 0;margin:0 0 16px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.55}.event-scrubber{gap:9px;margin-bottom:16px;display:grid}.event-scrubber>span{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.event-scrubber strong{color:#226d68;font-variant-numeric:tabular-nums;font-size:19px}.event-scrubber small{color:var(--muted);font-size:11px}.event-scrubber input{accent-color:#267e73;width:100%}.water-phase-list{gap:6px;display:grid}.water-phase-list button{color:#526666;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;display:grid}.water-phase-list button>span{color:#59706d;font-variant-numeric:tabular-nums;background:#e6ece9;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-weight:850;display:grid}.water-phase-list button strong{font-size:13px}.water-phase-list button.active{color:#1f6962;background:#eaf5f1;border-color:#277e7257}.water-phase-list button.active>span{color:#fff;background:#267e73}.water-event-toolbar{margin-top:17px}.water-event-toolbar .btn{flex:auto}.water-event-panel .water-step-label{color:#496362;margin:13px 0 0;font-size:12px;font-weight:650;line-height:1.55}.water-lab-band[hidden]{display:none}.compact-heading{margin-bottom:18px}.water-response-band{padding-top:70px}.hydrograph-stage{padding:18px}.hydrograph-svg{max-height:410px}.hydrograph-section-label,.hydrograph-peak-label{font-weight:800;fill:#3f5858!important;font-size:12px!important}.hyetograph-bar{fill:#75b6d1;opacity:.84}.hyetograph-baseline{stroke:#87a6aa;stroke-width:1.5px}.hydrograph-time-cursor{stroke:#243f43;stroke-width:2px;stroke-dasharray:5 5;opacity:.82}.hydrograph-marker{stroke:#fff;stroke-width:3px}.hydrograph-marker.forest{fill:#3a8ea9}.hydrograph-marker.current{fill:#df7a35}.hydrograph-time-label{font-weight:850;fill:#223e41!important;font-size:11px!important}.hydrograph-legend .cursor:before{background:#243f43;height:2px}.water-balance-key{color:var(--muted);grid-template-columns:1fr 1fr;gap:7px 10px;margin-top:12px;font-size:11px;font-weight:700;display:grid}.water-balance-key span{align-items:center;gap:6px;display:inline-flex}.water-balance-key span:before{content:"";background:#aaa;border-radius:3px;width:9px;height:9px}.water-balance-key .runoff:before{background:#3e91b7}.water-balance-key .recharge:before{background:#4e9e99}.water-balance-key .storage:before{background:#c59762}.water-balance-key .loss:before{background:#91b579}.water-conclusion-band{padding-top:32px}.water-cause-chain{background:#edf5f1;border:1px solid #2d605e2e;border-radius:18px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:22px;padding:18px;display:flex}.water-cause-chain span,.water-cause-chain strong{color:#335b59;background:#fff;border-radius:10px;padding:8px 11px;font-size:13px}.water-cause-chain strong{color:#fff;background:#267e73}.water-cause-chain i{color:#718582;font-style:normal;font-weight:850}.water-2d-reference{background:#ffffffbd;border:1px solid #305e5f2e;border-radius:20px}.water-2d-reference summary{cursor:pointer;align-items:center;gap:10px;padding:17px 20px;list-style:none;display:flex}.water-2d-reference summary::-webkit-details-marker{display:none}.water-2d-reference summary>span{color:#267e73;display:inline-flex}.water-2d-reference summary small{color:var(--muted);margin-left:auto}.water-2d-reference .water-scene-key{padding:0 20px}.water-2d-reference .water-scene{margin:12px}.water-reference-list{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:18px;display:flex}.water-reference-list strong{flex-basis:100%;margin-bottom:2px}.water-reference-list a{color:#286c66;background:#edf4f1;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;text-decoration:none}.water-cycle-page.is-flowing .water-flux{opacity:.18;animation:none}.water-cycle-page.is-flowing .water-flux.is-current{opacity:1;animation:1.15s linear infinite water-flow}@media (width<=1080px){.water-stage-grid{grid-template-columns:1fr}.watershed-3d-shell{min-height:560px}.water-event-panel{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:12px 22px;display:grid}.water-event-panel>.eyebrow,.water-event-panel>h3,.water-event-panel>.water-prediction,.water-event-panel>.event-scrubber{grid-column:1}.water-phase-list{grid-area:1/2/6}.water-event-toolbar,.water-event-panel .water-step-label{grid-column:1/-1}}@media (width<=720px){.water-mode-tabs{scroll-snap-type:x mandatory;padding-bottom:5px;display:flex;overflow-x:auto}.water-mode-tab{scroll-snap-align:start;flex:0 0 78%}.water-mode-copy{margin-top:20px}.water-mode-copy h2{font-size:30px}.watershed-stage-toolbar{flex-direction:column;align-items:flex-start}.watershed-stage-toolbar .toolbar-group{justify-content:flex-start;width:100%}.watershed-stage-toolbar .btn{flex:auto}.watershed-3d-shell{min-height:440px}.watershed-3d-shell[data-camera-preset=section]{min-height:585px}.watershed-phase-card{width:calc(100% - 20px);padding:12px 14px;top:10px;left:10px}.watershed-phase-card>strong{font-size:18px}.watershed-phase-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.watershed-tracer-key{gap:6px;margin-top:7px;padding-top:7px;font-size:10px}.watershed-3d-shell[data-scene-mode=compare] .watershed-phase-card{bottom:34px}.watershed-compare-label{width:calc(50% - 15px);min-width:0;padding:9px 10px;top:10px}.watershed-compare-label.forest{left:10px}.watershed-compare-label.urban{right:10px}.watershed-compare-label strong{font-size:14px}.watershed-compare-label span{font-size:10px}.watershed-scale-note{text-align:center;text-overflow:ellipsis;white-space:nowrap;left:8px;right:8px;overflow:hidden}.watershed-section-legend{grid-template-columns:1fr;gap:7px;padding:10px 12px;bottom:38px;left:8px;right:8px}.watershed-section-legend>div strong{font-size:12px}.watershed-section-legend ul{gap:4px 8px}.water-event-panel{padding:17px;display:flex}.water-phase-list{grid-template-columns:1fr 1fr}.water-phase-list button{grid-template-columns:26px minmax(0,1fr);padding:7px 8px}.water-phase-list button>span{width:24px;height:24px}.water-event-toolbar{width:100%}.hydrograph-stage{padding:8px}.water-cause-chain{justify-content:flex-start;gap:6px;padding:14px}.water-cause-chain span,.water-cause-chain strong{font-size:12px}.water-2d-reference summary{flex-wrap:wrap;align-items:flex-start}.water-2d-reference summary small{flex-basis:100%;margin-left:28px}}
