@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=IBM+Plex+Mono:wght@400;500&display=swap');
:root{color-scheme:dark;--bg:#101112;--panel:#191b1c;--border:#2b2e30;--text:#f5f6f6;--muted:#999fa2;--green:#86efac;--mono:'IBM Plex Mono',monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:5px}button:disabled{cursor:default;opacity:.25}header{height:80px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;background:#101112f5;backdrop-filter:blur(16px)}.brand{font-size:30px;font-weight:700;letter-spacing:-1.3px;display:flex;align-items:center;gap:9px}.brand svg{width:31px;height:37px}nav{display:flex;height:100%;gap:38px}nav a{font-size:15px;display:flex;align-items:center;color:var(--muted);position:relative}nav a:hover,nav a.active{color:var(--text)}nav a.active:after{content:'';height:3px;background:var(--green);position:absolute;bottom:0;left:0;right:0;border-radius:3px}.button{background:var(--green);color:#0b2717;border-radius:9px;padding:11px 18px;font-weight:700;font-size:14px;display:flex;gap:18px;align-items:center}.button:hover{background:#a2f5c1}.live{max-width:1220px;margin:auto;padding:25px 35px 35px;text-align:center}.section-meta{display:flex;justify-content:space-between;align-items:center;text-align:left}.eyebrow{font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:1.5px;color:var(--muted)}.demo-tag{font-family:var(--mono);font-size:12px;color:#acb4ad;border:1px solid #333c35;border-radius:5px;padding:4px 9px;white-space:nowrap}.stage{height:335px;position:relative;display:flex;align-items:center;justify-content:space-between}.art-wrap{height:340px;width:400px;position:relative;margin:auto}.halo{position:absolute;inset:25px 0;background:radial-gradient(ellipse,#58e99716 0%,transparent 67%);pointer-events:none}.mascot{width:330px;height:330px;object-fit:contain;position:relative;display:block;margin:auto;animation:bob 5s ease-in-out infinite;transition:filter .4s,transform .4s}.art-label{position:absolute;left:0;right:0;bottom:4px;font-family:var(--mono);font-size:10px;letter-spacing:2.5px;color:#57615a}.arrow{background:#1b1e20;border:1px solid #303638;border-radius:50%;width:49px;height:49px;flex-shrink:0;font-size:31px;font-weight:400;line-height:1}.arrow:hover:not(:disabled){border-color:var(--green);color:var(--green)}.stage-info{margin-top:12px}.stage-index{color:#737b76;font:12px var(--mono);letter-spacing:2px}h1{font-size:46px;line-height:1.12;letter-spacing:-2px;margin:10px 0 8px;font-weight:650}.stage-info p{color:var(--green);margin:0;font-size:14px}.stage-dots{display:flex;gap:8px;justify-content:center;margin:23px 0 30px}.stage-dots button{border:0;padding:8px 0;background:none;width:29px}.stage-dots button:after{content:'';display:block;height:5px;border-radius:3px;background:#3c4240}.stage-dots button[aria-pressed=true]:after{background:var(--green)}.progress-panel{max-width:650px;margin:auto;text-align:left;background:var(--panel);border:1px solid var(--border);padding:18px 22px;border-radius:12px}.progress-head,.progress-foot{display:flex;justify-content:space-between;gap:14px}.progress-head{font-size:14px;color:#929b96}.progress-head strong{color:var(--green);font-weight:500;margin-left:5px}.progress-head b{color:var(--text)}progress{appearance:none;width:100%;height:6px;border:0;display:block;margin:15px 0 12px;border-radius:5px;overflow:hidden;background:#333938}progress::-webkit-progress-bar{background:#333938}progress::-webkit-progress-value{background:var(--green)}progress::-moz-progress-bar{background:var(--green)}.progress-foot{font-size:12px;color:#858f89;font-family:var(--mono)}.contract{display:flex;gap:14px;align-items:center;justify-content:center;font-size:12px;font-family:var(--mono);color:#9a9f9b;margin:15px auto 0}.contract>span:first-child{color:var(--green)}.pending{color:#677069;padding-left:14px;border-left:1px solid var(--border)}.explore{font-size:12px;color:#87938b;display:inline-flex;gap:10px;margin-top:35px}.explore:hover{color:var(--green)}.section{max-width:1220px;margin:auto;border-top:1px solid var(--border);padding:70px 35px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.accent{color:var(--green)}h2{font-size:43px;line-height:1.12;letter-spacing:-1.8px;margin:15px 0 0;font-weight:600}.section-heading>p{max-width:380px;color:var(--muted);font-size:15px;line-height:1.8;margin:0 0 3px}.ladder{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.evo-card{position:relative;text-align:left;background:#181a1b;border:1px solid var(--border);border-radius:10px;padding:13px 11px;min-width:0;transition:background .2s,border .2s}.evo-card:hover{background:#212523}.evo-card.selected{border-color:var(--green);background:#19241e}.evo-card .card-number{color:#66736b;font:11px var(--mono)}.evo-card img{display:block;width:100%;aspect-ratio:1;object-fit:contain;margin:5px 0}.evo-card strong{display:block;font-size:14px;font-weight:550;white-space:nowrap}.evo-card small{font-family:var(--mono);font-size:10px;color:#87928b;display:block;margin-top:5px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:45px}.number{font-family:var(--mono);font-size:12px;color:var(--green)}h3{font-size:17px;font-weight:550;margin:13px 0 8px}.principles p,.burn-steps p{color:var(--muted);font-size:14px;line-height:1.8;margin:0}.stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stats article{border:1px solid var(--border);border-radius:12px;background:var(--panel);padding:25px}.stats strong{display:block;font-size:44px;color:var(--green);font-weight:550;margin:13px 0 7px;line-height:1.2}.stats strong span{font-size:18px;color:#79867d}.stats p{color:var(--muted);font-size:13px;margin:0}.burn-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin:40px 0}.notice{display:flex;align-items:center;gap:15px;padding:15px 18px;border:1px solid var(--border);border-radius:8px;color:#959d98;background:#161918}.notice p{font-size:13px;margin:0;flex:1}.notice-icon{border:1px solid #6a756c;border-radius:50%;width:20px;height:20px;line-height:18px;text-align:center;font-size:12px;flex-shrink:0}footer{border-top:1px solid var(--border);max-width:1150px;margin:auto;padding:25px 0 30px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}footer .brand{font-size:23px;color:var(--text);gap:1px}footer a:hover{color:var(--green)}@keyframes bob{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(-9px) rotate(-4deg)}}@media(min-width:1500px){.live{padding-top:35px}.stage{height:400px}.art-wrap{height:390px}.mascot{width:380px;height:380px}}@media(max-width:850px){.ladder{grid-template-columns:repeat(4,1fr)}.section-heading>p{max-width:300px}.burn-steps{grid-template-columns:repeat(2,1fr)}footer{margin:0 30px}}@media(max-width:600px){html{scroll-padding-top:75px}.header{height:68px;padding:0 18px}.brand{font-size:25px}.brand svg{width:25px}nav{gap:17px}nav a{font-size:14px}.feed{font-size:12px;padding:9px 11px}.feed span{display:none}.live{padding:20px 18px 30px}.section-meta .eyebrow{font-size:9px;letter-spacing:.6px}.demo-tag{font-size:10px;padding:3px 6px}.stage{height:305px}.art-wrap{width:250px;height:290px}.mascot{width:280px;height:280px;position:absolute;left:50%;margin-left:-140px}.art-label{font-size:8px}.arrow{width:34px;height:34px;font-size:25px;z-index:1}.stage-info{margin-top:0}h1{font-size:38px}.progress-panel{padding:16px}.progress-head{font-size:12px}.progress-foot{font-size:10px}.contract{gap:8px;font-size:10px}.pending{padding-left:8px}.section{padding:45px 20px}.section-heading{display:block;margin-bottom:25px}h2{font-size:35px}.section-heading>p{margin-top:20px;max-width:none;font-size:14px}.ladder{gap:8px}.evo-card{padding:9px 7px}.evo-card strong{font-size:11px}.evo-card small{font-size:9px}.principles{grid-template-columns:1fr;gap:25px;margin-top:30px}.principles h3{margin-top:6px}.stats{gap:10px}.stats article{padding:17px 13px}.stats .eyebrow{font-size:10px;letter-spacing:.5px}.stats strong{font-size:34px}.stats strong span{font-size:13px}.stats p{font-size:12px}.burn-steps{gap:25px 18px}h3{font-size:15px}.notice .demo-tag{display:none}footer{margin:0 20px;gap:12px;flex-wrap:wrap}footer>span{font-size:11px}}@media(max-width:370px){.feed{display:none}.evo-card strong{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media(max-width:600px){html{scroll-padding-top:115px}.header{height:104px;display:grid;grid-template-columns:1fr auto;grid-template-rows:60px 44px;column-gap:20px}.header .brand{grid-column:1;grid-row:1}.header .feed{grid-column:2;grid-row:1;white-space:nowrap}.header nav{grid-column:1/-1;grid-row:2;justify-content:center;gap:38px}.evo-card strong{font-size:14px;white-space:normal;overflow-wrap:anywhere}.evo-card small{font-size:11px}.stage-info p{max-width:90%;margin:auto}}

.mascot{animation:none;border-radius:18px}.evo-card img{border-radius:7px}.art-label{bottom:-10px}

.brand .brand-logo{width:40px;height:40px;object-fit:contain;border-radius:50%;flex-shrink:0}footer .brand{gap:8px}footer .brand .brand-logo{width:30px;height:30px}@media(max-width:600px){.brand .brand-logo{width:34px;height:34px}}

.callout-message{margin:0 auto 25px}.callout-message p{font-size:22px;line-height:1.35;margin:0 0 8px;font-weight:550}.callout-message strong{color:var(--green)}.callout-message>span{font-family:var(--mono);font-size:13px;color:var(--muted)}@media(max-width:600px){.callout-message p{font-size:20px}}

.intro-video{display:block;width:100%;max-height:75vh;object-fit:contain;background:#000;border:1px solid var(--border);border-radius:14px}.film .section-heading{margin-bottom:25px}

.header-actions{display:flex;align-items:center;gap:10px}.x-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--panel);border:1px solid var(--border);border-radius:9px;font-size:20px}.x-link:hover{color:var(--green);border-color:var(--green)}@media(max-width:600px){.header-actions{grid-column:2;grid-row:1;gap:8px}.x-link{width:34px;height:34px;font-size:17px}}
