:root{color-scheme:dark;--bg:#080a0c;--panel:#0e1113;--line:#24292c;--muted:#929a9e;--white:#f1f3ee;--accent:#c3f53c;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--white);font-family:Arial,Helvetica,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a,button{touch-action:manipulation}button,a{transition:background .18s,color .18s,border-color .18s}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.header,main,footer{max-width:1240px;margin:auto}.header{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.logo{display:flex;align-items:center;gap:10px;font:700 25px var(--mono)}.logo-sub{font:10px var(--mono);letter-spacing:1px;max-width:110px;line-height:1.5;border-left:1px solid var(--line);padding-left:14px;margin-left:6px}.header nav{display:flex;gap:28px;color:#aeb4b7;font-size:13px}.header nav a:hover,.text-link:hover{color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:52px;padding:0 23px;border:1px solid var(--line);font:700 12px var(--mono);letter-spacing:.4px}.primary{background:var(--accent);color:#101509;border-color:var(--accent)}.primary:hover{background:#d5ff67;border-color:#d5ff67}.secondary{background:#111517;color:var(--white)}.secondary:hover{background:#202628}.small{min-height:42px;padding:0 18px}.system-line{display:flex;justify-content:space-between;gap:15px;margin-top:23px;font:10px var(--mono);letter-spacing:1px;color:var(--muted)}.system-line span:first-child{color:var(--accent)}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);vertical-align:middle;margin-right:7px;box-shadow:0 0 9px #c3f53333}.system-line b{padding:0 10px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:42px;padding:55px 0 40px;align-items:center}.eyebrow{font:11px var(--mono);letter-spacing:1.5px;color:var(--muted)}.tag{color:var(--accent);border:1px solid #3c4925;background:#16200d;padding:5px 7px;margin-right:10px}h1{font:800 clamp(44px,5.9vw,78px)/.98 var(--mono);letter-spacing:-5px;margin:26px 0 21px}h1>span{color:var(--accent)}.cursor{font-weight:400;animation:blink 1.4s step-end infinite}.hero-copy>p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}.hero-copy strong{color:#d1d5d2;font-weight:400}.hero-actions{display:flex;gap:12px;margin-top:25px}.processor{height:430px;position:relative;overflow:hidden;border:1px solid var(--line);background:radial-gradient(ellipse at center,#26331350,transparent 70%),repeating-linear-gradient(0deg,transparent 0 31px,#232d2038 32px),repeating-linear-gradient(90deg,transparent 0 31px,#232d2038 32px)}.art-caption,.art-bottom{position:absolute;left:20px;right:20px;display:flex;justify-content:space-between;font:9px var(--mono);letter-spacing:1px;color:var(--muted);z-index:2}.art-caption{top:18px}.art-bottom{bottom:18px}.art-bottom span:first-child{color:var(--accent)}.chip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);width:240px;height:260px;background:linear-gradient(135deg,#252d20,#10150e 65%);border:1px solid #71844b;box-shadow:0 0 0 8px #12180e,0 0 0 9px #3a4728,0 0 0 20px #11170e,0 0 0 21px #3b4b24,18px 26px 30px #000a;display:flex;align-items:center;flex-direction:column}.chip:before,.chip:after{content:'';position:absolute;inset:12px -35px;background:repeating-linear-gradient(0deg,transparent 0 9px,#6b7b45 9px 12px,transparent 12px 18px);z-index:-1}.chip:after{inset:-35px 12px;background:repeating-linear-gradient(90deg,transparent 0 9px,#6b7b45 9px 12px,transparent 12px 18px)}.chip-top{display:flex;justify-content:space-between;width:100%;padding:13px 15px;color:#cbd4bd;font:11px var(--mono)}.chip img{width:113px;height:113px}.chip-name{font:700 38px var(--mono);letter-spacing:-2px;color:var(--accent)}.chip-bottom{font:8px/1.6 var(--mono);letter-spacing:1px;text-align:center;color:#a1ad92;margin-top:8px}.coordinate{position:absolute;color:#5f7242;font:10px var(--mono)}.c1{top:80px;left:30px}.c2{bottom:75px;right:28px}.circuits{position:absolute;inset:75px -20px;border:1px solid #47552c;transform:rotate(-8deg)}.contract{display:flex;align-items:center;gap:25px;background:var(--panel);border:1px solid #3b452a;padding:18px 20px}.contract-label{display:flex;flex-direction:column;gap:7px;flex-shrink:0}.label{font:10px var(--mono);color:var(--muted);letter-spacing:.7px}.chain-label{font:9px var(--mono);color:var(--accent)}code{font:13px var(--mono);overflow-wrap:anywhere;color:#d8ddd2}.copy-button{margin-left:auto;white-space:nowrap;background:#1c2512;border:1px solid #3e4b2c;color:var(--accent);min-height:44px;padding:0 17px;font:11px var(--mono)}.copy-button:hover{background:#2d3b1c}.copy-button span{margin-left:14px}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;border:1px solid var(--line);background:var(--panel)}.spec-grid article{padding:25px;border-right:1px solid var(--line)}.spec-grid article:last-child{border:0}.spec-index{font:10px var(--mono);letter-spacing:1px;color:var(--muted)}.spec-grid h2{font:500 29px var(--mono);margin:22px 0 8px;letter-spacing:-1px}.spec-grid h2>span:not(.percent){font-size:20px;color:var(--accent);margin-left:8px}.spec-grid p{font-size:11px;line-height:1.6;color:var(--muted);margin:0}.explanation{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;padding:65px 0;border-bottom:1px solid var(--line)}.explanation h2{font-size:43px;line-height:1.1;letter-spacing:-2px;margin:20px 0}.explanation h2 span{color:var(--accent)}.steps article{display:flex;gap:22px;padding:17px 0;border-bottom:1px solid var(--line)}.steps article:first-child{padding-top:0}.steps article:last-child{border:0;padding-bottom:0}.steps article>span{font:11px var(--mono);color:var(--accent);padding-top:4px}.steps h3{font-size:16px;font-weight:500;margin:0 0 8px}.steps p{font-size:13px;line-height:1.7;color:var(--muted);margin:0;max-width:480px}.market{padding-top:40px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-heading h2{font:500 26px var(--mono);margin:12px 0 0}.section-heading h2 span{color:var(--muted)}.text-link{font:10px var(--mono);letter-spacing:.5px}.chart-shell{height:390px;border:1px solid var(--line);background:linear-gradient(#080a0c88,#080a0c88),repeating-linear-gradient(0deg,transparent 0 64px,#283126 65px),repeating-linear-gradient(90deg,transparent 0 99px,#283126 100px)}.chart-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.chart-symbol{font-size:37px;color:var(--accent)}.chart-placeholder h3{font:500 24px var(--mono);margin:18px 0 0}.chart-placeholder p{font-size:13px;color:var(--muted);margin:12px 0 24px}.chart-note{font:10px var(--mono);color:var(--muted);margin-top:18px}.chart-shell iframe{width:100%;height:100%;border:0}.market-foot{display:flex;justify-content:space-between;font:9px var(--mono);color:var(--muted);padding:12px 0}.connections{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin:30px 0 45px}.connections>a,.connections>button{background:var(--panel);text-align:left;color:var(--white);border:0;border-right:1px solid var(--line);padding:22px}.connections>:last-child{border:0}.connections>:hover{background:#1a2114}.connections span{display:block;font:9px var(--mono);color:var(--muted);margin-bottom:14px;letter-spacing:.6px}.connections strong{font-size:15px;font-weight:500}.connections small{display:block;font:8px var(--mono);color:var(--muted);margin-top:8px}footer{display:flex;gap:25px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:24px 0 32px;color:var(--muted)}footer .logo{color:var(--white);font-size:20px}footer p{font-size:11px}footer>span{font:10px var(--mono);white-space:nowrap}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(15px);opacity:0;pointer-events:none;background:var(--accent);color:#11170a;padding:15px 22px;font:12px var(--mono);box-shadow:0 8px 40px #0009;z-index:10;transition:opacity .2s,transform .2s;max-width:calc(100% - 30px)}.toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}.skip{position:absolute;left:20px;top:-80px;padding:15px;background:var(--accent);color:#000;z-index:20}.skip:focus{top:10px}@keyframes blink{50%{opacity:0}}@media(min-width:1500px){.header,main,footer{max-width:1280px}}@media(max-width:1320px){.header,main,footer{margin-left:40px;margin-right:40px}}@media(max-width:1000px){.header nav{display:none}.hero{gap:25px}h1{font-size:58px}.processor{height:390px}.chip{scale:.85}.spec-grid article{padding:20px 15px}.spec-grid h2{font-size:24px}.contract{gap:14px}code{font-size:11px}.explanation{gap:30px}.connections>a,.connections>button{padding:18px 14px}}@media(max-width:700px){.header,main,footer{margin-left:20px;margin-right:20px}.header{height:74px;gap:12px}.logo-sub{display:none}.logo{font-size:23px}.system-line{font-size:8px;letter-spacing:.3px}.system-end{display:none}.hero{grid-template-columns:1fr;padding-top:38px;gap:30px}h1{font-size:clamp(45px,11vw,72px);letter-spacing:-3px}.hero-copy>p{font-size:14px}.hero-actions .button{padding:0 16px;gap:17px}.processor{height:315px}.contract{flex-wrap:wrap;gap:15px;padding:16px}.contract-label{flex-direction:row;align-items:center;justify-content:space-between;width:100%}code{font-size:12px;flex:1;min-width:150px}.copy-button{padding:0 12px}.spec-grid{grid-template-columns:1fr 1fr}.spec-grid article{padding:22px 17px}.spec-grid article:nth-child(2){border-right:0}.spec-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.spec-grid h2{font-size:25px}.explanation{grid-template-columns:1fr;gap:20px;padding:40px 0}.explanation h2{font-size:37px}.section-heading{gap:15px}.text-link{font-size:9px;max-width:125px;text-align:right;line-height:1.7}.chart-shell{height:350px}.chart-placeholder h3{font-size:20px}.market-foot{font-size:8px}.market-foot span:last-child{display:none}.connections{grid-template-columns:1fr 1fr}.connections>:nth-child(2){border-right:0}.connections>:nth-child(-n+2){border-bottom:1px solid var(--line)}footer{flex-wrap:wrap;gap:10px}footer p{order:3;width:100%;line-height:1.7}footer>span{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.chip:before{mask-image:linear-gradient(90deg,#000 0 25px,transparent 25px calc(100% - 25px),#000 calc(100% - 25px))}.chip:after{mask-image:linear-gradient(0deg,#000 0 25px,transparent 25px calc(100% - 25px),#000 calc(100% - 25px))}
/* Mascot-led CPUcat redesign */
:root{--accent:#c8f544;--bg:#090b09;--panel:#10130e;--line:#292e24;--white:#f5f5ef;--muted:#a0a698}body{font-family:Arial,Helvetica,sans-serif;background:radial-gradient(ellipse at 72% 19%,#43531624,transparent 27%),radial-gradient(ellipse at 5% 5%,#303b1828,transparent 27%),#090b09}.header,main,footer{max-width:1180px}.header{height:86px}.logo{font-family:Arial,sans-serif;font-size:24px;gap:8px;font-weight:900;letter-spacing:-1px}.logo img{border-radius:50%;width:39px;height:39px;border:1px solid #bff04066}.logo-sub{font-size:8px;max-width:95px;font-weight:400;letter-spacing:1.3px}.header nav{border:1px solid var(--line);border-radius:40px;padding:6px;gap:4px;background:#11140f}.header nav a{padding:11px 17px;border-radius:30px;font:12px var(--mono)}.header nav a:first-child{background:#283217;color:var(--accent)}.button{border-radius:32px;font-family:Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:0;min-height:52px;gap:20px;padding:0 25px}.small{min-height:44px}.secondary{background:transparent;border-color:#414738}.system-line{display:none}.hero{padding:84px 0 37px;grid-template-columns:1.05fr 1fr;gap:30px;min-height:570px}.eyebrow{color:var(--accent);font-size:10px;font-weight:600;letter-spacing:1.7px}h1{font-family:Arial,Helvetica,sans-serif;font-size:76px;font-weight:900;line-height:1.01;letter-spacing:-3.8px;margin:25px 0}h1 span{color:var(--accent)}.hero-copy>p{font-size:17px;line-height:1.75;max-width:460px}.hero-actions{margin-top:29px}.mascot-scene{position:relative;min-height:435px;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse,#b9f63520,transparent 69%)}.hero-mascot{width:340px;height:340px;object-fit:cover;border-radius:50%;border:6px solid #b9e84416;box-shadow:0 0 85px #a5da2630,0 0 0 17px #b3d53306;transform:rotate(-7deg)}.orbit{position:absolute;border:1px solid #9bb84638;width:440px;height:380px;border-radius:50%;transform:rotate(-27deg)}.floating-chip{position:absolute;z-index:2;right:6px;top:28px;background:#1a2111;border:1px solid #5d7332;border-radius:16px;padding:18px 24px;font-size:27px;font-weight:900;transform:rotate(8deg);box-shadow:0 12px 35px #0007}.floating-chip small{display:block;font:8px var(--mono);letter-spacing:2px;color:var(--muted);margin-top:5px}.mascot-badge{position:absolute;bottom:20px;left:18px;z-index:2;background:#161c11;border:1px solid #4d5e32;padding:16px 20px;border-radius:30px;font:10px var(--mono);letter-spacing:1px;color:var(--accent)}.contract{max-width:810px;background:#10130e;border-color:#303725;border-radius:12px;padding:12px 16px;margin-bottom:52px;gap:20px}.copy-button{border-radius:22px;background:#283715;min-height:38px}.ticker{display:flex;justify-content:space-around;gap:30px;background:var(--accent);color:#111707;padding:17px 22px;white-space:nowrap;overflow:hidden;font-size:12px;font-weight:900;letter-spacing:.2px;border-radius:4px}.spec-grid{margin-top:40px;border:0;border-bottom:1px solid var(--line);background:transparent}.spec-grid article{padding:20px 28px 32px}.spec-grid h2{font:900 35px Arial,sans-serif;letter-spacing:-1px;margin:20px 0 10px}.spec-grid p{font-size:12px}.explanation{padding:85px 0;grid-template-columns:1fr 1.1fr;gap:75px}.explanation h2{font-size:54px;letter-spacing:-2px;font-weight:900;margin-top:22px}.steps h3{font-weight:800;font-size:22px;letter-spacing:-.5px}.steps p{font-size:15px}.steps article{padding:25px 0}.steps article>span{padding-top:6px}.market{padding-top:58px}.section-heading h2{font:900 35px Arial,sans-serif}.chart-shell{border-radius:17px;overflow:hidden;height:410px;background:radial-gradient(ellipse at center,#647b1420,transparent 75%),repeating-linear-gradient(0deg,transparent 0 64px,#28312666 65px),repeating-linear-gradient(90deg,transparent 0 99px,#28312666 100px)}.chart-placeholder h3{font:800 30px Arial,sans-serif;letter-spacing:-.8px}.chart-placeholder p{font-size:15px}.chart-symbol{font-size:50px}.closing{margin:80px 0 60px;display:flex;justify-content:center;gap:75px;align-items:center;padding:58px 40px;border-radius:28px;border:1px solid #465327;background:radial-gradient(ellipse at 20% 50%,#473b6845,transparent 50%),linear-gradient(120deg,#131b10,#1d2513 80%)}.closing img{border-radius:50%;box-shadow:0 0 50px #9480bd1a;transform:rotate(-9deg)}.closing h2{font-size:53px;line-height:1.08;letter-spacing:-2px;margin:17px 0;font-weight:900}.closing h2 span{color:var(--accent)}footer .logo img{width:30px;height:30px}footer{padding-bottom:30px}.toast{border-radius:25px}@media(min-width:1500px){.header,main,footer{max-width:1180px}}@media(max-width:1260px){h1{font-size:66px}.hero-mascot{width:300px;height:300px}.orbit{width:350px;height:340px}}@media(max-width:1000px){h1{font-size:58px}.hero-mascot{width:260px;height:260px}.orbit{width:290px;height:310px}.floating-chip{right:0;font-size:20px;padding:14px}.explanation{gap:40px}.explanation h2{font-size:43px}.spec-grid h2{font-size:28px}.closing{gap:40px}.closing h2{font-size:44px}}@media(max-width:700px){.header{height:75px}.header .logo{font-size:22px}.hero{padding:45px 0 20px;grid-template-columns:1fr;gap:13px;min-height:0}h1{font-size:clamp(48px,12.4vw,72px);line-height:1.02;letter-spacing:-2.5px;margin:22px 0}.hero-copy>p{font-size:16px}.hero-actions{margin-top:23px}.mascot-scene{min-height:345px;margin-top:15px}.hero-mascot{width:265px;height:265px}.orbit{width:300px;height:300px}.floating-chip{top:10px;right:5px;font-size:21px}.mascot-badge{bottom:4px;left:0;padding:13px 17px}.contract{margin-top:14px;margin-bottom:35px;gap:12px}.ticker{justify-content:flex-start;font-size:11px;padding:16px 20px}.spec-grid{margin-top:25px}.spec-grid article{padding:23px 16px}.spec-grid h2{font-size:27px}.explanation{padding:48px 0;grid-template-columns:1fr;gap:20px}.explanation h2{font-size:42px}.steps h3{font-size:21px}.market{padding-top:35px}.chart-placeholder h3{font-size:24px}.chart-shell{height:350px}.closing{margin:45px 0 35px;padding:35px 20px;flex-direction:column;gap:25px;text-align:center}.closing img{width:170px;height:170px}.closing h2{font-size:39px}.closing .hero-actions{justify-content:center;gap:10px}.closing .button{font-size:13px;padding:0 17px}.hero .eyebrow{font-size:9px;letter-spacing:1px}footer{margin-top:10px}}
.hero-copy,.mascot-scene{min-width:0}.ticker{max-width:100%}@media(max-width:700px){h1{font-size:clamp(42px,11.7vw,65px)}.hero-actions{flex-wrap:wrap}.mascot-scene{overflow:hidden}}
/* One consistent typeface throughout */
:root{--mono:Arial,Helvetica,sans-serif}
body,button,input,code,.header nav a,.logo,.eyebrow,.tag,.label,.chain-label,.spec-index,.copy-button,.text-link,.market-foot,.chart-note,.toast,.floating-chip small,.mascot-badge,.logo-sub{font-family:Arial,Helvetica,sans-serif}
.header nav a{font-size:14px;font-weight:600}.eyebrow,.label,.chain-label,.spec-index{letter-spacing:.6px;font-size:11px}.copy-button{font-size:12px;font-weight:700}code{font-size:14px}.story-section,.buy-guide,.faq-section{padding:75px 0;border-top:1px solid var(--line)}.section-intro h2{font-size:51px;line-height:1.08;letter-spacing:-2px;margin:18px 0 22px;font-weight:900}.section-intro h2 span{color:var(--accent)}.section-intro>p{font-size:16px;line-height:1.8;color:var(--muted);max-width:530px;margin-bottom:25px}.story-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}.story-cards article{border:1px solid var(--line);border-radius:18px;padding:28px;background:linear-gradient(145deg,#1b2212,#10130e)}.feature-symbol{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:50%;color:var(--accent);background:#2b361b;font-size:15px;font-weight:800}.story-cards h3{font-size:23px;letter-spacing:-.6px;margin:23px 0 13px}.story-cards p,.guide-steps p{color:var(--muted);font-size:15px;line-height:1.8;margin:0}.buy-guide,.faq-section{display:grid;grid-template-columns:1fr 1.15fr;gap:75px}.guide-steps article{display:flex;gap:22px;padding:25px 0;border-bottom:1px solid var(--line)}.guide-steps article:first-child{padding-top:0}.guide-steps article>span{font-weight:800;color:var(--accent);font-size:15px;padding-top:4px}.guide-steps h3{font-size:23px;margin:0 0 10px;letter-spacing:-.5px}.community-section{display:flex;justify-content:space-between;align-items:center;gap:45px;padding:55px 65px;margin:0 0 65px;background:radial-gradient(ellipse at 90% 20%,#59417a44,transparent 65%),#171e10;border:1px solid #3d4d29;border-radius:24px}.community-section h2{font-size:48px;line-height:1.08;letter-spacing:-2px;margin:20px 0}.community-section p{color:var(--muted);line-height:1.8;margin-bottom:25px}.community-art{display:flex;flex-direction:column;align-items:center;gap:20px}.community-art img{border-radius:50%;transform:rotate(6deg)}.community-art span{color:var(--accent);font-size:18px;font-weight:700}.faq-list details{border-bottom:1px solid var(--line);padding:21px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{cursor:pointer;font-size:18px;font-weight:700;line-height:1.5;padding-right:15px}.faq-list summary::marker{color:var(--accent)}.faq-list summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.faq-list p{color:var(--muted);font-size:15px;line-height:1.8;margin:16px 0 4px}.faq-list a{color:var(--accent);text-decoration:underline}.story-section{margin-top:55px}.closing{margin-top:15px}
@media(max-width:1000px){.buy-guide,.faq-section{gap:35px}.story-cards article{padding:22px}.community-section{padding:40px}.section-intro h2{font-size:44px}}
@media(max-width:700px){.story-section,.buy-guide,.faq-section{padding:45px 0}.story-cards,.buy-guide,.faq-section{grid-template-columns:1fr;gap:24px}.story-cards{margin-top:25px}.section-intro h2{font-size:40px}.community-section{padding:30px 24px;flex-direction:column;text-align:center;margin-bottom:40px}.community-section h2{font-size:39px}.community-art img{width:180px;height:180px}.guide-steps article{padding:22px 0}.faq-list summary{font-size:17px}code{font-size:12px}.contract-label{gap:10px}.logo-sub{display:none}}
/* Restrained atmosphere and editorial spacing */
body{position:relative;isolation:isolate;background:#0a0c0a}
body:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(ellipse 700px 530px at 78% 310px,#5b663325,transparent 75%),radial-gradient(ellipse 550px 550px at 5% 1150px,#333d231b,transparent 80%),radial-gradient(ellipse 750px 550px at 95% 2300px,#39344b20,transparent 80%),linear-gradient(115deg,#11150f77,transparent 55%)}

.header{height:92px}.header nav{border:0;background:none;padding:0;gap:8px}.header nav a{background:none!important;color:#afb4a7!important;padding:12px 15px}.header nav a:hover{color:var(--accent)!important}.logo-sub{letter-spacing:.4px;font-size:9px}
.hero{padding-top:63px;padding-bottom:44px;gap:65px;min-height:590px}h1{font-size:88px;line-height:.99;letter-spacing:-4.7px;font-weight:800;margin:24px 0}.hero-copy>p{font-size:18px;line-height:1.65;max-width:410px}.hero .tag{display:none}.hero .eyebrow{font-size:12px;letter-spacing:1.5px;color:#c0c6b6}.hero-actions{margin-top:28px}.button{font-weight:700;font-size:14px;min-height:49px;padding:0 23px}.secondary{border-color:#42483b}.primary{background:#c4e96a;border-color:#c4e96a}.primary:hover{background:#d2f48a;border-color:#d2f48a}
.mascot-scene{min-height:430px;background:none}.hero-mascot{width:350px;height:350px;transform:rotate(-3deg);border:1px solid #80758955;box-shadow:0 25px 70px #0007,0 0 90px #77705217}.orbit{width:430px;height:430px;transform:rotate(0);border:1px solid #75806024}.orbit:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#c4e96a;top:60px;right:55px;box-shadow:0 0 16px #c4e96a50}.floating-chip{right:0;top:38px;font-size:23px;padding:17px 20px;border-radius:8px;background:#1a2117;border-color:#5b6645;transform:rotate(4deg);box-shadow:0 8px 30px #0005}.mascot-badge{left:50%;transform:translateX(-50%);bottom:-2px;white-space:nowrap;border:0;background:none;font-size:11px;color:#a6ae99;letter-spacing:1px;padding:10px}
.contract{max-width:none;margin-bottom:30px;background:#11150f9c;border:1px solid #333b2a;border-radius:6px;padding:16px 20px}.label,.chain-label{font-size:10px;letter-spacing:.4px}.copy-button{border-radius:5px;background:#232d1a;border-color:#465535}.ticker{border-radius:0;background:transparent;color:#9ea68f;border-top:1px solid #2e3527;border-bottom:1px solid #2e3527;font-size:10px;letter-spacing:1px;padding:18px 0;gap:25px;justify-content:space-between}.spec-grid{margin-top:24px}.spec-grid article{padding:22px 28px 30px}.spec-grid article:first-child{padding-left:0}.spec-grid h2{font-size:31px;font-weight:700}.spec-index{color:#9aa18f;font-weight:500}.spec-grid p{font-size:12px}
.explanation{padding:78px 0;gap:80px}.explanation h2,.section-intro h2{font-size:47px;letter-spacing:-1.7px;font-weight:700}.eyebrow{letter-spacing:1.1px;font-weight:600;font-size:10px}.steps h3,.guide-steps h3{font-size:20px;font-weight:600;letter-spacing:-.4px}.steps p,.guide-steps p{font-size:15px;line-height:1.75}.steps article{padding:23px 0}.market{padding:55px 0 65px}.section-heading h2{font-size:30px;font-weight:700}.chart-shell{border-radius:7px;background:radial-gradient(ellipse at 50% 85%,#48572c1c,transparent 70%),repeating-linear-gradient(0deg,transparent 0 64px,#68735312 65px),repeating-linear-gradient(90deg,transparent 0 99px,#68735312 100px),#0e120de0}.chart-symbol{font-size:35px;color:#a1b575}.chart-placeholder h3{font-size:24px;letter-spacing:-.5px;font-weight:600}.market-foot{font-size:10px;color:#87917c}
.buy-guide{padding:65px 0 75px;gap:80px}.community-section{padding:44px 52px;background:radial-gradient(ellipse at 100% 30%,#51426725,transparent 65%),#14190fe0;border:1px solid #343d2a;border-radius:8px;margin-bottom:0}.community-section h2{font-size:37px;font-weight:700;letter-spacing:-1.3px;max-width:510px}.community-section p{max-width:420px;font-size:15px}.community-art img{width:170px;height:170px;transform:none}.community-art span{font-size:14px;font-weight:500;color:#b9c3a6}.faq-section{border-top:0;padding:80px 0;gap:80px}.faq-list summary{font-weight:600;font-size:17px}.faq-list details{padding:19px 0}footer{padding:25px 0 32px}footer p{max-width:500px;font-size:12px}
@media(max-width:1000px){h1{font-size:73px}.hero{gap:25px}.hero-mascot{width:280px;height:280px}.orbit{width:330px;height:330px}.mascot-scene{min-height:380px}.explanation,.buy-guide,.faq-section{gap:40px}.community-section{padding:35px}.community-section h2{font-size:32px}.spec-grid h2{font-size:26px}}
@media(max-width:700px){.header{height:77px}.hero{padding:36px 0 27px;gap:20px;min-height:0}h1{font-size:69px;letter-spacing:-3px;margin:21px 0}.hero-copy>p{font-size:17px}.mascot-scene{min-height:335px;overflow:hidden}.hero-mascot{width:260px;height:260px}.orbit{width:305px;height:305px}.floating-chip{right:4px;top:17px;font-size:20px}.mascot-badge{bottom:0;font-size:9px}.contract{padding:15px;margin-top:8px;margin-bottom:20px}.ticker{justify-content:flex-start;font-size:9px}.spec-grid article,.spec-grid article:first-child{padding:20px 14px}.spec-grid h2{font-size:26px}.explanation,.buy-guide,.faq-section{padding:45px 0;gap:25px}.explanation h2,.section-intro h2{font-size:39px}.market{padding:35px 0 45px}.chart-placeholder h3{font-size:22px}.community-section{padding:30px 23px;gap:25px}.community-section h2{font-size:32px}.community-art img{width:140px;height:140px}.faq-section{padding-bottom:45px}}
/* Smooth surfaces. No noise texture, tiling, or full-page filters. */
:root{--bg:#090b09;--panel:#10130f;--accent:#c8f34f;--line:#282d25;--muted:#a4aa9e}
body{background:#090b09}
body:before,body:after{display:none;content:none;background:none;filter:none}
.header{border-bottom:1px solid #252a22;height:86px}
.logo-sub{font-size:11px;line-height:1.35;letter-spacing:0;max-width:100px;color:#a5ad9c;padding-left:13px}
.header nav a{font-size:14px;font-weight:500}
.hero{position:relative;padding:75px 0 52px;min-height:560px;grid-template-columns:1.08fr 1fr;gap:45px}
.hero:before{content:"";position:absolute;z-index:-1;pointer-events:none;width:720px;height:630px;right:-95px;top:-15px;background:radial-gradient(ellipse at center,rgba(135,169,50,.105) 0%,rgba(135,169,50,.045) 37%,rgba(135,169,50,0) 70%)}
h1{font-size:clamp(58px,5.4vw,76px);line-height:1.02;letter-spacing:-3.6px;font-weight:800;margin:25px 0}
.hero-copy>p{max-width:455px;font-size:18px;line-height:1.7;color:#abb1a3}
.hero .eyebrow{color:var(--accent);letter-spacing:1.3px;font-size:11px}
.hero-actions{gap:12px;margin-top:29px}
.button{min-height:51px;padding:0 25px}
.primary{background:var(--accent);border-color:var(--accent);color:#101706}
.primary:hover{background:#d6fa80;border-color:#d6fa80}
.mascot-scene{min-height:410px}
.hero-mascot{width:338px;height:338px;box-shadow:0 20px 55px #0005;border:1px solid #66567444;transform:none}
.orbit{width:395px;height:395px;border-color:#85925e20}
.floating-chip{background:#171e11;border-color:#495533;border-radius:12px;top:32px;right:0;transform:rotate(5deg);box-shadow:0 10px 24px #0003}
.mascot-badge{bottom:-6px;color:#a8b297;font-size:10px;letter-spacing:.7px}
.contract{border-radius:10px;background:#11150e;border-color:#313a26;padding:17px 20px;margin-bottom:28px}
.copy-button{border-radius:7px;background:#263319;border-color:#44572b;color:#d2ef9c;font-weight:600}
.ticker{color:#8f9984;font-size:10px;font-weight:600;letter-spacing:.7px;border-top:0;padding-top:0;padding-bottom:23px}
.spec-grid{border:1px solid var(--line);border-radius:12px;background:#10130f;overflow:hidden;margin-top:25px}
.spec-grid article,.spec-grid article:first-child{padding:25px}
.spec-grid h2{font-size:30px;margin:20px 0 9px}
.spec-index{font-size:11px;letter-spacing:.2px;color:#a0a994}
.explanation{padding:85px 0}
.explanation h2,.section-intro h2{font-size:46px;line-height:1.1;letter-spacing:-1.7px;font-weight:750}
.steps article>span,.guide-steps article>span{font-size:13px}
.steps h3,.guide-steps h3{font-size:21px;font-weight:650}
.market{padding:56px 0 70px}
.chart-shell{background:#0f130e;border-color:#303929;border-radius:12px;height:390px}
.chart-symbol{display:none}
.chart-placeholder h3{font-size:26px;margin-top:0}
.chart-placeholder p{margin-top:13px;line-height:1.7}
.section-heading{margin-bottom:24px}
.section-heading h2{font-size:32px}
.market-foot{padding:14px 1px}
.buy-guide{border-top:1px solid var(--line);padding:70px 0 80px}
.community-section{border-radius:16px;background:linear-gradient(115deg,#171f11 0%,#11160e 65%,#18131d 100%);border-color:#303927;padding:48px 55px}
.community-section h2{font-size:36px;line-height:1.13}
.community-art img{width:175px;height:175px;border:1px solid #69567944}
.faq-section{padding:80px 0}
.faq-list details{padding:22px 0}
.faq-list summary{font-size:17px;font-weight:600}
footer{border-top-color:#282d25}
@media(max-width:1000px){.hero{gap:25px}h1{font-size:58px}.hero-mascot{width:280px;height:280px}.orbit{width:330px;height:330px}.hero:before{width:500px;right:-30px}.spec-grid article,.spec-grid article:first-child{padding:20px 16px}.spec-grid h2{font-size:26px}.mascot-scene{min-height:370px}}
@media(max-width:700px){.header{height:76px}.hero{grid-template-columns:1fr;padding:40px 0 30px;gap:22px;min-height:0}.hero:before{width:100%;height:400px;top:auto;bottom:0;right:0}h1{font-size:clamp(43px,11vw,67px);letter-spacing:-2px;line-height:1.05}.hero-copy>p{font-size:16px}.mascot-scene{min-height:330px}.hero-mascot{width:260px;height:260px}.orbit{width:300px;height:300px}.floating-chip{top:10px;right:1px}.mascot-badge{bottom:0}.contract{padding:16px;margin-bottom:23px}.ticker{font-size:9px}.spec-grid article,.spec-grid article:first-child{padding:22px 16px}.explanation,.buy-guide,.faq-section{padding:48px 0}.explanation h2,.section-intro h2{font-size:38px}.market{padding:38px 0 45px}.chart-shell{height:320px}.chart-placeholder h3{font-size:22px}.community-section{padding:32px 24px}.community-section h2{font-size:31px}.community-art img{width:150px;height:150px}}
.hero:before{right:0;max-width:100%}.hero-copy,.mascot-scene{min-width:0}
/* Full-scale cosmic composition */
:root{--accent:#cdf34c;--muted:#b0b5a8}
body{background:#090c0b}
main{position:relative;isolation:isolate}
.cosmos{position:absolute;inset:0 calc((1180px - 100vw)/2);overflow:hidden;z-index:-2;pointer-events:none;background:radial-gradient(ellipse 650px 650px at 82% 300px,#344a3280,transparent 72%),radial-gradient(ellipse 750px 480px at 6% 600px,#18343270,transparent 76%),radial-gradient(ellipse 850px 650px at 35% 1400px,#38442260,transparent 75%),radial-gradient(ellipse 650px 500px at 90% 2500px,#30234760,transparent 75%),radial-gradient(ellipse 900px 600px at 15% 3700px,#1b363b55,transparent 80%)}
.cosmos:before,.cosmos:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 18px 22px,#d6efaf8c 1px,transparent 1.7px),radial-gradient(circle at 112px 156px,#b4d8c345 .8px,transparent 1.5px);background-size:263px 291px,379px 337px;opacity:.5}
.cosmos:after{background-size:547px 481px;transform:translate(135px,64px);opacity:.3}
.planet{position:absolute;border-radius:50%;border:1px solid #b5d98920}
.planet-a{width:800px;height:800px;top:20px;right:-260px;background:radial-gradient(circle at 30% 30%,#76835614,#10271d16 55%,#050a0830);box-shadow:inset 18px 0 70px #99b9770c}
.planet-b{width:1050px;height:1050px;top:1000px;left:-750px;border-color:#94c5b018}
.header{max-width:1180px;height:92px}
.hero{padding:95px 0 65px;min-height:660px;grid-template-columns:1.05fr 1fr;gap:60px}
.hero:before{display:none}
h1{font-size:88px;line-height:1.02;letter-spacing:-4px;margin:24px 0}
.hero-copy>p{font-size:19px;line-height:1.7;max-width:475px}
.hero .eyebrow{font-size:12px}
.hero-actions{margin-top:32px}.button{min-height:54px;padding:0 27px;font-size:15px}
.mascot-scene{min-height:470px}
.hero-mascot{width:380px;height:380px;box-shadow:0 0 100px #95bc2520,0 25px 60px #0006}
.orbit{width:465px;height:465px;border-color:#b1d77338;transform:rotate(-18deg)}
.orbit:before{content:"";position:absolute;inset:-28px;border-radius:50%;border:1px dashed #b4ce8730}
.floating-chip{right:-5px;top:25px;background:#1a2718;border-color:#72834c;padding:21px 26px;font-size:26px}
.mascot-badge{bottom:-16px;color:#c3d1b0;font-size:11px}
.contract{background:#111a12dc;max-width:920px;margin-bottom:46px;padding:20px 22px;border-color:#57684055}
.ticker{background:var(--accent);color:#162008;margin:0 calc((1180px - 100vw)/2);padding:21px max(28px,calc((100vw - 1180px)/2));font-size:12px;font-weight:800;letter-spacing:.3px;border:0}
.spec-grid{margin-top:48px;background:#0c130de6;border-color:#46543855}
.spec-grid article,.spec-grid article:first-child{padding:30px}
.spec-grid h2{font-size:33px}
.pair-story{padding:110px 0 100px;text-align:center}
.pair-head h2{font-size:62px;line-height:1.07;letter-spacing:-2.4px;margin:24px 0}.pair-head h2 span,.feature-copy h2 span{color:var(--accent)}
.pair-head p{font-size:19px;line-height:1.7;color:var(--muted)}
.pair-visual{display:flex;justify-content:center;align-items:center;gap:65px;margin-top:55px}
.token-orb{display:flex;flex-direction:column;align-items:center}.token-orb img{border-radius:50%;border:1px solid #8c79956b;box-shadow:0 0 60px #a395d41a}
.token-orb strong{font-size:29px;margin-top:23px}.token-orb>span{font-size:13px;color:var(--muted);margin-top:7px}
.pair-bridge{display:flex;flex-direction:column;align-items:center;gap:20px}.pair-bridge>span{font-size:65px;font-weight:300;color:#b1c77c}.pair-bridge small{font-size:10px;letter-spacing:1px;color:#a6b58d}
.intel-mark{height:160px;width:160px;display:flex;flex-direction:column;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#4f6527,#1b2c17);border:1px solid #839b48;color:#e4fba2;font-size:35px;font-weight:800;box-shadow:0 0 60px #b3d64715}.intel-mark span{font-size:10px;font-weight:500;margin-top:8px;color:#d0daa9}
.feature-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:75px 0;border-top:1px solid #71865430}
.feature-copy h2{font-size:51px;line-height:1.08;letter-spacing:-2px;margin:24px 0}.feature-copy p{font-size:17px;line-height:1.8;color:var(--muted);max-width:485px}.feature-copy .quiet{font-size:13px;color:#929d89}.feature-copy .text-link{display:inline-block;margin-top:16px;color:var(--accent);font-size:14px;font-weight:600;letter-spacing:0}
.silicon-art{height:360px;position:relative;overflow:hidden;border:1px solid #54623a70;border-radius:18px;background:radial-gradient(ellipse at center,#6d842739,transparent 75%),linear-gradient(120deg,#1c2717,#0b140d)}
.circuit-lines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 43px,#77974e18 44px,transparent 45px),repeating-linear-gradient(90deg,transparent 0 43px,#77974e18 44px,transparent 45px);transform:rotate(-15deg) scale(1.4)}
.silicon-chip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-12deg);width:220px;height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(135deg,#485830,#172712);border:1px solid #a8c578;box-shadow:0 0 0 12px #1b2a17,0 0 0 13px #677c3e,0 0 0 24px #16230f,0 0 0 25px #596a3355,15px 25px 30px #0007;border-radius:5px}
.silicon-chip strong{font-size:48px;margin:22px 0;color:#d9f393}.silicon-chip span,.silicon-chip small{font-size:9px;letter-spacing:1.3px;color:#c0ceac}
.art-label{position:absolute;bottom:19px;left:22px;font-size:11px;color:#b0bf97}
.reverse .feature-copy{order:2}.reverse .character-art{order:1}
.character-art{height:390px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 40%,#5c43736b,transparent 68%),#11141a;border:1px solid #58516855;border-radius:18px;overflow:hidden}
.character-art img{border-radius:50%;width:265px;height:265px;transform:rotate(-9deg);box-shadow:0 15px 40px #0006}.character-ring{position:absolute;width:335px;height:335px;border:1px solid #a997c134;border-radius:50%}.character-caption{position:absolute;bottom:19px;left:22px;font-size:11px;letter-spacing:.8px;color:#c1b2ce}.character-corner{position:absolute;top:23px;right:23px;font-size:10px;line-height:1.7;color:#bcafc6}
.market{padding:80px 0 85px;border-top:1px solid #71865430}.section-heading h2{font-size:39px}.chart-shell{height:440px;background:#0d140fdc;border-color:#677e4144}
.buy-guide{padding:85px 0 100px}.section-intro h2{font-size:50px}.community-section{position:relative;overflow:hidden;padding:65px 60px;min-height:370px;background:radial-gradient(ellipse at 90% 40%,#69507655,transparent 60%),linear-gradient(115deg,#1d3026,#141e1c);border:1px solid #6a89794d;border-radius:20px}
.community-section>div:not(.community-orbit){position:relative;z-index:1}.community-orbit{position:absolute;width:660px;height:660px;right:-180px;top:-160px;border-radius:50%;border:1px solid #adcbb62b;box-shadow:0 0 0 55px #b0ccbc06,0 0 0 110px #b0ccbc04}
.community-section h2{font-size:43px;line-height:1.12}.community-section h2 span{color:var(--accent)}.community-art img{width:225px;height:225px}.faq-section{padding:95px 0}
@media(max-width:1260px){.cosmos{inset:0 -40px}.ticker{margin-left:-40px;margin-right:-40px;padding:20px 40px}h1{font-size:74px}.hero{gap:30px}.hero-mascot{width:325px;height:325px}.orbit{width:390px;height:390px}.feature-row{gap:45px}}
@media(max-width:1000px){.hero{min-height:570px}h1{font-size:63px}.hero-mascot{width:270px;height:270px}.orbit{width:325px;height:325px}.mascot-scene{min-height:385px}.floating-chip{right:0;padding:16px;font-size:23px}.spec-grid article,.spec-grid article:first-child{padding:24px 16px}.spec-grid h2{font-size:27px}.feature-copy h2{font-size:42px}.silicon-art,.character-art{height:325px}.feature-row{gap:32px}.community-section{padding:45px 35px}.community-section h2{font-size:36px}}
@media(max-width:700px){.cosmos{inset:0 -20px}.hero{padding:45px 0 40px;min-height:0;grid-template-columns:1fr;gap:25px}h1{font-size:61px;letter-spacing:-2.8px}.hero-copy>p{font-size:17px}.mascot-scene{min-height:355px}.hero-mascot{width:270px;height:270px}.orbit{width:310px;height:310px}.orbit:before{inset:-15px}.floating-chip{top:16px;right:0}.mascot-badge{bottom:0}.contract{margin-bottom:30px;padding:16px}.ticker{margin-left:-20px;margin-right:-20px;padding:18px 20px;font-size:10px}.spec-grid{margin-top:30px}.pair-story{padding:65px 0}.pair-head h2{font-size:39px;letter-spacing:-1.5px}.pair-head p{font-size:16px}.pair-visual{gap:18px;margin-top:35px}.token-orb img,.intel-mark{width:110px;height:110px}.intel-mark{font-size:26px}.intel-mark span{font-size:8px}.token-orb strong{font-size:23px}.token-orb>span{font-size:10px}.pair-bridge>span{font-size:36px}.pair-bridge small{display:none}.feature-row{grid-template-columns:1fr;padding:45px 0;gap:25px}.feature-copy h2{font-size:39px}.feature-copy p{font-size:16px}.reverse .feature-copy{order:0}.reverse .character-art{order:0}.silicon-art,.character-art{height:310px}.market{padding:45px 0}.chart-shell{height:345px}.buy-guide{padding:50px 0}.section-intro h2{font-size:39px}.community-section{padding:35px 24px;gap:30px}.community-section h2{font-size:33px}.community-art img{width:180px;height:180px}.faq-section{padding:55px 0}}
body{overflow-x:clip}h1{font-size:74px}.hero-copy h1 span{white-space:nowrap}@media(max-width:1000px){h1{font-size:59px}}@media(max-width:700px){h1{font-size:clamp(42px,11.6vw,61px);letter-spacing:-2px}}
/* Final header alignment and supplied Intel asset */
.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.header>.logo{justify-self:start;align-items:center}
.header>nav{justify-self:center;align-items:center;justify-content:center}
.header>.button{justify-self:end}
.intel-mark{background:#fff;overflow:hidden;box-shadow:0 0 60px #258ccc12;border-color:#d6e5ee}
.intel-mark img{width:84%;height:auto;border:0;border-radius:0;box-shadow:none}
@media(max-width:1000px){.header{grid-template-columns:1fr auto}.header>nav{display:none}}
