/* V0.4 component motion. Text and controls remain visible at every stage. */
.motion-control{display:grid;place-items:center;position:absolute;right:var(--rail);bottom:104px;width:44px;height:44px;border:1px solid #ffffff66;border-radius:50%;color:white;background:#153c3680;z-index:3}
.motion-control svg{width:18px;height:18px}
.motion-control[hidden]{display:none}
.hero-image{animation:landscape-drift 22s ease-in-out infinite alternate}
.hero-core{position:absolute;left:75%;top:48%;width:102px;height:102px;display:grid;place-items:center;background:#f5faf8;border:1px solid #fff;border-radius:8px;transform:translate(-50%,-50%);box-shadow:0 6px 28px #152e3333}
.hero-core img{object-fit:contain;width:76px;height:76px}
.hero-energy-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.hero-core:after{content:'';position:absolute;inset:-9px;border:1px solid #c6f5e0;border-radius:8px;animation:core-signal 4s ease-out infinite}
.hero-copy{pointer-events:none}.hero-copy a{pointer-events:auto}
.hero .label-wind{right:8%;top:26%}.hero .label-solar{right:10%;top:72%}
.app-tabs{position:relative}
.app-tabs .app-tab.active{box-shadow:none;background:#e9f4ee}
.app-selection{position:absolute;left:0;top:0;width:3px;height:100px;background:#248361;pointer-events:none;transition:transform .45s var(--ease-out),height .45s var(--ease-out),width .45s var(--ease-out)}
.network-visual{min-height:340px;background-color:#192f37}
.network-center{width:118px;height:118px;background:#f5faf8;border:1px solid #d6ece2;box-shadow:none;border-radius:8px;gap:7px}
.network-center img{width:70px;height:70px;object-fit:contain;filter:none}
.network-center span{color:#3c556d;font-size:11px}
.network-center:before,.network-center:after{content:'';position:absolute;inset:-12px;border:1px solid #8bb9a866;border-radius:8px;pointer-events:none}
.network-center:after{inset:-22px;border-color:#8bb9a84b;animation:core-signal 4.5s ease-out infinite}
.network-node{color:#dcece8;font-family:inherit;cursor:pointer;min-height:60px}
.network-node:hover{border-color:#91e1c0;background:#294e51}
.network-node.selected{color:#173d35;background:#b9edce;border-color:#e6ffef;box-shadow:none}
.network-node:focus-visible{outline:2px solid #e5ffaf;outline-offset:5px}
.app-panel .panel-bottom{min-height:214px}
.journey-enabled{position:relative;gap:0;border-top:0}
.journey-enabled article{border-top:1px solid var(--line)}
.journey-enabled article:before{display:none}
.journey-enabled .step-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font:inherit;color:inherit;cursor:pointer;min-height:48px}
.step-trigger>svg{width:20px;height:20px;flex-shrink:0;transition:transform .25s}
.journey-enabled article.is-current{color:#247a5d}
.journey-enabled article.is-current .step-trigger>svg{transform:rotate(90deg)}
.journey-rail{position:absolute;left:0;right:0;top:-1px;height:3px;background:#e1ebe7;overflow:hidden}
.journey-rail span{display:block;height:100%;background:#3ebe91;width:var(--journey-progress,25%);transition:width .65s var(--ease-out)}
.journey-detail{display:grid;grid-template-columns:190px minmax(0,1fr) 220px;gap:36px;align-items:center;margin-top:42px;padding:32px 0;border-block:1px solid var(--line);min-height:250px}
.journey-emblem{display:flex;align-items:center;gap:18px}
.journey-emblem img{width:68px;height:68px;object-fit:contain}
.journey-counter{font-family:Outfit,sans-serif;font-size:36px;color:#248361;line-height:1}
.journey-counter small{display:block;font:14px Jost,sans-serif;color:#506575;margin-top:12px}
.journey-copy h3{font-size:28px;line-height:1.2;margin:0 0 12px}
.journey-copy p{font-size:17px;color:#506575;max-width:650px;margin:0}
.journey-output{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:16px;border-left:1px solid var(--line);padding-left:26px}
.journey-output>span{font-size:12px;color:#506575}.journey-output strong{font-size:18px;font-weight:500}
.journey-output>a{min-height:44px;font-size:15px}
.journey-navigation{display:flex;gap:12px}
.journey-navigation .icon-button{border:1px solid #c6d7cf;border-radius:50%;color:#247a5d;background:#fff}
.journey-navigation .icon-button:disabled{opacity:.35;cursor:default}
.journey-navigation .icon-button:not(:disabled):hover{background:#eaf5ef}
.edx-section:has(.utility-tabs){gap:56px}
.edx-section .edx-art{height:430px;min-width:0;--utility-angle:0deg}
.edx-section .edx-art>img{width:190px;height:190px;filter:none;object-fit:contain}
.edx-section .edx-orbit{width:268px;height:268px;border-color:#b9d4c9}
.edx-section .orbit-two{width:344px;height:344px;animation:orbit 80s linear infinite}
.edx-section .orbit-three{width:412px;height:412px;border-color:#dce7e5}
.utility-pointer{position:absolute;width:268px;height:268px;border:3px solid transparent;border-top-color:#3ebe91;border-radius:50%;transform:rotate(var(--utility-angle));transition:transform .65s var(--ease-out);pointer-events:none}
.utility-marker{position:absolute;width:36px;height:36px;display:grid;place-items:center;background:#fff;color:#248361;border:1px solid #bed5cb;border-radius:50%}
.utility-marker svg{width:17px;height:17px}
.utility-marker[data-utility="0"]{top:32px;left:50%;transform:translateX(-50%)}
.utility-marker[data-utility="1"]{right:30px;top:55%}
.utility-marker[data-utility="2"]{left:30px;top:55%}
.utility-tabs{display:flex;gap:24px;margin-top:28px;border-bottom:1px solid var(--line)}
.utility-tabs button{font:500 16px Jost,sans-serif;min-height:48px;padding:8px 0;border-bottom:2px solid transparent;color:#506575;cursor:pointer;position:relative}
.utility-tabs button[aria-selected=true]{color:#247a5d;border-color:#248361}
.utility-detail{min-height:130px;padding-top:20px}
.utility-detail h3{font-size:22px;margin-bottom:8px}
.utility-detail p{font-size:16px;color:#506575;line-height:1.6;margin:0}
.profile-details{margin-top:20px;border-top:1px solid var(--line)}
.profile-details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;min-height:48px;cursor:pointer;color:#247a5d;font-size:15px;font-weight:500}
.profile-details summary::-webkit-details-marker{display:none}
.profile-details summary svg{width:18px;height:18px;transition:transform .3s}
.profile-details[open] summary svg{transform:rotate(45deg)}
.profile-details p{padding-top:10px}
.member-card:has(.profile-details[open]){border-color:#87b7a4}
.member-card:has(.profile-details) .member-card__body>p{min-height:0}
html[data-motion-paused] *,html[data-motion-paused] *:before,html[data-motion-paused] *:after{animation-play-state:paused!important}
html[data-motion-paused]{scroll-behavior:auto}
.motion-offscreen *,.motion-offscreen *:before,.motion-offscreen *:after{animation-play-state:paused!important}
@keyframes core-signal{0%{opacity:.8;transform:scale(.98)}80%,100%{opacity:0;transform:scale(1.16)}}
@keyframes landscape-drift{from{transform:scale(1.025)}to{transform:scale(1.055)}}
@media(min-width:851px) and (max-width:1150px){.hero-core{left:84%;width:84px;height:84px}.hero-core img{width:60px;height:60px}.journey-detail{grid-template-columns:140px minmax(0,1fr);gap:24px}.journey-output{grid-column:2;border-left:0;padding-left:0;display:grid;grid-template-columns:1fr 1fr}.journey-output>span{grid-column:1/-1}.network-center{width:96px;height:96px}.network-center img{width:54px;height:54px}}
@media(max-width:850px){.hero-core,.hero-energy-canvas,.hero .landscape-label{display:none}.motion-control{bottom:94px}.app-selection{height:3px}.network-center{width:110px;height:110px}.network-center img{width:64px;height:64px}.journey-detail{grid-template-columns:130px minmax(0,1fr);gap:24px}.journey-output{grid-column:2;display:grid;grid-template-columns:1fr 1fr;border-left:0;padding-left:0}.journey-output>span{grid-column:1/-1}.edx-section .edx-art{height:410px}.utility-detail{min-height:112px}.app-panel .panel-bottom{min-height:205px}}
@media(max-width:580px){.motion-control{bottom:85px;width:40px;height:40px}.network-visual{min-height:320px}.network-center{width:94px;height:94px}.network-center img{width:54px;height:54px}.network-center:before{inset:-7px}.network-center:after{inset:-14px}.network-node{width:96px;min-height:56px;font-size:12px}.node-explorer,.node-epoch{left:20%}.node-grid,.node-mesh{left:80%}.node-explorer,.node-grid{top:18%}.node-epoch,.node-mesh{top:82%}.app-panel .panel-bottom{min-height:236px}.journey-enabled article{padding-bottom:18px}.journey-detail{grid-template-columns:1fr;gap:24px;min-height:420px;margin-top:18px;padding:26px 0}.journey-emblem{gap:16px}.journey-emblem img{width:52px;height:52px}.journey-counter{font-size:30px;display:flex;align-items:center;gap:16px}.journey-counter small{margin:0}.journey-copy h3{font-size:25px}.journey-copy p{font-size:16px}.journey-output{grid-column:auto;grid-template-columns:1fr;gap:10px}.journey-output>span{grid-column:auto}.journey-output>a{justify-self:start}.edx-section .edx-art{height:360px}.edx-section .edx-art>img{width:154px;height:154px}.edx-section .edx-orbit,.utility-pointer{width:224px;height:224px}.edx-section .orbit-two{width:282px;height:282px}.edx-section .orbit-three{width:336px;height:336px}.utility-tabs{gap:20px}.utility-tabs button{font-size:16px}.utility-detail{min-height:150px}.utility-marker[data-utility="1"]{right:8px}.utility-marker[data-utility="2"]{left:8px}.edx-section:has(.utility-tabs){gap:24px}}
@media(max-width:360px){.network-node{width:84px;font-size:11px}.network-node svg{width:14px}.network-center{width:82px;height:82px}.network-center img{width:44px;height:44px}.network-center span{font-size:10px}.utility-tabs{gap:16px}.utility-tabs button{font-size:15px}}
@media(max-width:580px){.utility-detail{min-height:220px}}
@media(max-width:580px){.journey-enabled{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.journey-enabled article{padding:18px 0;min-height:142px}.journey-enabled article:nth-child(odd){padding-right:14px;border-left:0}.journey-enabled article:nth-child(even){padding-left:16px;border-left:1px solid var(--line)}.journey-enabled article>p,.journey-enabled .step-caption{display:none}.journey-enabled .step-icon{margin-bottom:12px}.journey-enabled .step-icon svg{width:27px;height:27px}.journey-enabled h3{font-size:22px;margin-bottom:0}.journey-enabled .step-trigger{gap:5px}.journey-enabled .step-trigger>svg{width:16px;height:16px}.journey-detail{min-height:490px}.journey-navigation{margin-top:6px}}
@media(prefers-reduced-motion:reduce){.hero-core:after,.network-center:after{animation:none;opacity:.4}.hero-image{animation:none;transform:none}.app-selection,.journey-rail span,.utility-pointer,.step-trigger>svg{transition:none}}
@media print{.motion-control,.hero-energy-canvas{display:none}.journey-detail{break-inside:avoid}}
@media(max-width:580px){.hero-actions{position:relative;width:100%}.motion-control{bottom:0;right:0;width:44px;height:44px;pointer-events:auto}.hero-actions .text-link{max-width:calc(100% - 52px)}}
@media(max-width:360px){.journey-enabled h3{font-size:20px}}
