body:has(.landing-root){background:0 0;gap:0;min-height:0;padding:0;display:block}.landing-root{--l-ink:#0e0f12;--l-panel:#16181d;--l-line:#24262c;--l-paper:#fff;--l-body:#c9cdd4;--l-muted:#8a8f98;--l-faint:#5a5f68;--l-accent:#e0a93a;--l-danger:#ff5c5c;--l-good:#4cc38a;--l-font-num:"Geist",ui-sans-serif,system-ui,sans-serif;--l-font-sans:"Geist",system-ui,-apple-system,"Segoe UI",sans-serif;--l-font-mono:"Geist Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;background:var(--l-ink);color:var(--l-body);font-family:var(--l-font-sans);-webkit-font-smoothing:antialiased;min-height:100vh}.landing-root img,.landing-root video{max-width:100%}.landing-root a{color:inherit}.landing-root .wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.landing-root nav{z-index:50;background:color-mix(in srgb, var(--l-ink) 88%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--l-line);position:sticky;top:0}.landing-root nav .wrap{justify-content:space-between;align-items:center;height:68px;display:flex}.landing-root .brand-logo{width:auto;height:22px;display:block}.landing-root .brand-lockup{align-items:center;gap:9px;display:flex}.landing-root .brand-mark{width:22px;height:22px;color:var(--l-accent);flex:none}.landing-root .navlinks{align-items:center;gap:28px;display:flex}.landing-root .navlinks a{font-family:var(--l-font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--l-muted);font-size:12.5px;font-weight:600;text-decoration:none;transition:color .15s}.landing-root .navlinks a:hover{color:var(--l-paper)}.landing-root .nav-cta{font-family:var(--l-font-sans);background:var(--l-accent);color:#0e0f12;white-space:nowrap;border-radius:99px;padding:10px 18px;font-size:13.5px;font-weight:800;text-decoration:none}@media (max-width:760px){.landing-root .navlinks a{display:none}}.landing-root .live-toasts{z-index:500;pointer-events:none;flex-direction:column;gap:10px;width:296px;display:flex;position:fixed;top:86px;right:20px}.landing-root .live-toast{pointer-events:auto;background:var(--l-panel);border:1px solid var(--l-line);border-radius:14px;flex-direction:column;gap:8px;padding:13px 15px;transition:transform .32s cubic-bezier(.2,.8,.2,1);animation:.35s cubic-bezier(.2,.8,.2,1) both landingToastIn;display:flex;box-shadow:0 14px 30px -10px #0000008c}.landing-root .live-toast.is-leaving{transition:none;animation:.4s both landingToastOut}@keyframes landingToastIn{0%{opacity:0;transform:translate(24px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes landingToastOut{0%{opacity:1;max-height:140px;margin-top:0;transform:translate(0)scale(1)}to{opacity:0;max-height:0;margin-top:-10px;transform:translate(340px)scale(.94)}}.landing-root .lt-top{justify-content:space-between;align-items:center;display:flex}.landing-root .lt-live{font-family:var(--l-font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--l-accent);align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.landing-root .lt-live i{background:var(--l-accent);border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite landingPulse}.landing-root .lt-time{font-family:var(--l-font-mono);color:var(--l-faint);font-size:10.5px}.landing-root .lt-msg{color:var(--l-body);font-size:13.5px;line-height:1.45}.landing-root .lt-msg b{font-family:var(--l-font-mono);color:var(--l-paper);font-weight:700}.landing-root .lt-result{align-items:center;gap:8px;display:flex}.landing-root .lt-score{font-family:var(--l-font-num);font-variant-numeric:tabular-nums;font-size:19px;font-weight:700}.landing-root .lt-tier{font-family:var(--l-font-sans);letter-spacing:.05em;text-transform:uppercase;border-radius:99px;padding:3px 8px;font-size:9.5px;font-weight:800}@media (max-width:640px){.landing-root .live-toasts{gap:7px;width:158px;top:78px;right:10px}.landing-root .live-toast{border-radius:11px;gap:5px;padding:9px 10px}.landing-root .lt-live{gap:4px;font-size:8.5px}.landing-root .lt-live i{width:5px;height:5px}.landing-root .lt-time{font-size:8.5px}.landing-root .lt-msg{font-size:10.5px;line-height:1.35}.landing-root .lt-score{font-size:14px}.landing-root .lt-tier{padding:2px 6px;font-size:7.5px}}@media (prefers-reduced-motion:reduce){.landing-root .live-toast,.landing-root .live-toast.is-leaving,.landing-root .lt-live i{animation:none}}.landing-root .hero{z-index:1;background:radial-gradient(900px 500px at 18% -10%,#e0a93a1a,#0000 60%),radial-gradient(900px 600px at 85% 0,#8c6eff1a,#0000 55%);padding:44px 0 64px;position:relative;overflow:hidden}.landing-root .hero-top{grid-template-columns:1.05fr .95fr;grid-template-areas:"text visual""form form""stats stats";align-items:center;gap:40px 50px;margin-bottom:28px;display:grid}.landing-root .hero-text{text-align:left;grid-area:text}.landing-root .hero-top .hero-cta{grid-area:form}.landing-root .orbit-wrap{justify-content:center;margin:40px 0 0;display:flex}.landing-root .orbit{width:256px;height:256px;position:relative}.landing-root .orbit .oring{border:1.5px dashed var(--l-line);border-radius:50%;animation:60s linear infinite landingOrbitSpin;position:absolute}.landing-root .orbit .oring.r1{inset:12px}.landing-root .orbit .oring.r2{animation-duration:36s;animation-direction:reverse;inset:62px}.landing-root .orbit .orb{width:0;height:0;transform:rotate(var(--a)) translate(var(--r));position:absolute;top:50%;left:50%}.landing-root .orbit .oring.r1 .orb{--r:116px}.landing-root .orbit .oring.r2 .orb{--r:66px}.landing-root .orbit .item{width:36px;height:36px;rotate:calc(var(--a) * -1);border:1px solid #ffffff24;border-radius:50%;place-items:center;animation:60s linear infinite reverse landingOrbitSpin;display:grid;position:absolute;top:-18px;left:-18px;box-shadow:0 8px 18px -6px #000000a6}.landing-root .orbit .item svg{width:17px;height:17px}.landing-root .orbit .item small{font-family:var(--l-font-mono);letter-spacing:.02em;color:var(--l-muted);white-space:nowrap;margin-top:5px;font-size:8.5px;font-weight:700;position:absolute;top:100%}.landing-root .orbit .oring.r2 .item{width:26px;height:26px;animation-duration:36s;animation-direction:normal;top:-13px;left:-13px}.landing-root .orbit .oring.r2 .item svg{width:12px;height:12px}.landing-root .orbit .oring.r2 .item small{display:none}.landing-root .orbit .core{background:var(--l-panel);border:1px solid var(--l-line);text-align:center;z-index:2;border-radius:50%;align-content:center;place-items:center;gap:5px;width:82px;height:82px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 16px 40px -16px #000000bf}.landing-root .orbit .core i{background:var(--l-accent);width:11px;height:11px;box-shadow:0 0 0 5px color-mix(in srgb, var(--l-accent) 22%, transparent);border-radius:50%}.landing-root .orbit .core b{font-family:var(--l-font-num);color:var(--l-paper);letter-spacing:-.01em;font-size:12.5px}.landing-root .orbit .core small{font-family:var(--l-font-mono);color:var(--l-muted);font-size:7.5px}.landing-root .orbit .glow{background:radial-gradient(circle, color-mix(in srgb, var(--l-accent) 32%, transparent), transparent 70%);filter:blur(14px);z-index:0;border-radius:50%;position:absolute;inset:32%}@keyframes landingOrbitSpin{to{transform:rotate(360deg)}}@media (max-width:900px){.landing-root .hero-top{grid-template-columns:1fr;grid-template-areas:"text""form""visual""stats";row-gap:24px}.landing-root .hero-text{text-align:center}.landing-root .hero{padding:28px 0 44px}.landing-root .eyebrow,.landing-root h1.headline,.landing-root .hero-tagline{margin:0 0 12px}.landing-root .sub{margin:0 0 4px}}@media (prefers-reduced-motion:reduce){.landing-root .orbit .oring,.landing-root .orbit .item{animation:none}}@media (max-height:800px) and (min-width:901px){.landing-root .hero{padding:20px 0 28px}.landing-root .hero-top{row-gap:14px;margin-bottom:10px}.landing-root .hero-visual{max-height:190px}.landing-root .eyebrow{margin-bottom:8px}.landing-root h1.headline{margin-bottom:8px;font-size:clamp(28px,4.2vw,48px)}.landing-root .hero-tagline{margin-bottom:8px}.landing-root .sub{margin-bottom:8px;font-size:14.5px;line-height:1.5}.landing-root .hero-cta-label{margin-bottom:8px}.landing-root .hero-form{gap:8px;padding:14px}.landing-root .hero-submit{padding:11px}}.landing-root .eyebrow{font-family:var(--l-font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--l-accent);background:color-mix(in srgb, var(--l-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--l-accent) 30%, transparent);border-radius:99px;align-items:center;gap:8px;margin:0 0 18px;padding:6px 14px;font-size:11.5px;font-weight:600;display:inline-flex}.landing-root .eyebrow .pulse{background:var(--l-accent);border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite landingPulse}@keyframes landingPulse{0%,to{opacity:1}50%{opacity:.35}}.landing-root h1.headline{font-family:var(--l-font-num);letter-spacing:-.01em;color:var(--l-paper);text-wrap:balance;max-width:820px;margin:0 0 20px;font-size:clamp(38px,5.8vw,68px);font-weight:700;line-height:1.02}.landing-root h1.headline .hl{background:linear-gradient(120deg,#ff8abf,#b58cff 45%,#6fd2ff 75%,#ffd27a);color:#0000;-webkit-background-clip:text;background-clip:text}.landing-root .hero-tagline{font-family:var(--l-font-sans);color:var(--l-accent);align-items:center;gap:7px;margin:0 0 20px;font-size:14.5px;font-weight:700;text-decoration:none;transition:color .15s;display:inline-flex}.landing-root .hero-tagline:hover{color:var(--l-paper)}.landing-root .sub{text-align:justify;color:var(--l-body);max-width:560px;margin:0 0 40px;font-size:17px;line-height:1.6}.landing-root .sub b{color:var(--l-paper)}.landing-root .hero-cta{flex-direction:column;align-items:center;width:100%;max-width:820px;margin:0 auto;display:flex}.landing-root .hero-cta-label{font-family:var(--l-font-num);color:var(--l-paper);text-align:center;justify-content:center;align-items:center;gap:9px;margin:0 0 18px;font-size:21px;font-weight:700;display:flex}.landing-root .hero-cta-label i{background:var(--l-accent);width:8px;height:8px;box-shadow:0 0 0 5px color-mix(in srgb, var(--l-accent) 24%, transparent);border-radius:50%;flex:none}.landing-root .hero-form{background:var(--l-panel);border:1px solid color-mix(in srgb, var(--l-accent) 38%, var(--l-line));box-shadow:0 0 0 1px color-mix(in srgb, var(--l-accent) 14%, transparent), 0 0 44px -14px color-mix(in srgb, var(--l-accent) 45%, transparent), 0 30px 60px -28px #000000bf;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-width:490px;padding:26px;display:flex}.landing-root .hero-form .row{flex-wrap:wrap;gap:10px;display:flex}.landing-root .wallet-field{flex:2 220px;min-width:0;position:relative}.landing-root .wallet-field svg{width:18px;height:18px;color:var(--l-accent);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.landing-root .hero-form input{background:var(--l-ink);border:1px solid var(--l-line);min-width:0;color:var(--l-paper);font-family:var(--l-font-sans);border-radius:12px;flex:130px;padding:14px 15px;font-size:14.5px;font-weight:700}.landing-root .wallet-field input{width:100%;padding-left:42px}.landing-root .hero-form input.mono{font-family:var(--l-font-mono);font-size:13px;font-weight:500}.landing-root .hero-form input::placeholder{color:var(--l-faint);font-weight:600}.landing-root .hero-form input:focus{border-color:var(--l-accent);outline:none}.landing-root .hero-submit{appearance:none;cursor:pointer;background:var(--l-accent);color:#0e0f12;font-family:var(--l-font-num);box-shadow:0 14px 30px -12px color-mix(in srgb, var(--l-accent) 65%, transparent);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:17px;font-size:16.5px;font-weight:700;transition:filter .12s,transform .12s;display:flex}.landing-root .hero-submit:disabled{opacity:.7;cursor:default}.landing-root .hero-submit svg{width:18px;height:18px}.landing-root .hero-submit:hover{filter:brightness(1.08)}.landing-root .hero-submit:active{transform:scale(.98)}.landing-root .hero-note{color:var(--l-faint);text-align:center;margin:0;font-size:11.5px}.landing-root .hero-stats{flex-wrap:wrap;grid-area:stats;justify-content:center;gap:34px;display:flex}.landing-root .hero-stat{text-align:center}.landing-root .hero-stat b{font-family:var(--l-font-num);color:var(--l-paper);font-size:22px;font-weight:700;display:block}.landing-root .hero-stat span{font-family:var(--l-font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--l-faint);margin-top:2px;font-size:10.5px;display:block}.landing-root .hero-visual{aspect-ratio:16/9;background:var(--l-ink);grid-area:visual;width:100%;max-width:900px;max-height:340px;margin:0 auto;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(#000 28%,#0000 88%);mask-image:radial-gradient(#000 28%,#0000 88%)}.landing-root .hero-visual video,.landing-root .hero-visual .hv-fallback{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.landing-root .hero-visual .hv-fallback{background:radial-gradient(60% 60% at 30% 20%, #ff8abf2e, transparent 60%), radial-gradient(60% 60% at 80% 80%, #6fd2ff24, transparent 60%), var(--l-ink);font-family:var(--l-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--l-faint);justify-content:center;align-items:center;font-size:12px;display:flex}.landing-root .hero-visual .hv-veil{display:none}.landing-root .section{padding:88px 0}.landing-root .section-alt{background:var(--l-panel);border-top:1px solid var(--l-line);border-bottom:1px solid var(--l-line)}.landing-root .section-eyebrow{font-family:var(--l-font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--l-faint);text-align:center;margin:0 0 14px;font-size:11px;font-weight:600}.landing-root .section-title{font-family:var(--l-font-num);text-align:center;color:var(--l-paper);text-wrap:balance;max-width:640px;margin:0 auto 44px;font-size:clamp(26px,3.4vw,38px);font-weight:600;line-height:1.15}.landing-root .section-title i{color:var(--l-muted);font-family:Georgia,serif;font-style:italic;font-weight:400}.landing-root .section-lede{text-align:center;max-width:640px;color:var(--l-body);margin:-20px auto 44px;font-size:15.5px;line-height:1.65}.landing-root .section-lede a{color:var(--l-accent);white-space:nowrap;font-weight:700;text-decoration:none}.landing-root .section-lede a:hover{text-decoration:underline}.landing-root .what-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:820px){.landing-root .what-grid{grid-template-columns:1fr}}.landing-root .what-card{background:var(--l-panel);border:1px solid var(--l-line);border-radius:16px;padding:26px}.landing-root .what-card b{font-family:var(--l-font-sans);color:var(--l-paper);margin-bottom:8px;font-size:15px;font-weight:800;display:block}.landing-root .what-card p{color:var(--l-body);margin:0;font-size:14px;line-height:1.6}.landing-root .steps{flex-direction:column;max-width:760px;margin:0 auto;display:flex}.landing-root .step{border-top:1px solid var(--l-line);grid-template-columns:64px 1fr;gap:22px;padding:28px 0;display:grid}.landing-root .step:last-child{border-bottom:1px solid var(--l-line)}.landing-root .step-num{font-family:var(--l-font-num);color:var(--l-accent);font-size:28px;font-weight:700}.landing-root .step h3{font-family:var(--l-font-sans);color:var(--l-paper);margin:0 0 6px;font-size:17px;font-weight:800}.landing-root .step p{color:var(--l-body);max-width:520px;margin:0;font-size:14.5px;line-height:1.6}.landing-root .feed-wrap{max-width:640px;margin:0 auto}.landing-root .feed-list{background:var(--l-ink);border:1px solid var(--l-line);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.landing-root .feed-row{align-items:center;gap:12px;padding:14px 18px;text-decoration:none;display:flex}.landing-root .feed-row+.feed-row{border-top:1px solid #ffffff0d}.landing-root .feed-rank{font-family:var(--l-font-mono);color:var(--l-faint);flex:none;width:24px;font-size:12px;font-weight:700}.landing-root .feed-user{font-family:var(--l-font-num);color:var(--l-paper);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14.5px;font-weight:600;overflow:hidden}.landing-root .feed-tier{font-family:var(--l-font-sans);letter-spacing:.04em;text-transform:uppercase;border-radius:99px;flex:none;padding:4px 9px;font-size:10px;font-weight:800}.landing-root .feed-score{font-family:var(--l-font-mono);color:var(--l-body);font-variant-numeric:tabular-nums;flex:none;font-size:14.5px;font-weight:700}.landing-root .feed-empty{text-align:center;color:var(--l-faint);padding:22px 18px;font-size:13px}.landing-root .feed-cta{justify-content:center;margin-top:26px;display:flex}.landing-root .ghost-link{font-family:var(--l-font-sans);color:var(--l-paper);border:1px solid var(--l-line);border-radius:99px;padding:12px 22px;font-size:13.5px;font-weight:800;text-decoration:none}.landing-root .timeline{flex-direction:column;max-width:720px;margin:0 auto;display:flex}.landing-root .tl-row{grid-template-columns:64px 1fr;gap:22px;padding:0 0 40px;display:grid;position:relative}.landing-root .tl-row:last-child{padding-bottom:0}.landing-root .tl-row:before{content:"";background:var(--l-line);width:1px;position:absolute;top:48px;bottom:0;left:32px;transform:translate(-50%)}.landing-root .tl-row:last-child:before{display:none}.landing-root .tl-marker{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.landing-root .tl-icon{background:var(--l-ink);border:2px solid var(--l-accent);width:44px;height:44px;color:var(--l-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-root .tl-icon svg{stroke:currentColor;fill:none;width:20px;height:20px}.landing-root .tl-date{font-family:var(--l-font-mono);letter-spacing:.04em;color:var(--l-accent);text-align:center;white-space:nowrap;font-size:11px;font-weight:700}.landing-root .tl-body h3{font-family:var(--l-font-sans);color:var(--l-paper);margin:6px 0 8px;font-size:16px;font-weight:800}.landing-root .tl-body p{color:var(--l-body);margin:0 0 10px;font-size:14px;line-height:1.65}.landing-root .tl-note{border-left:2px solid var(--l-line);padding-left:12px;font-style:italic;color:var(--l-muted)!important;margin:0!important;font-size:13px!important}.landing-root .method-list{border:1px solid var(--l-line);border-radius:14px;max-width:720px;margin:0 auto;overflow:hidden}.landing-root .method-row{font-family:var(--l-font-mono);grid-template-columns:auto 1fr auto;align-items:baseline;gap:16px;padding:18px 22px;display:grid}.landing-root .method-row+.method-row{border-top:1px solid var(--l-line)}.landing-root .method-idx{color:var(--l-faint);font-size:12px;font-weight:600}.landing-root .method-name{color:var(--l-paper);font-size:14px;font-weight:600;font-family:var(--l-font-sans)}.landing-root .method-sub{color:var(--l-faint);font-size:12px;font-family:var(--l-font-sans);margin-top:3px;display:block}.landing-root .method-weight{color:var(--l-accent);font-size:13px;font-weight:700}.landing-root .method-note{max-width:720px;color:var(--l-muted);flex-wrap:wrap;align-items:baseline;gap:10px;margin:22px auto 0;font-size:13.5px;line-height:1.6;display:flex}.landing-root .method-note-badges{flex-wrap:wrap;gap:6px;display:inline-flex}.landing-root .method-note-badge{font-family:var(--l-font-sans);letter-spacing:.03em;white-space:nowrap;border-radius:99px;padding:3px 9px;font-size:10px;font-weight:800}.landing-root footer{border-top:1px solid var(--l-line);padding:56px 0 40px}.landing-root .footer-grid{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.landing-root .footer-links{flex-wrap:wrap;gap:20px;display:flex}.landing-root .footer-links a{font-family:var(--l-font-mono);color:var(--l-muted);font-size:12px;text-decoration:none}.landing-root .footer-links a:hover{color:var(--l-paper)}.landing-root .disclaimer{color:var(--l-faint);max-width:640px;margin:28px 0 0;font-size:11.5px;line-height:1.6}
