:root{font-family:Geist,Arial,sans-serif;color:#fff;background:#080808;font-synthesis:none;--blue:#ccff00;--accent:#ccff00;--hairline:rgba(255,255,255,.2)}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{background:radial-gradient(ellipse at 50% 45%,#222222 0%,#141414 65%,#080808 100%)}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{color:inherit}button{cursor:pointer;background:none;border:0}a{text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #ccff00;outline-offset:5px}[hidden]{display:none!important}.navigation{position:fixed;z-index:20;top:32px;left:56px;right:56px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;height:40px}.navigation>*{pointer-events:auto}.wordmark{font-size:36px;font-weight:800;letter-spacing:-2.3px;line-height:1}.desktop-nav{display:flex;align-items:center;justify-content:space-between;width:476px;gap:0;text-transform:uppercase;font-size:15px;white-space:nowrap;line-height:1}.desktop-nav a{display:flex;gap:9px;align-items:center}.desktop-nav a:hover{color:#ccff00}i{display:inline-block;width:11px;height:11px;background:currentColor;border-radius:50%;flex:none}.glass{border:1px solid var(--hairline);border-radius:32px;background:rgba(20,20,20,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.view-toggle{position:fixed;z-index:25;top:32px;left:50%;transform:translateX(-50%);padding:5px;display:flex;height:52px;width:144px}.view-toggle button{flex:1;border-radius:30px;text-transform:uppercase;font-size:14px;opacity:.5;transition:background .25s,opacity .25s}.view-toggle button[aria-pressed=true]{background:var(--blue);opacity:1}.view-toggle button:hover{opacity:1}#market-gallery,#scene,#scene canvas,#tile-targets{position:fixed;inset:0;width:100%;height:100%}#scene{opacity:.45;transition:opacity .4s}#tile-targets{pointer-events:none;z-index:2}.tile-target{position:absolute;pointer-events:auto;opacity:0;padding:0;border:0;cursor:pointer}.tile-target:focus-visible{opacity:1;background:rgba(255,255,255,.12);outline:2px solid #ccff00}.filter-toggle{position:fixed;z-index:25;bottom:30px;left:50%;transform:translateX(-50%);width:200px;height:51px;display:flex;justify-content:center;align-items:center;gap:10px;text-transform:uppercase;font-size:14px}.filter-toggle i{width:8px;height:8px}.filter-toggle sup{font-size:10px;margin-left:-6px;margin-top:-8px}.filter-panel{position:fixed;z-index:30;bottom:94px;left:50%;transform:translateX(-50%);width:360px;border-radius:22px;padding:22px;background:rgba(10,16,31,.96)}.filter-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.filter-heading button{font-size:28px}.filter-panel input{width:100%;background:rgba(255,255,255,.08);border:1px solid var(--hairline);color:white;border-radius:6px;padding:12px}.filter-panel input::placeholder{color:rgba(255,255,255,.6)}.filter-options{display:flex;gap:8px;margin-top:16px}.filter-options button{padding:10px 12px;border:1px solid var(--hairline);border-radius:24px}.filter-options button[aria-pressed=true]{background:var(--blue)}.filter-count{font-size:13px;opacity:.65;margin-bottom:0}.hover-label{position:fixed;z-index:12;pointer-events:none;padding:10px 18px;display:flex;align-items:center;gap:12px;max-width:340px;transition:opacity .15s}.hover-label strong{display:block;font-size:16px;line-height:1.25;font-weight:400;white-space:nowrap}.hover-label small{display:block;margin-top:4px;opacity:.7;font-size:13px;letter-spacing:.5px}.cursor-dot{position:fixed;z-index:100;width:14px;height:14px;border-radius:50%;background:#ccff00;pointer-events:none;left:-40px;top:-40px;transform:translate(-50%,-50%)}#market-list{position:fixed;inset:0;z-index:3;overflow:auto;padding:180px 18vw;scrollbar-width:none}#market-list::-webkit-scrollbar{display:none}.company-row{display:block;width:100%;text-align:left;padding:0;line-height:1.22;letter-spacing:-2.7px;font-size:56px;text-transform:uppercase;color:rgba(255,255,255,.38);transition:color .2s;white-space:nowrap}.company-row:hover,.company-row:focus-visible{color:#fff}#list-preview{position:fixed;z-index:4;pointer-events:none;bottom:30px;right:4%;width:286px;height:381px;display:none;align-items:center;justify-content:center;background:#0e1628}#list-preview img{max-width:72%;max-height:70%;object-fit:contain}body[data-view=list] #scene{opacity:0}body[data-view=list] #tile-targets{display:none}body[data-view=list] #list-preview{display:flex}.empty-state{position:fixed;inset:45% 20%;text-align:center;z-index:4;font-size:24px}.mobile-menu,.mobile-navigation{display:none}dialog{width:min(440px,calc(100vw - 32px));border:1px solid var(--hairline);border-radius:20px;background:#0e1628;color:#fff;padding:40px;text-align:center}dialog::backdrop{background:rgba(0,0,35,.62);backdrop-filter:blur(10px)}.close-dialog{position:absolute;right:15px;top:10px;font-size:30px}.company-image{height:150px;width:210px;object-fit:contain;margin:15px auto 25px}.company-ticker{font-size:13px;letter-spacing:1px;opacity:.7}.company-name{font-size:32px;line-height:1.1;font-weight:400;margin:12px 0}.company-description{font-size:15px;line-height:1.5;opacity:.7}.create-link,.explore-link{display:block;border:1px solid var(--hairline);border-radius:24px;padding:13px;margin-top:12px}.create-link{background:var(--blue);color:#fff}.load-status,.noscript{position:fixed;z-index:5;top:45%;width:100%;text-align:center;font-size:14px}.noscript a{text-decoration:underline}@media(min-width:1200px) and (max-width:1250px){.desktop-nav{width:410px;gap:0;font-size:13px}.navigation{left:32px;right:32px}.view-toggle{left:45%}}@media(max-width:1199px){.navigation{top:26px;left:28px;right:28px}.wordmark{font-size:32px}.desktop-nav{display:none}.mobile-menu{display:flex;gap:8px;align-items:center;justify-content:center;text-transform:uppercase;font-size:14px;width:96px;height:44px}.mobile-menu i{width:7px;height:7px}.view-toggle{left:28px;bottom:22px;top:auto;transform:none;width:142px;background:rgba(8,14,28,.88)}.filter-toggle{left:auto;right:28px;bottom:22px;transform:none;width:calc(100vw - 206px);max-width:200px;background:rgba(8,14,28,.88)}.filter-panel{bottom:86px;width:calc(100vw - 40px)}.cursor-dot{display:none}.mobile-navigation{position:fixed;z-index:18;inset:0;background:#080808;padding:130px 28px;display:flex;flex-direction:column;gap:20px}.mobile-navigation a{font-size:36px}.hover-label{display:none}#market-list{padding:150px 24px 180px}.company-row{font-size:32px;letter-spacing:-1px;line-height:1.45;white-space:normal}#list-preview{display:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}.cursor-dot{display:none}}

.filter-toggle:hover,.mobile-menu:hover,.explore-link:hover{background:var(--blue)}.hover-label{border-color:rgba(102,133,255,.5);background:rgba(20,35,86,.94)}

#scene{pointer-events:none}

.registered-coins-link{position:fixed;z-index:25;bottom:30px;left:50%;transform:translateX(-50%);padding:16px 24px;font-size:14px;white-space:nowrap}.registered-coins-link:hover{background:var(--blue)}

/* Create is a full page sharing the mural, with document-width scrolling. */
.create-layer{position:fixed;z-index:10;inset:0;width:100%;overflow:auto;overscroll-behavior:contain;background:transparent;border:0;border-radius:0;transform:none;scrollbar-color:#344566 transparent;color-scheme:dark;outline:none}body[data-route=create] .navigation{z-index:20}
/* Full-page editorial guide. */
body[data-route=docs]{background:#ccff00}
body[data-route=docs] #scene{visibility:hidden;opacity:0}
body[data-route=docs] .navigation{background:transparent}
body[data-route=docs] .desktop-nav a:hover{color:#252a00}
body[data-route=docs] .mobile-menu{background:#ccff00;border-color:#171b0060;backdrop-filter:none}
.docs-layer{position:fixed;inset:96px 0 0;z-index:10;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;background:transparent;color:#101400;scrollbar-color:#171b0088 #ccff00;outline:none}
.how-page{margin:0;padding:0 4vw;background:none;color:#101400;max-width:none;border:0;border-radius:0;box-shadow:none}
.how-page p{font-size:18px;line-height:1.65;color:#293100;margin:0 0 24px;max-width:65ch}
.how-page h1,.how-page h2,.how-page h3{font-weight:400;margin:0;letter-spacing:-.035em}
.how-page h1{font-size:clamp(90px,17vw,270px);line-height:.82;letter-spacing:-.065em;margin:36px 0 56px}
.how-page h2{font-size:clamp(32px,3.8vw,58px);line-height:1.1;margin-bottom:32px;max-width:22ch}
.how-page h3{font-size:25px;line-height:1.2;margin-bottom:18px}
.how-page .how-kicker,.how-page .how-section-label{font-size:12px;line-height:1.5;letter-spacing:.035em;color:#101400}
.how-intro{min-height:calc(100svh - 96px);display:flex;flex-direction:column;justify-content:center;padding:32px 0 36px;border-bottom:1px solid #171b0040}
.how-hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-top:auto}
.how-page .how-lead{font-size:21px;line-height:1.4;margin:0;max-width:380px}
.how-scroll{font-size:13px;display:flex;align-items:center;gap:40px;border:1px solid #171b0060;border-radius:30px;padding:12px 20px;white-space:nowrap}
.how-scroll span{font-size:22px}.how-scroll:hover{background:#171b0010}
.how-hero-note{font-size:11px;line-height:1.6;text-align:right}
.how-layout{display:block}.how-content>section{display:grid;grid-template-columns:1fr 1.15fr;gap:6vw;padding:100px 0;border-bottom:1px solid #171b0040;scroll-margin-top:28px}
.how-section-body{min-width:0}.how-section-label{align-self:start;margin:0!important}
.how-definition .how-section-body>p:first-of-type{font-size:clamp(22px,2.2vw,34px);line-height:1.5;color:#101400}
.how-page .how-key-point{font-size:20px;color:#101400;margin:32px 0}
.how-content>#engine{position:relative;grid-template-rows:min-content 1fr;column-gap:6vw;row-gap:24px}
#engine>.how-section-label{grid-column:1;grid-row:1}#engine>.how-section-body{grid-column:2;grid-row:1 / span 2}
.how-basket-visual{grid-column:1;grid-row:2;position:sticky;top:30px;align-self:start;min-width:0}
.basket-stage{perspective:900px;height:430px;display:grid;place-items:center}
.basket-orbit{width:400px;height:380px;position:relative;transform-style:preserve-3d;transform:rotateY(var(--turn,-12deg)) rotateX(8deg);transition:transform .15s linear}
.basket-frame{position:absolute;inset:35px 0 0;transform:translateZ(35px);z-index:3;pointer-events:none}.basket-frame svg{width:100%;height:100%;filter:drop-shadow(0 12px 8px #00000066)}
.basket-token{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:74px;height:84px;border:1px solid #ffffffaa;border-radius:16px;background:linear-gradient(145deg,#fff,#d0d0d0 68%,#929292);box-shadow:inset -4px -4px 0 #0002,0 12px 14px #00000044;color:#242424;transform:translate3d(var(--tx),var(--ty),40px) rotate(var(--tilt));transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.basket-token img{width:32px;height:32px;object-fit:contain}.basket-token span{font-size:10px;letter-spacing:.05em}
.token-0{left:75px;top:120px;--tx:-55px;--ty:-75px;--tilt:-18deg}.token-1{left:164px;top:110px;--tx:0px;--ty:-90px;--tilt:8deg}.token-2{left:250px;top:125px;--tx:45px;--ty:-70px;--tilt:20deg}.token-3{left:90px;top:215px;--tx:-70px;--ty:10px;--tilt:-12deg}.token-4{left:170px;top:210px;--tx:0px;--ty:45px;--tilt:10deg}.token-5{left:250px;top:215px;--tx:60px;--ty:20px;--tilt:22deg}
.how-basket-visual:not([data-phase="0"]) .basket-token{transform:translate3d(0,0,0) rotate(0deg)}
.basket-stage-caption{display:flex;justify-content:space-between;gap:15px;font-size:10px;line-height:1.5;border-top:1px solid #171b0040;padding-top:18px;color:#354000}
.basket-phase{color:#101400}.basket-flow{position:absolute;opacity:0;font-size:12px;letter-spacing:.1em;transition:opacity .3s;z-index:4}.flow-in{top:-15px;left:158px}.flow-out{top:20px;right:-2px}
[data-phase="1"] .flow-in,[data-phase="2"] .flow-in,[data-phase="3"] .flow-out{opacity:1}
.how-steps{list-style:none;padding:0;margin:70px 0 0}.how-steps li{padding:0 0 90px;display:grid;grid-template-columns:32px 1fr;gap:18px;opacity:.8;transition:opacity .3s}.how-steps li.is-current{opacity:1}.how-steps li>span{font-size:12px;padding-top:7px}.how-steps h3{font-size:34px}.how-steps p{margin:0}
.how-graduation{border-top:1px solid #171b0040;padding-top:36px;scroll-margin-top:28px}.how-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0 0}.how-stats dt{font-size:11px;margin-bottom:10px;color:#354000}.how-stats dd{font-size:24px;margin:0;letter-spacing:-.03em}
.how-fee-bar{display:none}.how-fees{margin:46px 0}.how-fees>div{padding:22px 0;border-top:1px solid #171b0040}.how-fees dt{display:flex;align-items:center;gap:24px;font-size:17px}.how-fees dt b{font-size:60px;font-weight:400;letter-spacing:-.05em;min-width:125px}.how-fees dd{font-size:14px;line-height:1.6;color:#293100;margin:8px 0 0 149px}
.how-page .how-example{font-size:14px;line-height:1.6;color:#354000}.how-outcomes{margin:44px 0}.how-outcomes>div{padding:24px 0;border-top:1px solid #171b0040}.how-outcomes p{font-size:17px;margin:0}
.how-settings{margin:38px 0}.how-settings>div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:24px 0;border-top:1px solid #171b0040}.how-settings dt{font-size:15px}.how-settings dd{margin:0;color:#293100;font-size:15px;line-height:1.6}
.how-page details{border-bottom:1px solid #171b0040}.how-page summary{display:flex;align-items:center;justify-content:space-between;gap:22px;cursor:pointer;list-style:none;font-size:20px;line-height:1.4;padding:25px 0}.how-page summary::-webkit-details-marker{display:none}.how-page summary>span{font-size:27px;font-weight:300}.how-page details[open] summary>span{transform:rotate(45deg)}.how-page details p{font-size:16px}.how-reference{padding-block:48px!important}
.how-end{padding:100px 0 40px}.how-final-link{display:block;font-size:clamp(60px,12vw,190px);line-height:.94;letter-spacing:-.055em;margin:45px 0 80px}.how-final-link>span{display:inline-block;transition:transform .2s}.how-final-link:hover>span{transform:translate(12px,-12px)}.how-footer-links{display:flex;justify-content:space-between;border-top:1px solid #171b0040;padding-top:24px;font-size:14px}
.how-page a:focus-visible,.how-page summary:focus-visible{outline:2px solid #101400;outline-offset:6px}
@media(max-width:1000px){.basket-stage{height:350px}.basket-orbit{scale:.8}.how-page h1{font-size:18vw}.how-content>section{column-gap:4vw}.how-stats dd{font-size:20px}.how-hero-note{display:none}}
@media(max-width:760px){.docs-layer{top:84px}.how-page{padding-inline:24px}.how-intro{min-height:calc(100svh - 84px);padding-top:35px}.how-page h1{font-size:24vw;margin:65px 0 60px}.how-page .how-kicker,.how-page .how-section-label{font-size:10px}.how-hero-bottom{align-items:start;flex-direction:column;gap:32px}.how-page .how-lead{font-size:19px}.how-scroll{font-size:12px;padding:10px 16px}.how-content>section{display:block;padding:60px 0}.how-section-label{margin-bottom:30px!important}.how-page h2{font-size:35px}.how-page p{font-size:16px}.how-definition .how-section-body>p:first-of-type{font-size:24px}.how-page .how-key-point{font-size:18px}.how-basket-visual{position:relative;top:auto;margin-bottom:40px}.basket-stage{height:340px}.basket-orbit{scale:.78}.basket-stage-caption{font-size:9px}.how-steps{margin-top:40px}.how-steps li{padding-bottom:50px;gap:8px;grid-template-columns:25px 1fr;opacity:1}.how-steps h3{font-size:27px}.how-page h3{font-size:24px}.how-stats dd{font-size:19px}.how-stats dt{font-size:10px}.how-fees dt b{font-size:52px;min-width:105px}.how-fees dt{gap:12px;font-size:16px}.how-fees dd{margin-left:117px;font-size:13px}.how-settings>div{grid-template-columns:1fr;gap:10px}.how-page summary{font-size:18px}.how-reference{padding-block:40px!important}.how-final-link{font-size:17vw;margin-block:35px 55px}.how-end{padding:65px 0 32px}.how-footer-links{font-size:12px}}
@media(prefers-reduced-motion:reduce){.basket-orbit,.basket-token{transition:none;transform:none}.how-steps li{opacity:1}}

#home-feather{position:fixed;z-index:4;left:50%;top:52%;transform:translate(-50%,-50%);width:min(660px,75vw);height:min(740px,80dvh);pointer-events:none;display:none}
body[data-route=home] #home-feather{display:block}
#home-feather canvas{display:block;width:100%;height:100%}
@media(max-width:760px){#home-feather{width:92vw;height:70dvh;top:53%}}

/* Shared neon accents, with dark text on bright controls. */
.desktop-nav a[aria-current=page],.desktop-nav a:hover{color:#ccff00}
.view-toggle button[aria-pressed=true],.filter-options button[aria-pressed=true],.create-link{color:#101400}
body[data-route=docs] .navigation,body[data-route=docs] .desktop-nav a,body[data-route=docs] .mobile-menu{color:#101400}
body[data-route=docs] .mobile-menu{border-color:#171b0060}
body[data-route=docs] .desktop-nav a:hover{color:#374000}
body[data-route=docs] .how-page a:focus-visible,body[data-route=docs] .navigation a:focus-visible,body[data-route=docs] button:focus-visible{outline-color:#101400}

body[data-route=docs] .mobile-navigation{background:#ccff00;color:#101400}

/* Reading surface: charcoal canvas, neon hierarchy, soft white body copy. */
body[data-route=docs]{background:#141414}
body[data-route=docs] .docs-layer{background:#141414;color:#ededed;scrollbar-color:#777 #141414}
body[data-route=docs] .navigation{background:#141414;color:#ededed}
body[data-route=docs] .desktop-nav a{color:#ededed}
body[data-route=docs] .desktop-nav a[aria-current=page],body[data-route=docs] .desktop-nav a:hover{color:#ccff00}
body[data-route=docs] .mobile-menu{background:#141414;color:#ededed;border-color:#ffffff40}
body[data-route=docs] .mobile-navigation{background:#141414;color:#ededed}
.how-page{color:#ededed}
.how-page h1,.how-page h2,.how-final-link{color:#ccff00}
.how-page p,.how-definition .how-section-body>p:first-of-type{color:#c4c4c4}
.how-page .how-kicker,.how-page .how-section-label,.how-page .how-key-point{color:#ededed}
.how-hero-note,.how-stats dt,.how-page .how-example,.how-fees dd,.how-settings dd{color:#b1b1b1}
.how-intro,.how-content>section,.how-graduation,.how-fees>div,.how-outcomes>div,.how-settings>div,.how-page details,.how-footer-links,.basket-stage-caption{border-color:#ffffff35}
.how-scroll{color:#ccff00;border-color:#ccff0070}
.how-scroll:hover{background:#ccff0010}
.how-fees dt b,.basket-phase,.basket-flow{color:#ccff00}
.basket-stage-caption{color:#b1b1b1}
body[data-route=docs] .how-page a:focus-visible,body[data-route=docs] .how-page summary:focus-visible,body[data-route=docs] .navigation a:focus-visible,body[data-route=docs] button:focus-visible{outline-color:#ccff00}

/* Header wallet button (right end); the wallet itself lives in the Create app and mirrors its state here. */
.header-connect{pointer-events:auto;height:40px;padding:0 18px;text-transform:uppercase;font-size:13px;letter-spacing:.02em;color:#fff;cursor:pointer;white-space:nowrap}.header-connect:hover{color:#ccff00}.header-connect[data-connected=true]{border-color:#ccff00;color:#ccff00}

/* Registered coins: one rotating ring of coin cards in the scene; only a caption sits in the DOM. */
.coins-caption{position:fixed;z-index:25;bottom:30px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:18px;margin:0;padding:12px 12px 12px 22px;font-size:13px;white-space:nowrap;color:#d6d6d6}.coins-caption a{padding:8px 14px;border:1px solid var(--hairline);border-radius:24px;color:#fff}.coins-caption a:hover{background:var(--blue);color:#101400}
body[data-route=coins] #scene{pointer-events:none}

/* Real artwork and native links live above the dimmed company mural. */
#coin-card-layer{position:fixed;inset:0;z-index:5;pointer-events:none}
#coin-card-layer[hidden]{display:none!important}
.coin-art-link{display:block;width:512px;height:512px;pointer-events:auto;cursor:pointer;touch-action:none;text-decoration:none;outline:none}
.coin-art{width:100%;height:100%;overflow:hidden;border-radius:18px;background:#30332a;transition:transform .5s cubic-bezier(.2,.7,.2,1);box-shadow:0 18px 60px #0003;display:grid;place-items:center}
.coin-art img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.coin-art-fallback{font-size:54px;font-weight:700;text-align:center;padding:30px;overflow-wrap:anywhere}
.coin-art-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-35%);display:flex;align-items:center;gap:16px;padding:19px 25px;background:#ccff00e8;border:1px solid #e1ff7590;border-radius:70px;backdrop-filter:blur(12px);color:#1b210b;font-size:24px;font-weight:700;line-height:1.25;opacity:0;transition:opacity .2s,transform .3s;white-space:nowrap;pointer-events:none}
.coin-art-label small{display:block;font-size:19px;font-weight:500;margin-top:4px}
.coin-art-link:hover .coin-art,.coin-art-link:focus-visible .coin-art{transform:scale(1.12)}
.coin-art-link:hover img,.coin-art-link:focus-visible img{transform:scale(1.05)}
.coin-art-link:hover .coin-art-label,.coin-art-link:focus-visible .coin-art-label{opacity:1;transform:translate(-50%,-50%)}
.coin-art-link:focus-visible .coin-art{outline:4px solid #ccff00;outline-offset:6px}
@media(hover:none){.coin-art-label{opacity:1;top:auto;bottom:22px;transform:translateX(-50%);font-size:22px;padding:14px 22px}.coin-art-label small{font-size:17px}}
@media(max-width:760px){.coins-caption{max-width:calc(100vw - 28px);white-space:normal;width:max-content;font-size:11px;gap:10px;bottom:22px;padding:10px 10px 10px 15px}.coins-caption a{flex-shrink:0;padding:8px 10px}}

/* Explore is a vertical image gallery; the personal gallery retains its ring. */
.explore-layer{position:fixed;inset:0;z-index:6;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;padding:145px max(32px,calc((100vw - 1120px)/2)) 90px;scrollbar-color:#777 #141414;pointer-events:auto}
.explore-layer[hidden]{display:none}
.explore-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.explore-heading h1{font-size:44px;line-height:1.1;font-weight:600;letter-spacing:-1.8px;margin:0}.explore-personal{padding:13px 20px;font-size:13px;white-space:nowrap}
.explore-controls{display:flex;width:max-content;max-width:100%;gap:4px;padding:5px;border:1px solid #ffffff30;background:#141414e8;backdrop-filter:blur(16px);border-radius:32px}.explore-controls button{border:0;background:transparent;padding:10px 18px;border-radius:25px;color:#ddd;font-size:13px;white-space:nowrap}.explore-controls button[aria-pressed=true]{background:#ccff00;color:#171b0d}.explore-controls button:hover{color:#ccff00}.explore-controls button[aria-pressed=true]:hover{color:#171b0d}
.explore-status{font-size:12px;color:#c4c4c4;margin:18px 0 30px;line-height:1.5;min-height:18px}.explore-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 34px;align-items:start}
.explore-coin{min-width:0;text-decoration:none!important;display:block}.explore-art{position:relative;aspect-ratio:1;display:grid;place-items:center;background:#30332a;border-radius:14px;transition:transform .4s cubic-bezier(.2,.7,.2,1);overflow:hidden}.explore-art>span:first-child:not(.explore-art-label){font-size:30px;font-weight:700;padding:18px;overflow-wrap:anywhere}.explore-art img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .4s}.explore-coin:hover .explore-art,.explore-coin:focus-visible .explore-art{transform:scale(1.035)}.explore-coin:hover img{transform:scale(1.045)}
.explore-art-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-40%);padding:14px 22px;border-radius:35px;background:#ccff00e8;color:#19200b;white-space:nowrap;opacity:0;transition:opacity .2s,transform .2s;font-size:14px;font-weight:600}.explore-coin:hover .explore-art-label,.explore-coin:focus-visible .explore-art-label{opacity:1;transform:translate(-50%,-50%)}
.explore-coin-caption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:16px 2px;font-size:12px}.explore-coin-caption strong{font-size:16px;font-weight:600}.explore-coin-caption>span{color:#c9c9c9}.explore-layer a:focus-visible,.explore-controls button:focus-visible{outline:2px solid #ccff00;outline-offset:5px}
@media(max-width:1000px){.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 24px}}
@media(max-width:600px){.explore-layer{padding:118px 22px 60px}.explore-heading{align-items:flex-start;gap:16px;margin-bottom:24px}.explore-heading h1{font-size:30px;letter-spacing:-1px}.explore-personal{font-size:11px;padding:10px 12px}.explore-controls{width:100%;gap:0;justify-content:space-between;padding:4px}.explore-controls button{padding:9px 9px;font-size:11px}.explore-grid{grid-template-columns:1fr;gap:28px}.explore-status{margin-bottom:24px}.explore-art-label{top:auto;bottom:20px;opacity:1;transform:translateX(-50%);font-size:12px;padding:11px 18px}}
body[data-route=explore] #market-gallery{touch-action:pan-y!important}
@media(max-width:360px){.explore-heading{flex-wrap:wrap}.explore-controls button{padding:9px 7px;font-size:10px}}

/* Keep the mural visible as scenery, with quiet surfaces behind small text. */
body[data-route=create] #scene,body[data-route=explore] #scene{opacity:.22}
.explore-heading h1{color:#fafafa;text-shadow:0 2px 18px #0009}
.explore-controls{background:#171717;border-color:#ffffff38}
.explore-controls button{color:#ededed}
.explore-status{width:fit-content;max-width:100%;padding:9px 13px;border-radius:8px;background:#171717ed;color:#dedede;font-size:13px;line-height:1.55}
.explore-status:empty{visibility:hidden}
.explore-coin-caption{margin-top:12px;padding:13px 14px;background:#171717f5;border:1px solid #ffffff14;border-radius:9px;font-size:13px;line-height:1.4}
.explore-coin-caption strong{color:#fafafa}
.explore-coin-caption>span{color:#dedede}
@media(max-width:600px){.explore-coin-caption{padding:12px;font-size:12px}.explore-status{font-size:12px}}

/* A single coin card contains the artwork and its identity. */
.explore-coin{background:#20211d;border:1px solid #ffffff26;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #0003;transition:transform .3s ease,border-color .3s ease}
.explore-coin .explore-art{border-radius:0;background:#30332a}
.explore-coin .explore-coin-caption{margin:0;padding:17px 18px;background:#20211d;border:0;border-top:1px solid #ffffff14;border-radius:0}
.explore-coin:hover,.explore-coin:focus-visible{transform:translateY(-4px);border-color:#ccff0070}
.explore-coin:hover .explore-art,.explore-coin:focus-visible .explore-art{transform:none}
@media(prefers-reduced-motion:reduce){.explore-coin:hover,.explore-coin:focus-visible{transform:none}}

/* The rotating gallery uses the same complete card as Explore. */
.coin-art-link{height:590px}
.coin-ring-card{height:100%;background:#20211d;border:1px solid #ffffff26;border-radius:23px;overflow:hidden;box-shadow:0 14px 38px #0004;transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .3s}
.coin-ring-card .coin-art{position:relative;height:510px;border-radius:0;box-shadow:none}
.coin-ring-caption{height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-top:1px solid #ffffff14;color:#fafafa;line-height:1.4}
.coin-ring-caption strong{font-size:23px;font-weight:600;min-width:0;overflow-wrap:anywhere}
.coin-ring-cap{font-size:18px;color:#dedede;white-space:nowrap}
.coin-art-link:hover .coin-ring-card,.coin-art-link:focus-visible .coin-ring-card{transform:scale(1.035);border-color:#ccff0070}
.coin-art-link:hover .coin-ring-card .coin-art,.coin-art-link:focus-visible .coin-ring-card .coin-art{transform:none;outline:none}
.coin-art-link:focus-visible .coin-ring-card{outline:3px solid #ccff00;outline-offset:5px}
@media(prefers-reduced-motion:reduce){.coin-art-link:hover .coin-ring-card,.coin-art-link:focus-visible .coin-ring-card{transform:none}}

/* A compact brand introduction leaves the explanation in the first screen. */
.how-page .how-intro{position:relative;align-items:center;justify-content:center;min-height:0;height:0;padding:0;border-bottom:0}
.how-page .how-intro h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.how-section-body h2{font-weight:450;letter-spacing:-.04em;line-height:1.06}
.how-section-body p,.how-section-body li{letter-spacing:-.012em;line-height:1.6}
.how-section-label{font-weight:500;letter-spacing:.025em}
.how-content>.how-definition{padding-top:48px}
@media(max-width:760px){.how-content>.how-definition{padding-top:32px}.how-definition>.how-section-label{margin-bottom:18px!important}}

/* Explanatory media fills the editorial left column. */
.how-content>section.has-media{grid-template-rows:min-content 1fr;row-gap:28px}
.has-media>.how-section-label{grid-column:1;grid-row:1}
.has-media>.how-section-body{grid-column:2;grid-row:1 / span 2}
.how-section-media{grid-column:1;grid-row:2;position:sticky;top:28px;align-self:start;min-width:0;margin:0;width:100%;max-width:520px}
.how-section-media svg{display:block;width:100%;height:auto;overflow:visible}
.how-section-media text{font-family:Geist,Arial,sans-serif;fill:#ededed;text-anchor:middle;font-size:20px;font-weight:450}
.how-section-media .diagram-small{font-size:12px;letter-spacing:.06em}
.how-section-media .diagram-large{font-size:49px;letter-spacing:-.04em}
.how-section-media .diagram-question{font-size:112px;font-weight:350}
.how-section-media .diagram-accent{fill:#ccff00}
.diagram-line{stroke:#62645a;stroke-width:1.5;fill:none}
.diagram-node{fill:#20211d;stroke:#777b6a;stroke-width:1}
.diagram-orbit{fill:none;stroke:#55584a;stroke-width:1;stroke-dasharray:3 7}
.how-section-media figcaption{font-size:12px;color:#aaa;border-top:1px solid #ffffff25;padding-top:14px;letter-spacing:.01em}
@media(max-width:760px){.how-section-media{position:static;max-width:340px;margin:0 auto 32px}.how-section-media svg{max-height:235px}.how-section-media figcaption{text-align:center;font-size:11px}}

.basket-webgl{width:100%;height:470px;position:relative}.basket-webgl canvas{display:block;width:100%;height:100%}.basket-webgl>img{width:64px;margin:70px 20px}
@media(max-width:1000px){.basket-webgl{height:370px}}
@media(max-width:760px){.basket-webgl{height:340px}}

/* Persistent contents rail beside the illustrated document. */
.how-layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:40px;align-items:start}
.how-content{min-width:0}
.how-contents{position:sticky;top:28px;padding-top:48px;max-height:calc(100svh - 150px);overflow-y:auto}
.how-contents details{border:0!important;padding:0!important}
.how-contents summary{font-size:12px!important;letter-spacing:.06em;color:#aaa;list-style:none;pointer-events:none;margin:0 0 20px}
.how-contents summary span{display:none}
.how-contents summary::-webkit-details-marker{display:none}
.how-contents a{display:block;padding:9px 12px;border-left:1px solid #ffffff26;color:#999;font-size:13px;line-height:1.35;transition:color .15s,border-color .15s}
.how-contents a:hover{color:#fff}.how-contents a[aria-current]{color:#ccff00;border-left-color:#ccff00}
.how-content>section{column-gap:32px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
.how-content>#engine{column-gap:32px}
.how-doc-block{padding-top:42px;margin-top:38px;border-top:1px solid #ffffff25;scroll-margin-top:28px}
.how-table-wrap{overflow-x:auto;margin:24px 0}
.how-example-table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:12px;font-variant-numeric:tabular-nums}
.how-example-table caption{text-align:left;white-space:normal;color:#aaa;padding-bottom:14px;font-size:12px}
.how-example-table th,.how-example-table td{text-align:left;padding:12px 8px;border-bottom:1px solid #ffffff25}
.how-example-table thead th{font-weight:400;color:#aaa}.how-example-table tbody th{color:#ccff00;font-weight:500}
.how-route-flow{padding:0;list-style:none;counter-reset:route;margin:28px 0}
.how-route-flow li{border-left:1px solid #ccff0060;padding:0 0 26px 22px;position:relative;font-size:17px;color:#eee}
.how-route-flow li:before{content:'';position:absolute;left:-4px;top:7px;width:7px;height:7px;background:#ccff00;border-radius:50%}
.how-route-flow small{display:block;margin-top:5px;color:#aaa;font-size:13px}
.how-contract-links a{color:#ccff00;text-decoration:underline;text-underline-offset:3px}
@media(min-width:901px) and (max-width:1200px){.how-layout{grid-template-columns:155px minmax(0,1fr);gap:28px}.how-content>section{column-gap:22px}.how-page h2{font-size:36px}.how-definition .how-section-body>p:first-of-type{font-size:23px}.basket-webgl{height:320px}}
@media(max-width:900px){.how-layout{display:block}.how-contents{top:0;z-index:15;padding:12px 0;background:#141414;border-bottom:1px solid #ffffff25;max-height:65svh}.how-contents summary{pointer-events:auto;cursor:pointer;margin:0;display:flex;justify-content:space-between;padding:10px 0;font-size:14px!important;color:#eee}.how-contents summary span{display:inline}.how-contents details[open]>div{display:grid;grid-template-columns:1fr 1fr;padding:12px 0}.how-content>section,.how-doc-block,.how-graduation{scroll-margin-top:72px}}

/* Distinct display, subheading and reading sizes for the guide. */
.how-page{--how-heading:clamp(44px,4.5vw,72px);--how-subheading:28px;--how-body:16px}
.how-page .how-section-body h2{font-size:var(--how-heading);font-weight:500;line-height:1.02;letter-spacing:-.045em;margin-bottom:32px}
.how-page .how-section-body h3{font-size:var(--how-subheading);font-weight:500;line-height:1.2;letter-spacing:-.025em;margin-bottom:16px}
.how-page .how-section-body p{font-size:var(--how-body);font-weight:400;line-height:1.75;letter-spacing:-.005em}
.how-page .how-definition .how-section-body>p.how-lead{max-width:48ch;margin:0 0 32px;font-size:20px;font-weight:400;line-height:1.6;letter-spacing:-.015em;color:#a8a8a8}
.how-page .how-section-body .how-key-point{font-size:16px;font-weight:500;line-height:1.7}
.how-page .how-section-body summary{font-size:20px;line-height:1.4;font-weight:500;letter-spacing:-.015em}
.how-page .how-section-body dd{font-size:15px;line-height:1.7}
@media(min-width:901px) and (max-width:1200px){.how-page{--how-heading:44px;--how-subheading:25px}}
@media(max-width:760px){.how-page{--how-heading:42px;--how-subheading:25px}.how-page .how-section-body h2{margin-bottom:26px}.how-page .how-definition .how-section-body>p.how-lead{font-size:18px;margin-bottom:28px}.how-page .how-section-body summary{font-size:19px}}

.explore-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:48px auto 0;padding:12px;width:fit-content;max-width:100%;border:1px solid #ffffff30;border-radius:32px;background:#171717}
.explore-pagination[hidden]{display:none}.explore-pagination a,.explore-pagination span{display:grid;place-items:center;min-width:38px;min-height:38px;padding:8px 12px;font-size:14px;border-radius:24px;text-decoration:none}
.explore-pagination a:hover{background:#ffffff16}.explore-pagination a[aria-current]{background:#ccff00;color:#141414}.explore-pagination [aria-disabled]{opacity:.35}
.explore-pagination a:focus-visible{outline:2px solid #ccff00;outline-offset:3px}
.explore-heading h1:focus{outline:none}
@media(max-width:600px){.explore-pagination{gap:2px;padding:6px}.explore-pagination a,.explore-pagination span{min-width:29px;padding:7px;font-size:12px}}
.coin-card-stage{position:absolute;top:14px;left:14px;z-index:2;padding:7px 10px;border:1px solid #ffffff28;border-radius:20px;background:#171717ed;color:#ddd;font-size:10px;font-weight:500;letter-spacing:.025em;pointer-events:none}
.coin-card-stage[data-graduated=true]{color:#ccff00;border-color:#ccff0055;background:#222919f2}
.coin-ring-card .coin-card-stage{font-size:15px;top:20px;left:20px;padding:9px 14px}

/* Quote provenance stays legible independently of the scenery opacity. */
.mural-quote-status{position:fixed;right:24px;bottom:14px;z-index:15;color:#aaa;font-size:10px;line-height:1.4;pointer-events:none;background:#141414e8;padding:4px 8px;border-radius:4px}
body[data-route=docs] .mural-quote-status{display:none}
@media(max-width:760px){.mural-quote-status{right:12px;bottom:6px;font-size:9px}}

.how-legal-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:48px;padding:28px 0;border-top:1px solid #ffffff25;font-size:12px;color:#aaa}.how-legal-footer nav{display:flex;gap:24px}.how-legal-footer a:hover{color:#ccff00}@media(max-width:600px){.how-legal-footer{align-items:flex-start;gap:16px;flex-direction:column}.how-legal-footer nav{gap:20px}}
