@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#0b1315;--panel:#121e20;--line:#263538;--text:#ecf5f1;--muted:#94a9a8;--mint:#bcfce2;--blue:#a2e7f3;--red:#f3a99f;--radius:22px;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.55 'DM Sans',sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select{outline-offset:5px}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}button{color:inherit}header{height:90px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:0 4vw;position:relative;z-index:5}.brand{display:flex;gap:9px;align-items:center;font:600 23px 'Space Grotesk',sans-serif;letter-spacing:-1px;white-space:nowrap}.brand span{font-weight:400;margin-left:-8px;color:var(--muted)}nav{display:flex;gap:28px;align-items:center}nav a{color:var(--muted);font-size:13px;position:relative;padding:34px 0}nav a.active,nav a:hover{color:var(--text)}nav a.active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--mint)}.header-right{display:flex;align-items:center;gap:20px}.chain{font-size:11px;color:#b5ccc4;white-space:nowrap}.chain i,.live i{display:inline-block;width:6px;height:6px;background:var(--mint);border-radius:50%;margin-right:6px;box-shadow:0 0 9px #bcfce240}.button{border:1px solid var(--line);background:#162326;padding:14px 23px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:26px;font-weight:600;transition:background .2s,transform .2s,border-color .2s}.button:hover:not(:disabled){background:#253c3d;transform:translateY(-2px);border-color:#577c79}.button.primary{background:var(--mint);border-color:var(--mint);color:#102723}.button.primary:hover:not(:disabled){background:#d9ffee}.button.small{font-size:12px;padding:11px 15px;gap:12px}.button.ghost{background:transparent}.button.full{width:100%}.menu-btn{display:none}main{max-width:1510px;margin:auto;padding:42px 4vw 75px;min-height:75vh}.eyebrow{font:11px/1.5 'Space Grotesk',sans-serif;letter-spacing:2px;color:var(--mint);text-transform:uppercase;margin:0 0 18px}.topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.live{font-size:11px;color:var(--muted)}.live.stale i{background:#efc77e}h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:500;line-height:1.07;letter-spacing:-1.5px;margin:0}h1{font-size:clamp(38px,4.6vw,69px)}h2{font-size:30px}h3{font-size:23px;letter-spacing:-.7px}p{color:var(--muted)}.hero{border:1px solid var(--line);border-radius:28px;min-height:435px;display:grid;grid-template-columns:1.05fr 1fr;overflow:hidden;position:relative;background:#101c1e}.hero-copy{padding:48px 0 38px 42px;position:relative;z-index:1}.hero-copy h1 span{color:var(--mint)}.hero-copy>p:not(.eyebrow){font-size:15px;max-width:380px;margin:22px 0 25px}.hero-copy .actions{display:flex;gap:10px}.hero-art{position:relative;min-width:0;display:flex;align-items:center;overflow:hidden}.hero-art>img{width:115%;height:100%;object-fit:cover;mix-blend-mode:screen;animation:levitate 8s ease-in-out infinite}.art-caption{position:absolute;bottom:28px;left:30px;right:30px;display:flex;align-items:center;justify-content:space-between;color:#bad3d0;font:11px 'Space Grotesk';letter-spacing:1px}.art-caption strong{font-size:15px;color:var(--mint)}.ribbon{display:flex;gap:12px;margin-top:28px;font-size:11px;color:var(--muted)}.ribbon span+span{padding-left:12px;border-left:1px solid var(--line)}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding:24px 0;margin-bottom:42px}.summary-strip>div{padding:0 28px;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px}.summary-strip>div:first-child{padding-left:3px}.summary-strip>div:last-child{border:0}.summary-strip small{font-size:11px;color:var(--muted)}.summary-strip strong{font:500 24px 'Space Grotesk'}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:32px 0 22px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{font-size:30px}.filters,.tabs{display:flex;gap:5px;flex-wrap:wrap}.filters button,.tabs button{background:transparent;border:1px solid transparent;padding:8px 14px;border-radius:8px;color:var(--muted);font-size:12px}.filters button.active,.tabs button.active{background:#1d3032;border-color:#2d494b;color:var(--mint)}.stack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stack-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#101b1d;transition:transform .3s,border-color .3s}.stack-card:hover{transform:translateY(-5px);border-color:#567d77}.card-top{padding:25px;min-height:160px;background:#172b2d;position:relative;overflow:hidden}.stack-card.blue .card-top{background:#17292f}.stack-card.lilac .card-top{background:#242732}.card-top .number{position:absolute;right:20px;top:18px;font:11px 'Space Grotesk';color:#6a9290}.composition{display:flex;gap:7px;align-items:stretch;min-height:88px;margin:19px 0 3px}.asset-tile{display:flex;min-width:0;flex:var(--w) 1 0;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#a4dec719;border:1px solid #a5ead33b;border-radius:13px;transition:transform .35s,background .35s}.asset-tile:nth-child(2){transform:translateY(-8px)}.stack-card:hover .asset-tile:nth-child(2){transform:translateY(-13px)}.asset-tile small{font:10px 'Space Grotesk';color:#cee6df}.coin{width:31px;height:31px;border-radius:50%;background:var(--coin,#bcfce2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#173c37;font:bold 10px 'Space Grotesk';overflow:hidden}.coin img{width:100%;height:100%;object-fit:cover}.coin.large{width:42px;height:42px}.card-body{padding:23px}.card-name{display:flex;align-items:center;justify-content:space-between;gap:12px}.pill{font:10px 'Space Grotesk';padding:4px 7px;background:#203638;border:1px solid #375352;border-radius:6px;color:#bbd5d0}.card-body p{font-size:12px;min-height:38px;margin:12px 0 20px}.card-metrics{display:flex;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.positive{color:var(--mint)!important}.negative{color:var(--red)!important}.card-actions{display:flex;gap:7px}.card-actions .button{flex:1;font-size:11px;padding:10px 8px;gap:14px}.build-card{border:1px dashed #45625e;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:345px;padding:24px;background:#101b1c}.plus{font:300 42px 'Space Grotesk';border:1px solid #34544e;border-radius:50%;width:65px;height:65px;display:grid;place-items:center;margin-bottom:24px;color:var(--mint)}.build-card p{max-width:210px;font-size:12px;margin:15px 0 25px}.workspace{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:22px;align-items:start}.panel{background:#111e20;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.panel+.panel{margin-top:20px}.page-head{margin:15px 0 35px;max-width:720px}.page-head h1{font-size:49px}.page-head p{font-size:14px;max-width:600px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-title h2{font-size:22px;letter-spacing:-.7px}.panel-title small{font-size:11px;color:var(--muted)}.sticky{position:sticky;top:25px}.search,input,select{width:100%;padding:13px 15px;border:1px solid #34494b;border-radius:9px;background:#0c1719;color:var(--text)}input:focus,select:focus{border-color:var(--mint);outline:1px solid var(--mint)}input[type=range]{padding:0;accent-color:var(--mint)}label{display:block;color:var(--muted);font-size:11px;margin:18px 0 8px}.token-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:15px}.token-option{background:#152326;border:1px solid var(--line);border-radius:12px;padding:13px;display:flex;gap:11px;text-align:left;align-items:center}.token-option.active{border-color:#75ba9d;background:#21382f}.token-option .meta{flex:1}.meta strong{display:block;font-size:12px}.meta small{color:var(--muted);font-size:10px}.token-option b{font-weight:400;font-size:18px;color:var(--mint)}.weight-row{display:grid;grid-template-columns:28px 1fr 80px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.weight-row input{padding:8px;width:80px}.weight-row span{font-size:12px}.weight-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.text-btn{background:none;border:0;padding:0;color:var(--mint);font-size:12px}.helper{font-size:11px;color:var(--muted);line-height:1.6}.error{color:var(--red);font-size:12px}.notice{border-left:2px solid #5b8e80;background:#152b28;padding:12px 15px;font-size:12px;color:#bfd1cb;margin:18px 0}.amount{display:flex;gap:10px;align-items:center;background:#0b1719;border:1px solid #3a5556;border-radius:12px;padding:15px}.amount input{font:36px 'Space Grotesk';width:100%;border:0;padding:0;background:none;outline:none;min-width:0}.amount strong{font-size:13px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.data-row{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.data-row span{color:var(--muted)}.data-row strong{font-weight:500}.alloc-row{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.alloc-row strong{font-size:12px;display:block}.alloc-row small{font-size:10px;color:var(--muted)}.alloc-row>div:last-child{text-align:right}.allocation-bar{display:flex;gap:4px;height:7px;margin:20px 0}.allocation-bar i{display:block;flex:var(--w);background:var(--coin);border-radius:3px}.chart{height:200px;position:relative;margin-top:16px}.chart svg{width:100%;height:100%;overflow:visible}.chart-grid{stroke:#294043;stroke-width:1;stroke-dasharray:3 7}.chart-line{stroke:var(--mint);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2500;animation:draw 2s ease-out}.chart-empty{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:12px;padding:20px;border-bottom:1px solid var(--line)}.chart-axis{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.market-table{width:100%;border-collapse:collapse;font-size:12px}.market-table th{text-align:left;color:var(--muted);font-size:10px;font-weight:500;padding:14px 10px;border-bottom:1px solid var(--line)}.market-table td{padding:15px 10px;border-bottom:1px solid var(--line)}.market-table td:first-child{display:flex;gap:12px;align-items:center}.market-table th:not(:first-child),.market-table td:not(:first-child){text-align:right}.table-wrap{overflow:auto}.market-table .sub{display:block;color:var(--muted);font-size:10px}.market-table a{color:var(--mint)}.empty-state{text-align:center;padding:65px 25px}.empty-state p{max-width:420px;margin:20px auto 25px}.doc-layout{display:grid;grid-template-columns:215px 1fr;gap:35px}.doc-nav{display:flex;flex-direction:column;gap:7px;border-right:1px solid var(--line);padding-right:20px}.doc-nav a{padding:9px 12px;color:var(--muted);border-radius:7px}.doc-nav a:hover,.doc-nav a.active{background:#1a3030;color:var(--mint)}.prose{max-width:800px}.prose h2{margin:35px 0 16px;font-size:25px}.prose h3{font-size:18px;margin:24px 0 12px}.prose p,.prose li{color:#aabdb9;line-height:1.85}.prose a{color:var(--mint);text-decoration:underline;text-underline-offset:3px}.prose code{word-break:break-all;background:#1c302f;padding:4px 7px;font-size:12px}.steps{counter-reset:step;display:grid;gap:16px}.steps section{padding:22px;border:1px solid var(--line);border-radius:15px}.steps section:before{counter-increment:step;content:'0' counter(step);display:block;color:var(--mint);font:12px 'Space Grotesk';margin-bottom:15px}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.roadmap-grid li{margin:12px 0;font-size:13px}.spaced{margin-top:32px}.muted{color:var(--muted)}footer{border-top:1px solid var(--line);padding:38px 4vw;display:flex;align-items:center;gap:24px;flex-wrap:wrap}footer .brand{font-size:19px}footer p{font-size:12px}footer>div{margin-left:auto;display:flex;gap:18px;font-size:11px;color:var(--muted)}footer small{width:100%;font-size:10px;color:#6d8985}dialog{background:#122124;color:var(--text);border:1px solid #38514e;border-radius:23px;width:min(540px,calc(100% - 28px));padding:33px;max-height:90vh;overflow:auto;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#040b0cbb;backdrop-filter:blur(9px)}dialog h2{font-size:30px;margin:20px 0}dialog .close{position:absolute;right:17px;top:12px;background:none;border:0;font-size:25px;color:var(--muted)}dialog .choice{width:100%;margin:7px 0;text-align:left;justify-content:space-between}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);background:#dbfff0;color:#17382e;padding:13px 22px;box-shadow:0 15px 45px #0007;border-radius:12px;opacity:0;pointer-events:none;transition:.25s;z-index:30;max-width:90%;font-size:13px}#toast.show{opacity:1;transform:translate(-50%,0)}.initial{padding:100px;text-align:center;color:var(--muted)}.reveal{animation:appear .5s both}.form-actions{display:flex;gap:10px;margin-top:24px}.form-actions .button{flex:1}.saved-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.feature-focus{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:35px 0 15px}.selected-info{padding:20px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}@keyframes levitate{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(1deg)}}@keyframes appear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes draw{from{stroke-dashoffset:2500}to{stroke-dashoffset:0}}
@media(min-width:1600px){header,footer{padding-left:max(4vw,calc((100vw - 1390px)/2));padding-right:max(4vw,calc((100vw - 1390px)/2))}}@media(max-width:1100px){.chain{display:none}nav{gap:20px}.hero-copy{padding:35px 0 35px 30px}.hero{min-height:390px}.hero-copy h1{font-size:49px}.stack-grid{grid-template-columns:repeat(2,1fr)}.summary-strip>div{padding:0 15px}.summary-strip strong{font-size:21px}.header-right{gap:10px}footer>div{flex-wrap:wrap;margin-left:0}.hero-art>img{width:130%;margin-left:-5%}}@media(max-width:760px){header{height:74px;padding:0 20px;gap:10px}.brand{font-size:20px}.brand img{width:29px;height:29px}nav{display:none;position:absolute;top:73px;left:0;right:0;background:#102022;border-bottom:1px solid var(--line);padding:15px 20px;justify-content:space-around;gap:8px}nav.open{display:flex}nav a{padding:10px 0;font-size:12px}.menu-btn{display:block;border:0;background:none;font-size:18px;padding:8px}.header-right .button{padding:9px 11px;font-size:10px}.header-right .button span{display:none}main{padding:25px 20px 50px}.topline{margin-bottom:15px}.topline .eyebrow{font-size:9px;letter-spacing:1.1px}.live{font-size:9px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:30px 27px 0}.hero-copy h1{font-size:45px}.hero-copy>p:not(.eyebrow){font-size:13px;max-width:310px}.hero-art{height:240px;margin-top:5px}.hero-art>img{height:auto;width:100%;margin:0}.art-caption{bottom:15px;left:27px;right:27px;font-size:9px}.ribbon{margin-top:22px;font-size:10px}.summary-strip{padding:18px 0;margin-bottom:27px}.summary-strip>div{padding:0 9px;display:block}.summary-strip small{font-size:9px;display:block;margin-bottom:5px}.summary-strip strong{font-size:20px}.section-heading{align-items:start;flex-direction:column;gap:15px}.section-heading h2{font-size:28px}.stack-grid{gap:13px}.card-top{padding:16px;min-height:130px}.composition{gap:5px;min-height:73px;margin-top:12px}.asset-tile{border-radius:9px}.asset-tile small{font-size:8px}.coin{width:27px;height:27px;font-size:8px}.card-body{padding:17px}.card-name h3{font-size:19px}.card-name{display:block}.card-name .pill{display:inline-block;margin-top:9px}.card-body p{font-size:11px;min-height:52px}.card-metrics{font-size:10px}.card-actions{flex-direction:column}.card-actions .button{width:100%;font-size:10px}.build-card{padding:20px 15px}.build-card h3{font-size:23px}.workspace{grid-template-columns:1fr}.sticky{position:static}.panel{padding:22px}.page-head h1{font-size:39px}.page-head{margin-bottom:25px}.doc-layout{grid-template-columns:1fr;gap:20px}.doc-nav{flex-direction:row;overflow:auto;border:0;border-bottom:1px solid var(--line);padding:0 0 12px}.doc-nav a{white-space:nowrap;font-size:12px}.roadmap-grid,.saved-list{grid-template-columns:1fr}.market-table th,.market-table td{white-space:nowrap;font-size:11px;padding:12px 7px}.market-table td:first-child{gap:7px}.feature-focus{align-items:start;flex-direction:column}.chart{height:180px}footer{padding:30px 20px;gap:15px}.button{padding:12px 17px;font-size:12px;gap:18px}.table-wrap{margin:0 -8px}.topline .eyebrow{margin-bottom:0}.field-grid{grid-template-columns:1fr 1fr;gap:10px}.token-option{padding:10px;gap:8px}.token-option .meta small{font-size:9px}.token-option .meta strong{font-size:11px}.card-top .number{right:13px;top:10px}.build-card .plus{margin-bottom:15px}.hero-copy .actions{gap:8px}.hero-copy .actions .button{padding:13px 14px}}@media(max-width:390px){.stack-grid{grid-template-columns:1fr}.card-name{display:flex}.card-body p{min-height:0}.card-actions{flex-direction:row}.hero-copy h1{font-size:38px}.hero-copy{padding:25px 22px 0}.hero-art{height:220px}.brand{font-size:18px}.header-right .button{font-size:9px;max-width:112px}.token-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(max-width:600px){.stack-grid{grid-template-columns:1fr}.card-name{display:flex}.card-name .pill{margin:0}.card-body p{min-height:0}.card-actions{flex-direction:row}.card-top{padding:22px;min-height:155px}.composition{min-height:88px;gap:8px}.asset-tile small{font-size:10px}.card-top .number{top:21px;right:22px}.card-body{padding:23px}.card-metrics{font-size:12px}.card-actions .button{font-size:12px}.hero-copy h1{font-size:39px}.hero-copy .actions .button{font-size:11px}.summary-strip strong{font-size:19px}}
/* The stack is a small open-top case. Each constituent becomes its own pull-out card. */
.composition.token-box{position:relative;display:block;width:100%;height:var(--scene-height);min-height:0;margin:8px 0 0;padding:0;border:0;background:none;text-align:left;isolation:isolate;cursor:pointer;-webkit-tap-highlight-color:transparent;overflow:visible;color:var(--text)}
.token-box:focus-visible{outline:2px solid var(--mint);outline-offset:3px;border-radius:18px}
.box-halo{position:absolute;width:240px;height:200px;left:50%;top:60px;transform:translateX(-50%);background:radial-gradient(ellipse,#83e8d31a,transparent 68%);transition:transform .8s,opacity .8s;pointer-events:none}
.box-back{position:absolute;width:210px;height:160px;left:50%;bottom:52px;transform:translateX(-50%);border:1px solid #87cabc55;border-radius:18px 18px 24px 24px;background:linear-gradient(145deg,#253f40,#101e23);box-shadow:0 26px 36px -20px #000a;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s}
.box-rim{position:absolute;width:210px;height:50px;left:50%;bottom:168px;transform:translateX(-50%);border:1px solid #b9ffe05c;border-radius:50%;background:#0b1a1ce6;transition:transform .7s,opacity .7s;z-index:0}
.box-token{position:absolute;left:50%;top:0;width:182px;height:72px;display:flex;align-items:flex-start;gap:9px;padding:7px 12px;border:1px solid color-mix(in srgb,var(--token-color) 45%,#273c40);border-radius:12px;background:linear-gradient(120deg,color-mix(in srgb,var(--token-color) 13%,#132126),#15282b);box-shadow:0 3px 10px #0004;z-index:var(--layer);transform:translate(-50%,var(--closed-y)) rotate(var(--tilt));transition:transform .72s cubic-bezier(.22,1,.36,1),width .6s,box-shadow .6s,border-color .4s;transition-delay:calc((var(--count) - var(--i) - 1)*35ms);will-change:transform}
.box-token>.coin{width:24px;height:24px;margin:0;outline:1px solid #ffffff20;box-shadow:0 2px 5px #0003;font-size:9px;transition:width .5s,height .5s,margin .5s}
.box-token-copy{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.25}
.box-token-copy>strong{font:500 11px/24px 'Space Grotesk';letter-spacing:.3px}
.box-token-name{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-height:0;opacity:0;transition:opacity .3s,max-height .4s}
.box-token-market{font:11px/1.7 'Space Grotesk';color:var(--token-color);opacity:0;transform:translateY(6px);transition:opacity .3s,transform .4s}
.box-token-weight{font:500 12px/24px 'Space Grotesk';color:var(--token-color)}.box-token-weight small{font-size:9px;margin-left:1px}
.box-front{position:absolute;left:50%;bottom:48px;width:222px;height:104px;padding:20px 19px 13px;border:1px solid #a2e7df65;border-top:1px solid #dcfff5aa;border-radius:12px 12px 25px 25px;background:linear-gradient(125deg,#426864ec 0%,#224644f5 48%,#162e34 100%);box-shadow:inset 0 1px 18px #c9fff312,0 18px 24px -18px #000c;transform:translateX(-50%);z-index:20;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .6s,height .6s}
.box-front:after{content:'';position:absolute;left:22%;right:22%;top:-1px;height:8px;background:#172c2c;border:1px solid #80bdb56b;border-top:0;border-radius:0 0 12px 12px}
.box-brand{font:10px 'Space Grotesk';letter-spacing:3px;color:#c7ffec;display:block}.box-front-title{font:500 19px 'Space Grotesk';letter-spacing:1px;display:block;margin-top:5px}.box-front-count{position:absolute;bottom:15px;right:17px;font:8px 'Space Grotesk';color:#a1c8be;display:flex;gap:12px}.box-front-count>span{font-size:17px;line-height:9px;color:var(--mint)}
.box-instruction{position:absolute;bottom:9px;left:0;right:0;text-align:center;font:10px 'Space Grotesk';color:#96b5b0;letter-spacing:.7px}.box-open-label{display:none}.box-dots{display:flex;justify-content:center;gap:4px;margin-top:8px}.box-dots i{width:3px;height:3px;border-radius:50%;background:#9de7cb77;transition:width .4s,background .4s}
.token-box[aria-expanded=true] .box-token{width:46%;transform:translate(calc(-50% + var(--open-x)),var(--open-y)) rotate(0deg);transition-delay:calc(var(--i)*75ms);box-shadow:0 8px 20px #0004;z-index:30;padding:10px 9px;align-items:center;border-color:color-mix(in srgb,var(--token-color) 55%,#273c40)}
.token-box[aria-expanded=true] .box-token>.coin{width:30px;height:30px}.token-box[aria-expanded=true] .box-token-copy>strong{line-height:16px}.token-box[aria-expanded=true] .box-token-name{max-height:14px;opacity:1;transition-delay:calc(var(--i)*75ms + 120ms)}.token-box[aria-expanded=true] .box-token-market{opacity:1;transform:translateY(0);transition-delay:calc(var(--i)*75ms + 160ms)}.token-box[aria-expanded=true] .box-token-weight{position:absolute;right:7px;top:5px;font-size:10px;line-height:12px}.token-box[aria-expanded=true] .box-token-weight small{font-size:8px}
.token-box[aria-expanded=true] .box-back{transform:translate(-50%,32px) scale(.82,.45);opacity:.35}.token-box[aria-expanded=true] .box-rim{transform:translate(-50%,96px) scale(.8);opacity:.3}.token-box[aria-expanded=true] .box-front{transform:translate(-50%,18px) scale(.82);height:65px;opacity:.65;padding-top:13px}.token-box[aria-expanded=true] .box-front-title{font-size:13px}.token-box[aria-expanded=true] .box-front-count{bottom:13px}.token-box[aria-expanded=true] .box-brand{font-size:8px}.token-box[aria-expanded=true] .box-halo{transform:translateX(-50%) scale(1.5);opacity:.65}.token-box[aria-expanded=true] .box-closed-label{display:none}.token-box[aria-expanded=true] .box-open-label{display:inline}.token-box[aria-expanded=true] .box-dots i{width:10px;background:var(--mint)}
.stack-card .card-top{padding:23px 17px 7px}.stack-card .card-top>.eyebrow{margin-left:7px;margin-bottom:0}.stack-card .card-top .number{top:24px}.stack-card:hover{transform:none}.stack-card:hover .box-token:hover{border-color:var(--token-color);box-shadow:0 8px 25px #0007,0 0 18px color-mix(in srgb,var(--token-color) 12%,transparent)}
.hero-art.interactive-hero{display:flex;flex-direction:column;justify-content:center;overflow:visible;padding:52px 20px 42px;background:radial-gradient(ellipse at 50% 55%,#315b5d55,transparent 70%)}.interactive-hero .token-box{max-width:460px;height:340px;flex-shrink:0}.interactive-hero .box-token{width:224px}.interactive-hero .box-back{width:248px;height:183px}.interactive-hero .box-rim{width:246px;bottom:192px}.interactive-hero .box-front{width:264px;height:123px}.interactive-hero .token-box[aria-expanded=true] .box-token{width:46%;height:72px}.interactive-hero .box-token-copy>strong{font-size:13px}.interactive-hero .box-token-name{font-size:10px}.interactive-hero .box-token-market{font-size:12px}.interactive-hero .token-box[aria-expanded=true] .box-front{height:70px}.hero-box-caption{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px;gap:14px}.hero-box-caption .eyebrow{font-size:9px;letter-spacing:1.2px;margin:0}.hero-box-hint{font-size:10px;color:#a6cbc3;white-space:nowrap}.interactive-hero .art-caption{bottom:24px}.panel>.token-box,#composition-preview>.token-box,dialog>.token-box{max-width:440px;margin-left:auto;margin-right:auto}
@media(max-width:760px){.hero-art.interactive-hero{height:auto;padding:30px 18px 40px;margin:0}.interactive-hero .token-box{height:320px}.hero-box-caption{padding:0}.hero-box-caption .eyebrow{font-size:8px}.hero-box-hint{font-size:9px}.stack-card .card-top{padding:23px 14px 5px}.stack-card .card-top .number{right:17px}.token-box[aria-expanded=true] .box-token{gap:6px}.token-box[aria-expanded=true] .box-token>.coin{width:26px;height:26px}.box-token-name{font-size:8px}.box-token-copy>strong{font-size:10px}.interactive-hero .box-token-copy>strong{font-size:11px}.interactive-hero .box-token-name{font-size:9px}}
@media(prefers-reduced-motion:reduce){.token-box *{transition:none!important;animation:none!important}}
.token-box[aria-expanded=false] .box-token{padding-top:4px}
.token-box[aria-expanded=false] .box-token>.coin{width:20px;height:20px}
.token-box[aria-expanded=false] .box-token-copy>strong,.token-box[aria-expanded=false] .box-token-weight{line-height:20px}

.social-x{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;color:var(--muted);flex-shrink:0;transition:color .2s,border-color .2s}.social-x svg{width:15px;height:15px}.social-x:hover{color:var(--mint);border-color:#577c79}@media(max-width:760px){.header-right{gap:5px}.social-x{width:29px;height:31px}.social-x svg{width:12px;height:12px}}

.token-contract{margin:0 20px 25px 0;padding:15px 17px;border:1px solid #70b9a653;border-radius:13px;background:linear-gradient(125deg,#203d3766,#10232655);max-width:530px;min-width:0}.token-contract-label{display:flex;gap:7px;align-items:center;flex-wrap:wrap;font:10px 'Space Grotesk',sans-serif;letter-spacing:1px;color:var(--mint)}.token-contract-label small{color:var(--muted);font-size:9px;margin-left:auto;letter-spacing:.6px}.token-contract-dot{width:5px;height:5px;background:var(--mint);border-radius:50%;box-shadow:0 0 9px #bcfce25a}.token-contract-value{display:flex;align-items:center;gap:10px;margin-top:10px;min-width:0}.token-contract-value code{font:12px/1.6 Consolas,monospace;color:#d8f5eb;overflow-wrap:anywhere;min-width:0;user-select:all;flex:1}.token-contract-value button{flex:none;background:#bdfce20c;border:1px solid #7fc4b24a;border-radius:6px;color:var(--mint);font-size:10px;padding:6px 9px;transition:background .2s}.token-contract-value button:hover{background:#bdfce222}.token-contract-value button[hidden]{display:none}.token-copy-status{display:block;font-size:11px;color:var(--mint);margin-top:6px}.token-copy-status:empty{display:none}@media(max-width:760px){.token-contract{margin-right:0;padding:13px;max-width:100%}.token-contract-label small{font-size:8px}.token-contract-value{flex-wrap:wrap}.token-contract-value code{font-size:11px}.token-contract-value button{padding:5px 8px}}
