:root{--bg: #ffffff;--fg: #000000;--muted: #6b6b6b;--border: #e6e6e6}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Space Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%}section{width:100%;padding:72px 20px}.container{max-width:960px;margin:0 auto}.light{--bg: #ffffff;--fg: #000000;background-color:var(--bg);color:var(--fg);background-image:url(/plain-background.png);background-repeat:repeat}.dark{--bg: #000000;--fg: #ffffff;background:var(--bg);color:var(--fg)}h1,h2,h3,p{margin:0}h1{font-size:clamp(2.8rem,8vw,6rem);line-height:1.02;letter-spacing:-.01em}h2{font-size:clamp(1.8rem,6vw,3.2rem);line-height:1.05;letter-spacing:-.01em}p{font-size:clamp(1.05rem,3.5vw,1.25rem);line-height:1.7;color:var(--fg)}.small{font-size:.95rem;color:var(--muted)}.btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero .btns{justify-content:center}.button{appearance:none;border:none;cursor:pointer;text-decoration:none;font-weight:700;letter-spacing:.02em;padding:12px 18px;border-radius:999px;transition:transform .16s ease}.button:active{transform:translateY(1px)}.button.primary{background:#000;color:#fff}.button.secondary{background:transparent;color:var(--fg);border:2px solid var(--fg)}.dark .button.primary{background:#fff;color:#000}.dark .button.secondary{color:#fff;border-color:#fff}.hero{display:grid;place-items:center;text-align:center;min-height:72vh;position:relative}.hero .ghost{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-weight:800;letter-spacing:.12em;opacity:.05;font-size:clamp(4rem,22vw,18rem)}.glow{display:inline-block}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.88}}.glow{animation:pulse 3.2s ease-in-out infinite}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.active{opacity:1;transform:translateY(0)}.parallax{will-change:transform}.jitter{display:inline-block}@keyframes jitterPulse{0%,95%,to{transform:translate(0)}96%{transform:translate(1px,-1px)}98%{transform:translate(-1px,1px)}}.jittering{animation:jitterPulse 3.8s steps(2) infinite}.orb-wrap{display:flex;align-items:center;justify-content:center;height:320px}.orb{width:220px;height:220px;border-radius:50%;background:#f5f5f5;border:2px solid #222;animation:rotateDisc 18s linear infinite}@keyframes rotateDisc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orb:after{content:"A TOKEN";display:grid;place-items:center;height:100%;font-weight:800;letter-spacing:.18em;color:#222}.dark .orb{background:#111;border-color:#fff}.dark .orb:after{color:#fff}.manifesto{display:grid;gap:12px}.manifesto-line{font-weight:300;color:var(--muted)}.manifesto-grid .line{font-size:clamp(.92rem,2.4vw,1.08rem)}.manifesto-line.active{font-weight:800;color:var(--fg)}footer{text-align:center;padding:64px 20px;border-top:1px solid var(--border)}footer .links{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:12px}footer a{color:var(--fg);text-decoration:none;border-bottom:2px solid transparent}footer a:hover{border-bottom-color:var(--fg)}.whatifs-stack{position:relative;min-height:clamp(3rem,12vw,9rem)}.whatif-line{position:absolute;left:0;right:0;top:0;opacity:0;transition:opacity .7s ease}.whatif-line.active{opacity:1}.lines-grid{display:grid;gap:12px}@media(min-width:768px){.lines-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.block{border-radius:12px;padding:16px 18px}.block.light{background:#fff;color:#000}.block.dark{background:#000;color:#fff}.dark .block.light{border:2px solid #222}.light .block.dark{border:2px solid #ddd}.line{font-size:clamp(1.05rem,3.6vw,1.35rem);line-height:1.6}.line.em{font-weight:800;letter-spacing:-.01em}.logo-wrap{display:flex;align-items:center;justify-content:center;height:320px}.token-logo{width:220px;height:220px;object-fit:contain;animation:rotateDisc 18s linear infinite}@media(min-width:768px){.token-logo{width:280px;height:280px}}.hero .token-logo{display:block;margin:0 auto 16px}.flow{display:flex;flex-direction:column;gap:18px}.flow .lead{font-size:clamp(1.2rem,3.8vw,1.6rem);line-height:1.75}.flow p{line-height:1.75}.flow strong{font-weight:800}.flow em{font-style:italic}.block .line+.line{margin-top:6px}.contract-box{display:flex;align-items:center;justify-content:space-between;gap:12px}.contract-box .addr{flex:1;display:flex;flex-direction:column;gap:6px}.contract-box .label{color:var(--muted);font-weight:700}.contract-box code.address{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-all;font-size:clamp(.92rem,2.6vw,1.08rem)}.contract-box .copy-btn{flex-shrink:0}.block.dark .button.secondary{color:#fff;border-color:#fff}#root{text-align:left;padding:0;max-width:none}
