@charset "UTF-8";
:root{color-scheme:light;--paper:#f7f8fa;--ink:#18191c;--muted:#63666e;--orange:#d74c0b;--line:#dddfe4;--white:#fff;--radius:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:36px}
body{margin:0;background:var(--paper);color:var(--ink);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;text-underline-offset:5px}
button,a{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:6px;border-radius:6px}
::selection{background:#ffb882;color:#18191c}
.site-shell{width:min(1280px,100% - 112px);margin:0 auto}
.skip-link{position:fixed;top:12px;left:16px;transform:translateY(-200%);z-index:20;background:var(--ink);color:var(--white);padding:10px 18px;border-radius:8px}
.skip-link:focus{transform:translateY(0)}
.site-header{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:650;letter-spacing:-.045em;white-space:nowrap}
.brand img{border-radius:11px;box-shadow:0 2px 6px #16171a10}
.site-header nav,.site-footer nav{display:flex;align-items:center;gap:32px;font-size:.9375rem;font-weight:500}
.site-header nav a,.site-footer nav a{padding:10px 0;transition:color .2s}
.site-header nav a:hover,.site-footer nav a:hover{color:var(--orange)}
.nav-contact span{margin-left:14px}
.hero{min-height:635px;display:grid;grid-template-columns:1.14fr 1fr;align-items:center;gap:20px;padding:40px 0 92px}
.hero-copy{position:relative;z-index:1;animation:enter .75s ease both}
.eyebrow{font-size:.75rem;letter-spacing:.13em;line-height:1.6;font-weight:650;margin:0 0 28px;color:var(--muted)}
h1,h2,h3,p{margin-top:0}
h1{word-spacing:.05em;font-size:clamp(3.75rem,6.5vw,6.375rem);line-height:1.01;font-weight:550;letter-spacing:-.072em;margin-bottom:28px}
h1 em{font-style:normal;color:var(--orange)}
.hero-description{font-size:1.1875rem;line-height:1.6;color:var(--muted);max-width:370px;margin-bottom:30px;letter-spacing:-.012em}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;background:var(--ink);color:var(--white);min-height:56px;padding:14px 22px;border-radius:18px;font-size:1rem;font-weight:550;transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px);background:#303138;box-shadow:0 10px 20px #18191c16}
.button span{font-size:1.3rem;line-height:1}
.release-note{font-size:.8125rem;color:var(--muted);margin:18px 0 0}.release-note span{padding:0 9px;color:#a6a8ad}
.hero-art{position:relative;min-width:0;animation:enter .9s .1s ease both;text-align:center}
.wallet-art{display:block;width:100%;height:auto;border-radius:44px;mix-blend-mode:multiply;animation:float 8s 1s ease-in-out infinite}
.art-caption{display:block;font-size:.6875rem;letter-spacing:.21em;color:var(--muted);padding-top:20px}
.wallet-section{scroll-margin-top:36px;padding:64px 48px 52px;border-radius:var(--radius);background:#191b20;color:#f9fafc}
.section-heading .eyebrow{color:#efaa7d;margin-bottom:14px}.section-heading h2{font-size:clamp(2rem,3vw,3rem);line-height:1.1;font-weight:500;letter-spacing:-.05em;margin-bottom:14px}
.section-heading>p:last-child{color:#aeb0b8;margin-bottom:0;font-size:1rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:56px}
.feature-grid article{border-top:1px solid #484a51;padding-top:24px}
.feature-index{display:block;font-size:.75rem;letter-spacing:.08em;color:#b5b7be;margin-bottom:20px}
.feature-grid h3{font-size:1.25rem;line-height:1.3;letter-spacing:-.025em;font-weight:500;margin-bottom:12px}
.feature-grid p{font-size:1rem;color:#b5b7be;margin-bottom:0;line-height:1.65}
.closing{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:76px 4px 72px}
.closing>p{font-size:clamp(1.7rem,3vw,2.75rem);letter-spacing:-.045em;line-height:1.2;font-weight:500;margin-bottom:0}.closing>p span{color:#7d8088}
.text-link{display:inline-flex;align-items:center;gap:26px;padding:12px 0;border-bottom:1px solid var(--ink);font-size:1rem;white-space:nowrap;transition:color .2s}
.text-link:hover{color:var(--orange)}
.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:32px;padding:34px 0 36px}
.footer-brand{font-size:1rem;font-weight:650;letter-spacing:-.035em}.site-footer p{font-size:.8125rem;color:var(--muted);margin:6px 0 0}
.legal-main{padding:58px 0 96px;max-width:1040px;margin:auto}
.breadcrumb{display:inline-flex;font-size:.875rem;color:var(--muted);gap:10px;align-items:center;margin-bottom:44px;min-height:32px}
.breadcrumb:hover{color:var(--orange)}
.legal-title{max-width:850px;font-size:clamp(3.25rem,6vw,5.5rem);margin-bottom:20px}
.legal-meta{color:var(--muted);font-size:.875rem;margin-bottom:40px}
.legal-intro{font-size:1.1875rem;line-height:1.65;max-width:680px;color:var(--muted);margin-bottom:48px}
.legal-layout{display:grid;grid-template-columns:200px minmax(0,680px);gap:64px;align-items:start;border-top:1px solid var(--line);padding-top:44px}
.contents{position:sticky;top:32px}.contents p{font-size:.75rem;letter-spacing:.12em;color:var(--muted);font-weight:600;margin-bottom:15px}.contents a{display:block;font-size:.875rem;line-height:1.5;color:var(--muted);padding:7px 0}.contents a:hover{color:var(--orange)}
.legal-copy section{scroll-margin-top:32px;margin-bottom:38px}.legal-copy section:last-child{margin-bottom:0}
.legal-copy h2{font-size:1.375rem;line-height:1.35;font-weight:600;letter-spacing:-.03em;margin-bottom:14px}
.legal-copy p,.legal-copy li{font-size:1rem;line-height:1.8;color:#51545c}.legal-copy p{margin-bottom:16px}.legal-copy ul{padding-left:20px;margin:0 0 16px}.legal-copy li{padding-left:4px;margin-bottom:8px}.legal-copy a{text-decoration:underline;overflow-wrap:anywhere}.legal-copy strong{color:var(--ink);font-weight:600}
.support-main{min-height:calc(100svh - 240px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:50px 0 110px;max-width:1040px;margin:auto}
.support-main .eyebrow{margin-bottom:22px}.support-main h1{font-size:clamp(3.7rem,7vw,6.5rem);margin-bottom:36px}.support-email{display:inline-flex;align-items:center;gap:26px;max-width:100%;font-size:clamp(1.1rem,3vw,2.25rem);letter-spacing:-.035em;line-height:1.4;border-bottom:1px solid #c7c9cf;padding:0 0 12px;color:var(--orange);transition:border-color .2s}.support-email:hover{border-color:var(--orange)}.support-email span:first-child{overflow-wrap:anywhere}.support-email span:last-child{flex-shrink:0}
@keyframes enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(min-width:1500px){.hero{min-height:720px}.hero-art{max-width:570px}}
@media(max-width:1000px){.site-shell{width:calc(100% - 64px)}.hero{min-height:570px;padding-bottom:70px}.hero-description{font-size:1.0625rem}.wallet-section{padding:40px 32px}.feature-grid{gap:24px}.legal-layout{grid-template-columns:160px minmax(0,1fr);gap:36px}}
@media(max-width:700px){.site-shell{width:calc(100% - 40px)}.site-header{min-height:88px;gap:16px}.brand{font-size:1.125rem;gap:8px}.brand img{width:34px;height:34px;border-radius:9px}.site-header nav{gap:16px;font-size:.875rem}.site-header nav a:first-child:not(:last-child){display:none}.nav-contact span{margin-left:6px}.hero{grid-template-columns:1fr;gap:30px;padding:38px 0 50px}.hero-copy{max-width:520px}h1{font-size:clamp(3.45rem,10.3vw,5.2rem);letter-spacing:-.065em}.eyebrow{margin-bottom:22px;font-size:.75rem}.hero-description{font-size:1.0625rem;max-width:360px}.hero-art{width:min(100%,410px);justify-self:center}.wallet-art{border-radius:30px}.art-caption{padding-top:8px}.wallet-section{padding:34px 26px;border-radius:26px}.feature-grid{grid-template-columns:1fr;gap:30px;margin-top:32px}.feature-index{margin-bottom:12px}.section-heading h2{font-size:2.1rem}.closing{padding:50px 4px;align-items:flex-start;flex-direction:column;gap:26px}.closing>p{font-size:2rem}.site-footer{align-items:flex-start;flex-direction:column;gap:18px;padding:28px 0}.site-footer nav{gap:30px;font-size:.9375rem}.legal-main{padding:24px 0 56px}.breadcrumb{margin-bottom:26px}.legal-title{font-size:3.25rem}.legal-intro{font-size:1.0625rem;margin-bottom:30px}.legal-meta{margin-bottom:26px}.legal-layout{grid-template-columns:1fr;gap:32px;padding-top:28px}.contents{position:static;display:flex;flex-wrap:wrap;gap:4px 20px}.contents p{width:100%;margin-bottom:8px}.contents a{font-size:.875rem;padding:4px 0}.legal-copy h2{font-size:1.25rem}.support-main{min-height:calc(100svh - 280px);padding:45px 0 85px}.support-main h1{font-size:3.75rem}.support-email{font-size:clamp(1rem,5vw,1.65rem);gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
