.sep-landing{--bg:#0b0d0a;--bg-2:#111410;--bg-3:#171a15;--ink:#f2ede3;--ink-dim:#a8a499;--ink-mute:#6a6960;--line:#1f211d;--line-2:#2a2c27;--accent:var(--accent);--accent-deep:var(--accent-deep);--warm:#f0d9b5;--danger:#ff6a4d}.sep-landing *{box-sizing:border-box;margin:0;padding:0}.sep-landing{scroll-behavior:smooth;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sep-landing.sep-landing--grain:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}.sep-landing.sep-landing--grain.no-grain:before{opacity:0!important}.sep-landing a{color:inherit;text-decoration:none}.sep-landing button:not(.MuiButtonBase-root){font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.sep-landing .eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim)}.sep-landing .container{max-width:1440px;margin:0 auto;padding:0 40px}.sep-landing nav.topnav{position:fixed;top:0;left:0;right:0;z-index:150;backdrop-filter:blur(14px);background:rgba(11,13,10,.72);border-bottom:1px solid var(--line)}.sep-landing .nav-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:48px;padding:18px 40px;max-width:1440px;margin:0 auto}.sep-landing .logo{display:flex;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:18px;letter-spacing:.02em;text-transform:uppercase;min-width:0}.sep-landing .logo-text{min-width:0;line-height:1.15}.sep-landing .logo-image{object-fit:contain}.sep-landing .logo-image,.sep-landing .logo-mark{width:28px;height:28px;flex-shrink:0;border-radius:50%}.sep-landing .logo-mark{background:var(--accent);position:relative;box-shadow:0 0 20px color-mix(in srgb,var(--accent) 40%,transparent)}.sep-landing .logo-mark:after{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--bg)}.sep-landing .logo-mark:before{content:"";position:absolute;left:50%;top:50%;width:2px;height:11px;background:var(--accent);transform:translate(-50%,-50%) rotate(15deg);border-radius:2px;z-index:1}.sep-landing .nav-links{display:flex;gap:36px;justify-content:center;font-size:13px;color:var(--ink-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.sep-landing .nav-links a{white-space:nowrap;transition:color .2s ease}.sep-landing .nav-links a:hover{color:var(--ink)}.sep-landing .nav-cta{display:flex;gap:12px;align-items:center}.sep-landing .nav-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:12px;border:1px solid var(--line-2);background:rgba(255,255,255,.04);color:var(--ink);cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.sep-landing .nav-menu-toggle:hover{background:rgba(255,255,255,.08);border-color:var(--ink-mute)}.sep-landing .nav-menu-toggle-bars{display:flex;flex-direction:column;justify-content:center;gap:6px;width:20px}.sep-landing .nav-menu-toggle-bars span{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.sep-landing .nav-menu-toggle.is-open .nav-menu-toggle-bars span:first-child{transform:translateY(8px) rotate(45deg)}.sep-landing .nav-menu-toggle.is-open .nav-menu-toggle-bars span:nth-child(2){opacity:0}.sep-landing .nav-menu-toggle.is-open .nav-menu-toggle-bars span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.sep-landing .nav-mobile{position:fixed;inset:0;z-index:10000;pointer-events:none;visibility:hidden;transition:visibility .3s step-end}.sep-landing .nav-mobile.is-open{pointer-events:auto;visibility:visible;transition:visibility 0s step-start}.sep-landing .nav-mobile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);opacity:0;transition:opacity .28s ease}.sep-landing .nav-mobile.is-open .nav-mobile-backdrop{opacity:1}.sep-landing .nav-mobile-panel{position:absolute;top:0;right:0;width:min(100%,380px);height:100%;max-height:100dvh;background:var(--bg);border-left:1px solid var(--line);box-shadow:-24px 0 48px rgba(0,0,0,.45);transform:translateX(100%);transition:transform .32s cubic-bezier(.22,1,.36,1);padding:20px 22px 28px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.sep-landing .nav-mobile.is-open .nav-mobile-panel{transform:translateX(0)}.sep-landing .nav-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid var(--line)}.sep-landing .nav-mobile-head--minimal{margin-bottom:0;padding-bottom:0;border-bottom:0}.sep-landing .nav-mobile-title{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mute)}.sep-landing .nav-mobile-close{width:40px;height:40px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--ink-dim);font-size:28px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background .2s ease}.sep-landing .nav-mobile-close:hover{color:var(--ink);background:rgba(255,255,255,.06)}.sep-landing .nav-mobile-links{display:flex;flex-direction:column;gap:0;padding:8px 0 12px}.sep-landing .nav-mobile-links a{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim);padding:16px 0;border-bottom:1px solid var(--line);transition:color .2s ease}.sep-landing .nav-mobile-links a:hover{color:var(--ink)}.sep-landing .nav-mobile-actions{flex-shrink:0;margin-top:12px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.sep-landing .nav-mobile-actions--minimal{margin-top:0;padding-top:0;border-top:0}.sep-landing .btn-block{width:100%;justify-content:center;text-align:center}.sep-landing .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;font-size:14px;font-weight:500;transition:all .25s ease;font-family:inherit;white-space:nowrap}.sep-landing .btn-ghost{color:var(--ink-dim);background:transparent}.sep-landing .btn-ghost:hover{color:var(--ink)}.sep-landing .btn-primary{background:var(--accent);color:#0b0d0a;font-weight:500}.sep-landing .btn-primary:hover{background:color-mix(in srgb,var(--accent) 85%,white);transform:translateY(-1px)}.sep-landing .btn-outline{background:transparent;color:var(--ink);border:1px solid var(--line-2)}.sep-landing .btn-outline:hover{border-color:var(--ink);background:rgba(242,237,227,.04)}.sep-landing .hero{position:relative;padding:160px 0 100px;overflow:hidden}.sep-landing .hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.sep-landing .hero-bg:before{top:-20%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 14%,transparent) 0,transparent 60%)}.sep-landing .hero-bg:after,.sep-landing .hero-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(40px)}.sep-landing .hero-bg:after{bottom:10%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(240,217,181,.06) 0,transparent 60%)}.sep-landing .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:end}.sep-landing .hero-meta{display:flex;align-items:center;gap:14px;margin-bottom:40px}.sep-landing .hero-meta-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}.sep-landing h1.hero-title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(48px,7.4vw,116px);font-weight:300;margin-bottom:40px;font-variation-settings:"opsz" 144,"wght" 340;letter-spacing:-.025em;line-height:.98;text-wrap:balance}.sep-landing h1.hero-title em{color:var(--accent);font-weight:400}.sep-landing h1.hero-title .slash{color:var(--ink-mute);font-weight:300}.sep-landing .hero-lede{font-size:18px;color:var(--ink-dim);max-width:520px;margin-bottom:40px;line-height:1.6;text-wrap:pretty}.sep-landing .hero-actions{display:flex;gap:14px;margin-bottom:64px;flex-wrap:wrap}.sep-landing .hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;padding-top:40px;border-top:1px solid var(--line);max-width:680px}.sep-landing .hl-title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:400;letter-spacing:-.01em;margin-bottom:8px;line-height:1.15;font-variation-settings:"opsz" 144}.sep-landing .hl-title em{font-style:italic;color:var(--accent)}.sep-landing .hl-desc{font-size:13px;color:var(--ink-mute);line-height:1.5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing .hero-visual{position:relative;aspect-ratio:4/5;max-height:640px}.sep-landing .coin{position:absolute;top:0;right:6%;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle at 30% 30%,color-mix(in srgb,var(--accent) 85%,white),var(--accent) 40%,var(--accent-deep) 100%);box-shadow:0 30px 80px color-mix(in srgb,var(--accent) 28%,transparent),inset -10px -15px 40px rgba(0,0,0,.3),inset 5px 10px 30px rgba(255,255,255,.4);animation:coinFloat 6s ease-in-out infinite}.sep-landing .coin:before{content:"SEP";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;font-style:italic;font-size:46px;color:rgba(11,13,10,.75)}@keyframes coinFloat{0%,to{transform:translateY(0) rotate(-6deg)}50%{transform:translateY(-18px) rotate(-2deg)}}.sep-landing .chain-motif{position:absolute;top:24%;left:0;width:95px;height:95px;border-radius:50%;border:1px solid var(--line-2);background:var(--bg-2);z-index:1;animation:coinFloat 8s ease-in-out infinite reverse}.sep-landing .chain-motif:before{content:"";position:absolute;inset:8px;border:1px solid var(--line-2);border-radius:50%}.sep-landing .chain-motif:after{content:"◆";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:var(--warm);font-size:22px;opacity:.9}.sep-landing .card-stack{position:absolute;bottom:0;left:0;right:0;height:72%}.sep-landing .vcard{position:absolute;width:86%;aspect-ratio:1.586;border-radius:22px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;box-shadow:0 40px 80px -20px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.04);transition:transform .4s cubic-bezier(.2,.8,.2,1)}.sep-landing .vcard-1{bottom:0;right:0;background:linear-gradient(135deg,#1a1d17,#0b0d0a);border:1px solid var(--line-2);transform:rotate(6deg);z-index:2}.sep-landing .vcard-1:hover{transform:rotate(4deg) translateY(-8px)}.sep-landing .vcard-2{bottom:14%;left:0;background:linear-gradient(135deg,var(--accent) 0,var(--accent-deep) 100%);color:#0b0d0a;transform:rotate(-8deg);z-index:3}.sep-landing .vcard-2:hover{transform:rotate(-6deg) translateY(-8px)}.sep-landing .vcard-top{display:flex;justify-content:space-between;align-items:flex-start;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.sep-landing .vcard-number{font-size:15px;letter-spacing:.05em}.sep-landing .vcard-bottom{display:flex;justify-content:space-between;align-items:flex-end;font-size:10px;opacity:.75}.sep-landing .vcard-brand{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:22px;font-weight:500;opacity:.92;letter-spacing:0;text-transform:none}.sep-landing .marquee{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;overflow:hidden;z-index:2}.sep-landing .marquee-track{display:flex;gap:60px;white-space:nowrap;animation:slide 60s linear infinite;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:300;color:var(--ink);font-variation-settings:"opsz" 144;letter-spacing:-.01em}.sep-landing .marquee-track em{font-style:italic;color:var(--accent);font-weight:400}.sep-landing .display-slab{position:relative;padding:180px 0 140px;overflow:hidden;border-bottom:1px solid var(--line)}.sep-landing .display-slab:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 40%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 55%);pointer-events:none}.sep-landing .display-grid{display:grid;grid-template-columns:80px 1fr 1fr;row-gap:40px;column-gap:40px;align-items:start;position:relative;min-width:0}@media (min-width:1101px){.sep-landing .display-grid{column-gap:clamp(64px,7vw,140px)}}.sep-landing .display-grid>*{min-width:0}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .display-grid>div:nth-child(2),.sep-landing .display-grid>div:nth-child(3){container-type:inline-size;container-name:display-slab-col}}}.sep-landing .vlabel{writing-mode:vertical-rl;transform:rotate(180deg);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:var(--ink-mute);align-self:start;padding-top:20px;white-space:nowrap}.sep-landing .giant-num{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:200;font-size:clamp(36px,min(22vw,18vmin),280px);line-height:.82;letter-spacing:-.06em;color:var(--ink);font-variation-settings:"opsz" 144,"wght" 220;max-width:100%;overflow-wrap:anywhere}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .giant-num{font-size:clamp(32px,36cqi,260px)}}}.sep-landing .giant-num em{font-style:italic;color:var(--accent);font-weight:300}.sep-landing .giant-num .tiny{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(9px,.072em,13px);letter-spacing:.1em;color:var(--ink-mute);display:inline-block;vertical-align:top;margin-top:24px;margin-left:-10px;text-transform:uppercase;font-weight:400}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .giant-num .tiny{font-size:clamp(9px,2.8cqi,13px);margin-left:0}}}.sep-landing .display-caption{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(18px,min(3.2vw,3vmin),48px);font-weight:300;line-height:1.1;letter-spacing:-.02em;max-width:min(520px,100%);margin-top:40px}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .display-caption{font-size:clamp(16px,5.5cqi,3rem)}}}.sep-landing .display-caption em{font-style:italic;color:var(--accent)}.sep-landing .display-caption+.display-meta{margin-top:28px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--ink-mute);letter-spacing:.08em;line-height:1.6;max-width:380px}.sep-landing .display-stats{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;padding-top:40px;border-top:1px solid var(--line)}.sep-landing .ds-cell .n{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,min(8vw,7vmin),48px);font-weight:300;letter-spacing:-.02em;line-height:1;margin-bottom:6px}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .display-grid>div:nth-child(3) .ds-cell .n{font-size:clamp(20px,11cqi,48px)}}}.sep-landing .ds-cell .n em{font-style:italic;color:var(--accent)}.sep-landing .ds-cell .l{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.12em;text-transform:uppercase}@media (max-width:1024px){.sep-landing .display-grid{grid-template-columns:1fr;gap:32px}.sep-landing .vlabel{writing-mode:horizontal-tb;transform:none;font-size:clamp(12px,3.4vw,15px)!important;letter-spacing:.22em!important;margin-bottom:10px;padding-top:0}.sep-landing .display-slab{padding:100px 0 80px}.sep-landing .giant-num{font-size:clamp(60px,min(14vw,16vmin),180px)!important;line-height:.94!important;margin-bottom:clamp(8px,3vw,20px)!important}.sep-landing .giant-num .tiny{margin-left:0!important;margin-top:14px!important;display:block!important;font-size:clamp(11px,3.2vw,14px)!important}.sep-landing .display-caption{font-size:clamp(18px,4.8vw,26px)!important;max-width:100%!important;margin-top:clamp(28px,7vw,48px)!important;position:relative;z-index:1}.sep-landing .display-caption+.display-meta{max-width:100%!important}.sep-landing .ds-cell .n{font-size:clamp(26px,6.5vw,42px)!important}}.sep-landing .marquee-track .dot{color:var(--ink-mute);font-size:22px;padding:0 8px}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sep-landing section{padding:140px 0;position:relative}.sep-landing .section-header{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;margin-bottom:100px;align-items:end}.sep-landing .section-header .eyebrow{margin-bottom:20px;display:block}.sep-landing .section-header h2{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(40px,5.2vw,76px);font-weight:300;letter-spacing:-.025em;line-height:1;text-wrap:balance}.sep-landing .section-header h2 em{font-style:italic;color:var(--accent)}.sep-landing .section-header p{color:var(--ink-dim);font-size:17px;max-width:560px;line-height:1.6;text-wrap:pretty}.sep-landing .onboarding .onb-card{border:1px solid var(--line);border-radius:28px;padding:80px 72px;background:var(--bg-2);position:relative;overflow:hidden}.sep-landing .onboarding .onb-card:before{content:"";position:absolute;top:-30%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 10%,transparent) 0,transparent 65%);filter:blur(50px);pointer-events:none}.sep-landing .onb-quote{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.15;letter-spacing:-.02em;max-width:900px;margin-bottom:56px;text-wrap:balance;position:relative}.sep-landing .onb-quote em{font-style:italic;color:var(--accent)}.sep-landing .onb-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 48px;max-width:900px;margin-bottom:48px;list-style:none;position:relative}.sep-landing .onb-list li{display:flex;gap:14px;font-size:16px;color:var(--ink-dim);padding:14px 0;border-top:1px solid var(--line-2)}.sep-landing .onb-list li .idx{color:var(--accent);letter-spacing:.1em;flex-shrink:0;padding-top:4px}.sep-landing .onb-footnote,.sep-landing .onb-list li .idx{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .onb-footnote{color:var(--ink-mute);line-height:1.6;max-width:720px;letter-spacing:.02em}.sep-landing .onb-actions{display:flex;gap:14px;flex-wrap:wrap;position:relative}.sep-landing .value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sep-landing .vcell{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;padding:44px 40px 40px;transition:all .35s ease;position:relative;overflow:hidden}.sep-landing .vcell:hover{border-color:var(--line-2);transform:translateY(-4px)}.sep-landing .vcell .v-num{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.15em;margin-bottom:44px;display:flex;justify-content:space-between}.sep-landing .vcell .v-num .glyph{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;line-height:1;color:var(--accent);font-style:italic}.sep-landing .vcell h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:30px;letter-spacing:-.015em;line-height:1.1;margin-bottom:14px;text-wrap:balance}.sep-landing .vcell h3 em{font-style:italic;color:var(--accent)}.sep-landing .vcell p{color:var(--ink-dim);font-size:15px;line-height:1.55}.sep-landing .steps{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;position:relative}.sep-landing .steps:before{content:"";position:absolute;top:28px;left:4%;right:4%;height:1px;background:linear-gradient(to right,transparent,var(--line-2) 15%,var(--accent) 50%,var(--line-2) 85%,transparent)}.sep-landing .step{position:relative}.sep-landing .step-num{width:58px;height:58px;border-radius:50%;background:var(--bg);border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-style:italic;font-weight:400;margin-bottom:26px;position:relative;z-index:2}.sep-landing .step:nth-child(3) .step-num{border-color:var(--accent);color:var(--accent)}.sep-landing .step-title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:21px;font-weight:400;margin-bottom:10px;letter-spacing:-.01em;line-height:1.2}.sep-landing .step-desc{color:var(--ink-dim);font-size:14px;line-height:1.55;text-wrap:pretty}.sep-landing .how-cta{display:flex;gap:14px;margin-top:80px;flex-wrap:wrap}.sep-landing .features-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(220px,auto);gap:16px}.sep-landing .fcell{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;padding:36px;position:relative;overflow:hidden;transition:all .4s ease;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.sep-landing .fcell:hover{border-color:var(--line-2);transform:translateY(-4px)}.sep-landing .fcell .f-num{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);margin-bottom:18px;letter-spacing:.12em}.sep-landing .fcell h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:400;letter-spacing:-.015em;line-height:1.1;margin-bottom:14px;text-wrap:balance}.sep-landing .fcell h3 em{font-style:italic;color:var(--accent)}.sep-landing .fcell p{color:var(--ink-dim);font-size:15px;line-height:1.55;text-wrap:pretty}.sep-landing .fcell.f-large{grid-column:span 4;grid-row:span 2}.sep-landing .fcell.f-med{grid-column:span 2;grid-row:span 2}.sep-landing .fcell.f-std,.sep-landing .fcell.f-wide{grid-column:span 3}.sep-landing .fcell.f-tall{grid-column:span 2;grid-row:span 2}.sep-landing .chain-vis{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sep-landing .chain-node{padding:10px 14px;border-radius:999px;background:rgba(242,237,227,.04);border:1px solid var(--line-2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim);display:flex;align-items:center;gap:8px}.sep-landing .chain-node.on{background:color-mix(in srgb,var(--accent) 8%,transparent);border-color:var(--accent);color:var(--accent)}.sep-landing .chain-node .tick{width:6px;height:6px;border-radius:50%;background:currentColor}.sep-landing .chain-dash{flex:1;min-width:18px;height:1px;background:linear-gradient(to right,var(--line-2),var(--accent),var(--line-2))}.sep-landing .meta-list{display:flex;flex-direction:column;gap:10px}.sep-landing .meta-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(242,237,227,.03);border:1px solid var(--line);border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--ink-dim)}.sep-landing .meta-row .lbl{color:var(--ink)}.sep-landing .meta-row .val{color:var(--accent)}.sep-landing .meta-row.accent{background:color-mix(in srgb,var(--accent) 6%,transparent);border-color:var(--accent)}.sep-landing .meta-row.accent .lbl,.sep-landing .meta-row.accent .val{color:var(--accent)}.sep-landing .rwt-vis{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim)}.sep-landing .rwt-chip{padding:18px 16px;border-radius:12px;border:1px solid var(--line-2);background:rgba(242,237,227,.025);min-height:100px;display:flex;flex-direction:column;justify-content:space-between}.sep-landing .rwt-chip .title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:20px;color:var(--ink);letter-spacing:-.01em;text-transform:none;font-weight:400;line-height:1.1;margin-bottom:6px}.sep-landing .rwt-chip.alt{background:color-mix(in srgb,var(--accent) 5%,transparent);border-color:var(--line-2)}.sep-landing .accounts{background:linear-gradient(180deg,var(--bg) 0,var(--bg-2) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sep-landing .acc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sep-landing .acc-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;padding:48px 44px 44px;position:relative;overflow:hidden;display:flex;flex-direction:column}.sep-landing .acc-card.business{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 5%,transparent) 0,var(--bg) 40%)}.sep-landing .acc-tag{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:28px;display:flex;justify-content:space-between;align-items:center}.sep-landing .acc-tag .num{color:var(--accent)}.sep-landing .acc-card h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(32px,3.6vw,48px);font-weight:300;letter-spacing:-.02em;line-height:1.05;margin-bottom:18px}.sep-landing .acc-card h3 em{font-style:italic;color:var(--accent)}.sep-landing .acc-card>p{color:var(--ink-dim);font-size:16px;line-height:1.6;margin-bottom:32px;max-width:460px}.sep-landing .acc-card ul{list-style:none;margin-bottom:32px;flex:1}.sep-landing .acc-card ul li{padding:14px 0;font-size:15px;color:var(--ink-dim);border-top:1px solid var(--line);display:flex;gap:14px}.sep-landing .acc-card ul li:before{content:"";flex-shrink:0;width:4px;height:4px;background:var(--accent);border-radius:50%;margin-top:9px}.sep-landing .acc-card ul li:last-child{border-bottom:1px solid var(--line)}.sep-landing .acc-footnote{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);line-height:1.6;letter-spacing:.02em}.sep-landing .biz-group{margin-top:60px}.sep-landing .biz-group-title{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.18em;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:16px}.sep-landing .biz-group-title:after{content:"";flex:1;height:1px;background:var(--line)}.sep-landing .biz-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sep-landing .bcell{background:var(--bg-2);border:1px solid var(--line);border-radius:18px;padding:32px;transition:all .3s ease}.sep-landing .bcell:hover{border-color:var(--line-2);transform:translateY(-3px)}.sep-landing .bcell.simple{min-height:140px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.sep-landing .bcell .b-num{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.12em}.sep-landing .bcell p{color:var(--ink);font-size:17px;line-height:1.35;letter-spacing:-.005em;text-wrap:balance}.sep-landing .bcell h4,.sep-landing .bcell p{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400}.sep-landing .bcell h4{font-size:24px;letter-spacing:-.015em;margin-bottom:16px;line-height:1.15}.sep-landing .bcell h4 em{font-style:italic;color:var(--accent)}.sep-landing .bcell .intro{color:var(--ink-dim);font-size:14px;line-height:1.55;margin-bottom:16px;font-family:Inter Tight,sans-serif;font-weight:400}.sep-landing .bcell ul{list-style:none}.sep-landing .bcell ul li{padding:8px 0;font-size:13px;color:var(--ink-dim);line-height:1.5;display:flex;gap:10px}.sep-landing .bcell ul li:before{content:"—";color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;flex-shrink:0;padding-top:2px}.sep-landing .sep-token{background:var(--bg-2);border-top:1px solid var(--line)}.sep-landing .accordion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sep-landing .acc-item{border:1px solid var(--line);border-radius:16px;background:var(--bg);overflow:hidden;transition:border-color .3s ease}.sep-landing .acc-item[open]{border-color:var(--line-2)}.sep-landing .acc-item summary{padding:24px 28px;cursor:pointer;display:flex;align-items:center;gap:16px;list-style:none;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:400;letter-spacing:-.01em;transition:color .2s ease}.sep-landing .acc-item summary::-webkit-details-marker{display:none}.sep-landing .acc-item summary .acc-glyph{width:36px;height:36px;border-radius:50%;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;color:var(--accent);flex-shrink:0;font-size:16px;transition:all .3s ease}.sep-landing .acc-item[open] summary .acc-glyph{background:var(--accent);color:var(--bg);border-color:var(--accent)}.sep-landing .acc-item summary .plus{margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px;color:var(--ink-mute);transition:transform .3s ease}.sep-landing .acc-item[open] summary .plus{transform:rotate(45deg);color:var(--accent)}.sep-landing .acc-body{padding:0 28px 26px 80px;color:var(--ink-dim);font-size:15px;line-height:1.65}.sep-landing .acc-body p+p,.sep-landing .acc-body p+ul{margin-top:12px}.sep-landing .acc-body ul{list-style:none}.sep-landing .acc-body ul li{padding:6px 0;display:flex;gap:10px}.sep-landing .acc-body ul li:before{content:"—";color:var(--accent);flex-shrink:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing .final-cta{text-align:center;padding:180px 0;position:relative;overflow:hidden}.sep-landing .final-cta:before{content:"";position:absolute;top:50%;left:50%;width:900px;height:900px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 9%,transparent) 0,transparent 60%);filter:blur(60px);transform:translate(-50%,-50%);pointer-events:none}.sep-landing .final-cta-inner{position:relative;z-index:1}.sep-landing .final-cta .eyebrow{margin-bottom:32px;display:block}.sep-landing .final-cta h2{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(52px,8vw,128px);font-weight:300;line-height:.95;letter-spacing:-.03em;margin-bottom:48px;text-wrap:balance}.sep-landing .final-cta h2 em{font-style:italic;color:var(--accent)}.sep-landing .final-cta .final-sub{color:var(--ink-dim);font-size:17px;max-width:540px;margin:0 auto 48px;line-height:1.6}.sep-landing .final-cta .btn-primary{padding:18px 32px;font-size:15px}.sep-landing footer{border-top:1px solid var(--line);padding:80px 0 40px;background:var(--bg)}.sep-landing .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:60px;margin-bottom:80px}.sep-landing .footer-brand .logo{margin-bottom:20px}.sep-landing .footer-brand p{color:var(--ink-dim);font-size:14px;max-width:280px;line-height:1.55;margin-bottom:24px}.sep-landing .footer-social{display:flex;gap:10px}.sep-landing .footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-dim);transition:all .2s ease}.sep-landing .footer-social a:hover{border-color:var(--accent);color:var(--accent)}.sep-landing .footer-col h4{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;font-weight:500}.sep-landing .footer-col ul{list-style:none}.sep-landing .footer-col li{padding:6px 0;font-size:14px;color:var(--ink-dim);transition:color .2s ease}.sep-landing .footer-col li:hover{color:var(--ink);cursor:pointer}.sep-landing .footer-legal{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);line-height:1.6;max-width:900px;margin-bottom:32px;padding-top:34px;border-top:1px solid var(--line)}.sep-landing .sep-footer-copy.footer-legal{margin-bottom:0;padding:36px 0 10px}.sep-landing p.footer-legal{padding-top:16px;margin-bottom:24px}.sep-landing .sep-footer-copy.footer-legal .sep-footer-jdb,.sep-landing .sep-footer-copy.footer-legal p{font-family:inherit;font-size:11px;line-height:1.6;color:var(--ink-mute)}.sep-landing .sep-footer-copy.footer-legal p{margin-bottom:10px}.sep-landing .sep-footer-copy.footer-legal .sep-footer-jdb{margin-top:20px}.sep-landing .sep-footer-copy.footer-legal strong{color:var(--ink-dim);font-weight:600}.sep-landing .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid var(--line);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--ink-mute);flex-wrap:wrap;gap:14px}.sep-landing .sep-footer-main-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 40px;margin-bottom:56px}.sep-landing .sep-footer-menu-label{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;font-weight:600}.sep-landing .sep-footer-menu-label--sub{margin-top:28px}.sep-landing .sep-footer-menu ul{list-style:none;padding:0;margin:0}.sep-landing .sep-footer-menu ul li{padding:5px 0}.sep-landing .sep-footer-menu a{font-size:14px;color:var(--ink-dim);transition:color .2s ease}.sep-landing .sep-footer-menu a:hover{color:var(--accent)}.sep-landing .sep-footer-social ul{list-style:none;padding:0;margin:0}.sep-landing .sep-footer-social li{margin-bottom:4px}.sep-landing .sep-footer-social a{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-dim);transition:color .2s ease,opacity .2s ease}.sep-landing .sep-footer-social a:hover{color:var(--accent)}.sep-landing .sep-footer-social img{opacity:.88;flex-shrink:0;transition:opacity .2s ease}.sep-landing .sep-footer-social a:hover img{opacity:1}.sep-landing .sep-footer-newsletter>p:not(.sep-footer-menu-label){color:var(--ink-dim);font-size:14px;line-height:1.55;margin-bottom:16px}.sep-landing .sep-footer-newsletter .sep-footer-menu-label{margin-bottom:12px}.sep-landing .sep-footer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.sep-landing .sep-footer-newsletter input[type=email],.sep-landing .sep-footer-newsletter input[type=text]{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--line-2);background:rgba(255,255,255,.04);color:var(--ink);font-size:14px;box-sizing:border-box}.sep-landing .sep-footer-newsletter input:focus{outline:none;border-color:color-mix(in srgb,var(--accent) 55%,var(--line-2));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.sep-landing .sep-footer-subscribe-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:14px;min-height:52px;padding:16px 28px;font-size:15px;font-weight:600;letter-spacing:.02em;line-height:1.2;border-radius:14px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.sep-landing .sep-footer-subscribe-btn:disabled{cursor:not-allowed}.sep-landing.sep-landing--us .sep-footer-subscribe-btn:not(:disabled):hover{transform:translateY(-1px)}.sep-landing .sep-footer-subscribe-btn--outline{margin-top:8px;min-height:48px;padding:14px 24px;font-size:14px;font-weight:600;border-radius:12px;border:1px solid var(--line-2);background:rgba(255,255,255,.04);color:var(--ink-dim)}.sep-landing .sep-footer-subscribe-btn--outline:hover{background:rgba(255,255,255,.08);border-color:color-mix(in srgb,var(--accent) 45%,var(--line-2));color:var(--ink)}.sep-landing .sep-footer-legal-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border-top:1px solid var(--line);margin-top:8px}.sep-landing .sep-footer-legal-row ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:20px 28px}.sep-landing .sep-footer-legal-row a{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;color:var(--ink-mute);transition:color .2s ease}.sep-landing .sep-footer-legal-row a:hover{color:var(--accent)}.sep-landing .sep-footer-brand-logo a{display:inline-block;line-height:0;opacity:.95;transition:opacity .2s ease}.sep-landing .sep-footer-brand-logo a:hover{opacity:1}.sep-landing .sep-footer-jdb{max-width:960px}@media (max-width:1100px){.sep-landing .sep-footer-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.sep-landing .sep-footer-form-grid,.sep-landing .sep-footer-main-grid{grid-template-columns:1fr}.sep-landing .sep-footer-legal-row{flex-direction:column;align-items:flex-start}}@media (max-width:1100px){.sep-landing .steps{grid-template-columns:repeat(3,1fr);gap:32px 28px}.sep-landing .steps:before{display:none}.sep-landing .biz-row-3{grid-template-columns:1fr 1fr}.sep-landing .accordion-grid{grid-template-columns:1fr}}@media (max-width:1024px){.sep-landing .container{padding:0 24px}.sep-landing .nav-inner{grid-template-columns:1fr auto;gap:16px;padding:16px 24px}.sep-landing .nav-links{display:none}.sep-landing .nav-menu-toggle{display:inline-flex}.sep-landing .nav-register-desktop{display:none!important}.sep-landing .nav-cta{gap:8px}.sep-landing .nav-menu-toggle{width:40px;height:40px;border-radius:10px}.sep-landing .nav-menu-toggle-bars{width:22px;gap:5px}.sep-landing .nav-menu-toggle.is-open .nav-menu-toggle-bars span:first-child{transform:translateY(7px) rotate(45deg)}.sep-landing .nav-menu-toggle.is-open .nav-menu-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sep-landing .hero{padding:120px 0 60px}.sep-landing .hero-grid{grid-template-columns:1fr;gap:60px}.sep-landing .hero-visual{max-height:480px;aspect-ratio:1/1}.sep-landing .hero-highlights{grid-template-columns:1fr;gap:24px}.sep-landing .section-header{grid-template-columns:1fr;gap:32px;margin-bottom:60px}.sep-landing .onboarding .onb-card{padding:40px 28px}.sep-landing .onb-list{gap:0}.sep-landing .features-grid,.sep-landing .onb-list,.sep-landing .value-grid{grid-template-columns:1fr}.sep-landing .fcell.f-large,.sep-landing .fcell.f-med,.sep-landing .fcell.f-std,.sep-landing .fcell.f-tall,.sep-landing .fcell.f-wide{grid-column:span 1;grid-row:auto}.sep-landing .steps{grid-template-columns:1fr 1fr}.sep-landing .acc-grid,.sep-landing .biz-row-3{grid-template-columns:1fr}.sep-landing .acc-body{padding:0 24px 24px}.sep-landing .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.sep-landing section{padding:80px 0}.sep-landing .marquee-track{font-size:22px}}.sep-landing .reveal{opacity:0;transform:translateY(32px);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.sep-landing .reveal.in{opacity:1;transform:translateY(0)}.sep-landing .reveal.reveal-noslide{transform:none;opacity:0;transition:opacity 1s cubic-bezier(.22,1,.36,1);will-change:opacity}.sep-landing .reveal.reveal-noslide.in{opacity:1;will-change:auto}.sep-landing .reveal-stagger>*{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i, 0) * 80ms)}.sep-landing .reveal-stagger.in>*{opacity:1;transform:translateY(0)}.sep-landing .reveal-blur{filter:blur(14px)}.sep-landing .reveal-blur.in{filter:blur(0);transition:filter 1.2s cubic-bezier(.22,1,.36,1),opacity 1s ease,transform 1s cubic-bezier(.22,1,.36,1)}.sep-landing .reveal-slide-l{transform:translateX(-40px)}.sep-landing .reveal-slide-l.in{transform:translateX(0)}.sep-landing .reveal-slide-r{transform:translateX(40px)}.sep-landing .reveal-slide-r.in{transform:translateX(0)}.sep-landing .scroll-progress{position:fixed;top:0;left:0;height:2px;width:0;background:linear-gradient(90deg,var(--accent),var(--warm));z-index:1000;pointer-events:none;transition:width .1s linear;box-shadow:0 0 8px color-mix(in srgb,var(--accent) 50%,transparent)}.sep-landing .cursor-glow{position:fixed;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 6%,transparent) 0,transparent 55%);pointer-events:none;z-index:1;transform:translate(-50%,-50%);transition:opacity .3s ease;mix-blend-mode:screen;opacity:0}.sep-landing .cursor-glow.on{opacity:1}@media (hover:none){.sep-landing .cursor-glow{display:none}}.sep-landing [data-parallax]{will-change:transform}.sep-landing [data-scale-scroll]{will-change:transform;transform-origin:50% 50%}.sep-landing .magnetic{transition:transform .3s cubic-bezier(.22,1,.36,1);will-change:transform}.sep-landing{scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}.sep-landing ::-webkit-scrollbar{width:10px;height:10px}.sep-landing ::-webkit-scrollbar-track{background:transparent}.sep-landing ::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:10px;border:2px solid transparent;background-clip:padding-box}.sep-landing ::-webkit-scrollbar-thumb:hover{background:var(--ink-mute);background-clip:padding-box;border:2px solid transparent}@media (prefers-reduced-motion:reduce){.sep-landing .reveal,.sep-landing .reveal-stagger>*{opacity:1!important;transform:none!important;filter:none!important}.sep-landing [data-parallax],.sep-landing [data-scale-scroll]{transform:none!important}.sep-landing *{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:720px){.sep-landing .container{padding:0 20px}.sep-landing section{padding:72px 0}.sep-landing .hero{padding:120px 0 60px}.sep-landing .hero-title{font-size:clamp(44px,11vw,72px)!important;line-height:.98!important}.sep-landing .hero-lede{font-size:16px!important}.sep-landing .hero-highlights,.sep-landing .section-header{grid-template-columns:1fr!important;gap:20px!important}.sep-landing .section-header h2{font-size:clamp(34px,9vw,52px)!important}.sep-landing .display-slab{padding:60px 0 40px!important}.sep-landing .vlabel{font-size:clamp(11px,3.2vw,14px)!important}.sep-landing .giant-num{font-size:clamp(54px,min(13vw,15vmin),155px)!important;line-height:.94!important}.sep-landing .giant-num .tiny{margin-left:0!important;display:block!important;margin-top:14px!important;font-size:clamp(10px,2.9vw,13px)!important}.sep-landing .display-caption{font-size:clamp(17px,4.8vw,24px)!important;max-width:100%!important;margin-top:clamp(24px,7vw,40px)!important}.sep-landing .display-stats{grid-template-columns:1fr 1fr!important;gap:20px!important;padding-top:24px!important;margin-top:24px!important}.sep-landing .ds-cell .n{font-size:clamp(24px,6.2vw,36px)!important}.sep-landing .big-panel{padding:24px!important;border-radius:20px!important}.sep-landing .big-panel-h h4{font-size:28px!important}.sep-landing .stats-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.sep-landing .stat-glass{padding:14px!important}.sep-landing .stat-glass .v{font-size:22px!important}.sep-landing .chrome{border-radius:14px!important}.sep-landing .mock-dash{min-height:0!important}.sep-landing .mock-main{padding:16px!important}.sep-landing .mock-hero{padding:18px!important}.sep-landing .mock-hero-balance{font-size:28px!important}.sep-landing .mock-currencies,.sep-landing .mock-row2{grid-template-columns:1fr!important}.sep-landing .limits,.sep-landing .pfolio,.sep-landing .qsend{padding:20px!important;border-radius:18px!important}.sep-landing .limits h4,.sep-landing .pfolio-h h4,.sep-landing .qsend h4{font-size:22px!important}.sep-landing .pf-row{grid-template-columns:36px 1fr auto!important;gap:10px!important}.sep-landing .pf-spark{display:none}.sep-landing .phone{width:240px!important;height:500px!important}.sep-landing .btn{padding:12px 20px!important;font-size:14px!important}.sep-landing .marquee{padding:16px 0!important}.sep-landing .marquee-track{gap:36px!important;font-size:clamp(15px,4vw,22px)!important;letter-spacing:-.02em}.sep-landing .chrome-url{font-size:10px!important;max-width:220px!important}}@media (max-width:480px){.sep-landing .hero-actions{flex-direction:column;align-items:stretch!important}.sep-landing .hero-actions .btn{text-align:center}.sep-landing #tweaks{width:calc(100vw - 24px);right:12px;bottom:12px}.sep-landing .vlabel{font-size:clamp(10px,3vw,13px)!important}.sep-landing .giant-num{font-size:clamp(48px,min(12.5vw,14vmin),132px)!important;line-height:.94!important}.sep-landing .display-caption{font-size:clamp(16px,4.5vw,22px)!important;line-height:1.2!important;margin-top:clamp(22px,6.5vw,36px)!important}.sep-landing .ds-cell .n{font-size:clamp(22px,5.8vw,32px)!important}.sep-landing .logo-text{font-size:11px;letter-spacing:.04em;max-width:200px;white-space:normal}}.sep-landing .product{position:relative;z-index:110;background:linear-gradient(180deg,var(--bg) 0,var(--bg-2) 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sep-landing .mock-grid{display:grid;grid-template-columns:1.07fr 1fr;gap:20px;align-items:start}.sep-landing .mock-grid-solo{display:block}.sep-landing .mock-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;align-items:start}.sep-landing .chrome{background:#0f110d;border:1px solid var(--line-2);border-radius:20px;overflow:hidden;box-shadow:0 40px 80px -40px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.02);position:relative}.sep-landing .chrome-bar{display:flex;align-items:center;padding:12px 16px;background:#090b08;border-bottom:1px solid var(--line);gap:12px}.sep-landing .chrome-dots{display:flex;gap:6px}.sep-landing .chrome-dot{width:10px;height:10px;border-radius:50%;background:#2a2c27}.sep-landing .chrome-dot.r{background:#3a2a24}.sep-landing .chrome-dot.y{background:#3a3424}.sep-landing .chrome-dot.g{background:#263a24}.sep-landing .chrome-url{flex:1;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-mute);letter-spacing:.05em;padding:4px 12px;background:var(--bg);border-radius:6px;border:1px solid var(--line);max-width:340px;margin:0 auto}.sep-landing .chrome-url .lock{color:var(--accent);margin-right:6px}.sep-landing .chrome-body{padding:0;position:relative;overflow:hidden}.sep-landing .mock-product-shot{display:block;width:100%;line-height:0;background:#0a0c08;isolation:isolate}.sep-landing .mock-product-shot img{width:100%;max-width:1024px;height:auto;margin:0 auto;display:block;vertical-align:middle;object-fit:contain;object-position:top center;mix-blend-mode:normal;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);filter:contrast(1.04) saturate(1.02);image-rendering:auto}@supports (image-rendering:high-quality){.sep-landing .mock-product-shot img{image-rendering:high-quality}}.sep-landing .mock-dash{display:grid;grid-template-columns:160px 1fr;min-height:460px;background:#0a0c08;color:var(--ink);font-family:Inter Tight,sans-serif;font-size:12px}.sep-landing .mock-side{background:#080a06;border-right:1px solid var(--line);padding:18px 12px;display:flex;flex-direction:column;gap:4px}.sep-landing .mock-side-brand{display:flex;align-items:center;gap:8px;padding:6px 6px 16px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em}.sep-landing .mock-side-brand .dot{width:14px;height:14px;border-radius:50%;background:var(--accent);flex-shrink:0;position:relative}.sep-landing .mock-side-brand .dot:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#080a06}.sep-landing .mock-side nav a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:var(--ink-mute);font-size:11.5px;transition:all .2s ease}.sep-landing .mock-side nav a .ic{width:14px;height:14px;border-radius:4px;background:var(--line-2);display:inline-block;flex-shrink:0}.sep-landing .mock-side nav a.on{background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--accent)}.sep-landing .mock-side nav a.on .ic{background:var(--accent)}.sep-landing .mock-side nav a:hover{color:var(--ink)}.sep-landing .mock-side-divider{height:1px;background:var(--line);margin:12px 2px}.sep-landing .mock-side-support{margin-top:auto;padding:10px;border:1px solid var(--line);border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink-mute);line-height:1.5}.sep-landing .mock-main{padding:20px 22px;overflow:hidden}.sep-landing .mock-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sep-landing .mock-search{padding:7px 12px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;width:180px}.sep-landing .mock-search,.sep-landing .mock-topbar-right{color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .mock-topbar-right{display:flex;align-items:center;gap:10px}.sep-landing .mock-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-deep));display:flex;align-items:center;justify-content:center;color:#0a0c08;font-weight:600;font-size:10px;font-family:Inter Tight,sans-serif}.sep-landing .mock-hero{background:linear-gradient(135deg,#044e16,#066824 55%,#058f35);border-radius:14px;padding:22px 24px;position:relative;overflow:hidden;margin-bottom:14px}.sep-landing .mock-hero:before{content:"";position:absolute;top:-60px;right:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(174,255,199,.25) 0,transparent 70%)}.sep-landing .mock-hero-label{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:6px}.sep-landing .mock-hero-balance{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:34px;font-weight:300;letter-spacing:-.02em;color:#fff;margin-bottom:4px;line-height:1}.sep-landing .mock-hero-balance .cents{color:rgba(255,255,255,.55);font-size:20px}.sep-landing .mock-hero-balance .cur{margin-left:8px;vertical-align:middle}.sep-landing .mock-hero-balance .cur,.sep-landing .mock-hero-meta{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:rgba(255,255,255,.7)}.sep-landing .mock-hero-meta{display:flex;gap:14px;margin-top:10px;position:relative;z-index:1}.sep-landing .mock-hero-meta .up{color:var(--accent)}.sep-landing .mock-hero-actions{display:flex;gap:6px;margin-top:14px;position:relative;z-index:1;flex-wrap:wrap}.sep-landing .mock-hero-actions .qa{padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;display:flex;align-items:center;gap:6px}.sep-landing .mock-hero-actions .qa .g{color:var(--accent);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:11px}.sep-landing .mock-currencies{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.sep-landing .mock-cur{padding:12px 14px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px}.sep-landing .mock-cur .sym{display:flex;align-items:center;gap:7px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink-dim);margin-bottom:6px;letter-spacing:.08em}.sep-landing .mock-cur .sym .flag{width:14px;height:14px;border-radius:50%;flex-shrink:0}.sep-landing .mock-cur .sym .flag.usd{background:linear-gradient(135deg,#1a7a3b,#47c57a)}.sep-landing .mock-cur .sym .flag.eur{background:linear-gradient(135deg,#1b47a6,#4d7ad6)}.sep-landing .mock-cur .sym .flag.gbp{background:linear-gradient(135deg,#8b1d35,#d63a5b)}.sep-landing .mock-cur .amt{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.01em}.sep-landing .mock-cur .amt .cents{color:var(--ink-mute);font-size:13px}.sep-landing .mock-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sep-landing .mock-block{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.sep-landing .mock-block-h{display:flex;justify-content:space-between;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.sep-landing .mock-block-h .more{color:var(--accent)}.sep-landing .mock-tx{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:10.5px;border-top:1px solid var(--line)}.sep-landing .mock-tx:first-of-type{border-top:none}.sep-landing .mock-tx .tx-ic{width:22px;height:22px;border-radius:50%;background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.sep-landing .mock-tx .tx-ic.out{background:rgba(255,106,157,.1);color:#ff6a9d}.sep-landing .mock-tx .tx-body{flex:1}.sep-landing .mock-tx .tx-t{color:var(--ink);font-size:10.5px;margin-bottom:1px;line-height:1.2}.sep-landing .mock-tx .tx-d{color:var(--ink-mute);font-size:9px}.sep-landing .mock-tx .tx-a,.sep-landing .mock-tx .tx-d{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing .mock-tx .tx-a{font-size:10px;color:var(--accent)}.sep-landing .mock-tx .tx-a.out{color:#ff6a9d}.sep-landing .mock-chart{height:100px;position:relative;margin-top:4px}.sep-landing .mock-chart svg{width:100%;height:100%}.sep-landing .mock-crypto{padding:24px 22px;background:#0a0c08;min-height:460px;display:flex;flex-direction:column;gap:14px}.sep-landing .mock-crypto-hero{background:linear-gradient(160deg,#022c22,#064e3b 25%,#059669 55%,#34d399);border-radius:14px;padding:22px;position:relative;overflow:hidden;color:#fff}.sep-landing .mock-crypto-hero:before{content:"SEP";position:absolute;right:-30px;top:-20px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:150px;color:rgba(255,255,255,.08);letter-spacing:-.05em}.sep-landing .mock-crypto-hero .label{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:6px}.sep-landing .mock-crypto-hero .bal{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:300;letter-spacing:-.02em;color:#fff;margin-bottom:6px;line-height:1}.sep-landing .mock-crypto-hero .bal .cur{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:rgba(255,255,255,.7);margin-left:6px}.sep-landing .mock-crypto-hero .sub{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:rgba(255,255,255,.75)}.sep-landing .mock-crypto-hero .sub .up{color:#b3ffc6}.sep-landing .mock-swap{background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:14px}.sep-landing .mock-swap-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:16px}.sep-landing .mock-swap-h .tabs{display:flex;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-style:normal;font-size:10px;background:var(--bg);padding:3px;border-radius:6px;border:1px solid var(--line)}.sep-landing .mock-swap-h .tabs span{padding:4px 10px;border-radius:4px;color:var(--ink-mute)}.sep-landing .mock-swap-h .tabs span.on{background:var(--accent);color:#0a0c08}.sep-landing .mock-swap-row{padding:12px 14px;background:var(--bg);border:1px solid var(--line);border-radius:10px;margin-bottom:8px}.sep-landing .mock-swap-row .r1{display:flex;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;color:var(--ink-mute);margin-bottom:6px;letter-spacing:.08em;text-transform:uppercase}.sep-landing .mock-swap-row .r2{display:flex;justify-content:space-between;align-items:center}.sep-landing .mock-swap-row .r2 .val{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:300;letter-spacing:-.01em}.sep-landing .mock-swap-row .token{display:flex;align-items:center;gap:6px;padding:5px 10px;background:var(--bg-2);border:1px solid var(--line);border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .mock-swap-row .token .tk{width:14px;height:14px;border-radius:50%}.sep-landing .mock-swap-row .token .tk.usd{background:linear-gradient(135deg,#1a7a3b,#47c57a)}.sep-landing .mock-swap-row .token .tk.sep{background:linear-gradient(135deg,var(--accent),var(--accent-deep))}.sep-landing .mock-swap-sw{display:flex;justify-content:center;margin:-4px 0;position:relative;z-index:1}.sep-landing .mock-swap-sw-btn{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#0a0c08;display:flex;align-items:center;justify-content:center;border:3px solid #0a0c08;font-size:14px}.sep-landing .mock-swap-cta{width:100%;padding:12px;background:var(--accent);color:#0a0c08;border-radius:10px;font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px;text-align:center;margin-top:8px;letter-spacing:-.01em}.sep-landing .mock-swap-meta{display:flex;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;color:var(--ink-mute);margin-top:10px;letter-spacing:.05em}.sep-landing .mock-swap-meta .k{color:var(--ink-dim)}.sep-landing .mock-cards{padding:24px 22px;background:#0a0c08;min-height:380px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.sep-landing .mock-cards-vis{position:relative;aspect-ratio:1/1}.sep-landing .mcard{position:absolute;width:82%;aspect-ratio:1.586;border-radius:16px;padding:18px 20px;display:flex;flex-direction:column;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;box-shadow:0 30px 50px -20px rgba(0,0,0,.6)}.sep-landing .mcard-1{top:8%;left:0;background:linear-gradient(135deg,#1a1d17,#0b0d0a);border:1px solid var(--line-2);color:var(--ink);transform:rotate(-6deg)}.sep-landing .mcard-2{bottom:8%;right:0;background:linear-gradient(135deg,var(--accent),var(--accent-deep));color:#0a0c08;transform:rotate(6deg)}.sep-landing .mcard .top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em;text-transform:uppercase;opacity:.85}.sep-landing .mcard .num{font-size:12px;letter-spacing:.08em}.sep-landing .mcard .bot{display:flex;justify-content:space-between;align-items:flex-end;font-size:9px}.sep-landing .mcard .brand{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:18px;font-weight:500;text-transform:none;letter-spacing:0}.sep-landing .mock-cards-info h4{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:400;letter-spacing:-.015em;line-height:1.15;margin-bottom:14px}.sep-landing .mock-cards-info h4 em{font-style:italic;color:var(--accent)}.sep-landing .mock-cards-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.sep-landing .mock-cards-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;color:var(--ink-dim)}.sep-landing .mock-cards-list li .v{color:var(--accent)}.sep-landing .mock-cards-cta{display:inline-flex;padding:9px 16px;background:var(--accent);color:#0a0c08;border-radius:999px;font-family:Inter Tight,sans-serif;font-size:11px;font-weight:500}@media (max-width:1024px){.sep-landing .mock-dash,.sep-landing .mock-grid,.sep-landing .mock-grid-2{grid-template-columns:1fr}.sep-landing .mock-side{display:none}.sep-landing .mock-cards{grid-template-columns:1fr}.sep-landing .mock-cards-vis{max-width:360px;margin:0 auto}}.sep-landing .showcase{display:grid;grid-template-columns:.9fr 1.2fr;gap:20px;margin-top:24px;align-items:stretch}.sep-landing .showcase-alt{display:grid;grid-template-columns:1fr .85fr 1fr;gap:20px;margin-top:20px}.sep-landing .phone-wrap{position:relative;padding:40px 0;display:flex;justify-content:center;align-items:center;background:radial-gradient(ellipse at center top,color-mix(in srgb,var(--accent) 12%,transparent),transparent 60%),linear-gradient(180deg,var(--bg-3) 0,var(--bg-2) 100%);border:1px solid var(--line);border-radius:28px;min-height:600px}.sep-landing .phone{width:280px;height:580px;background:#0a0c08;border-radius:44px;border:8px solid #1a1d17;box-shadow:0 50px 100px -30px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.04),inset 0 0 0 1px rgba(255,255,255,.04);position:relative;overflow:hidden}.sep-landing .phone-screen{padding:0;height:100%;background:linear-gradient(180deg,#0b0d0a,#0a0c08);display:flex}.sep-landing .phone-screen .phone-mockup{width:100%;flex:1;height:100%;object-fit:cover;object-position:top center;border-radius:34px}.sep-landing .ph-status{display:flex;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink);padding:0 4px}.sep-landing .ph-greet{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.01em;margin-top:4px}.sep-landing .ph-greet em{font-style:italic;color:var(--accent)}.sep-landing .ph-card{background:linear-gradient(135deg,#044e16,#066824 60%,#058f35);border-radius:18px;padding:16px;color:#fff;position:relative;overflow:hidden}.sep-landing .ph-card:before{content:"";position:absolute;top:-40px;right:-30px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(174,255,199,.3),transparent 70%)}.sep-landing .ph-card .l{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:4px}.sep-landing .ph-card .v{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:300;letter-spacing:-.02em;line-height:1}.sep-landing .ph-card .v .c{color:rgba(255,255,255,.55);font-size:18px}.sep-landing .ph-card .tr{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:#b3ffc6;margin-top:6px;position:relative;z-index:1}.sep-landing .ph-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.sep-landing .ph-act{padding:10px 6px;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8.5px;color:var(--ink-dim);letter-spacing:.05em;text-transform:uppercase}.sep-landing .ph-act .g{display:block;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;color:var(--accent);font-size:16px;margin-bottom:2px;text-transform:none;letter-spacing:0}.sep-landing .ph-section-title{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-top:2px}.sep-landing .ph-tx{display:flex;align-items:center;gap:10px;padding:10px;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;font-size:11px}.sep-landing .ph-tx .ic{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}.sep-landing .ph-tx .ic.out{background:rgba(255,106,157,.1);color:#ff6a9d}.sep-landing .ph-tx .b{flex:1}.sep-landing .ph-tx .b .t{color:var(--ink);font-size:11px;line-height:1.2}.sep-landing .ph-tx .b .d{color:var(--ink-mute);font-size:8.5px}.sep-landing .ph-tx .a,.sep-landing .ph-tx .b .d{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing .ph-tx .a{font-size:10px;color:var(--accent)}.sep-landing .ph-tx .a.out{color:#ff6a9d}.sep-landing .big-panel{background:linear-gradient(180deg,var(--bg-3) 0,var(--bg-2) 100%);border:1px solid var(--line);border-radius:28px;padding:36px;display:flex;flex-direction:column;gap:22px;position:relative;overflow:hidden}.sep-landing .big-panel:before{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 8%,transparent),transparent 65%);pointer-events:none}.sep-landing .big-panel-h{display:flex;justify-content:space-between;align-items:flex-end;position:relative}.sep-landing .big-panel-h h4{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:32px;letter-spacing:-.015em;line-height:1.05}.sep-landing .big-panel-h h4 em{font-style:italic;color:var(--accent)}.sep-landing .big-panel-h .filter{display:flex;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;background:var(--bg);border:1px solid var(--line);padding:3px;border-radius:8px}.sep-landing .big-panel-h .filter span{padding:5px 10px;border-radius:5px;color:var(--ink-mute)}.sep-landing .big-panel-h .filter span.on{background:var(--accent);color:#0a0c08}.sep-landing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}.sep-landing .stat-glass{padding:18px;background:rgba(242,237,227,.03);backdrop-filter:blur(10px);border:1px solid var(--line-2);border-radius:14px}.sep-landing .stat-glass .l{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:10px}.sep-landing .stat-glass .v{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:26px;font-weight:300;letter-spacing:-.015em;line-height:1;margin-bottom:6px}.sep-landing .stat-glass .v em{font-style:italic;color:var(--accent)}.sep-landing .stat-glass .delta{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--accent)}.sep-landing .stat-glass .delta.neg{color:#ff6a9d}.sep-landing .big-chart{height:220px;padding:18px;background:rgba(242,237,227,.02);border:1px solid var(--line-2);border-radius:18px;position:relative}.sep-landing .big-chart-h{display:flex;justify-content:space-between;margin-bottom:8px}.sep-landing .big-chart-h .title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-size:16px}.sep-landing .big-chart-h .key{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink-mute);display:flex;gap:14px}.sep-landing .big-chart-h .key .dot-a{color:var(--accent)}.sep-landing .big-chart-h .key .dot-b{color:var(--warm)}.sep-landing .big-chart svg{width:100%;height:calc(100% - 28px)}.sep-landing .pfolio{background:var(--bg-2);border:1px solid var(--line);border-radius:22px;padding:30px 28px;display:flex;flex-direction:column;gap:14px}.sep-landing .pfolio-h{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:6px}.sep-landing .pfolio-h h4{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:26px;letter-spacing:-.015em}.sep-landing .pfolio-h h4 em{font-style:italic;color:var(--accent)}.sep-landing .pfolio-h .total{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:var(--ink-dim)}.sep-landing .pfolio-h .total strong{color:var(--accent);font-weight:500}.sep-landing .pf-row{display:grid;grid-template-columns:40px 1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.sep-landing .pf-row:first-of-type{border-top:none}.sep-landing .pf-tok{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:14px;color:#fff}.sep-landing .pf-tok.sep{background:linear-gradient(160deg,#022c22,#059669);color:var(--accent)}.sep-landing .pf-tok.btc{background:linear-gradient(160deg,#5c370a,#f7931a)}.sep-landing .pf-tok.eth{background:linear-gradient(160deg,#2c3e6b,#627eea)}.sep-landing .pf-tok.sol{background:linear-gradient(160deg,#3a1a66,#9945ff)}.sep-landing .pf-tok.usdc{background:linear-gradient(160deg,#1b47a6,#4d7ad6)}.sep-landing .pf-name{font-size:14px;color:var(--ink)}.sep-landing .pf-name .sub{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--ink-mute);margin-top:2px}.sep-landing .pf-spark{width:80px;height:28px}.sep-landing .pf-val{text-align:right;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.01em}.sep-landing .pf-val .delta{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--accent);font-weight:400;letter-spacing:.03em;margin-top:1px}.sep-landing .pf-val .delta.neg{color:#ff6a9d}.sep-landing .qsend{background:var(--bg-2);border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;gap:16px}.sep-landing .qsend h4{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:24px;letter-spacing:-.015em}.sep-landing .qsend h4 em{font-style:italic;color:var(--accent)}.sep-landing .qs-list{display:flex;flex-direction:column;gap:10px}.sep-landing .qs-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg);border:1px solid var(--line);border-radius:12px}.sep-landing .qs-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter Tight,sans-serif;font-weight:500;font-size:12px;color:#0a0c08;flex-shrink:0}.sep-landing .qs-avatar.a1{background:linear-gradient(135deg,#f0d9b5,#e8c794)}.sep-landing .qs-avatar.a2{background:linear-gradient(135deg,var(--accent),var(--accent-deep))}.sep-landing .qs-avatar.a3{background:linear-gradient(135deg,#ff9eb5,#ff6a9c);color:#fff}.sep-landing .qs-avatar.a4{background:linear-gradient(135deg,#9df5c3,#4fd1a0)}.sep-landing .qs-body{flex:1}.sep-landing .qs-body .n{font-size:13px;color:var(--ink)}.sep-landing .qs-body .d{font-size:9.5px;color:var(--ink-mute);letter-spacing:.05em}.sep-landing .qs-body .d,.sep-landing .qs-btn{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing .qs-btn{padding:6px 12px;background:color-mix(in srgb,var(--accent) 10%,transparent);border:1px solid var(--accent);color:var(--accent);border-radius:999px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.sep-landing .limits{background:var(--bg-2);border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column;gap:18px}.sep-landing .limits h4{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:24px;letter-spacing:-.015em}.sep-landing .limits h4 em{font-style:italic;color:var(--accent)}.sep-landing .lim-item{display:flex;flex-direction:column;gap:8px}.sep-landing .lim-row{display:flex;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;color:var(--ink-dim);letter-spacing:.04em}.sep-landing .lim-row .a{color:var(--accent)}.sep-landing .lim-bar{height:6px;border-radius:3px;background:var(--bg);overflow:hidden}.sep-landing .lim-bar .fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-deep))}.sep-landing .lim-pill{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:var(--bg);border:1px solid var(--line);border-radius:12px;font-size:13px}.sep-landing .lim-pill .l{color:var(--ink-dim);font-family:Inter Tight,sans-serif;font-weight:400}.sep-landing .lim-pill .s{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:var(--accent);display:flex;align-items:center;gap:6px}.sep-landing .lim-pill .s:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}@media (max-width:1024px){.sep-landing .showcase,.sep-landing .showcase-alt{grid-template-columns:1fr}.sep-landing .stats-grid{grid-template-columns:1fr 1fr}.sep-landing .phone-wrap{min-height:520px}}.sep-landing #tweaks{position:fixed;bottom:20px;right:20px;z-index:200;width:260px;background:rgba(17,20,16,.95);backdrop-filter:blur(14px);border:1px solid var(--line-2);border-radius:16px;padding:18px;display:none;font-size:12px;color:var(--ink-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sep-landing #tweaks.on{display:block}.sep-landing #tweaks h3{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-weight:400;color:var(--ink);font-size:18px;margin-bottom:14px;letter-spacing:-.01em}.sep-landing #tweaks .tweak{margin-bottom:14px}.sep-landing #tweaks .tweak-label{display:block;margin-bottom:6px;color:var(--ink-mute);letter-spacing:.1em;text-transform:uppercase;font-size:10px}.sep-landing #tweaks .swatches{display:flex;gap:6px;flex-wrap:wrap}.sep-landing #tweaks .sw{width:22px;height:22px;border-radius:50%;cursor:pointer;border:1px solid var(--line-2)}.sep-landing #tweaks .sw.on{box-shadow:0 0 0 2px var(--ink)}.sep-landing #tweaks .opt{display:flex;gap:6px;flex-wrap:wrap}.sep-landing #tweaks .opt button{padding:4px 10px;border-radius:8px;border:1px solid var(--line-2);font-size:11px;font-family:inherit;color:var(--ink-dim);background:transparent}.sep-landing #tweaks .opt button.on{background:var(--accent);color:#0b0d0a;border-color:var(--accent)}.sep-landing{--accent-2:#a78bfa;--accent-3:#70e1c8;--ink-glow:color-mix(in srgb,var(--accent) 60%,white)}.sep-landing.sep-landing--grain:before{opacity:.04!important}.sep-landing body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:99;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 3px)}.sep-landing .hero{isolation:isolate}.sep-landing .hero:before{content:"";position:absolute;inset:-10%;z-index:0;pointer-events:none;background:radial-gradient(40% 55% at 18% 22%,color-mix(in srgb,var(--accent) 28%,transparent) 0,transparent 55%),radial-gradient(35% 45% at 82% 68%,color-mix(in srgb,var(--accent-2) 24%,transparent) 0,transparent 55%),radial-gradient(30% 40% at 55% 100%,color-mix(in srgb,var(--accent-3) 18%,transparent) 0,transparent 55%);filter:blur(60px) saturate(120%);animation:auroraDrift 18s ease-in-out infinite alternate;opacity:.9}@keyframes auroraDrift{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(3%,-2%,0) scale(1.08)}to{transform:translate3d(-2%,3%,0) scale(1.02)}}.sep-landing #starfield{inset:0;width:100%;height:100%;z-index:0;opacity:.7}.sep-landing #starfield,.sep-landing .hero-badge{position:absolute;pointer-events:none;mix-blend-mode:screen}.sep-landing .hero-badge{top:130px;right:4%;width:108px;height:108px;z-index:5;animation:badgeSpin 22s linear infinite}.sep-landing .hero-badge svg{width:100%;height:100%}.sep-landing .hero-badge:after{content:"";position:absolute;inset:30%;border-radius:50%;background:var(--accent);box-shadow:0 0 30px var(--accent);animation:pulse 2.5s ease-in-out infinite}@keyframes badgeSpin{to{transform:rotate(1turn)}}.sep-landing h1.hero-title{font-size:clamp(56px,8.2vw,132px)!important;letter-spacing:-.035em!important;line-height:.94!important;word-spacing:.06em;overflow-wrap:normal;word-break:keep-all;hyphens:none}.sep-landing h1.hero-title em{font-style:italic;position:relative}.sep-landing h1.hero-title em,.sep-landing h1.hero-title em .char{background:linear-gradient(100deg,var(--accent) 10%,var(--accent-2) 55%,var(--accent-3) 95%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.sep-landing .char-reveal .word{display:inline-block;white-space:nowrap}.sep-landing .char-reveal .char{display:inline-block}.sep-landing .char-reveal.is-ready .char{transform:translateY(1.1em);opacity:0;animation:charRise .9s cubic-bezier(.2,.8,.2,1) forwards;animation-play-state:running}.sep-landing .char-reveal.is-ready.is-visible .char{animation-play-state:running}.sep-landing .char-reveal .slash .char,.sep-landing .char-reveal em .char{display:inline-block}@keyframes charRise{to{transform:translateY(0);opacity:1}}.sep-landing .hero-lede{font-size:19px!important;max-width:540px!important}.sep-landing .hero-visual{position:relative!important;min-height:640px!important;overflow:visible!important}.sep-landing .hv-glow{position:absolute;top:12%;left:18%;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 55%,transparent) 0,transparent 65%);filter:blur(52px);z-index:0;pointer-events:none;animation:auroraDrift 9s ease-in-out infinite alternate}.sep-landing .hv-rings{position:absolute;top:50%;left:50%;width:460px;height:460px;transform:translate(-50%,-50%);color:var(--ink);z-index:1;pointer-events:none;opacity:.9}.sep-landing .chip{position:absolute;display:inline-flex;align-items:center;gap:10px;padding:9px 14px 9px 9px;border-radius:999px;background:rgba(20,22,18,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--line-2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;letter-spacing:.04em;box-shadow:0 18px 40px -10px rgba(0,0,0,.6);z-index:4;color:var(--ink);animation:chipFloat 8s ease-in-out infinite;white-space:nowrap}.sep-landing .chip-flag{width:22px;height:22px;border-radius:50%;display:inline-block;border:1px solid rgba(255,255,255,.12);flex-shrink:0}.sep-landing .chip-code{font-weight:500;color:var(--ink)}.sep-landing .chip-num{color:var(--ink-dim)}.sep-landing .chip-usd{top:6%;left:4%;animation-delay:0s}.sep-landing .chip-eur{top:40%;right:4%;animation-delay:-3s}.sep-landing .chip-gbp{bottom:12%;left:2%;animation-delay:-5s}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.sep-landing .receipt{position:absolute;bottom:4%;right:-8%;width:220px;padding:16px 18px;border-radius:18px;background:linear-gradient(160deg,rgba(30,32,27,.92),rgba(12,14,10,.92));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--line-2);box-shadow:0 30px 60px -20px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,.03);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--ink);z-index:5;animation:chipFloat 9s ease-in-out -2s infinite}.sep-landing .receipt-row{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-mute)}.sep-landing .receipt-status{display:inline-flex;align-items:center;gap:6px;color:var(--accent)}.sep-landing .receipt-amt{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:34px;line-height:1;letter-spacing:-.02em;margin:10px 0}.sep-landing .receipt-amt em{font-style:italic;color:var(--accent);font-weight:400}.sep-landing .receipt-amt .cents{font-size:16px;color:var(--ink-dim)}.sep-landing .receipt-foot{color:var(--ink-dim);font-size:10px}.sep-landing .coin{top:50%!important;left:50%!important;right:auto!important;width:240px!important;height:240px!important;transform:translate(-50%,-50%)!important;box-shadow:0 40px 100px -10px color-mix(in srgb,var(--accent) 65%,transparent),0 0 80px color-mix(in srgb,var(--accent) 35%,transparent),inset -10px -15px 40px rgba(0,0,0,.3),inset 5px 10px 30px rgba(255,255,255,.4)!important;animation:coinBreath 7s ease-in-out infinite!important;z-index:3}@keyframes coinBreath{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-54%) scale(1.03)}}.sep-landing .coin:after{content:"";position:absolute;inset:-60px;border-radius:50%;border:1px dashed color-mix(in srgb,var(--accent) 50%,transparent);animation:orbitSlow 40s linear infinite;opacity:.6;pointer-events:none}@keyframes orbitSlow{to{transform:rotate(1turn)}}.sep-landing .hero-visual .orbit-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--accent-2);box-shadow:0 0 14px var(--accent-2);z-index:4}.sep-landing .hero-visual .orbit-dot.d1{top:18%;right:22%;animation:orbitFloat 5s ease-in-out infinite}.sep-landing .hero-visual .orbit-dot.d2{top:64%;right:14%;width:6px;height:6px;background:var(--accent-3);box-shadow:0 0 10px var(--accent-3);animation:orbitFloat 7s ease-in-out -2s infinite}.sep-landing .hero-visual .orbit-dot.d3{bottom:26%;left:30%;width:14px;height:14px;background:var(--warm);box-shadow:0 0 18px var(--warm);animation:orbitFloat 6s ease-in-out -3s infinite}@keyframes orbitFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(6px,-12px,0)}}.sep-landing .vcard{transform-style:preserve-3d;will-change:transform}.sep-landing .chain-motif,.sep-landing .hero-visual .card-stack{display:none!important}.sep-landing .vcard-2{background:linear-gradient(135deg,var(--accent) 0,color-mix(in srgb,var(--accent) 55%,var(--accent-2)) 55%,var(--accent-deep) 100%)!important}.sep-landing .vcard-2:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,30%) var(--my,30%),rgba(255,255,255,.35),transparent 55%);pointer-events:none;opacity:.7}.sep-landing .btn-primary{position:relative;overflow:hidden;box-shadow:0 10px 40px -10px color-mix(in srgb,var(--accent) 60%,transparent)}.sep-landing .btn-primary:after{content:"";position:absolute;top:0;bottom:0;width:60%;left:-100%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.55),transparent);transition:left .6s ease}.sep-landing .btn-primary:hover:after{left:140%}.sep-landing .scroll-progress{background:linear-gradient(90deg,var(--accent),var(--accent-2),var(--accent-3))!important;box-shadow:0 0 12px var(--accent)}.sep-landing .cursor-glow{width:500px!important;height:500px!important;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 18%,transparent) 0,transparent 65%)!important;mix-blend-mode:screen!important;filter:blur(14px)}.sep-landing .logo-mark{animation:logoPulse 4s ease-in-out infinite}@keyframes logoPulse{0%,to{box-shadow:0 0 20px color-mix(in srgb,var(--accent) 50%,transparent)}50%{box-shadow:0 0 34px color-mix(in srgb,var(--accent) 90%,transparent)}}.sep-landing .section-num{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-style:italic;font-weight:300;font-size:clamp(140px,18vw,280px);line-height:.85;letter-spacing:-.05em;color:transparent;-webkit-text-stroke:1px color-mix(in srgb,var(--ink) 14%,transparent);pointer-events:none;user-select:none;opacity:.7}.sep-landing .reveal-up{opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1)}.sep-landing .reveal-up.in{opacity:1;transform:translateY(0)}.sep-landing .marquee{position:relative}.sep-landing .marquee:after,.sep-landing .marquee:before{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:2;pointer-events:none}.sep-landing .marquee:before{left:0;background:linear-gradient(90deg,var(--bg-2),transparent)}.sep-landing .marquee:after{right:0;background:linear-gradient(270deg,var(--bg-2),transparent)}.sep-landing .android-frame,.sep-landing .browser-window,.sep-landing .chrome-browser,.sep-landing .chrome-window,.sep-landing .ios-frame,.sep-landing .macos-window,.sep-landing .product-window,.sep-landing .window-chrome{transform-style:preserve-3d;will-change:transform;transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s ease}.sep-landing #final-cta,.sep-landing #sep-token{position:relative;isolation:isolate}.sep-landing #final-cta:before,.sep-landing #sep-token:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 0,color-mix(in srgb,var(--accent) 14%,transparent),transparent 70%),radial-gradient(50% 70% at 100% 100%,color-mix(in srgb,var(--accent-2) 10%,transparent),transparent 70%);pointer-events:none;z-index:0}.sep-landing #final-cta>*,.sep-landing #sep-token>*{position:relative;z-index:1}.sep-landing .glow-divider{position:relative;height:1px;background:linear-gradient(90deg,transparent,var(--line-2) 20%,var(--line-2) 80%,transparent);overflow:visible}.sep-landing .glow-divider:after{content:"";position:absolute;left:50%;top:-1px;width:120px;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform:translateX(-50%);filter:blur(1px);opacity:.9;box-shadow:0 0 20px var(--accent)}.sep-landing .display-type,.sep-landing h2{letter-spacing:-.03em}@media (prefers-reduced-motion:reduce){.sep-landing *,.sep-landing :after,.sep-landing :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sep-landing canvas,.sep-landing img,.sep-landing svg,.sep-landing video{max-width:100%;height:auto}.sep-landing .container{width:100%;max-width:min(1680px,92vw);margin-inline:auto;padding-inline:clamp(20px,3vw,56px)}.sep-landing .nav-inner{max-width:min(1680px,92vw)!important;padding-inline:clamp(20px,3vw,56px)!important}@media (min-width:1600px){.sep-landing .container,.sep-landing .nav-inner{max-width:1680px!important}}@media (min-width:1920px){.sep-landing .container,.sep-landing .nav-inner{max-width:1760px!important;padding-inline:64px!important}}@media (max-width:1280px){.sep-landing .nav-inner{gap:28px;padding-inline:clamp(20px,4vw,40px)}.sep-landing .nav-links{gap:24px;font-size:12px}.sep-landing .hero-grid{gap:56px}.sep-landing .section-header{gap:56px;margin-bottom:80px}.sep-landing .features-grid{gap:14px}}@media (max-width:1160px){.sep-landing .nav-inner{gap:20px}.sep-landing .nav-links{gap:18px;font-size:11px}.sep-landing .nav-cta{gap:10px}.sep-landing .nav-cta .btn{padding:10px 16px;font-size:13px}}@media (max-width:1100px){.sep-landing .hero{padding:140px 0 80px}.sep-landing .hero-grid{grid-template-columns:1fr;gap:80px;align-items:stretch}.sep-landing .hero-visual{max-width:560px;margin:0 auto;min-height:520px!important;aspect-ratio:1/1}.sep-landing .hero-badge{top:80px;right:16px;width:92px;height:92px}.sep-landing .coin{width:200px!important;height:200px!important}.sep-landing .receipt{right:4%;width:200px}.sep-landing .hero-highlights{max-width:none;gap:28px}.sep-landing .display-grid{grid-template-columns:60px 1fr}.sep-landing .display-grid>:nth-child(3){grid-column:2}.sep-landing .display-slab .display-grid{grid-template-columns:1fr!important;gap:32px}.sep-landing .display-slab .display-grid>:nth-child(3){grid-column:auto}.sep-landing .display-stats{grid-template-columns:repeat(4,1fr)}.sep-landing .section-header{grid-template-columns:1fr;gap:24px;align-items:start}.sep-landing .onboarding .onb-card{padding:60px 44px}.sep-landing .features-grid{grid-template-columns:repeat(4,1fr)}.sep-landing .fcell.f-large{grid-column:span 4;grid-row:auto}.sep-landing .fcell.f-med{grid-column:span 2;grid-row:auto}.sep-landing .fcell.f-std,.sep-landing .fcell.f-wide{grid-column:span 2}.sep-landing .fcell.f-tall{grid-column:span 2;grid-row:auto}.sep-landing .mock-grid,.sep-landing .mock-grid-2{grid-template-columns:1fr}.sep-landing .footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:48px}.sep-landing .footer-brand{grid-column:span 3}.sep-landing .cursor-glow{display:none}.sep-landing body:after{opacity:.5}}@media (max-width:820px){.sep-landing section{padding:96px 0}.sep-landing .hero{padding:120px 0 64px}.sep-landing .hero-highlights{grid-template-columns:1fr 1fr}.sep-landing .display-slab{padding:96px 0 72px}.sep-landing .display-grid{grid-template-columns:1fr;gap:40px}.sep-landing .vlabel{writing-mode:horizontal-tb;transform:none;padding-top:0}.sep-landing .display-stats{grid-template-columns:1fr 1fr;gap:24px;margin-top:28px;padding-top:28px}.sep-landing .onboarding .onb-card{padding:44px 28px;border-radius:20px}.sep-landing .onb-list{grid-template-columns:1fr;gap:0}.sep-landing .onb-quote{font-size:clamp(24px,4.4vw,34px);margin-bottom:36px}.sep-landing .value-grid{grid-template-columns:1fr 1fr;gap:12px}.sep-landing .vcell{padding:32px 28px}.sep-landing .vcell h3{font-size:24px}.sep-landing .steps{grid-template-columns:1fr 1fr;gap:32px 20px}.sep-landing .steps:before{display:none}.sep-landing .features-grid{grid-template-columns:1fr 1fr}.sep-landing .fcell{padding:28px}.sep-landing .fcell h3{font-size:24px}.sep-landing .fcell.f-large,.sep-landing .fcell.f-med,.sep-landing .fcell.f-std,.sep-landing .fcell.f-tall,.sep-landing .fcell.f-wide{grid-column:span 2}.sep-landing .acc-grid{grid-template-columns:1fr;gap:14px}.sep-landing .acc-card{padding:36px 28px}.sep-landing .biz-row-3{grid-template-columns:1fr 1fr}.sep-landing .accordion-grid{grid-template-columns:1fr}.sep-landing .acc-item summary{padding:20px 22px;font-size:18px;gap:14px}.sep-landing .acc-body{padding:0 22px 22px 68px}.sep-landing .footer-grid{grid-template-columns:1fr 1fr;gap:40px}.sep-landing .footer-brand{grid-column:span 2}.sep-landing .nav-links{display:none}.sep-landing .nav-inner{grid-template-columns:1fr auto;gap:16px;padding:14px clamp(20px,4vw,40px)}.sep-landing .nav-cta .btn-ghost{display:none}.sep-landing .mock-dash{grid-template-columns:1fr;min-height:auto}.sep-landing .mock-side{flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--line);gap:6px;padding:12px}.sep-landing .mock-side-brand{padding:0 8px 0 4px;margin-right:auto}.sep-landing .mock-side nav{display:flex;flex-wrap:wrap;gap:4px}.sep-landing .mock-side-divider,.sep-landing .mock-side-support{display:none}.sep-landing .mock-crypto{padding:20px 18px}.sep-landing .mock-cards{grid-template-columns:1fr;gap:28px}.sep-landing .mock-cards-vis{min-height:300px}.sep-landing .showcase,.sep-landing .showcase-alt{grid-template-columns:1fr!important}.sep-landing .phone-wrap{min-height:0;display:flex;justify-content:center}.sep-landing .marquee-track{font-size:24px;gap:40px}.sep-landing .marquee-track .dot{font-size:18px;padding:0 4px}}@media (max-width:640px){.sep-landing section{padding:72px 0}.sep-landing .hero{padding:104px 0 48px}.sep-landing .hero-title{font-size:clamp(42px,11.5vw,72px)!important;letter-spacing:-.03em!important;line-height:.96!important}.sep-landing .hero-lede{font-size:16px!important;max-width:100%!important}.sep-landing .hero-highlights{grid-template-columns:1fr;gap:18px;padding-top:28px}.sep-landing .hl-title{font-size:19px}.sep-landing .hero-visual{min-height:420px!important;max-width:380px}.sep-landing .coin{width:160px!important;height:160px!important}.sep-landing .coin:before{font-size:34px}.sep-landing .hero-badge{width:76px;height:76px;top:72px}.sep-landing .receipt{width:168px;padding:12px 14px;right:0}.sep-landing .receipt-amt{font-size:26px;margin:6px 0}.sep-landing .chip{font-size:11px;padding:7px 12px 7px 7px}.sep-landing .chip-flag{width:18px;height:18px}.sep-landing .section-header h2{font-size:clamp(32px,8.5vw,54px)!important}.sep-landing .section-header p{font-size:15px}.sep-landing .onb-quote{font-size:clamp(22px,5.6vw,30px)}.sep-landing .onb-card:before{width:280px;height:280px}.sep-landing .value-grid{grid-template-columns:1fr}.sep-landing .vcell .v-num{margin-bottom:28px}.sep-landing .steps{gap:28px}.sep-landing .features-grid,.sep-landing .steps{grid-template-columns:1fr}.sep-landing .fcell.f-large,.sep-landing .fcell.f-med,.sep-landing .fcell.f-std,.sep-landing .fcell.f-tall,.sep-landing .fcell.f-wide{grid-column:span 1}.sep-landing .biz-row-3{grid-template-columns:1fr}.sep-landing .acc-tag{font-size:10px;margin-bottom:20px}.sep-landing .acc-card{padding:32px 24px}.sep-landing .footer-grid{grid-template-columns:1fr;gap:40px}.sep-landing .footer-brand{grid-column:span 1}.sep-landing .footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;font-size:11px}.sep-landing .final-cta{padding:112px 0}.sep-landing .final-cta h2{font-size:clamp(44px,11vw,72px)!important}.sep-landing .final-cta .btn-primary{width:100%;justify-content:center}.sep-landing .chrome-url{max-width:180px;font-size:10px}.sep-landing .chrome-bar{padding:10px 12px;gap:8px}.sep-landing .mock-main{padding:16px 14px}.sep-landing .mock-topbar{flex-wrap:wrap;gap:10px}.sep-landing .mock-search{width:100%}.sep-landing .mock-hero{padding:18px}.sep-landing .mock-hero-balance{font-size:26px}.sep-landing .mock-hero-actions{gap:6px}.sep-landing .mock-hero-actions .qa{padding:7px 10px;font-size:9px}.sep-landing .mock-currencies,.sep-landing .mock-row2{grid-template-columns:1fr;gap:8px}.sep-landing #tweaks{width:calc(100vw - 24px);right:12px;bottom:12px}.sep-landing .final-cta:before,.sep-landing .hero:before,.sep-landing .onb-card:before{filter:blur(40px)!important}.sep-landing body:after{display:none}.sep-landing .nav-cta .btn{padding:9px 16px;font-size:13px}.sep-landing .logo{font-size:15px}.sep-landing .logo-image,.sep-landing .logo-mark{width:24px;height:24px}}@media (max-width:400px){.sep-landing .hero-actions{flex-direction:column;align-items:stretch}.sep-landing .hero-actions .btn{width:100%;justify-content:center}.sep-landing .how-cta,.sep-landing .onb-actions{flex-direction:column;align-items:stretch}.sep-landing .how-cta .btn,.sep-landing .onb-actions .btn{width:100%;justify-content:center}.sep-landing .logo span:last-child{font-size:13px}}@media (hover:none){.sep-landing .bcell:hover,.sep-landing .fcell:hover,.sep-landing .vcard-1:hover,.sep-landing .vcard-2:hover,.sep-landing .vcell:hover{transform:none}.sep-landing .magnetic{transform:none!important}}