.sfx-auth-root{--ink:#0C0E14;--ink-2:#0F1220;--fox:#F97316;--off:#F5F5F0;--off-dim:#A7A69E;--off-mute:#6B6A62;--line:rgba(245,245,240,.09);--line-2:rgba(245,245,240,.16);--green:#4ADE80;--sans:"Manrope",system-ui,sans-serif;--mono:"JetBrains Mono",ui-monospace,monospace;height:100vh;background:#FFFFFF;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow:hidden}body:has(.sfx-auth-root){overflow:hidden!important;background:#FFFFFF!important;color:#0C0E14!important}.sfx-auth-root *{box-sizing:border-box}.sfx-auth-root a{color:inherit;text-decoration:none}.sfx-auth-root .sfx-page{height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);overflow:hidden}.sfx-auth-root .sfx-panel{position:relative;overflow:hidden;background:radial-gradient(ellipse 900px 500px at 15% 100%,rgba(249,115,22,.12),transparent 55%),radial-gradient(ellipse 700px 450px at 100% 0,rgba(249,115,22,.06),transparent 60%),linear-gradient(180deg,#080A12,#0C0E14 60%,#0A0C14);color:var(--off);padding:clamp(24px,3.2vh,40px) clamp(28px,4vw,56px);display:flex;flex-direction:column;border-right:1px solid var(--line);min-width:0;min-height:0}.sfx-auth-root .sfx-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(245,245,240,.04) 1px,transparent 0),linear-gradient(90deg,rgba(245,245,240,.04) 1px,transparent 0);background-size:64px 64px;mask-image:radial-gradient(ellipse at 30% 45%,black 20%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 30% 45%,black 20%,transparent 75%)}.sfx-auth-root .sfx-panel:after{content:"";position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:repeating-linear-gradient(-45deg,var(--fox) 0 2px,transparent 2px 14px);mask-image:linear-gradient(225deg,black,transparent 70%);-webkit-mask-image:linear-gradient(225deg,black,transparent 70%);opacity:.4;pointer-events:none}.sfx-auth-root .sfx-panel>*{position:relative;z-index:1}.sfx-auth-root .sfx-brand{display:flex;align-items:center;gap:10px}.sfx-auth-root .sfx-brand .sfx-lockup{height:38px;width:auto;object-fit:contain;display:block}.sfx-auth-root .sfx-brand .mark{width:34px;height:34px;border-radius:9px;background:var(--off);padding:3px;display:grid;place-items:center;box-shadow:0 4px 14px -4px rgba(249,115,22,.4),inset 0 0 0 1px rgba(12,14,20,.06)}.sfx-auth-root .sfx-brand .mark img{width:100%;height:100%;object-fit:contain;display:block}.sfx-auth-root .sfx-brand b{font-size:17px;font-weight:800;letter-spacing:-.02em;color:var(--off)}.sfx-auth-root .sfx-chips{display:flex;align-items:center;gap:8px;margin-top:clamp(16px,2.4vh,26px);flex-wrap:wrap}.sfx-auth-root .sfx-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border:1px solid var(--line-2);background:rgba(255,255,255,.02);border-radius:99px;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--off-dim);white-space:nowrap}.sfx-auth-root .sfx-chip.live{color:var(--green)}.sfx-auth-root .sfx-chip .dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px rgba(74,222,128,.8);animation:sfx-pulse 2s infinite}.sfx-auth-root .sfx-chip.ai{color:var(--fox);border-color:rgba(249,115,22,.35);background:linear-gradient(90deg,rgba(249,115,22,.12),rgba(249,115,22,.04));font-weight:700}@keyframes sfx-pulse{0%,to{opacity:1}50%{opacity:.4}}.sfx-auth-root .sfx-hd{margin:auto 0}.sfx-auth-root .sfx-hd h1{font-size:clamp(32px,3.6vw,46px);line-height:1.03;letter-spacing:-.035em;font-weight:800;max-width:16ch;margin:0}.sfx-auth-root .sfx-hd h1 em{font-style:normal;color:var(--fox);font-family:var(--sans);display:block}.sfx-auth-root .sfx-hd p{margin-top:12px;max-width:44ch;color:var(--off-dim);font-size:14px;line-height:1.55}.sfx-auth-root .sfx-hd p b{color:var(--off);font-weight:600}.sfx-auth-root .sfx-feats{margin-top:clamp(18px,2.4vh,24px);display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:560px}.sfx-auth-root .sfx-feat{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--line);border-radius:9px;background:rgba(245,245,240,.015)}.sfx-auth-root .sfx-feat .ic{width:26px;height:26px;flex-shrink:0;border-radius:7px;background:rgba(249,115,22,.1);color:var(--fox);display:grid;place-items:center;border:1px solid rgba(249,115,22,.22)}.sfx-auth-root .sfx-feat .ic svg{width:13px;height:13px}.sfx-auth-root .sfx-feat .txt{font-size:12.5px;color:var(--off);font-weight:500;letter-spacing:-.01em;line-height:1.3}.sfx-auth-root .sfx-proof{margin-top:0;padding-top:clamp(16px,2.4vh,24px);display:flex;flex-direction:column;gap:12px}.sfx-auth-root .sfx-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;background:linear-gradient(180deg,#0F1220,#0A0C14)}.sfx-auth-root .sfx-stat{padding:12px 14px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:3px}.sfx-auth-root .sfx-stat:last-child{border-right:0}.sfx-auth-root .sfx-stat .k{font-family:var(--mono);font-size:9px;letter-spacing:.16em;color:var(--off-mute);text-transform:uppercase}.sfx-auth-root .sfx-stat .v{font-size:17px;font-weight:800;letter-spacing:-.02em;color:var(--off)}.sfx-auth-root .sfx-stat .v .u{font-family:var(--mono);font-size:9px;font-weight:500;color:var(--off-mute);margin-left:4px;letter-spacing:.08em}.sfx-auth-root .sfx-stat .v.fox{color:var(--fox)}.sfx-auth-root .sfx-testi{border:1px solid var(--line);border-radius:10px;padding:12px 16px;background:linear-gradient(135deg,#0B0D16,#10131f);position:relative;overflow:hidden;display:flex;align-items:center;gap:14px}.sfx-auth-root .sfx-testi:before{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;background:linear-gradient(90deg,transparent,rgba(249,115,22,.5),transparent)}.sfx-auth-root .sfx-testi q{display:block;font-size:13px;line-height:1.45;color:var(--off);letter-spacing:-.005em;flex:1}.sfx-auth-root .sfx-testi q b,.sfx-auth-root .sfx-testi q:after,.sfx-auth-root .sfx-testi q:before{color:var(--fox);font-weight:700}.sfx-auth-root .sfx-testi .who{display:flex;align-items:center;gap:8px;flex-shrink:0}.sfx-auth-root .sfx-testi .avi{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--fox),#fb8134);display:grid;place-items:center;color:#0C0E14;font-weight:800;font-size:11px}.sfx-auth-root .sfx-testi .name{display:flex;flex-direction:column;gap:1px;line-height:1}.sfx-auth-root .sfx-testi .name b{font-size:12px;color:var(--off);font-weight:600}.sfx-auth-root .sfx-testi .name small{font-size:9px;letter-spacing:.12em}.sfx-auth-root .sfx-pfoot,.sfx-auth-root .sfx-testi .name small{font-family:var(--mono);color:var(--off-mute);text-transform:uppercase}.sfx-auth-root .sfx-pfoot{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:10px;letter-spacing:.14em}.sfx-auth-root .sfx-pfoot a{color:var(--off-dim);transition:color .15s}.sfx-auth-root .sfx-pfoot a:hover{color:var(--fox)}.sfx-auth-root .sfx-auth{position:relative;background:#FAFAF6;display:flex;flex-direction:column;align-items:center;padding:48px 24px;overflow-y:auto;overflow-x:hidden;min-height:0}.sfx-auth-root .sfx-auth:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 50% 50%,rgba(12,14,20,.035) 1px,transparent 0);background-size:22px 22px;mask-image:radial-gradient(ellipse at 50% 40%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at 50% 40%,black 30%,transparent 80%)}.sfx-auth-root .sfx-auth-stack{position:relative;z-index:1;width:100%;max-width:420px;display:flex;flex-direction:column;gap:14px;margin:auto}.sfx-auth-root .sfx-auth-eyebrow{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:10px;letter-spacing:.18em;color:#6B6A62;text-transform:uppercase;font-weight:600}.sfx-auth-root .sfx-auth-eyebrow .line{flex:1;height:1px;background:rgba(12,14,20,.1)}.sfx-auth-root .sfx-clerk-meta{display:flex;align-items:center;justify-content:center;gap:14px;font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:#9B9A92;text-transform:uppercase}.sfx-auth-root .sfx-clerk-meta b{color:#6B6A62;font-weight:600}.sfx-auth-root .sfx-terms{font-size:11px;color:#9B9A92;text-align:center;line-height:1.5;letter-spacing:-.005em;margin:0}.sfx-auth-root .sfx-terms a{color:#6B6A62;text-decoration:underline}.sfx-auth-root .cl-rootBox{background:transparent!important;border:0!important;box-shadow:none!important}.sfx-auth-root .cl-card,.sfx-auth-root .cl-rootBox{width:100%!important;max-width:100%!important;font-family:var(--sans)!important}.sfx-auth-root .cl-card{background:#FFFFFF!important;border:1px solid rgba(12,14,20,.08)!important;border-radius:14px!important;box-shadow:0 2px 4px rgba(12,14,20,.04),0 20px 50px -20px rgba(12,14,20,.1)!important}.sfx-auth-root .cl-formButtonPrimary{background:var(--fox)!important;color:#0C0E14!important;font-weight:700!important;letter-spacing:-.005em!important;text-transform:none!important;box-shadow:none!important;transition:background .15s,transform .1s!important}.sfx-auth-root .cl-formButtonPrimary:hover{background:#fb8134!important}.sfx-auth-root .cl-formButtonPrimary:active{transform:translateY(1px)!important}.sfx-auth-root .cl-formFieldInput{border:1px solid rgba(12,14,20,.14)!important;border-radius:8px!important;font-family:var(--sans)!important}.sfx-auth-root .cl-formFieldInput:focus{border-color:var(--fox)!important;box-shadow:0 0 0 3px rgba(249,115,22,.15)!important}.sfx-auth-root .cl-footerActionLink,.sfx-auth-root .cl-internal-1eg2bzv,.sfx-auth-root a[href*=sign-in],.sfx-auth-root a[href*=sign-up]{color:var(--fox)!important;font-weight:600!important}.sfx-auth-root .cl-socialButtonsBlockButton{border:1px solid rgba(12,14,20,.12)!important;background:#FFFFFF!important;color:#0C0E14!important;font-family:var(--sans)!important;border-radius:8px!important}.sfx-auth-root .cl-socialButtonsBlockButton:hover{border-color:rgba(12,14,20,.25)!important;background:#FAFAF6!important}@media (max-height:760px){.sfx-auth-root .sfx-feats{display:none}.sfx-auth-root .sfx-hd h1{font-size:clamp(28px,3.2vw,38px)}.sfx-auth-root .sfx-hd p{font-size:13px}}@media (max-height:640px){.sfx-auth-root .sfx-testi{display:none}.sfx-auth-root .sfx-chips{margin-top:14px}}@media (max-width:900px){.sfx-auth-root{height:auto;min-height:100vh;overflow:auto}body:has(.sfx-auth-root){overflow:auto!important}.sfx-auth-root .sfx-page{height:auto;grid-template-columns:1fr}.sfx-auth-root .sfx-panel{padding:20px 22px 24px;border-right:0;border-bottom:1px solid var(--line);display:block;min-height:0}.sfx-auth-root .sfx-brand{display:inline-flex}.sfx-auth-root .sfx-chips{margin-top:14px;gap:6px}.sfx-auth-root .sfx-chip{padding:3px 8px;font-size:9.5px}.sfx-auth-root .sfx-hd{margin:14px 0 0}.sfx-auth-root .sfx-hd h1{font-size:clamp(22px,6.5vw,30px);max-width:100%;letter-spacing:-.02em}.sfx-auth-root .sfx-feats,.sfx-auth-root .sfx-hd p,.sfx-auth-root .sfx-proof{display:none}.sfx-auth-root .sfx-auth{padding:28px 18px 40px;min-height:60vh}.sfx-auth-root .sfx-auth-stack{margin:0 auto}.sfx-auth-root .cl-card{border-radius:12px!important}}@media (max-width:560px){.sfx-auth-root .sfx-panel{padding:18px 18px 20px}.sfx-auth-root .sfx-hd h1{font-size:22px;line-height:1.1}.sfx-auth-root .sfx-hd h1 em{display:inline}.sfx-auth-root .sfx-chip{font-size:9px;letter-spacing:.12em}.sfx-auth-root .sfx-auth{padding:24px 14px 36px}}