.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);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.55;overflow-x:hidden}.sep-landing.sep-landing--grain:before{content:"";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>");position:fixed;inset:0}.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){cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.sep-landing .eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--ink-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .container{max-width:1440px;margin:0 auto;padding:0 40px}.sep-landing nav.topnav{z-index:150;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#0b0d0ab8;position:fixed;top:0;left:0;right:0}.sep-landing .nav-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:48px;max-width:1440px;margin:0 auto;padding:18px 40px;display:grid}.sep-landing .logo{letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:10px;min-width:0;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:500;display:flex}.sep-landing .logo-text{min-width:0;line-height:1.15}.sep-landing .logo-image{object-fit:contain;border-radius:50%;flex-shrink:0;width:28px;height:28px}.sep-landing .logo-mark{background:var(--accent);width:28px;height:28px;box-shadow:0 0 20px color-mix(in srgb, var(--accent) 40%, transparent);border-radius:50%;flex-shrink:0;position:relative}.sep-landing .logo-mark:after{content:"";background:var(--bg);border-radius:50%;position:absolute;inset:6px}.sep-landing .logo-mark:before{content:"";background:var(--accent);z-index:1;border-radius:2px;width:2px;height:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(15deg)}.sep-landing .nav-links{color:var(--ink-dim);letter-spacing:.08em;text-transform:uppercase;justify-content:center;gap:36px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;display:flex}.sep-landing .nav-links a{white-space:nowrap;transition:color .2s}.sep-landing .nav-links a:hover{color:var(--ink)}.sep-landing .nav-cta{align-items:center;gap:12px;display:flex}.sep-landing .nav-menu-toggle{border:1px solid var(--line-2);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s;display:none}.sep-landing .nav-menu-toggle:hover{border-color:var(--ink-mute);background:#ffffff14}.sep-landing .nav-menu-toggle-bars{flex-direction:column;justify-content:center;gap:6px;width:20px;display:flex}.sep-landing .nav-menu-toggle-bars span{transform-origin:50%;background:currentColor;border-radius:2px;height:2px;transition:transform .25s,opacity .2s;display:block}.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{z-index:10000;pointer-events:none;visibility:hidden;transition:visibility .3s step-end;position:fixed;inset:0}.sep-landing .nav-mobile.is-open{pointer-events:auto;visibility:visible;transition:visibility step-start}.sep-landing .nav-mobile-backdrop{opacity:0;background:#0000008c;transition:opacity .28s;position:absolute;inset:0}.sep-landing .nav-mobile.is-open .nav-mobile-backdrop{opacity:1}.sep-landing .nav-mobile-panel{background:var(--bg);border-left:1px solid var(--line);-webkit-overflow-scrolling:touch;flex-direction:column;gap:8px;width:min(100%,380px);height:100%;max-height:100dvh;padding:20px 22px 28px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-24px 0 48px #00000073}.sep-landing .nav-mobile.is-open .nav-mobile-panel{transform:translate(0)}.sep-landing .nav-mobile-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:12px;display:flex}.sep-landing .nav-mobile-head--minimal{border-bottom:0;margin-bottom:0;padding-bottom:0}.sep-landing .nav-mobile-title{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .nav-mobile-close{width:40px;height:40px;color:var(--ink-dim);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;font-size:28px;line-height:1;transition:color .2s,background .2s;display:inline-flex}.sep-landing .nav-mobile-close:hover{color:var(--ink);background:#ffffff0f}.sep-landing .nav-mobile-links{flex-direction:column;gap:0;padding:8px 0 12px;display:flex}.sep-landing .nav-mobile-links a{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim);border-bottom:1px solid var(--line);padding:16px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;transition:color .2s}.sep-landing .nav-mobile-links a:hover{color:var(--ink)}.sep-landing .nav-mobile-actions{border-top:1px solid var(--line);flex-direction:column;flex-shrink:0;gap:12px;margin-top:12px;padding-top:20px;display:flex}.sep-landing .nav-mobile-actions--minimal{border-top:0;margin-top:0;padding-top:0}.sep-landing .btn-block{text-align:center;justify-content:center;width:100%}.sep-landing .btn{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:11px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex}.sep-landing .btn-ghost{color:var(--ink-dim);background:0 0}.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{color:var(--ink);border:1px solid var(--line-2);background:0 0}.sep-landing .btn-outline:hover{border-color:var(--ink);background:#f2ede30a}.sep-landing .hero{padding:160px 0 100px;position:relative;overflow:hidden}.sep-landing .hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.sep-landing .hero-bg:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--accent) 14%, transparent) 0%, transparent 60%);filter:blur(40px);border-radius:50%;width:700px;height:700px;position:absolute;top:-20%;right:-10%}.sep-landing .hero-bg:after{content:"";filter:blur(40px);background:radial-gradient(circle,#f0d9b50f 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:10%;left:-15%}.sep-landing .hero-grid{z-index:1;grid-template-columns:1.4fr 1fr;align-items:end;gap:80px;display:grid;position:relative}.sep-landing .hero-meta{align-items:center;gap:14px;margin-bottom:40px;display:flex}.sep-landing .hero-meta-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent);border-radius:50%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.8)}}.sep-landing h1.hero-title{font-variation-settings:"opsz" 144, "wght" 340;letter-spacing:-.025em;text-wrap:balance;margin-bottom:40px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(48px,7.4vw,116px);font-weight:300;line-height:.98}.sep-landing h1.hero-title em{color:var(--accent);font-style:italic;font-weight:400}.sep-landing h1.hero-title .slash{color:var(--ink-mute);font-weight:300}.sep-landing .hero-lede{color:var(--ink-dim);text-wrap:pretty;max-width:520px;margin-bottom:40px;font-size:18px;line-height:1.6}.sep-landing .hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:64px;display:flex}.sep-landing .hero-highlights{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:36px;max-width:680px;padding-top:40px;display:grid}.sep-landing .hl-title{letter-spacing:-.01em;font-variation-settings:"opsz" 144;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:400;line-height:1.15}.sep-landing .hl-title em{color:var(--accent);font-style:italic}.sep-landing .hl-desc{color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.5}.sep-landing .hero-visual{aspect-ratio:4/5;max-height:640px;position:relative}.sep-landing .coin{background:radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--accent) 85%, white), var(--accent) 40%, var(--accent-deep) 100%);width:200px;height:200px;box-shadow:0 30px 80px color-mix(in srgb, var(--accent) 28%, transparent), inset -10px -15px 40px #0000004d, inset 5px 10px 30px #fff6;z-index:3;border-radius:50%;animation:6s ease-in-out infinite coinFloat;position:absolute;top:0;right:6%}.sep-landing .coin:before{content:"SEP";color:#0b0d0abf;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:46px;font-style:italic;font-weight:600;display:flex;position:absolute;inset:0}@keyframes coinFloat{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(-18px)rotate(-2deg)}}.sep-landing .chain-motif{border:1px solid var(--line-2);background:var(--bg-2);z-index:1;border-radius:50%;width:95px;height:95px;animation:8s ease-in-out infinite reverse coinFloat;position:absolute;top:24%;left:0}.sep-landing .chain-motif:before{content:"";border:1px solid var(--line-2);border-radius:50%;position:absolute;inset:8px}.sep-landing .chain-motif:after{content:"◆";color:var(--warm);opacity:.9;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;display:flex;position:absolute;inset:0}.sep-landing .card-stack{height:72%;position:absolute;bottom:0;left:0;right:0}.sep-landing .vcard{aspect-ratio:1.586;border-radius:22px;flex-direction:column;justify-content:space-between;width:86%;padding:26px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;box-shadow:0 40px 80px -20px #000000a6,0 0 0 1px #ffffff0a}.sep-landing .vcard-1{border:1px solid var(--line-2);z-index:2;background:linear-gradient(135deg,#1a1d17 0%,#0b0d0a 100%);bottom:0;right:0;transform:rotate(6deg)}.sep-landing .vcard-1:hover{transform:rotate(4deg)translateY(-8px)}.sep-landing .vcard-2{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);color:#0b0d0a;z-index:3;bottom:14%;left:0;transform:rotate(-8deg)}.sep-landing .vcard-2:hover{transform:rotate(-6deg)translateY(-8px)}.sep-landing .vcard-top{letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:flex-start;font-size:11px;display:flex}.sep-landing .vcard-number{letter-spacing:.05em;font-size:15px}.sep-landing .vcard-bottom{opacity:.75;justify-content:space-between;align-items:flex-end;font-size:10px;display:flex}.sep-landing .vcard-brand{opacity:.92;letter-spacing:0;text-transform:none;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-style:italic;font-weight:500}.sep-landing .marquee{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:2;padding:22px 0;position:relative;overflow:hidden}.sep-landing .marquee-track{white-space:nowrap;color:var(--ink);font-variation-settings:"opsz" 144;letter-spacing:-.01em;gap:60px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:300;animation:60s linear infinite slide;display:flex}.sep-landing .marquee-track em{color:var(--accent);font-style:italic;font-weight:400}.sep-landing .display-slab{border-bottom:1px solid var(--line);padding:180px 0 140px;position:relative;overflow:hidden}.sep-landing .display-slab:before{content:"";background:radial-gradient(ellipse at 80% 40%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 55%);pointer-events:none;position:absolute;inset:0}.sep-landing .display-grid{grid-template-columns:80px 1fr 1fr;align-items:start;gap:40px;min-width:0;display:grid;position:relative}@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:display-slab-col/inline-size}}}.sep-landing .vlabel{writing-mode:vertical-rl;letter-spacing:.35em;text-transform:uppercase;color:var(--ink-mute);white-space:nowrap;align-self:start;padding-top:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;transform:rotate(180deg)}.sep-landing .giant-num{letter-spacing:-.06em;color:var(--ink);font-variation-settings:"opsz" 144, "wght" 220;overflow-wrap:anywhere;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(36px,min(22vw,18vmin),280px);font-weight:200;line-height:.82}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .giant-num{font-size:clamp(32px,36cqi,260px)}}}.sep-landing .giant-num em{color:var(--accent);font-style:italic;font-weight:300}.sep-landing .giant-num .tiny{letter-spacing:.1em;color:var(--ink-mute);vertical-align:top;text-transform:uppercase;margin-top:24px;margin-left:-10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(9px,.072em,13px);font-weight:400;display:inline-block}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .giant-num .tiny{margin-left:0;font-size:clamp(9px,2.8cqi,13px)}}}.sep-landing .display-caption{letter-spacing:-.02em;max-width:min(520px,100%);margin-top:40px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(18px,min(3.2vw,3vmin),48px);font-weight:300;line-height:1.1}@media (min-width:981px){@supports (font-size:1cqi){.sep-landing .display-caption{font-size:clamp(16px,5.5cqi,3rem)}}}.sep-landing .display-caption em{color:var(--accent);font-style:italic}.sep-landing .display-caption+.display-meta{color:var(--ink-mute);letter-spacing:.08em;max-width:380px;margin-top:28px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6}.sep-landing .display-stats{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;padding-top:40px;display:grid}.sep-landing .ds-cell .n{letter-spacing:-.02em;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,min(8vw,7vmin),48px);font-weight:300;line-height:1}@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{color:var(--accent);font-style:italic}.sep-landing .ds-cell .l{color:var(--ink-mute);letter-spacing:.12em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}@media (max-width:1024px){.sep-landing .display-grid{grid-template-columns:1fr;gap:32px}.sep-landing .vlabel{writing-mode:horizontal-tb;margin-bottom:10px;padding-top:0;transform:none;letter-spacing:.22em!important;font-size:clamp(12px,3.4vw,15px)!important}.sep-landing .display-slab{padding:100px 0 80px}.sep-landing .giant-num{margin-bottom:clamp(8px,3vw,20px)!important;font-size:clamp(60px,min(14vw,16vmin),180px)!important;line-height:.94!important}.sep-landing .giant-num .tiny{margin-top:14px!important;margin-left:0!important;font-size:clamp(11px,3.2vw,14px)!important;display:block!important}.sep-landing .display-caption{z-index:1;position:relative;max-width:100%!important;margin-top:clamp(28px,7vw,48px)!important;font-size:clamp(18px,4.8vw,26px)!important}.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);padding:0 8px;font-size:22px}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.sep-landing section{padding:140px 0;position:relative}.sep-landing .section-header{grid-template-columns:1fr 1.3fr;align-items:end;gap:80px;margin-bottom:100px;display:grid}.sep-landing .section-header .eyebrow{margin-bottom:20px;display:block}.sep-landing .section-header h2{letter-spacing:-.025em;text-wrap:balance;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(40px,5.2vw,76px);font-weight:300;line-height:1}.sep-landing .section-header h2 em{color:var(--accent);font-style:italic}.sep-landing .section-header p{color:var(--ink-dim);text-wrap:pretty;max-width:560px;font-size:17px;line-height:1.6}.sep-landing .onboarding .onb-card{border:1px solid var(--line);background:var(--bg-2);border-radius:28px;padding:80px 72px;position:relative;overflow:hidden}.sep-landing .onboarding .onb-card:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--accent) 10%, transparent) 0%, transparent 65%);filter:blur(50px);pointer-events:none;width:500px;height:500px;position:absolute;top:-30%;right:-10%}.sep-landing .onb-quote{letter-spacing:-.02em;text-wrap:balance;max-width:900px;margin-bottom:56px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.15;position:relative}.sep-landing .onb-quote em{color:var(--accent);font-style:italic}.sep-landing .onb-list{grid-template-columns:repeat(2,1fr);gap:18px 48px;max-width:900px;margin-bottom:48px;list-style:none;display:grid;position:relative}.sep-landing .onb-list li{color:var(--ink-dim);border-top:1px solid var(--line-2);gap:14px;padding:14px 0;font-size:16px;display:flex}.sep-landing .onb-list li .idx{color:var(--accent);letter-spacing:.1em;flex-shrink:0;padding-top:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .onb-footnote{color:var(--ink-mute);letter-spacing:.02em;max-width:720px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.6}.sep-landing .onb-actions{flex-wrap:wrap;gap:14px;display:flex;position:relative}.sep-landing .value-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.sep-landing .vcell{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;padding:44px 40px 40px;transition:all .35s;position:relative;overflow:hidden}.sep-landing .vcell:hover{border-color:var(--line-2);transform:translateY(-4px)}.sep-landing .vcell .v-num{color:var(--ink-mute);letter-spacing:.15em;justify-content:space-between;margin-bottom:44px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;display:flex}.sep-landing .vcell .v-num .glyph{color:var(--accent);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-style:italic;line-height:1}.sep-landing .vcell h3{letter-spacing:-.015em;text-wrap:balance;margin-bottom:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:30px;font-weight:400;line-height:1.1}.sep-landing .vcell h3 em{color:var(--accent);font-style:italic}.sep-landing .vcell p{color:var(--ink-dim);font-size:15px;line-height:1.55}.sep-landing .steps{grid-template-columns:repeat(5,1fr);gap:28px;display:grid;position:relative}.sep-landing .steps:before{content:"";background:linear-gradient(to right, transparent, var(--line-2) 15%, var(--accent) 50%, var(--line-2) 85%, transparent);height:1px;position:absolute;top:28px;left:4%;right:4%}.sep-landing .step{position:relative}.sep-landing .step-num{background:var(--bg);border:1px solid var(--line-2);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:26px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-style:italic;font-weight:400;display:flex;position:relative}.sep-landing .step:nth-child(3) .step-num{border-color:var(--accent);color:var(--accent)}.sep-landing .step-title{letter-spacing:-.01em;margin-bottom:10px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:21px;font-weight:400;line-height:1.2}.sep-landing .step-desc{color:var(--ink-dim);text-wrap:pretty;font-size:14px;line-height:1.55}.sep-landing .how-cta{flex-wrap:wrap;gap:14px;margin-top:80px;display:flex}.sep-landing .features-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(220px,auto);gap:16px;display:grid}.sep-landing .fcell{background:var(--bg-2);border:1px solid var(--line);border-radius:20px;flex-direction:column;justify-content:space-between;gap:28px;padding:36px;transition:all .4s;display:flex;position:relative;overflow:hidden}.sep-landing .fcell:hover{border-color:var(--line-2);transform:translateY(-4px)}.sep-landing .fcell .f-num{color:var(--ink-mute);letter-spacing:.12em;margin-bottom:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .fcell h3{letter-spacing:-.015em;text-wrap:balance;margin-bottom:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:400;line-height:1.1}.sep-landing .fcell h3 em{color:var(--accent);font-style:italic}.sep-landing .fcell p{color:var(--ink-dim);text-wrap:pretty;font-size:15px;line-height:1.55}.sep-landing .fcell.f-large{grid-area:span 2/span 4}.sep-landing .fcell.f-med{grid-area:span 2/span 2}.sep-landing .fcell.f-std,.sep-landing .fcell.f-wide{grid-column:span 3}.sep-landing .fcell.f-tall{grid-area:span 2/span 2}.sep-landing .chain-vis{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.sep-landing .chain-node{border:1px solid var(--line-2);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim);background:#f2ede30a;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;display:flex}.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{background:currentColor;border-radius:50%;width:6px;height:6px}.sep-landing .chain-dash{background:linear-gradient(to right, var(--line-2), var(--accent), var(--line-2));flex:1;min-width:18px;height:1px}.sep-landing .meta-list{flex-direction:column;gap:10px;display:flex}.sep-landing .meta-row{border:1px solid var(--line);color:var(--ink-dim);background:#f2ede308;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;display:flex}.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{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim);grid-template-columns:1fr 1fr;gap:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:grid}.sep-landing .rwt-chip{border:1px solid var(--line-2);background:#f2ede306;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:100px;padding:18px 16px;display:flex}.sep-landing .rwt-chip .title{color:var(--ink);letter-spacing:-.01em;text-transform:none;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-style:italic;font-weight:400;line-height:1.1}.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{grid-template-columns:1fr 1fr;gap:20px;display:grid}.sep-landing .acc-card{background:var(--bg);border:1px solid var(--line);border-radius:22px;flex-direction:column;padding:48px 44px 44px;display:flex;position:relative;overflow:hidden}.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{letter-spacing:.15em;text-transform:uppercase;color:var(--ink-mute);justify-content:space-between;align-items:center;margin-bottom:28px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;display:flex}.sep-landing .acc-tag .num{color:var(--accent)}.sep-landing .acc-card h3{letter-spacing:-.02em;margin-bottom:18px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(32px,3.6vw,48px);font-weight:300;line-height:1.05}.sep-landing .acc-card h3 em{color:var(--accent);font-style:italic}.sep-landing .acc-card>p{color:var(--ink-dim);max-width:460px;margin-bottom:32px;font-size:16px;line-height:1.6}.sep-landing .acc-card ul{flex:1;margin-bottom:32px;list-style:none}.sep-landing .acc-card ul li{color:var(--ink-dim);border-top:1px solid var(--line);gap:14px;padding:14px 0;font-size:15px;display:flex}.sep-landing .acc-card ul li:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:9px}.sep-landing .acc-card ul li:last-child{border-bottom:1px solid var(--line)}.sep-landing .acc-footnote{color:var(--ink-mute);letter-spacing:.02em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.6}.sep-landing .biz-group{margin-top:60px}.sep-landing .biz-group-title{color:var(--ink-mute);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:16px;margin-bottom:24px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;display:flex}.sep-landing .biz-group-title:after{content:"";background:var(--line);flex:1;height:1px}.sep-landing .biz-row-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.sep-landing .bcell{background:var(--bg-2);border:1px solid var(--line);border-radius:18px;padding:32px;transition:all .3s}.sep-landing .bcell:hover{border-color:var(--line-2);transform:translateY(-3px)}.sep-landing .bcell.simple{flex-direction:column;justify-content:space-between;gap:24px;min-height:140px;display:flex}.sep-landing .bcell .b-num{color:var(--ink-mute);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .bcell p{color:var(--ink);letter-spacing:-.005em;text-wrap:balance;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:400;line-height:1.35}.sep-landing .bcell h4{letter-spacing:-.015em;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400;line-height:1.15}.sep-landing .bcell h4 em{color:var(--accent);font-style:italic}.sep-landing .bcell .intro{color:var(--ink-dim);margin-bottom:16px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:400;line-height:1.55}.sep-landing .bcell ul{list-style:none}.sep-landing .bcell ul li{color:var(--ink-dim);gap:10px;padding:8px 0;font-size:13px;line-height:1.5;display:flex}.sep-landing .bcell ul li:before{content:"—";color:var(--ink-mute);flex-shrink:0;padding-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .sep-token{background:var(--bg-2);border-top:1px solid var(--line)}.sep-landing .accordion-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.sep-landing .acc-item{border:1px solid var(--line);background:var(--bg);border-radius:16px;transition:border-color .3s;overflow:hidden}.sep-landing .acc-item[open]{border-color:var(--line-2)}.sep-landing .acc-item summary{cursor:pointer;letter-spacing:-.01em;align-items:center;gap:16px;padding:24px 28px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:400;list-style:none;transition:color .2s;display:flex}.sep-landing .acc-item summary::-webkit-details-marker{display:none}.sep-landing .acc-item summary .acc-glyph{border:1px solid var(--line-2);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:italic;transition:all .3s;display:flex}.sep-landing .acc-item[open] summary .acc-glyph{background:var(--accent);color:var(--bg);border-color:var(--accent)}.sep-landing .acc-item summary .plus{color:var(--ink-mute);margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:18px;transition:transform .3s}.sep-landing .acc-item[open] summary .plus{color:var(--accent);transform:rotate(45deg)}.sep-landing .acc-body{color:var(--ink-dim);padding:0 28px 26px 80px;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{gap:10px;padding:6px 0;display:flex}.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:"";background:radial-gradient(circle, color-mix(in srgb, var(--accent) 9%, transparent) 0%, transparent 60%);filter:blur(60px);pointer-events:none;width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sep-landing .final-cta-inner{z-index:1;position:relative}.sep-landing .final-cta .eyebrow{margin-bottom:32px;display:block}.sep-landing .final-cta h2{letter-spacing:-.03em;text-wrap:balance;margin-bottom:48px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(52px,8vw,128px);font-weight:300;line-height:.95}.sep-landing .final-cta h2 em{color:var(--accent);font-style:italic}.sep-landing .final-cta .final-sub{color:var(--ink-dim);max-width:540px;margin:0 auto 48px;font-size:17px;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);background:var(--bg);padding:80px 0 40px}.sep-landing .footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:60px;margin-bottom:80px;display:grid}.sep-landing .footer-brand .logo{margin-bottom:20px}.sep-landing .footer-brand p{color:var(--ink-dim);max-width:280px;margin-bottom:24px;font-size:14px;line-height:1.55}.sep-landing .footer-social{gap:10px;display:flex}.sep-landing .footer-social a{border:1px solid var(--line-2);width:34px;height:34px;color:var(--ink-dim);border-radius:50%;justify-content:center;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;transition:all .2s;display:flex}.sep-landing .footer-social a:hover{border-color:var(--accent);color:var(--accent)}.sep-landing .footer-col h4{color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:500}.sep-landing .footer-col ul{list-style:none}.sep-landing .footer-col li{color:var(--ink-dim);padding:6px 0;font-size:14px;transition:color .2s}.sep-landing .footer-col li:hover{color:var(--ink);cursor:pointer}.sep-landing .footer-legal{color:var(--ink-mute);border-top:1px solid var(--line);max-width:900px;margin-bottom:32px;padding-top:34px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.6}.sep-landing .sep-footer-copy.footer-legal{margin-bottom:0;padding:36px 0 10px}.sep-landing p.footer-legal{margin-bottom:24px;padding-top:16px}.sep-landing .sep-footer-copy.footer-legal p,.sep-landing .sep-footer-copy.footer-legal .sep-footer-jdb{color:var(--ink-mute);font-family:inherit;font-size:11px;line-height:1.6}.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{border-top:1px solid var(--line);color:var(--ink-mute);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-top:32px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;display:flex}.sep-landing .sep-footer-main-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 40px;margin-bottom:56px;display:grid}.sep-landing .sep-footer-menu-label{color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:600}.sep-landing .sep-footer-menu-label--sub{margin-top:28px}.sep-landing .sep-footer-menu ul{margin:0;padding:0;list-style:none}.sep-landing .sep-footer-menu ul li{padding:5px 0}.sep-landing .sep-footer-menu a{color:var(--ink-dim);font-size:14px;transition:color .2s}.sep-landing .sep-footer-menu a:hover{color:var(--accent)}.sep-landing .sep-footer-social ul{margin:0;padding:0;list-style:none}.sep-landing .sep-footer-social li{margin-bottom:4px}.sep-landing .sep-footer-social a{color:var(--ink-dim);align-items:center;gap:10px;font-size:14px;transition:color .2s,opacity .2s;display:flex}.sep-landing .sep-footer-social a:hover{color:var(--accent)}.sep-landing .sep-footer-social img{opacity:.88;flex-shrink:0;transition:opacity .2s}.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);margin-bottom:16px;font-size:14px;line-height:1.55}.sep-landing .sep-footer-newsletter .sep-footer-menu-label{margin-bottom:12px}.sep-landing .sep-footer-form-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.sep-landing .sep-footer-newsletter input[type=text],.sep-landing .sep-footer-newsletter input[type=email]{border:1px solid var(--line-2);width:100%;color:var(--ink);box-sizing:border-box;background:#ffffff0a;border-radius:10px;padding:12px 14px;font-size:14px}.sep-landing .sep-footer-newsletter input:focus{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);outline:none}.sep-landing .sep-footer-subscribe-btn{letter-spacing:.02em;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:52px;margin-top:14px;padding:16px 28px;font-size:15px;font-weight:600;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.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{border:1px solid var(--line-2);min-height:48px;color:var(--ink-dim);background:#ffffff0a;border-radius:12px;margin-top:8px;padding:14px 24px;font-size:14px;font-weight:600}.sep-landing .sep-footer-subscribe-btn--outline:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--line-2));color:var(--ink);background:#ffffff14}.sep-landing .sep-footer-legal-row{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:8px;padding:28px 0;display:flex}.sep-landing .sep-footer-legal-row ul{flex-wrap:wrap;gap:20px 28px;margin:0;padding:0;list-style:none;display:flex}.sep-landing .sep-footer-legal-row a{color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;transition:color .2s}.sep-landing .sep-footer-legal-row a:hover{color:var(--accent)}.sep-landing .sep-footer-brand-logo a{opacity:.95;line-height:0;transition:opacity .2s;display:inline-block}.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-main-grid,.sep-landing .sep-footer-form-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{border-radius:10px;width:40px;height:40px}.sep-landing .nav-menu-toggle-bars{gap:5px;width:22px}.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{aspect-ratio:1;max-height:480px}.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{grid-template-columns:1fr;gap:0}.sep-landing .value-grid,.sep-landing .features-grid{grid-template-columns:1fr}.sep-landing .fcell.f-large,.sep-landing .fcell.f-med,.sep-landing .fcell.f-wide,.sep-landing .fcell.f-std,.sep-landing .fcell.f-tall{grid-area:auto/span 1}.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;will-change:opacity, transform;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}.sep-landing .reveal.in{opacity:1;transform:translateY(0)}.sep-landing .reveal.reveal-noslide{opacity:0;will-change:opacity;transition:opacity 1s cubic-bezier(.22,1,.36,1);transform:none}.sep-landing .reveal.reveal-noslide.in{opacity:1;will-change:auto}.sep-landing .reveal-stagger>*{opacity:0;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i,0) * 80ms);transform:translateY(24px)}.sep-landing .reveal-stagger.in>*{opacity:1;transform:translateY(0)}.sep-landing .reveal-blur{filter:blur(14px)}.sep-landing .reveal-blur.in{filter:blur();transition:filter 1.2s cubic-bezier(.22,1,.36,1),opacity 1s,transform 1s cubic-bezier(.22,1,.36,1)}.sep-landing .reveal-slide-l{transform:translate(-40px)}.sep-landing .reveal-slide-l.in{transform:translate(0)}.sep-landing .reveal-slide-r{transform:translate(40px)}.sep-landing .reveal-slide-r.in{transform:translate(0)}.sep-landing .scroll-progress{background:linear-gradient(90deg, var(--accent), var(--warm));z-index:1000;pointer-events:none;width:0%;height:2px;box-shadow:0 0 8px color-mix(in srgb, var(--accent) 50%, transparent);transition:width .1s linear;position:fixed;top:0;left:0}.sep-landing .cursor-glow{background:radial-gradient(circle, color-mix(in srgb, var(--accent) 6%, transparent) 0%, transparent 55%);pointer-events:none;z-index:1;mix-blend-mode:screen;opacity:0;border-radius:50%;width:600px;height:600px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.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%}.sep-landing .magnetic{will-change:transform;transition:transform .3s cubic-bezier(.22,1,.36,1)}.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:0 0}.sep-landing ::-webkit-scrollbar-thumb{background:var(--line-2);background-clip:padding-box;border:2px solid #0000;border-radius:10px}.sep-landing ::-webkit-scrollbar-thumb:hover{background:var(--ink-mute);background-clip:padding-box;border:2px solid #0000}@media (prefers-reduced-motion:reduce){.sep-landing .reveal,.sep-landing .reveal-stagger>*{opacity:1!important;filter:none!important;transform:none!important}.sep-landing [data-parallax],.sep-landing [data-scale-scroll]{transform:none!important}.sep-landing *{transition-duration:.01ms!important;animation-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-top:14px!important;margin-left:0!important;font-size:clamp(10px,2.9vw,13px)!important;display:block!important}.sep-landing .display-caption{max-width:100%!important;margin-top:clamp(24px,7vw,40px)!important;font-size:clamp(17px,4.8vw,24px)!important}.sep-landing .display-stats{grid-template-columns:1fr 1fr!important;gap:20px!important;margin-top:24px!important;padding-top:24px!important}.sep-landing .ds-cell .n{font-size:clamp(24px,6.2vw,36px)!important}.sep-landing .big-panel{border-radius:20px!important;padding:24px!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 .pfolio,.sep-landing .qsend,.sep-landing .limits{border-radius:18px!important;padding:20px!important}.sep-landing .pfolio-h h4,.sep-landing .qsend h4,.sep-landing .limits 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{letter-spacing:-.02em;gap:36px!important;font-size:clamp(15px,4vw,22px)!important}.sep-landing .chrome-url{max-width:220px!important;font-size:10px!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);bottom:12px;right: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{margin-top:clamp(22px,6.5vw,36px)!important;font-size:clamp(16px,4.5vw,22px)!important;line-height:1.2!important}.sep-landing .ds-cell .n{font-size:clamp(22px,5.8vw,32px)!important}.sep-landing .logo-text{letter-spacing:.04em;white-space:normal;max-width:200px;font-size:11px}}.sep-landing .product{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);position:relative}.sep-landing .mock-grid{grid-template-columns:1.07fr 1fr;align-items:start;gap:20px;display:grid}.sep-landing .mock-grid-solo{display:block}.sep-landing .mock-grid-2{grid-template-columns:1fr 1fr;align-items:start;gap:20px;margin-top:20px;display:grid}.sep-landing .chrome{border:1px solid var(--line-2);background:#0f110d;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 40px 80px -40px #0009,0 0 0 1px #ffffff05}.sep-landing .chrome-bar{border-bottom:1px solid var(--line);background:#090b08;align-items:center;gap:12px;padding:12px 16px;display:flex}.sep-landing .chrome-dots{gap:6px;display:flex}.sep-landing .chrome-dot{background:#2a2c27;border-radius:50%;width:10px;height:10px}.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{text-align:center;color:var(--ink-mute);letter-spacing:.05em;background:var(--bg);border:1px solid var(--line);border-radius:6px;flex:1;max-width:340px;margin:0 auto;padding:4px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.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{isolation:isolate;background:#0a0c08;width:100%;line-height:0;display:block}.sep-landing .mock-product-shot img{vertical-align:middle;object-fit:contain;object-position:top center;mix-blend-mode:normal;backface-visibility:hidden;filter:contrast(1.04)saturate(1.02);image-rendering:auto;width:100%;max-width:1024px;height:auto;margin:0 auto;display:block;transform:translateZ(0)}@supports (image-rendering:high-quality){.sep-landing .mock-product-shot img{image-rendering:high-quality}}.sep-landing .mock-dash{min-height:460px;color:var(--ink);background:#0a0c08;grid-template-columns:160px 1fr;font-family:Inter Tight,sans-serif;font-size:12px;display:grid}.sep-landing .mock-side{border-right:1px solid var(--line);background:#080a06;flex-direction:column;gap:4px;padding:18px 12px;display:flex}.sep-landing .mock-side-brand{letter-spacing:.02em;align-items:center;gap:8px;padding:6px 6px 16px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;display:flex}.sep-landing .mock-side-brand .dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}.sep-landing .mock-side-brand .dot:after{content:"";background:#080a06;border-radius:50%;position:absolute;inset:3px}.sep-landing .mock-side nav a{color:var(--ink-mute);border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:11.5px;transition:all .2s;display:flex}.sep-landing .mock-side nav a .ic{background:var(--line-2);border-radius:4px;flex-shrink:0;width:14px;height:14px;display:inline-block}.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{background:var(--line);height:1px;margin:12px 2px}.sep-landing .mock-side-support{border:1px solid var(--line);color:var(--ink-mute);border-radius:10px;margin-top:auto;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.5}.sep-landing .mock-main{padding:20px 22px;overflow:hidden}.sep-landing .mock-topbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.sep-landing .mock-search{background:var(--bg-2);border:1px solid var(--line);color:var(--ink-mute);border-radius:8px;width:180px;padding:7px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .mock-topbar-right{color:var(--ink-mute);align-items:center;gap:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .mock-avatar{background:linear-gradient(135deg, var(--accent), var(--accent-deep));color:#0a0c08;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-family:Inter Tight,sans-serif;font-size:10px;font-weight:600;display:flex}.sep-landing .mock-hero{background:linear-gradient(135deg,#044e16 0%,#066824 55%,#058f35 100%);border-radius:14px;margin-bottom:14px;padding:22px 24px;position:relative;overflow:hidden}.sep-landing .mock-hero:before{content:"";background:radial-gradient(circle,#aeffc740 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-40px}.sep-landing .mock-hero-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffffa6;margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.sep-landing .mock-hero-balance{letter-spacing:-.02em;color:#fff;margin-bottom:4px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:34px;font-weight:300;line-height:1}.sep-landing .mock-hero-balance .cents{color:#ffffff8c;font-size:20px}.sep-landing .mock-hero-balance .cur{color:#ffffffb3;vertical-align:middle;margin-left:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .mock-hero-meta{color:#ffffffb3;z-index:1;gap:14px;margin-top:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex;position:relative}.sep-landing .mock-hero-meta .up{color:var(--accent)}.sep-landing .mock-hero-actions{z-index:1;flex-wrap:wrap;gap:6px;margin-top:14px;display:flex;position:relative}.sep-landing .mock-hero-actions .qa{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px;display:flex}.sep-landing .mock-hero-actions .qa .g{color:var(--accent);font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-style:italic}.sep-landing .mock-currencies{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.sep-landing .mock-cur{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.sep-landing .mock-cur .sym{color:var(--ink-dim);letter-spacing:.08em;align-items:center;gap:7px;margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .mock-cur .sym .flag{border-radius:50%;flex-shrink:0;width:14px;height:14px}.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{letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400}.sep-landing .mock-cur .amt .cents{color:var(--ink-mute);font-size:13px}.sep-landing .mock-row2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.sep-landing .mock-block{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:12px 14px}.sep-landing .mock-block-h{color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .mock-block-h .more{color:var(--accent)}.sep-landing .mock-tx{border-top:1px solid var(--line);align-items:center;gap:8px;padding:6px 0;font-size:10.5px;display:flex}.sep-landing .mock-tx:first-of-type{border-top:none}.sep-landing .mock-tx .tx-ic{background:color-mix(in srgb, var(--accent) 8%, transparent);width:22px;height:22px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.sep-landing .mock-tx .tx-ic.out{color:#ff6a9d;background:#ff6a9d1a}.sep-landing .mock-tx .tx-body{flex:1}.sep-landing .mock-tx .tx-t{color:var(--ink);margin-bottom:1px;font-size:10.5px;line-height:1.2}.sep-landing .mock-tx .tx-d{color:var(--ink-mute);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.sep-landing .mock-tx .tx-a{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .mock-tx .tx-a.out{color:#ff6a9d}.sep-landing .mock-chart{height:100px;margin-top:4px;position:relative}.sep-landing .mock-chart svg{width:100%;height:100%}.sep-landing .mock-crypto{background:#0a0c08;flex-direction:column;gap:14px;min-height:460px;padding:24px 22px;display:flex}.sep-landing .mock-crypto-hero{color:#fff;background:linear-gradient(160deg,#022c22 0%,#064e3b 25%,#059669 55%,#34d399 100%);border-radius:14px;padding:22px;position:relative;overflow:hidden}.sep-landing .mock-crypto-hero:before{content:"SEP";color:#ffffff14;letter-spacing:-.05em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:150px;font-style:italic;position:absolute;top:-20px;right:-30px}.sep-landing .mock-crypto-hero .label{letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.sep-landing .mock-crypto-hero .bal{letter-spacing:-.02em;color:#fff;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:300;line-height:1}.sep-landing .mock-crypto-hero .bal .cur{color:#ffffffb3;margin-left:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .mock-crypto-hero .sub{color:#ffffffbf;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.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{justify-content:space-between;align-items:center;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:italic;display:flex}.sep-landing .mock-swap-h .tabs{background:var(--bg);border:1px solid var(--line);border-radius:6px;gap:4px;padding:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-style:normal;display:flex}.sep-landing .mock-swap-h .tabs span{color:var(--ink-mute);border-radius:4px;padding:4px 10px}.sep-landing .mock-swap-h .tabs span.on{background:var(--accent);color:#0a0c08}.sep-landing .mock-swap-row{background:var(--bg);border:1px solid var(--line);border-radius:10px;margin-bottom:8px;padding:12px 14px}.sep-landing .mock-swap-row .r1{color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;display:flex}.sep-landing .mock-swap-row .r2{justify-content:space-between;align-items:center;display:flex}.sep-landing .mock-swap-row .r2 .val{letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:300}.sep-landing .mock-swap-row .token{background:var(--bg-2);border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .mock-swap-row .token .tk{border-radius:50%;width:14px;height:14px}.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{z-index:1;justify-content:center;margin:-4px 0;display:flex;position:relative}.sep-landing .mock-swap-sw-btn{background:var(--accent);color:#0a0c08;border:3px solid #0a0c08;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.sep-landing .mock-swap-cta{background:var(--accent);color:#0a0c08;text-align:center;letter-spacing:-.01em;border-radius:10px;width:100%;margin-top:8px;padding:12px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500}.sep-landing .mock-swap-meta{color:var(--ink-mute);letter-spacing:.05em;justify-content:space-between;margin-top:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;display:flex}.sep-landing .mock-swap-meta .k{color:var(--ink-dim)}.sep-landing .mock-cards{background:#0a0c08;grid-template-columns:1fr 1fr;align-items:center;gap:20px;min-height:380px;padding:24px 22px;display:grid}.sep-landing .mock-cards-vis{aspect-ratio:1;position:relative}.sep-landing .mcard{aspect-ratio:1.586;border-radius:16px;flex-direction:column;justify-content:space-between;width:82%;padding:18px 20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:flex;position:absolute;box-shadow:0 30px 50px -20px #0009}.sep-landing .mcard-1{border:1px solid var(--line-2);color:var(--ink);background:linear-gradient(135deg,#1a1d17,#0b0d0a);top:8%;left:0;transform:rotate(-6deg)}.sep-landing .mcard-2{background:linear-gradient(135deg, var(--accent), var(--accent-deep));color:#0a0c08;bottom:8%;right:0;transform:rotate(6deg)}.sep-landing .mcard .top{letter-spacing:.1em;text-transform:uppercase;opacity:.85;justify-content:space-between;font-size:9px;display:flex}.sep-landing .mcard .num{letter-spacing:.08em;font-size:12px}.sep-landing .mcard .bot{justify-content:space-between;align-items:flex-end;font-size:9px;display:flex}.sep-landing .mcard .brand{text-transform:none;letter-spacing:0;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-style:italic;font-weight:500}.sep-landing .mock-cards-info h4{letter-spacing:-.015em;margin-bottom:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:400;line-height:1.15}.sep-landing .mock-cards-info h4 em{color:var(--accent);font-style:italic}.sep-landing .mock-cards-list{flex-direction:column;gap:8px;margin-bottom:16px;list-style:none;display:flex}.sep-landing .mock-cards-list li{background:var(--bg-2);border:1px solid var(--line);color:var(--ink-dim);border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;display:flex}.sep-landing .mock-cards-list li .v{color:var(--accent)}.sep-landing .mock-cards-cta{background:var(--accent);color:#0a0c08;border-radius:999px;padding:9px 16px;font-family:Inter Tight,sans-serif;font-size:11px;font-weight:500;display:inline-flex}@media (max-width:1024px){.sep-landing .mock-grid,.sep-landing .mock-grid-2,.sep-landing .mock-dash{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{grid-template-columns:.9fr 1.2fr;align-items:stretch;gap:20px;margin-top:24px;display:grid}.sep-landing .showcase-alt{grid-template-columns:1fr .85fr 1fr;gap:20px;margin-top:20px;display:grid}.sep-landing .phone-wrap{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;justify-content:center;align-items:center;min-height:600px;padding:40px 0;display:flex;position:relative}.sep-landing .phone{background:#0a0c08;border:8px solid #1a1d17;border-radius:44px;width:280px;height:580px;position:relative;overflow:hidden;box-shadow:0 50px 100px -30px #000c,0 0 0 1px #ffffff0a,inset 0 0 0 1px #ffffff0a}.sep-landing .phone-screen{background:linear-gradient(#0b0d0a 0%,#0a0c08 100%);height:100%;padding:0;display:flex}.sep-landing .phone-screen .phone-mockup{object-fit:cover;object-position:top center;border-radius:34px;flex:1;width:100%;height:100%}.sep-landing .ph-status{color:var(--ink);justify-content:space-between;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .ph-greet{letter-spacing:-.01em;margin-top:4px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400}.sep-landing .ph-greet em{color:var(--accent);font-style:italic}.sep-landing .ph-card{color:#fff;background:linear-gradient(135deg,#044e16 0%,#066824 60%,#058f35 100%);border-radius:18px;padding:16px;position:relative;overflow:hidden}.sep-landing .ph-card:before{content:"";background:radial-gradient(circle,#aeffc74d,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-30px}.sep-landing .ph-card .l{letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.sep-landing .ph-card .v{letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:300;line-height:1}.sep-landing .ph-card .v .c{color:#ffffff8c;font-size:18px}.sep-landing .ph-card .tr{color:#b3ffc6;z-index:1;margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;position:relative}.sep-landing .ph-actions{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.sep-landing .ph-act{background:var(--bg-2);border:1px solid var(--line);text-align:center;color:var(--ink-dim);letter-spacing:.05em;text-transform:uppercase;border-radius:12px;padding:10px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8.5px}.sep-landing .ph-act .g{color:var(--accent);text-transform:none;letter-spacing:0;margin-bottom:2px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:italic;display:block}.sep-landing .ph-section-title{color:var(--ink-mute);letter-spacing:.15em;text-transform:uppercase;margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px}.sep-landing .ph-tx{background:var(--bg-2);border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;padding:10px;font-size:11px;display:flex}.sep-landing .ph-tx .ic{background:color-mix(in srgb, var(--accent) 10%, transparent);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.sep-landing .ph-tx .ic.out{color:#ff6a9d;background:#ff6a9d1a}.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-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8.5px}.sep-landing .ph-tx .a{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.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;flex-direction:column;gap:22px;padding:36px;display:flex;position:relative;overflow:hidden}.sep-landing .big-panel:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--accent) 8%, transparent), transparent 65%);pointer-events:none;width:500px;height:500px;position:absolute;top:-20%;right:-10%}.sep-landing .big-panel-h{justify-content:space-between;align-items:flex-end;display:flex;position:relative}.sep-landing .big-panel-h h4{letter-spacing:-.015em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:400;line-height:1.05}.sep-landing .big-panel-h h4 em{color:var(--accent);font-style:italic}.sep-landing .big-panel-h .filter{background:var(--bg);border:1px solid var(--line);border-radius:8px;gap:4px;padding:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .big-panel-h .filter span{color:var(--ink-mute);border-radius:5px;padding:5px 10px}.sep-landing .big-panel-h .filter span.on{background:var(--accent);color:#0a0c08}.sep-landing .stats-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid;position:relative}.sep-landing .stat-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line-2);background:#f2ede308;border-radius:14px;padding:18px}.sep-landing .stat-glass .l{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px}.sep-landing .stat-glass .v{letter-spacing:-.015em;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:26px;font-weight:300;line-height:1}.sep-landing .stat-glass .v em{color:var(--accent);font-style:italic}.sep-landing .stat-glass .delta{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .stat-glass .delta.neg{color:#ff6a9d}.sep-landing .big-chart{border:1px solid var(--line-2);background:#f2ede305;border-radius:18px;height:220px;padding:18px;position:relative}.sep-landing .big-chart-h{justify-content:space-between;margin-bottom:8px;display:flex}.sep-landing .big-chart-h .title{font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:italic}.sep-landing .big-chart-h .key{color:var(--ink-mute);gap:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.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;flex-direction:column;gap:14px;padding:30px 28px;display:flex}.sep-landing .pfolio-h{justify-content:space-between;align-items:flex-end;margin-bottom:6px;display:flex}.sep-landing .pfolio-h h4{letter-spacing:-.015em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:26px;font-weight:400}.sep-landing .pfolio-h h4 em{color:var(--accent);font-style:italic}.sep-landing .pfolio-h .total{color:var(--ink-dim);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.sep-landing .pfolio-h .total strong{color:var(--accent);font-weight:500}.sep-landing .pf-row{border-top:1px solid var(--line);grid-template-columns:40px 1fr auto auto;align-items:center;gap:14px;padding:14px 0;display:grid}.sep-landing .pf-row:first-of-type{border-top:none}.sep-landing .pf-tok{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;display:flex}.sep-landing .pf-tok.sep{color:var(--accent);background:linear-gradient(160deg,#022c22,#059669)}.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{color:var(--ink);font-size:14px}.sep-landing .pf-name .sub{color:var(--ink-mute);margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .pf-spark{width:80px;height:28px}.sep-landing .pf-val{text-align:right;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:400}.sep-landing .pf-val .delta{color:var(--accent);letter-spacing:.03em;margin-top:1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:400;display:block}.sep-landing .pf-val .delta.neg{color:#ff6a9d}.sep-landing .qsend{background:var(--bg-2);border:1px solid var(--line);border-radius:22px;flex-direction:column;gap:16px;padding:28px;display:flex}.sep-landing .qsend h4{letter-spacing:-.015em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400}.sep-landing .qsend h4 em{color:var(--accent);font-style:italic}.sep-landing .qs-list{flex-direction:column;gap:10px;display:flex}.sep-landing .qs-item{background:var(--bg);border:1px solid var(--line);border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.sep-landing .qs-avatar{color:#0a0c08;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;display:flex}.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{color:#fff;background:linear-gradient(135deg,#ff9eb5,#ff6a9c)}.sep-landing .qs-avatar.a4{background:linear-gradient(135deg,#9df5c3,#4fd1a0)}.sep-landing .qs-body{flex:1}.sep-landing .qs-body .n{color:var(--ink);font-size:13px}.sep-landing .qs-body .d{color:var(--ink-mute);letter-spacing:.05em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9.5px}.sep-landing .qs-btn{background:color-mix(in srgb, var(--accent) 10%, transparent);border:1px solid var(--accent);color:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:6px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px}.sep-landing .limits{background:var(--bg-2);border:1px solid var(--line);border-radius:22px;flex-direction:column;gap:18px;padding:28px;display:flex}.sep-landing .limits h4{letter-spacing:-.015em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:400}.sep-landing .limits h4 em{color:var(--accent);font-style:italic}.sep-landing .lim-item{flex-direction:column;gap:8px;display:flex}.sep-landing .lim-row{color:var(--ink-dim);letter-spacing:.04em;justify-content:space-between;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10.5px;display:flex}.sep-landing .lim-row .a{color:var(--accent)}.sep-landing .lim-bar{background:var(--bg);border-radius:3px;height:6px;overflow:hidden}.sep-landing .lim-bar .fill{background:linear-gradient(90deg, var(--accent), var(--accent-deep));height:100%}.sep-landing .lim-pill{background:var(--bg);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;display:flex}.sep-landing .lim-pill .l{color:var(--ink-dim);font-family:Inter Tight,sans-serif;font-weight:400}.sep-landing .lim-pill .s{color:var(--accent);align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;display:flex}.sep-landing .lim-pill .s:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%}@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{z-index:200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--line-2);width:260px;color:var(--ink-dim);background:#111410f2;border-radius:16px;padding:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;display:none;position:fixed;bottom:20px;right:20px}.sep-landing #tweaks.on{display:block}.sep-landing #tweaks h3{color:var(--ink);letter-spacing:-.01em;margin-bottom:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-style:italic;font-weight:400}.sep-landing #tweaks .tweak{margin-bottom:14px}.sep-landing #tweaks .tweak-label{color:var(--ink-mute);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:10px;display:block}.sep-landing #tweaks .swatches{flex-wrap:wrap;gap:6px;display:flex}.sep-landing #tweaks .sw{cursor:pointer;border:1px solid var(--line-2);border-radius:50%;width:22px;height:22px}.sep-landing #tweaks .sw.on{box-shadow:0 0 0 2px var(--ink)}.sep-landing #tweaks .opt{flex-wrap:wrap;gap:6px;display:flex}.sep-landing #tweaks .opt button{border:1px solid var(--line-2);color:var(--ink-dim);background:0 0;border-radius:8px;padding:4px 10px;font-family:inherit;font-size:11px}.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:"";pointer-events:none;z-index:99;background:repeating-linear-gradient(0deg,#0000 0 2px,#ffffff03 2px 3px);position:fixed;inset:0}.sep-landing .hero{isolation:isolate}.sep-landing .hero:before{content:"";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%);opacity:.9;animation:18s ease-in-out infinite alternate auroraDrift;position:absolute;inset:-10%}@keyframes auroraDrift{0%{transform:translate(0,0)scale(1)}50%{transform:translate(3%,-2%)scale(1.08)}to{transform:translate(-2%,3%)scale(1.02)}}.sep-landing #starfield{pointer-events:none;z-index:0;mix-blend-mode:screen;opacity:.7;width:100%;height:100%;position:absolute;inset:0}.sep-landing .hero-badge{z-index:5;pointer-events:none;mix-blend-mode:screen;width:108px;height:108px;animation:22s linear infinite badgeSpin;position:absolute;top:130px;right:4%}.sep-landing .hero-badge svg{width:100%;height:100%}.sep-landing .hero-badge:after{content:"";background:var(--accent);box-shadow:0 0 30px var(--accent);border-radius:50%;animation:2.5s ease-in-out infinite pulse;position:absolute;inset:30%}@keyframes badgeSpin{to{transform:rotate(360deg)}}.sep-landing h1.hero-title{word-spacing:.06em;overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none;letter-spacing:-.035em!important;font-size:clamp(56px,8.2vw,132px)!important;line-height:.94!important}.sep-landing h1.hero-title em{font-style:italic;position:relative}.sep-landing h1.hero-title em .char,.sep-landing h1.hero-title em{background:linear-gradient(100deg, var(--accent) 10%, var(--accent-2) 55%, var(--accent-3) 95%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.sep-landing .char-reveal .word{white-space:nowrap;display:inline-block}.sep-landing .char-reveal .char{display:inline-block}.sep-landing .char-reveal.is-ready .char{opacity:0;animation:.9s cubic-bezier(.2,.8,.2,1) forwards charRise;transform:translateY(1.1em)}.sep-landing .char-reveal.is-ready.is-visible .char{animation-play-state:running}.sep-landing .char-reveal em .char,.sep-landing .char-reveal .slash .char{display:inline-block}@keyframes charRise{to{opacity:1;transform:translateY(0)}}.sep-landing .hero-lede{max-width:540px!important;font-size:19px!important}.sep-landing .hero-visual{min-height:640px!important;position:relative!important;overflow:visible!important}.sep-landing .hv-glow{aspect-ratio:1;background:radial-gradient(circle, color-mix(in srgb, var(--accent) 55%, transparent) 0%, transparent 65%);filter:blur(52px);z-index:0;pointer-events:none;border-radius:50%;width:62%;animation:9s ease-in-out infinite alternate auroraDrift;position:absolute;top:12%;left:18%}.sep-landing .hv-rings{width:460px;height:460px;color:var(--ink);z-index:1;pointer-events:none;opacity:.9;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sep-landing .chip{-webkit-backdrop-filter:blur(18px);border:1px solid var(--line-2);letter-spacing:.04em;z-index:4;color:var(--ink);white-space:nowrap;background:#141612b8;border-radius:999px;align-items:center;gap:10px;padding:9px 14px 9px 9px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;animation:8s ease-in-out infinite chipFloat;display:inline-flex;position:absolute;box-shadow:0 18px 40px -10px #0009}.sep-landing .chip-flag{border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:22px;height:22px;display:inline-block}.sep-landing .chip-code{color:var(--ink);font-weight:500}.sep-landing .chip-num{color:var(--ink-dim)}.sep-landing .chip-usd{animation-delay:0s;top:6%;left:4%}.sep-landing .chip-eur{animation-delay:-3s;top:40%;right:4%}.sep-landing .chip-gbp{animation-delay:-5s;bottom:12%;left:2%}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.sep-landing .receipt{-webkit-backdrop-filter:blur(18px);border:1px solid var(--line-2);width:220px;color:var(--ink);z-index:5;background:linear-gradient(160deg,#1e201beb,#0c0e0aeb);border-radius:18px;padding:16px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;animation:9s ease-in-out -2s infinite chipFloat;position:absolute;bottom:4%;right:-8%;box-shadow:0 30px 60px -20px #000000bf,0 0 0 1px #ffffff08}.sep-landing .receipt-row{letter-spacing:.15em;text-transform:uppercase;color:var(--ink-mute);justify-content:space-between;align-items:center;font-size:10px;display:flex}.sep-landing .receipt-status{color:var(--accent);align-items:center;gap:6px;display:inline-flex}.sep-landing .receipt-amt{letter-spacing:-.02em;margin:10px 0;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:34px;font-weight:400;line-height:1}.sep-landing .receipt-amt em{color:var(--accent);font-style:italic;font-weight:400}.sep-landing .receipt-amt .cents{color:var(--ink-dim);font-size:16px}.sep-landing .receipt-foot{color:var(--ink-dim);font-size:10px}.sep-landing .coin{z-index:3;width:240px!important;height:240px!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 #0000004d, inset 5px 10px 30px #fff6!important;animation:7s ease-in-out infinite coinBreath!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important}@keyframes coinBreath{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-54%)scale(1.03)}}.sep-landing .coin:after{content:"";border:1px dashed color-mix(in srgb, var(--accent) 50%, transparent);opacity:.6;pointer-events:none;border-radius:50%;animation:40s linear infinite orbitSlow;position:absolute;inset:-60px}@keyframes orbitSlow{to{transform:rotate(360deg)}}.sep-landing .hero-visual .orbit-dot{background:var(--accent-2);width:10px;height:10px;box-shadow:0 0 14px var(--accent-2);z-index:4;border-radius:50%;position:absolute}.sep-landing .hero-visual .orbit-dot.d1{animation:5s ease-in-out infinite orbitFloat;top:18%;right:22%}.sep-landing .hero-visual .orbit-dot.d2{background:var(--accent-3);width:6px;height:6px;box-shadow:0 0 10px var(--accent-3);animation:7s ease-in-out -2s infinite orbitFloat;top:64%;right:14%}.sep-landing .hero-visual .orbit-dot.d3{background:var(--warm);width:14px;height:14px;box-shadow:0 0 18px var(--warm);animation:6s ease-in-out -3s infinite orbitFloat;bottom:26%;left:30%}@keyframes orbitFloat{0%,to{transform:translate(0,0)}50%{transform:translate(6px,-12px)}}.sep-landing .vcard{transform-style:preserve-3d;will-change:transform}.sep-landing .hero-visual .card-stack,.sep-landing .chain-motif{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:"";border-radius:inherit;background:radial-gradient(circle at var(--mx,30%) var(--my,30%), #ffffff59, transparent 55%);pointer-events:none;opacity:.7;position:absolute;inset:0}.sep-landing .btn-primary{box-shadow:0 10px 40px -10px color-mix(in srgb, var(--accent) 60%, transparent);position:relative;overflow:hidden}.sep-landing .btn-primary:after{content:"";background:linear-gradient(110deg,#0000,#ffffff8c,#0000);width:60%;transition:left .6s;position:absolute;top:0;bottom:0;left:-100%}.sep-landing .btn-primary:hover:after{left:140%}.sep-landing .scroll-progress{box-shadow:0 0 12px var(--accent);background:linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3))!important}.sep-landing .cursor-glow{filter:blur(14px);background:radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent) 0%, transparent 65%)!important;mix-blend-mode:screen!important;width:500px!important;height:500px!important}.sep-landing .logo-mark{animation:4s ease-in-out infinite logoPulse}@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{letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1px color-mix(in srgb, var(--ink) 14%, transparent);pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(140px,18vw,280px);font-style:italic;font-weight:300;line-height:.85}.sep-landing .reveal-up{opacity:0;transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1);transform:translateY(32px)}.sep-landing .reveal-up.in{opacity:1;transform:translateY(0)}.sep-landing .marquee{position:relative}.sep-landing .marquee:before,.sep-landing .marquee:after{content:"";z-index:2;pointer-events:none;width:140px;position:absolute;top:0;bottom:0}.sep-landing .marquee:before{background:linear-gradient(90deg, var(--bg-2), transparent);left:0}.sep-landing .marquee:after{background:linear-gradient(270deg, var(--bg-2), transparent);right:0}.sep-landing .browser-window,.sep-landing .macos-window,.sep-landing .ios-frame,.sep-landing .android-frame,.sep-landing .chrome-window,.sep-landing .chrome-browser,.sep-landing .window-chrome,.sep-landing .product-window{transform-style:preserve-3d;will-change:transform;transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s}.sep-landing #sep-token,.sep-landing #final-cta{isolation:isolate;position:relative}.sep-landing #sep-token:before,.sep-landing #final-cta:before{content:"";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;position:absolute;inset:0}.sep-landing #sep-token>*,.sep-landing #final-cta>*{z-index:1;position:relative}.sep-landing .glow-divider{background:linear-gradient(90deg, transparent, var(--line-2) 20%, var(--line-2) 80%, transparent);height:1px;position:relative;overflow:visible}.sep-landing .glow-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);filter:blur(1px);opacity:.9;width:120px;height:3px;box-shadow:0 0 20px var(--accent);position:absolute;top:-1px;left:50%;transform:translate(-50%)}.sep-landing h2,.sep-landing .display-type{letter-spacing:-.03em}@media (prefers-reduced-motion:reduce){.sep-landing *,.sep-landing :before,.sep-landing :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sep-landing img,.sep-landing svg,.sep-landing canvas,.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;align-items:stretch;gap:80px}.sep-landing .hero-visual{aspect-ratio:1;max-width:560px;margin:0 auto;min-height:520px!important}.sep-landing .hero-badge{width:92px;height:92px;top:80px;right:16px}.sep-landing .coin{width:200px!important;height:200px!important}.sep-landing .receipt{width:200px;right:4%}.sep-landing .hero-highlights{gap:28px;max-width:none}.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{gap:32px;grid-template-columns:1fr!important}.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;align-items:start;gap:24px}.sep-landing .onboarding .onb-card{padding:60px 44px}.sep-landing .features-grid{grid-template-columns:repeat(4,1fr)}.sep-landing .fcell.f-large{grid-area:auto/span 4}.sep-landing .fcell.f-med{grid-area:auto/span 2}.sep-landing .fcell.f-std,.sep-landing .fcell.f-wide{grid-column:span 2}.sep-landing .fcell.f-tall{grid-area:auto/span 2}.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;padding-top:0;transform:none}.sep-landing .display-stats{grid-template-columns:1fr 1fr;gap:24px;margin-top:28px;padding-top:28px}.sep-landing .onboarding .onb-card{border-radius:20px;padding:44px 28px}.sep-landing .onb-list{grid-template-columns:1fr;gap:0}.sep-landing .onb-quote{margin-bottom:36px;font-size:clamp(24px,4.4vw,34px)}.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-wide,.sep-landing .fcell.f-tall{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{gap:14px;padding:20px 22px;font-size:18px}.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{border-right:none;border-bottom:1px solid var(--line);flex-flow:wrap;gap:6px;padding:12px}.sep-landing .mock-side-brand{margin-right:auto;padding:0 8px 0 4px}.sep-landing .mock-side nav{flex-wrap:wrap;gap:4px;display:flex}.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{justify-content:center;min-height:0;display:flex}.sep-landing .marquee-track{gap:40px;font-size:24px}.sep-landing .marquee-track .dot{padding:0 4px;font-size:18px}}@media (max-width:640px){.sep-landing section{padding:72px 0}.sep-landing .hero{padding:104px 0 48px}.sep-landing .hero-title{letter-spacing:-.03em!important;font-size:clamp(42px,11.5vw,72px)!important;line-height:.96!important}.sep-landing .hero-lede{max-width:100%!important;font-size:16px!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{max-width:380px;min-height:420px!important}.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{margin:6px 0;font-size:26px}.sep-landing .chip{padding:7px 12px 7px 7px;font-size:11px}.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{grid-template-columns:1fr;gap:28px}.sep-landing .features-grid{grid-template-columns:1fr}.sep-landing .fcell.f-large,.sep-landing .fcell.f-med,.sep-landing .fcell.f-std,.sep-landing .fcell.f-wide,.sep-landing .fcell.f-tall{grid-column:span 1}.sep-landing .biz-row-3{grid-template-columns:1fr}.sep-landing .acc-tag{margin-bottom:20px;font-size:10px}.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{justify-content:center;width:100%}.sep-landing .chrome-url{max-width:180px;font-size:10px}.sep-landing .chrome-bar{gap:8px;padding:10px 12px}.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);bottom:12px;right:12px}.sep-landing .hero:before,.sep-landing .onb-card:before,.sep-landing .final-cta: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-mark,.sep-landing .logo-image{width:24px;height:24px}}@media (max-width:400px){.sep-landing .hero-actions{flex-direction:column;align-items:stretch}.sep-landing .hero-actions .btn{justify-content:center;width:100%}.sep-landing .how-cta,.sep-landing .onb-actions{flex-direction:column;align-items:stretch}.sep-landing .how-cta .btn,.sep-landing .onb-actions .btn{justify-content:center;width:100%}.sep-landing .logo span:last-child{font-size:13px}}@media (hover:none){.sep-landing .vcell:hover,.sep-landing .bcell:hover,.sep-landing .fcell:hover,.sep-landing .vcard-1:hover,.sep-landing .vcard-2:hover{transform:none}.sep-landing .magnetic{transform:none!important}}
.sep-landing .sep-logo-mark-animated{animation:4s ease-in-out infinite sep-logo-mark-breathe}@keyframes sep-logo-mark-breathe{0%,to{filter:drop-shadow(0 0 10px color-mix(in srgb, var(--accent) 35%, transparent))}50%{filter:drop-shadow(0 0 18px color-mix(in srgb, var(--accent) 55%, transparent))}}.sep-landing .sep-thumbnail-mark{opacity:.85;pointer-events:none;z-index:2;width:min(120px,28vw);height:auto;position:absolute;bottom:8%;right:4%}.sep-landing .sep-thumbnail-svg{width:100%;height:auto;display:block}.sep-landing .sep-thumbnail-orbit{transform-origin:100px 100px;animation:32s linear infinite sep-thumbnail-orbit}@keyframes sep-thumbnail-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.sep-landing .sep-logo-mark-animated,.sep-landing .sep-thumbnail-orbit{animation:none}}
.sep-landing.sep-landing--us{--bg:#fff;--bg-2:#f8fafc;--bg-3:#f1f5f9;--ink:#0f172a;--ink-dim:#334155;--ink-mute:#64748b;--line:rgba(var(--navy-rgb), .1);--line-2:rgba(var(--navy-rgb), .18);--navy:var(--brand-navy,#002868);--navy-deep:var(--brand-navy-deep,#001847);--navy-soft:var(--brand-navy-soft,#1a3a8c);--accent:var(--brand-red,#bf0a30);--accent-deep:var(--brand-red-hover,#8c0721);--accent-soft:var(--brand-red,#e63946);--warm:#f1f5f9;--danger:var(--brand-red,#bf0a30);--sep-us-action:var(--brand-red,#bf0a30);--sep-us-action-deep:var(--brand-red-hover,#8c0721);--green:var(--sep-us-action);--green-hover:var(--sep-us-action-deep);--black:#0f172a;--white:#fff;--second:var(--brand-red,#bf0a30);--radius:20px;--shadow:0 6px 24px rgba(var(--navy-rgb), .08);font-family:var(--font-inter,Inter), sans-serif;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;font-synthesis:none;font-weight:400;line-height:1.6}:is(html:has(.sep-landing.sep-landing--us),body:has(.sep-landing.sep-landing--us)){background-color:#fff;background-image:linear-gradient(#fff 0%,#f8fafc 42%,#f1f5f9 100%);min-height:100%}html:has(.sep-landing.sep-landing--us){font-synthesis:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;-moz-text-size-adjust:none;text-size-adjust:none;min-height:100%;line-height:1.6;height:auto!important;font-size:62.5%!important;overflow:clip auto!important}body:has(.sep-landing.sep-landing--us){color:#0f172a;overscroll-behavior-y:auto;min-height:100%;accent-color:var(--accent);height:auto!important;font-family:var(--font-inter,Inter), sans-serif!important;font-size:1.9rem!important;font-style:normal!important;font-weight:400!important;line-height:1.6!important;overflow:clip visible!important}body:has(.sep-landing.sep-landing--us)>div{min-height:0;overflow:visible!important}.sep-landing.sep-landing--us p{text-wrap:pretty;overflow-wrap:break-word}.sep-landing.sep-landing--us :focus:not(:is(input,textarea,select)){outline:none}.sep-landing.sep-landing--us .sep-footer-menu a,.sep-landing.sep-landing--us .sep-footer-legal-row a{color:var(--ink);text-decoration:none}.sep-landing.sep-landing--us .sep-footer-menu a:hover,.sep-landing.sep-landing--us .sep-footer-legal-row a:hover{color:var(--accent);text-decoration:none}.sep-landing.sep-landing--us .sep-footer-social img{background:var(--navy);box-sizing:border-box;opacity:1;border-radius:50%;padding:6px;transition:background .2s,opacity .2s}.sep-landing.sep-landing--us .sep-footer-social a:hover img{background:var(--accent);opacity:1}.sep-landing.sep-landing--us nav.topnav{border-bottom:1px solid rgba(var(--navy-rgb), .14);box-shadow:0 8px 28px rgba(var(--navy-rgb), .1);color:var(--navy);-webkit-backdrop-filter:blur(14px);background:#ffffffd1}.sep-landing.sep-landing--us nav.topnav .logo,.sep-landing.sep-landing--us nav.topnav .logo-text,.sep-landing.sep-landing--us nav.topnav .nav-links a,.sep-landing.sep-landing--us nav.topnav .nav-cta .btn-ghost{color:var(--navy)}.sep-landing.sep-landing--us nav.topnav .nav-links a:hover,.sep-landing.sep-landing--us nav.topnav .nav-cta .btn-ghost:hover{color:var(--accent)}.sep-landing.sep-landing--us .nav-mobile-panel{color:var(--navy);-webkit-backdrop-filter:blur(16px);background:#fffffff5}.sep-landing.sep-landing--us .btn-primary{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);color:#fff;box-shadow:0 10px 24px -10px rgba(var(--navy-rgb), .45), 0 0 0 1px #ffffff1a inset;border-color:#0000}.sep-landing.sep-landing--us .btn-primary:hover{background:linear-gradient(135deg, var(--navy-soft) 0%, var(--navy) 100%);color:#fff;box-shadow:0 14px 30px -10px rgba(var(--navy-rgb), .45), 0 0 0 1px #ffffff1f inset;transform:translateY(-1px)}.sep-landing.sep-landing--us .btn-outline{color:var(--accent);border-color:rgba(var(--accent-rgb), .55);background:#ffffffb3}.sep-landing.sep-landing--us .btn-outline:hover{background:rgba(var(--accent-rgb), .06);border-color:rgba(var(--accent-rgb), .75);color:var(--accent-deep)}.sep-landing.sep-landing--us .logo-mark{background:linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%);box-shadow:0 0 20px rgba(var(--navy-rgb), .25)}.sep-landing.sep-landing--us .logo-mark:before{background:var(--accent)}.sep-landing.sep-landing--us .vcard-2{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);color:#fff}.sep-landing.sep-landing--us .coin:before{color:color-mix(in srgb, var(--navy) 88%, #fff)}.sep-landing.sep-landing--us .vcard-1{background:linear-gradient(135deg, var(--navy-soft) 0%, var(--navy-deep) 100%);color:#fff}.sep-landing.sep-landing--us #tweaks .sw.on{outline:1px solid var(--accent)}.sep-landing.sep-landing--us .sep-logo-mark-animated{animation:4s ease-in-out infinite sep-logo-mark-breathe-us}@keyframes sep-logo-mark-breathe-us{0%,to{filter:drop-shadow(0 0 10px color-mix(in srgb, var(--sep-us-action) 35%, transparent))}50%{filter:drop-shadow(0 0 18px color-mix(in srgb, var(--sep-us-action) 55%, transparent))}}.sep-landing.sep-landing--us #starfield{opacity:0;display:none}.sep-landing.sep-landing--us .marquee{background:var(--navy);color:#fff;box-shadow:inset 0 -2px 0 0 var(--accent);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}.sep-landing.sep-landing--us .marquee-track{color:#ffffffeb}.sep-landing.sep-landing--us .marquee-track em{color:var(--accent)}.sep-landing.sep-landing--us .marquee-track .dot{color:var(--accent-soft)}.sep-landing.sep-landing--us .marquee:before{background:linear-gradient(90deg, var(--navy), transparent)}.sep-landing.sep-landing--us .marquee:after{background:linear-gradient(270deg, var(--navy), transparent)}.sep-landing.sep-landing--us .final-cta{background:radial-gradient(900px 320px at 80% 0%, rgba(var(--accent-rgb), .18), transparent 60%), radial-gradient(900px 320px at 20% 100%, #ffffff0f, transparent 60%), linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);color:#fff;box-shadow:inset 0 1px 0 0 var(--accent), inset 0 -1px 0 0 var(--accent)}.sep-landing.sep-landing--us .final-cta:before{background:radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, transparent 60%)}.sep-landing.sep-landing--us .final-cta h2{color:#fff}.sep-landing.sep-landing--us .final-cta h2 em{color:var(--accent-soft)}.sep-landing.sep-landing--us .final-cta .eyebrow{color:#ffffffb3}.sep-landing.sep-landing--us .final-cta .final-sub{color:#ffffffc7}.sep-landing.sep-landing--us .onboarding .onb-card,.sep-landing.sep-landing--us .vcell,.sep-landing.sep-landing--us .bcell,.sep-landing.sep-landing--us .acc-item{transition:transform .35s,border-color .35s,box-shadow .35s,background .35s;position:relative;overflow:hidden}.sep-landing.sep-landing--us .onboarding .onb-card:before{opacity:0;transition:opacity .35s}.sep-landing.sep-landing--us .vcell:before,.sep-landing.sep-landing--us .bcell:before,.sep-landing.sep-landing--us .acc-item:before{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(600px 220px at 20% 0%, rgba(var(--accent-rgb), .1), transparent 55%), radial-gradient(600px 240px at 85% 10%, rgba(var(--navy-rgb), .08), transparent 58%);transition:opacity .35s;position:absolute;inset:-1px}@media (hover:hover) and (pointer:fine){.sep-landing.sep-landing--us .onboarding .onb-card:hover,.sep-landing.sep-landing--us .vcell:hover,.sep-landing.sep-landing--us .bcell:hover,.sep-landing.sep-landing--us .acc-item:hover{border-color:rgba(var(--accent-rgb), .32);box-shadow:0 30px 70px -40px rgba(var(--navy-rgb), .4), 0 0 0 1px #fff9 inset;transform:translateY(-6px)scale(1.01)}.sep-landing.sep-landing--us .onboarding .onb-card:hover:before,.sep-landing.sep-landing--us .vcell:hover:before,.sep-landing.sep-landing--us .bcell:hover:before,.sep-landing.sep-landing--us .acc-item:hover:before{opacity:1}}.sep-landing.sep-landing--us .nav-inner.nav-inner--minimal{grid-template-columns:1fr auto;align-items:center;gap:16px}.sep-landing.sep-landing--us main.legal-marketing-main{z-index:2;padding-bottom:4rem;position:relative;padding-top:max(12rem, calc(7rem + env(safe-area-inset-top,0px)))!important}.sep-landing.sep-landing--us main.legal-marketing-main .MuiContainer-root{box-sizing:border-box;width:100%;max-width:min(1680px,92vw)!important;padding-left:clamp(20px,3vw,56px)!important;padding-right:clamp(20px,3vw,56px)!important}@media (min-width:1600px){.sep-landing.sep-landing--us main.legal-marketing-main .MuiContainer-root{max-width:1680px!important}}@media (min-width:1920px){.sep-landing.sep-landing--us main.legal-marketing-main .MuiContainer-root{max-width:1760px!important;padding-left:64px!important;padding-right:64px!important}}@media (max-width:1280px){.sep-landing.sep-landing--us main.legal-marketing-main .MuiContainer-root{padding-left:clamp(20px,4vw,40px)!important;padding-right:clamp(20px,4vw,40px)!important}}.sep-landing.sep-landing--us main.legal-marketing-main .MuiContainer-root>.MuiBox-root:first-of-type{margin-left:0!important;margin-right:0!important}.sep-landing.sep-marketing-chrome #cursor-glow{z-index:48}@media (max-width:1100px){.sep-landing.sep-marketing-chrome .cursor-glow{display:block!important}}.sep-landing.sep-marketing-chrome main.legal-marketing-main{z-index:auto}.sep-landing.sep-legal-documents #cursor-glow{z-index:48}@media (max-width:1100px){.sep-landing.sep-legal-documents .cursor-glow{display:block!important}}.sep-landing.sep-legal-documents main.legal-marketing-main{z-index:auto}.sep-landing.sep-legal-documents main{font-family:var(--font-inter,Inter), sans-serif;font-synthesis:none;-webkit-font-smoothing:subpixel-antialiased;color:var(--ink);font-weight:400}.sep-landing.sep-legal-documents main :not(.MuiSvgIcon-root,h1,h2,h3,h4,h5,h6,.legal-doc-mono,[class*=MuiTypography-h],[class*=sectionBadgeDigit]){font-family:var(--font-inter,Inter), sans-serif!important}.sep-landing.sep-legal-documents main p,.sep-landing.sep-legal-documents main li,.sep-landing.sep-legal-documents main td,.sep-landing.sep-legal-documents main th,.sep-landing.sep-legal-documents main .MuiTypography-body1,.sep-landing.sep-legal-documents main .MuiTypography-body2,.sep-landing.sep-legal-documents main .MuiTypography-subtitle1,.sep-landing.sep-legal-documents main .MuiTypography-subtitle2{letter-spacing:normal;font-size:1.7rem;line-height:1.6}@media (max-width:600px){.sep-landing.sep-legal-documents main p,.sep-landing.sep-legal-documents main li{font-size:1.6rem}}.sep-landing.sep-legal-documents main h1,.sep-landing.sep-legal-documents main h2,.sep-landing.sep-legal-documents main h3,.sep-landing.sep-legal-documents main h4,.sep-landing.sep-legal-documents main h5,.sep-landing.sep-legal-documents main h6,.sep-landing.sep-legal-documents main .MuiTypography-h1,.sep-landing.sep-legal-documents main .MuiTypography-h2,.sep-landing.sep-legal-documents main .MuiTypography-h3,.sep-landing.sep-legal-documents main .MuiTypography-h4,.sep-landing.sep-legal-documents main .MuiTypography-h5,.sep-landing.sep-legal-documents main .MuiTypography-h6{font-synthesis:none;letter-spacing:-.03em;font-weight:600;line-height:1.12;font-family:var(--font-fraunces), ui-serif, Georgia, serif!important}.sep-landing.sep-legal-documents main h1{letter-spacing:-.03em;font-weight:600;line-height:1.05}.sep-landing.sep-legal-documents main h2,.sep-landing.sep-legal-documents main h3,.sep-landing.sep-legal-documents main .MuiTypography-h4,.sep-landing.sep-legal-documents main .MuiTypography-h5,.sep-landing.sep-legal-documents main .MuiTypography-h6{letter-spacing:-.02em;line-height:1.15}.sep-landing.sep-legal-documents main .legal-doc-mono,.sep-landing.sep-legal-documents main [class*=sectionBadgeDigit]{letter-spacing:.06em;text-transform:none;font-weight:600;font-family:var(--font-jetbrains-mono), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace!important}
html:root:has(.sep-tw){font-size:16px!important}.sep-tw button:not(.MuiButtonBase-root){background:revert-layer;color:revert-layer}.sep-tw :is(input,textarea,button,select,[role=combobox],[role=listbox],[role=option],[data-radix-collection-item]):focus,.sep-tw :is(input,textarea,button,select,[role=combobox],[role=listbox],[role=option],[data-radix-collection-item]):focus-visible{outline:none!important}.sep-landing:is(.sep-legal-documents,.sep-marketing-chrome) main [class*=mui-]:not(.container){margin:revert-layer;padding:revert-layer}.sep-landing:is(.sep-legal-documents,.sep-marketing-chrome) main a[class*=mui-]{color:revert-layer;-webkit-text-decoration:revert-layer;text-decoration:revert-layer}
:is(html:has(.auth-shell--wide),body:has(.auth-shell--wide)){height:100%!important;max-height:100dvh!important;overflow:hidden!important}body:has(.auth-shell--wide)>div:has(.auth-shell--wide){flex-direction:column;display:flex;height:100%!important;max-height:100dvh!important;overflow:hidden!important}body:has(.auth-shell--wide) .auth-shell--wide{flex:auto;min-height:0}
