@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap);body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.wallet-modal-backdrop{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#04050a99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:300}.wallet-modal{background:#18191f;border:1px solid #ffffff14;border-radius:22px;box-shadow:0 30px 80px #00000080;display:flex;flex-direction:column;max-height:calc(100vh - 40px);max-width:380px;padding:22px;width:100%}.wallet-modal__header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:18px}.wallet-modal__header-left{align-items:center;display:flex;gap:10px}.wallet-modal__header h2{color:#fff;font-size:1.15rem;font-weight:700}.wallet-modal__back,.wallet-modal__close{background:#0000;border:none;color:#fff;line-height:1;padding:4px}.wallet-modal__back{font-size:1.2rem}.wallet-modal__close{font-size:1.4rem}.wallet-modal__list{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.wallet-option{align-items:center;background:#0a0a0c;border:1px solid #0000;border-radius:14px;color:#fff;display:flex;font-family:var(--font-body);font-size:.98rem;gap:14px;padding:14px 16px;text-align:left;transition:border-color .2s ease,background .2s ease;width:100%}.wallet-option:focus-visible,.wallet-option:hover{background:#101014;border-color:#ffffff2e;outline:none}.wallet-icon{align-items:center;border-radius:11px;color:#fff;display:flex;flex-shrink:0;font-family:var(--font-display);font-size:1rem;font-weight:700;justify-content:center;overflow:hidden}.wallet-icon--image{background:#fff}.wallet-icon--image img{height:100%;object-fit:contain;padding:5px;width:100%}.wallet-icon--outline{border:1.5px solid #ffffffb3}.wallet-icon--all{background:#fff}.wallet-icon__grid{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(2,1fr);height:45%;width:45%}.wallet-icon__grid i{background:var(--cyan);border-radius:3px}.wallet-icon__grid i:last-child{background:var(--violet)}.wallet-modal__all{display:flex;flex:1 1;flex-direction:column;min-height:0}.wallet-search{background:#0a0a0c;border:1px solid #ffffff1a;border-radius:12px;color:#fff;flex-shrink:0;font-family:var(--font-body);font-size:16px;margin-bottom:14px;padding:12px 14px;width:100%}.wallet-search:focus{border-color:var(--violet);outline:none}.wallet-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding-bottom:4px}.wallet-grid__item{align-items:center;background:#0a0a0c;border:1px solid #0000;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:8px;padding:12px 6px;text-align:center}.wallet-grid__item:focus-visible,.wallet-grid__item:hover{background:#101014;border-color:#ffffff2e;outline:none}.wallet-grid__item span{font-size:.72rem;line-height:1.25;word-break:break-word}.wallet-grid__item--others{border-color:#ffffff40;border-style:dashed;color:#ffffffbf}.wallet-grid__item--others:hover{border-color:#ffffff80;color:#fff}.wallet-icon--others{background:#0000;border:1.5px dashed #fff6;font-size:1.1rem}.wallet-grid__empty-wrap{padding:24px 0 4px}.wallet-others{background:#0000;border:1px dashed #ffffff40;border-radius:12px;color:#ffffffbf;font-size:.92rem;padding:14px;width:100%}.wallet-others:hover{border-color:#ffffff80;color:#fff}.wallet-custom{align-items:center;display:flex;flex-direction:column;gap:16px;padding:8px 0 4px}.wallet-custom__preview{display:flex}.wallet-custom .wallet-search{margin-bottom:0;text-align:center}.wallet-custom .btn{width:100%}.wallet-status{align-items:center;color:#fff;display:flex;flex-direction:column;gap:14px;padding:32px 8px 8px;text-align:center}.wallet-status p{color:#ffffffd9;font-size:.95rem}.wallet-status__actions{display:flex;flex-direction:column;gap:10px;margin-top:6px;width:100%}.wallet-spinner{animation:wallet-spin .8s linear infinite;border:3px solid #ffffff26;border-radius:50%;border-top:3px solid var(--cyan);height:40px;width:40px}@keyframes wallet-spin{to{transform:rotate(1turn)}}.wallet-status__icon{align-items:center;border-radius:50%;display:flex;font-size:1.3rem;font-weight:700;height:44px;justify-content:center;width:44px}.wallet-status__icon--error{background:#ff5a5a26;color:#ff8a8a}.wallet-status--error{align-items:stretch;padding-top:4px}.wallet-alert{background:#ff5a5a14;border:1px solid #ff5a5a8c;border-radius:12px;padding:14px 16px;text-align:left;width:100%}.wallet-alert p{color:#ff8a8a;font-size:.88rem;font-weight:600;line-height:1.5;margin:0}.wallet-session-card{background:#16233d;border:1px solid #78a0ff40;border-radius:12px;display:flex;flex-direction:column;gap:4px;margin-top:12px;padding:14px 16px;text-align:left;width:100%}.wallet-session-card strong{color:#fff;font-size:.95rem}.wallet-session-card span{color:#ffffffa6;font-size:.82rem;line-height:1.4}.btn{border-radius:12px;font-size:.92rem;font-weight:600;padding:13px 16px;text-align:center;transition:background .2s ease,border-color .2s ease,opacity .2s ease;width:100%}.btn--solid{background:#7c5cff;border:1px solid #0000;color:#fff}.btn--solid:hover{background:#6a4ce0}.btn--solid:disabled{cursor:not-allowed;opacity:.4}.btn--ghost{background:#0000;border:1px solid #ffffff2e;color:#ffffffd9}.btn--ghost:hover{background:#ffffff0a;border-color:#fff6;color:#fff}@media (prefers-reduced-motion:reduce){.wallet-spinner{animation-duration:1.6s}}.pm-backdrop{align-items:flex-end;background:#000000a6;inset:0;justify-content:center;padding:0;position:fixed;z-index:1000}.pm-backdrop,.pm-modal{box-sizing:border-box;display:flex}.pm-modal{animation:pm-slide-up .25s ease-out;background:#0d0d0d;border-radius:16px 16px 0 0;box-shadow:0 -4px 30px #00000080;color:#fff;flex-direction:column;max-height:92vh;max-width:560px;overflow-y:auto;width:100%}@keyframes pm-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.pm-header{align-items:center;background:#262626;display:flex;justify-content:space-between;padding:18px 20px;position:sticky;top:0;z-index:2}.pm-title{font-size:1.05rem;font-weight:600;margin:0}.pm-close-btn{background:#0000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.6rem;line-height:1;padding:4px 8px}.pm-close-btn:focus-visible,.pm-close-btn:hover{background:#ffffff1a;outline:none}.pm-body{gap:18px;padding:20px}.pm-body,.pm-field-group{display:flex;flex-direction:column}.pm-field-group{gap:6px}.pm-label{color:#9a9a9a;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.pm-name-row{align-items:center;background:#262626;border-radius:10px;display:flex;gap:12px;padding:10px 14px}.pm-name-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;min-width:0;outline:none}.pm-name-input::placeholder{color:#7c7c7c}.pm-avatar{align-items:center;background:#fff;border-radius:50%;color:#111;display:flex;flex-shrink:0;font-size:.95rem;font-weight:700;height:34px;justify-content:center;width:34px}.pm-tabs{background:#1a1a1a;border-radius:10px;display:flex;gap:4px;padding:4px}.pm-tab{background:#0000;border:2px solid #0000;border-radius:8px;color:#cfcfcf;cursor:pointer;flex:1 1;font-size:.82rem;font-weight:600;min-width:0;overflow:hidden;padding:10px 6px;text-overflow:ellipsis;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.pm-tab-active{background:#111;border-color:#4fc3f7;color:#fff}.pm-tab-content{display:flex;flex-direction:column;gap:6px}.pm-text-input,.pm-textarea{background:#262626;border:none;border-radius:10px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.95rem;padding:14px;resize:vertical;width:100%}.pm-textarea{min-height:140px}.pm-text-input::placeholder,.pm-textarea::placeholder{color:#7c7c7c}.pm-text-input:focus,.pm-textarea:focus{outline:2px solid #4fc3f7;outline-offset:1px}.pm-hint{color:#7c7c7c;font-size:.78rem;margin:0}.pm-error{color:#ff6b6b;font-size:.85rem;margin:0}.pm-submit-btn{background:#fff;border:none;border-radius:10px;color:#111;cursor:pointer;font-size:1rem;font-weight:700;padding:14px;transition:transform .1s ease,background .15s ease;width:100%}.pm-submit-btn:active{transform:scale(.98)}.pm-submit-btn:hover{background:#ececec}@media (min-width:480px){.pm-backdrop{align-items:center;padding:20px}.pm-modal{animation:pm-fade-scale .2s ease-out;border-radius:16px;max-height:88vh}@keyframes pm-fade-scale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}}@media (min-width:768px){.pm-body{padding:24px 28px}.pm-title{font-size:1.15rem}.pm-tab{font-size:.92rem;padding:10px 8px}.pm-tabs{gap:8px}}@supports (padding:max(0px)){.pm-modal{padding-bottom:env(safe-area-inset-bottom)}}.pm-stage{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 10px;text-align:center}.pm-spinner{animation:pm-spin .8s linear infinite;border:3px solid #4fc3f740;border-radius:50%;border-top-color:#4fc3f7;height:36px;width:36px}@keyframes pm-spin{to{transform:rotate(1turn)}}.pm-loading-text{color:#cfcfcf;font-size:.9rem;margin:0}.pm-stage-error-text{color:#ff6b6b;font-size:.95rem;font-weight:600;margin:0}.pm-try-again-btn{background:#0000;border:2px solid #ff6b6b;border-radius:10px;color:#ff6b6b;cursor:pointer;font-size:.95rem;font-weight:700;padding:12px 24px;transition:background .15s ease,color .15s ease}.pm-try-again-btn:focus-visible,.pm-try-again-btn:hover{background:#ff6b6b;color:#0d0d0d;outline:none}.pm-try-again-btn:active{transform:scale(.98)}.nav-menu__backdrop{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#000000bf;inset:0;position:fixed;z-index:600}.nav-menu{background:#000;border-left:1px solid #ffffff14;bottom:0;display:flex;flex-direction:column;max-width:420px;padding-bottom:env(safe-area-inset-bottom,0);padding-top:env(safe-area-inset-top,0);position:fixed;right:0;top:0;width:100%;z-index:601}.nav-menu__header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 20px}@media (min-width:768px){.nav-menu__header{height:80px;padding:0 32px}}.nav-menu__title{color:#fff;font-size:22px;font-weight:700;letter-spacing:.02em}.nav-menu__close{align-items:center;background:#0000;border:1px solid #ffffff59;color:#fff;cursor:pointer;display:flex;font-size:24px;height:44px;justify-content:center;line-height:1;touch-action:manipulation;width:44px}.nav-menu__list{display:flex;flex-direction:column;overflow-y:auto;padding:24px 20px 0}@media (min-width:768px){.nav-menu__list{padding:32px 32px 0}}.nav-menu__link{align-items:center;border-bottom:1px solid #ffffff1a;color:#ffffff8c;display:flex;font-size:26px;font-weight:600;justify-content:space-between;letter-spacing:.01em;padding:22px 0;text-decoration:none;touch-action:manipulation;transition:color .2s ease}@media (min-width:768px){.nav-menu__link{font-size:32px}}.nav-menu__link:focus-visible,.nav-menu__link:hover{color:#fff}.nav-menu__link.is-active{color:#fff}.nav-menu__dot{background:#3ecf6a;flex-shrink:0;height:10px;width:10px}.navbar{align-items:center;background:#000;border-bottom:1px solid #ffffff14;display:flex;gap:8px;height:64px;justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:500}@media (min-width:480px){.navbar{padding:0 20px}}@media (min-width:768px){.navbar{height:80px;padding:0 32px}}.navbar__logo{align-items:center;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;gap:8px;text-decoration:none;touch-action:manipulation}@media (min-width:480px){.navbar__logo{font-size:16px;gap:10px}}.navbar__logo-icon{border-radius:7px;flex-shrink:0;height:28px;object-fit:contain;width:28px}@media (min-width:480px){.navbar__logo-icon{border-radius:8px;height:32px;width:32px}}.navbar__right{align-items:center;display:flex;flex-shrink:0;gap:8px}@media (min-width:480px){.navbar__right{gap:12px}}.navbar__platform-btn{align-items:center;background:#0000;border:1px solid #ffffff59;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:11px;font-weight:600;letter-spacing:.06em;padding:8px 12px;text-decoration:none;touch-action:manipulation;transition:border-color .2s ease,transform .2s ease;white-space:nowrap}@media (min-width:480px){.navbar__platform-btn{font-size:12px;padding:10px 16px}}.navbar__platform-btn:hover{animation:dance .5s ease;border-color:#3ecf6a}.navbar__hamburger{align-items:center;background:#0000;border:1px solid #ffffff59;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:44px;justify-content:center;position:relative;touch-action:manipulation;transition:border-color .2s ease;width:44px}.navbar__hamburger:hover{animation:dance .5s ease;border-color:#3ecf6a}.navbar__hamburger-line{background:#fff;height:2px;transition:transform .3s ease,opacity .3s ease;width:18px}.navbar__hamburger.is-open .navbar__hamburger-line:first-child{transform:translateY(4px) rotate(45deg)}.navbar__hamburger.is-open .navbar__hamburger-line:last-child{transform:translateY(-4px) rotate(-45deg)}@keyframes dance{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-3px) rotate(-4deg)}50%{transform:translateY(0) rotate(3deg)}75%{transform:translateY(-2px) rotate(-2deg)}to{transform:translateY(0) rotate(0deg)}}.ascii-mark{aspect-ratio:1/1;display:block;width:100%}.partners-marquee{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);overflow:hidden;padding:4px 0 0;width:100%}.partners-marquee__track{align-items:center;animation:marquee-scroll 22s linear infinite;display:flex;gap:48px;width:max-content}.partners-marquee:hover .partners-marquee__track{animation-play-state:paused}.partners-marquee__item{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center}.partners-marquee__item img{filter:brightness(0) invert(1);height:100%;object-fit:contain;opacity:.6;width:auto}.partners-marquee__fallback{color:#ffffff80;display:none;font-size:15px;font-weight:700;letter-spacing:.02em;white-space:nowrap}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.partners-marquee__track{animation:none}}.hero{display:flex;flex-direction:column;padding-top:64px}.hero.section-panel{min-height:auto}@media (min-width:768px){.hero{padding-top:80px}}.hero__inner{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:14px;margin:0 auto;max-width:1280px;padding:28px 20px 32px;text-align:center;width:100%}@media (min-width:900px){.hero__inner{align-items:flex-start;flex-direction:row;gap:40px;padding:56px 40px 20px;text-align:left}}.hero__copy{display:flex;flex-direction:column;gap:18px;max-width:640px;order:1}.hero__partners{order:2;width:100%}@media (min-width:900px){.hero__partners{display:none}}.hero__mark{order:3}.hero__eyebrow{align-items:center;color:#3ecf6a;display:flex;font-size:12px;font-weight:600;gap:6px;justify-content:center;letter-spacing:.12em;text-transform:uppercase}@media (min-width:900px){.hero__eyebrow{justify-content:flex-start}}.hero__eyebrow-hash{opacity:.8}.hero__title{color:#fff;font-size:clamp(1.65rem,7vw,3.75rem);font-weight:700;letter-spacing:-.01em;line-height:1.08;margin:0;text-transform:uppercase}.hero__body{color:#fff9;font-size:clamp(.95rem,2.4vw,1.05rem);line-height:1.6;margin:0;max-width:46ch}.hero__mark{display:flex;flex-shrink:0;justify-content:center;max-width:320px;width:100%}@media (min-width:900px){.hero__mark{margin-top:20px;max-width:420px}}.hero__mark-img{height:auto;max-width:100%;object-fit:contain;opacity:.9;width:100%}.hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center}@media (min-width:900px){.hero__actions{justify-content:flex-start}}.zq-btn{align-items:center;border:1px solid #0000;border-radius:0;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;justify-content:center;letter-spacing:.05em;text-transform:uppercase;touch-action:manipulation;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease;white-space:nowrap}.zq-btn--solid{background:#3ecf6a;border-color:#3ecf6a;color:#000}.zq-btn--solid:hover{background:#35b85c;border-color:#35b85c}.zq-btn--outline{background:#0000;border-color:#ffffff59;color:#fff}.zq-btn--outline:hover{border-color:#3ecf6a;color:#3ecf6a}.zq-btn:active{transform:scale(.97)}.zq-btn--lg{font-size:13px;padding:14px 26px}@media (max-width:380px){.hero__actions{flex-direction:column;width:100%}.zq-btn--lg{width:100%}}.comeback{display:flex;flex-direction:column;padding-bottom:40px;padding-top:84px}@media (min-width:768px){.comeback{padding-top:100px}}.comeback__intro{margin:0 auto;max-width:1280px;padding:0 20px;width:100%}@media (min-width:768px){.comeback__intro{padding:0 40px}}.comeback__eyebrow{color:#3ecf6a;font-size:12px;font-weight:600;letter-spacing:.12em;margin:0 0 16px}.comeback__row{display:flex;flex-direction:column;gap:20px}@media (min-width:860px){.comeback__row{align-items:flex-start;flex-direction:row;gap:40px;justify-content:space-between}}.comeback__title{color:#fff;font-size:clamp(1.8rem,5vw,3rem);font-weight:700;line-height:1.15;margin:0}.comeback__body{color:#fff9;font-size:clamp(.95rem,1.6vw,1.05rem);line-height:1.6;margin:0;max-width:32rem}@media (min-width:860px){.comeback__body{padding-top:6px}}.comeback__image{margin:32px auto 0;max-width:1280px;padding:0 20px;width:100%}@media (min-width:768px){.comeback__image{margin-top:40px;padding:0 40px}}.comeback__image img{aspect-ratio:16/9;display:block;height:auto;object-fit:cover;width:100%}.comeback__stats{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr;margin:36px auto 0;max-width:1280px;padding:0 20px;width:100%}@media (min-width:768px){.comeback__stats{gap:24px;grid-template-columns:repeat(3,1fr);margin-top:48px;padding:0 40px}}.stat-card{display:flex;flex-direction:column;gap:14px}.stat-card__label{align-self:flex-start;background:#ffffffeb;color:#000;font-size:11px;font-weight:700;letter-spacing:.06em;margin:0;padding:6px 10px;white-space:nowrap}.stat-card__word{font-feature-settings:"tnum";border-top:1px solid #ffffff26;color:#fff;font-size:clamp(1.6rem,3.4vw,2.4rem);font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.01em;margin:0;padding-top:10px;text-transform:uppercase}.stat-card__body{color:#ffffff8c;font-size:.95rem;line-height:1.6;margin:0;max-width:34ch}.step-visual{aspect-ratio:1/1;background:#000;border:1px solid #ffffff26;overflow:hidden;width:100%}.step-visual img{display:block;height:100%;object-fit:cover;width:100%}.steps{padding-bottom:60px;padding-top:84px}@media (min-width:768px){.steps{padding-top:100px}}.steps__header{margin:0 auto;max-width:1280px;padding:0 20px;width:100%}@media (min-width:768px){.steps__header{padding:0 40px}}.steps__eyebrow{color:#3ecf6a;font-size:12px;font-weight:600;letter-spacing:.12em;margin:0 0 16px}.steps__title{color:#fff;font-size:clamp(1.8rem,5vw,3rem);font-weight:700;line-height:1.15;margin:0}.steps__list{margin:0 auto;max-width:1280px;padding:0 20px;width:100%}@media (min-width:768px){.steps__list{padding:0 40px}}.step-row{padding-top:36px}@media (min-width:768px){.step-row{padding-top:48px}}.step-row__index{color:#ffffff80;font-family:Courier New,monospace;font-size:13px;margin:0 0 10px}.step-row__rule{background:#ffffff26;height:1px;margin-bottom:28px}.step-row__content{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:860px){.step-row__content{gap:32px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr) 220px}}.reveal-left{opacity:0;transform:translateX(-32px);transition:opacity .32s ease-out,transform .32s ease-out}.reveal-left.is-visible{opacity:1;transform:translateX(0)}.step-row__title{color:#fff;font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:700;line-height:1.2;margin:0}.step-row__body{color:#fff9;font-size:.95rem;line-height:1.65;margin:0}@media (min-width:860px){.step-row__body{max-width:42ch}}.the-steps{padding:84px 20px 60px;text-align:center}@media (min-width:768px){.the-steps{padding:100px 40px 80px}}.the-steps__eyebrow{color:#3ecf6a;font-size:12px;font-weight:600;letter-spacing:.12em;margin:0 0 16px}.the-steps__title{color:#fff;font-size:clamp(1.8rem,5vw,2.75rem);font-weight:700;line-height:1.2;margin:0 auto;max-width:900px}.the-steps__grid{grid-gap:56px;display:grid;gap:56px;grid-template-columns:1fr;margin:56px auto 0;max-width:1200px}@media (min-width:860px){.the-steps__grid{gap:40px;grid-template-columns:repeat(3,1fr);margin-top:64px}}.the-steps__item{align-items:center;display:flex;flex-direction:column}.the-steps__icon{height:auto;margin-bottom:28px;max-width:260px;object-fit:contain;width:100%}.the-steps__item-title{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 12px}.the-steps__item-body{color:#fff9;font-size:.95rem;line-height:1.6;margin:0;max-width:34ch}.faq-section{padding:84px 20px 80px}@media (min-width:768px){.faq-section{padding:100px 40px}}.faq-section__eyebrow{color:#3ecf6a;font-size:12px;font-weight:600;letter-spacing:.12em;margin:0 0 16px;text-align:center}.faq-section__title{color:#fff;font-size:clamp(1.8rem,5vw,2.75rem);font-weight:700;line-height:1.2;margin:0 0 40px;text-align:center}@media (min-width:768px){.faq-section__title{margin-bottom:48px}}.faq-section__list{display:flex;flex-direction:column;gap:2px;margin:0 auto;max-width:900px}.faq-item{background:#161616;border:1px solid #0000;transition:border-color .2s ease}.faq-item.is-open{border-color:#ffffff40}.faq-item__question{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font:inherit;font-size:.95rem;font-weight:500;gap:16px;justify-content:space-between;letter-spacing:.01em;padding:18px 20px;text-align:left;touch-action:manipulation;width:100%}@media (min-width:768px){.faq-item__question{font-size:1.05rem;padding:22px 24px}}.faq-item__icon{background:#ffffff1f;border-radius:50%;flex-shrink:0;height:26px;position:relative;width:26px}.faq-item__icon-line{background:#fff;left:50%;position:absolute;top:50%;transform-origin:center}.faq-item__icon-line--h{height:1.5px;transform:translate(-50%,-50%);width:11px}.faq-item__icon-line--v{height:11px;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .25s ease;width:1.5px}.faq-item__icon{transition:transform .25s ease}.faq-item.is-open .faq-item__icon{transform:rotate(45deg)}.faq-item__answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item.is-open .faq-item__answer-wrap{grid-template-rows:1fr}.faq-item__answer{color:#fff9;font-size:.9rem;line-height:1.65;margin:0;min-height:0;overflow:hidden;padding:0 20px}.faq-item.is-open .faq-item__answer{padding:0 20px 20px}@media (min-width:768px){.faq-item.is-open .faq-item__answer{padding:0 24px 22px}}.community{padding:84px 20px 60px}@media (min-width:768px){.community{padding:100px 40px 80px}}.community__title{color:#fff;font-size:clamp(1.8rem,5vw,2.75rem);font-weight:700;line-height:1.2;margin:0 auto 40px;max-width:1200px;text-align:center}@media (min-width:768px){.community__title{margin-bottom:48px}}.community__grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin:0 auto;max-width:1200px}@media (min-width:860px){.community__grid{gap:24px;grid-template-columns:1.4fr 1fr}}.community__list{background:#161616;border:1px solid #ffffff1a}.community__item{align-items:baseline;border-bottom:1px solid #ffffff1a;display:flex;gap:12px;padding:22px 24px}.community__item:last-child{border-bottom:none}.community__item-n{color:#ffffff59;font-size:1.05rem;font-weight:600}.community__item-label{color:#fff;font-size:1.05rem;font-weight:500;letter-spacing:.01em}.community__quote-card{background:#161616;border:1px solid #ffffff1a;display:flex;flex-direction:column;gap:20px;padding:24px}.community__quote{color:#ffffffd9;font-size:1rem;font-style:italic;line-height:1.6;margin:0}.community__author{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:12px;padding-bottom:20px}.community__avatar{border-radius:8px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.community__author-name{color:#fff;font-size:.95rem;font-weight:600;margin:0}.community__author-role{color:#ffffff80;font-size:.85rem;margin:2px 0 0}.community__cta{align-items:center;background:#fff;color:#000;display:flex;font-size:.9rem;font-weight:700;gap:10px;justify-content:center;letter-spacing:.04em;padding:16px;text-decoration:none;touch-action:manipulation;transition:opacity .2s ease}.community__cta:hover{opacity:.85}.wallet-actions{background:#000;margin:0 auto;max-width:1280px;padding:64px 24px 72px}.wallet-actions__header{margin-bottom:40px;text-align:center}.wallet-actions__header h2{color:#fff;font-size:clamp(24px,3.2vw,34px);font-weight:800;margin:0}.wallet-actions__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.wallet-action-card{background:#2fe1c908;border:1px solid #2fe1c938;border-radius:12px;cursor:pointer;padding:22px 20px;text-align:left;transition:border-color .15s ease,background .15s ease}.wallet-action-card:hover{background:#2fe1c90f;border-color:#2fe1c980}.wallet-action-card__tag{align-items:center;color:#2fe1c9;display:inline-flex;font-size:11.5px;font-weight:700;gap:6px;letter-spacing:1px;margin-bottom:12px}.wallet-action-card__dot{background:#2fe1c9;border-radius:50%;flex-shrink:0;height:6px;width:6px}.wallet-action-card h3{color:#fff;font-size:15px;font-weight:800;letter-spacing:.5px;margin:0 0 10px}.wallet-action-card p{color:#9aa1a8;font-size:13.5px;line-height:1.6;margin:0}@media (max-width:900px){.wallet-actions{padding:40px 20px 48px}.wallet-actions__header{margin-bottom:24px}.wallet-actions__grid{grid-template-columns:1fr}}.site-footer{overflow-x:hidden;padding:60px 20px 0}@media (min-width:768px){.site-footer{padding:80px 40px 0}}.site-footer__top{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px}.site-footer__social{align-items:center;display:flex;gap:18px}.site-footer__social a{color:#fff9;display:inline-flex;transition:color .2s ease}.site-footer__social a:hover{color:#fff}.site-footer__terms{color:#fff9;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-decoration:none}.site-footer__terms:hover{color:#fff}.site-footer__rule{background:#ffffff1f;height:1px;margin:20px auto 0;max-width:1280px}.site-footer__meta{align-items:center;color:#fff6;display:flex;font-size:.75rem;font-weight:600;justify-content:space-between;letter-spacing:.04em;margin:20px auto 0;max-width:1280px}.reveal-up{opacity:0;transform:translateY(28px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal-up.is-visible{opacity:1;transform:translateY(0)}.site-footer__wordmark-wrap{display:flex;justify-content:center;margin-top:24px;width:100%}.site-footer__wordmark{color:#fff;display:block;font-size:22vw;font-weight:800;letter-spacing:-.02em;line-height:.85;margin:0 auto;max-width:90%;text-align:center;white-space:nowrap;width:100%}@media (min-width:768px){.site-footer__wordmark{font-size:18vw}}*{box-sizing:border-box}body,html{background:#000;color:#fff;margin:0;overflow-x:hidden;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-family:Inter,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}img,svg{display:block;max-width:100%}button{font-family:inherit}a{color:inherit}input,select,textarea{font-size:16px}.scroll-sections{position:relative}.section-panel{background:#000;min-height:100vh;min-height:100dvh;overflow:hidden;position:sticky;top:0;width:100%}.section-cover{background:#000;position:relative;width:100%}
/*# sourceMappingURL=main.c7212caf.css.map*/