@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');
:root{--sc-ink:#0b1220;--sc-navy:#0f172a;--sc-slate:#475569;--sc-muted:#64748b;--sc-line:#e2e8f0;--sc-soft:#f8fafc;--sc-brand:#6d4aff;--sc-brand2:#8b5cf6;--sc-green:#10b981;--sc-white:#fff;--sc-shadow:0 24px 70px rgba(15,23,42,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.sc-body{margin:0;background:#fff;color:var(--sc-ink);font-family:Manrope,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.sc-container{width:min(1180px,calc(100% - 40px));margin:auto}.sc-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sc-brand)}.sc-kicker:before{content:"";width:26px;height:1px;background:currentColor}.sc-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(34px,5vw,68px);line-height:1.04;letter-spacing:-.055em;margin:18px 0}.sc-copy{color:var(--sc-slate);font-size:18px;line-height:1.75}.sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 22px;border-radius:12px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.22s}.sc-btn-primary{background:var(--sc-ink);color:#fff;box-shadow:0 12px 30px rgba(15,23,42,.18)}.sc-btn-primary:hover{transform:translateY(-2px);background:#1e293b}.sc-btn-outline{border-color:#cbd5e1;color:var(--sc-ink);background:#fff}.sc-btn-outline:hover{border-color:#94a3b8;background:#f8fafc}
/* header */.public-header{position:sticky!important;top:0;z-index:1000;background:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(226,232,240,.85)!important;backdrop-filter:blur(18px);box-shadow:none!important}.public-header-inner{min-height:74px!important}.public-brand img{display:none!important}.public-brand span{font-family:"Plus Jakarta Sans",sans-serif!important;font-size:22px!important;font-weight:800!important;letter-spacing:-.045em;color:var(--sc-ink)!important}.public-brand span:before{content:"S";display:inline-grid;place-items:center;width:34px;height:34px;margin-right:10px;border-radius:10px;background:var(--sc-ink);color:#fff;font-size:18px;vertical-align:middle}.public-nav>a{font-size:14px!important;font-weight:700!important;color:#475569!important}.public-nav>a:hover,.public-nav>a.is-active{color:var(--sc-ink)!important}.public-btn{border-radius:10px!important;font-weight:800!important}.public-btn-solid{background:var(--sc-ink)!important;color:#fff!important}.public-btn-ghost{border:1px solid var(--sc-line)!important;background:#fff!important}
/* home */.sc-hero{position:relative;overflow:hidden;padding:88px 0 70px;background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.sc-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 80%);pointer-events:none}.sc-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.sc-hero h1 span{color:var(--sc-brand)}.sc-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.sc-trust{display:flex;gap:30px;flex-wrap:wrap;margin-top:38px}.sc-trust strong{display:block;font-size:22px}.sc-trust span{font-size:13px;color:var(--sc-muted)}.sc-product{position:relative;background:var(--sc-navy);border-radius:24px;padding:18px;box-shadow:0 35px 90px rgba(15,23,42,.22);transform:perspective(1200px) rotateY(-4deg) rotateX(2deg)}.sc-product-window{background:#fff;border-radius:15px;overflow:hidden}.sc-product-top{height:48px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid var(--sc-line)}.sc-product-top i{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.sc-dashboard{display:grid;grid-template-columns:150px 1fr;min-height:405px}.sc-side{background:#f8fafc;padding:20px 14px;border-right:1px solid var(--sc-line)}.sc-side b{display:block;padding:10px;border-radius:8px;font-size:12px;margin-bottom:5px}.sc-side b:first-child{background:#ede9fe;color:#5b21b6}.sc-main{padding:22px}.sc-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sc-metric{border:1px solid var(--sc-line);border-radius:12px;padding:14px}.sc-metric small{color:var(--sc-muted);font-size:10px}.sc-metric strong{display:block;font-size:22px;margin-top:6px}.sc-schedule{margin-top:18px;border:1px solid var(--sc-line);border-radius:14px;padding:16px}.sc-bars{display:flex;align-items:flex-end;gap:9px;height:120px;padding-top:15px}.sc-bars i{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(#8b5cf6,#6d4aff);animation:scbar 3s ease-in-out infinite alternate}.sc-bars i:nth-child(2){height:65%}.sc-bars i:nth-child(3){height:92%}.sc-bars i:nth-child(4){height:48%}.sc-bars i:nth-child(5){height:78%}.sc-bars i:nth-child(6){height:100%}.sc-bars i:nth-child(1){height:36%}@keyframes scbar{to{filter:brightness(1.08);transform:scaleY(.94);transform-origin:bottom}}.sc-float{position:absolute;background:#fff;border:1px solid var(--sc-line);border-radius:14px;padding:13px 15px;box-shadow:var(--sc-shadow);font-size:12px;font-weight:800}.sc-float.one{right:-28px;top:70px}.sc-float.two{left:-35px;bottom:54px}.sc-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--sc-green);margin-right:7px}.sc-logo-strip{border-bottom:1px solid var(--sc-line);padding:24px 0}.sc-logo-row{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#94a3b8;font-size:13px;font-weight:800}.sc-section{padding:100px 0}.sc-section-head{max-width:720px;margin-bottom:44px}.sc-section-head h2{font:800 clamp(30px,4vw,48px)/1.1 "Plus Jakarta Sans";letter-spacing:-.045em;margin:14px 0}.sc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sc-feature{padding:28px;border:1px solid var(--sc-line);border-radius:18px;background:#fff;transition:.25s}.sc-feature:hover{transform:translateY(-6px);box-shadow:0 22px 55px rgba(15,23,42,.09);border-color:#c4b5fd}.sc-feature-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#f1f5f9;font-size:20px}.sc-feature h3{font:800 19px "Plus Jakarta Sans";margin:22px 0 10px}.sc-feature p{color:var(--sc-muted);line-height:1.7;margin:0}.sc-process{background:var(--sc-navy);color:#fff}.sc-process .sc-kicker{color:#a78bfa}.sc-process .sc-section-head p{color:#94a3b8}.sc-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#334155;border:1px solid #334155;border-radius:18px;overflow:hidden}.sc-step{background:var(--sc-navy);padding:28px}.sc-step span{font-size:12px;color:#a78bfa;font-weight:800}.sc-step h3{font:800 20px "Plus Jakarta Sans"}.sc-step p{color:#94a3b8;line-height:1.7;font-size:14px}.sc-market{background:#f8fafc}.sc-company-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sc-company{background:#fff;border:1px solid var(--sc-line);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:.25s}.sc-company:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(15,23,42,.09)}.sc-company-cover{height:118px;background:linear-gradient(135deg,#0f172a,#6d4aff);position:relative}.sc-company-logo{position:absolute;left:18px;bottom:-24px;width:52px;height:52px;border-radius:13px;background:#fff;border:4px solid #fff;object-fit:cover}.sc-company-body{padding:38px 18px 18px}.sc-company-body h3{margin:0 0 7px;font-size:16px}.sc-company-body p{margin:0;color:var(--sc-muted);font-size:13px}.sc-company-meta{display:flex;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid var(--sc-line);font-size:12px;font-weight:700}.sc-cta{padding:90px 0}.sc-cta-box{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:24px;padding:58px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}.sc-cta-box h2{font:800 clamp(30px,4vw,48px)/1.1 "Plus Jakarta Sans";letter-spacing:-.045em;margin:0 0 12px}.sc-cta-box p{color:#cbd5e1;margin:0}.sc-cta-box .sc-btn{background:#fff;color:#0f172a;flex:none}
/* auth */body.sc-auth{min-height:100vh;background:#f8fafc}.sc-auth-main{min-height:calc(100vh - 74px);display:grid;place-items:center;padding:48px 20px}.sc-auth-shell{width:min(1080px,100%);display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid var(--sc-line);border-radius:22px;overflow:hidden;box-shadow:0 25px 80px rgba(15,23,42,.11)}.sc-auth-story{background:var(--sc-navy);color:#fff;padding:52px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.sc-auth-story:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(109,74,255,.24);filter:blur(10px);right:-170px;bottom:-160px}.sc-auth-brand{font:800 22px "Plus Jakarta Sans"}.sc-auth-story h1{font:800 clamp(34px,4vw,52px)/1.08 "Plus Jakarta Sans";letter-spacing:-.05em;margin:60px 0 18px}.sc-auth-story p{color:#cbd5e1;line-height:1.75}.sc-auth-proof{display:grid;gap:12px;margin-top:45px}.sc-auth-proof div{display:flex;align-items:center;gap:10px;font-size:13px;color:#e2e8f0}.sc-auth-proof i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(16,185,129,.18);color:#34d399;font-style:normal}.sc-auth-panel{padding:48px}.sc-auth-panel h2{font:800 30px "Plus Jakarta Sans";letter-spacing:-.035em;margin:0 0 8px}.sc-auth-panel>p{color:var(--sc-muted);margin:0 0 28px}.sc-auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f1f5f9;border-radius:10px;margin-bottom:24px}.sc-auth-tabs a{text-align:center;padding:11px;text-decoration:none;color:var(--sc-muted);font-size:13px;font-weight:800;border-radius:8px}.sc-auth-tabs a.is-active{background:#fff;color:var(--sc-ink);box-shadow:0 2px 8px rgba(15,23,42,.08)}.sc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sc-form-grid .wide{grid-column:1/-1}.sc-field{display:grid;gap:7px;font-size:12px;font-weight:800;color:#334155}.sc-field input,.sc-field select,.sc-auth-panel .search-select-trigger{width:100%;height:48px;border:1px solid #dbe2ea!important;border-radius:10px!important;background:#fff!important;padding:0 14px!important;color:var(--sc-ink);font:600 14px Manrope;outline:0;transition:.2s}.sc-field input:focus,.sc-field select:focus{border-color:var(--sc-brand)!important;box-shadow:0 0 0 4px rgba(109,74,255,.1)}.sc-password{position:relative}.sc-password input{padding-right:78px!important}.sc-password button{position:absolute;right:8px;top:7px;height:34px;border:0;background:#f1f5f9;border-radius:7px;font-weight:800;color:#475569}.sc-auth-help{display:flex;justify-content:space-between;align-items:center;margin:15px 0 22px;font-size:13px}.sc-auth-help a,.sc-auth-footer a{color:var(--sc-brand);font-weight:800;text-decoration:none}.sc-submit{width:100%;height:50px;border:0;border-radius:10px;background:var(--sc-ink);color:#fff;font:800 14px Manrope;cursor:pointer;transition:.2s}.sc-submit:hover{background:#1e293b;transform:translateY(-1px)}.sc-auth-footer{text-align:center;font-size:13px;color:var(--sc-muted);margin:20px 0 0}.sc-google{width:100%;height:48px;border:1px solid var(--sc-line);border-radius:10px;background:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px}.sc-google svg{width:18px}.sc-divider{display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:11px;margin:18px 0}.sc-divider:before,.sc-divider:after{content:"";height:1px;flex:1;background:var(--sc-line)}.auth-alert{border-radius:10px!important;margin-bottom:16px!important}.sc-terms{display:flex;gap:9px;font-size:12px;color:var(--sc-muted);line-height:1.5}.sc-terms input{margin-top:3px}.sc-register .sc-auth-shell{width:min(1160px,100%);grid-template-columns:.72fr 1.28fr}.sc-register .sc-auth-panel{padding:38px 46px}.sc-register .sc-auth-story{padding:46px}.sc-register .search-select{width:100%}.sc-register .search-select-panel{z-index:30}.sms-verified{font-size:11px;color:var(--sc-green)}
/* footer */.public-footer{background:#0b1220!important;color:#fff!important;padding-top:0!important}.footer-newsletter,.newsletter-mascot{display:none!important}.public-footer-inner{padding:64px 0 42px!important}.public-footer .public-brand span{color:#fff!important}.public-footer-brand p,.public-footer-col a,.public-footer-bottom{color:#94a3b8!important}.public-footer-col h3{color:#fff!important}.footer-socials span{border-color:#334155!important}.public-footer-bottom{border-top-color:#1e293b!important}
@media(max-width:980px){.sc-hero-grid,.sc-auth-shell,.sc-register .sc-auth-shell{grid-template-columns:1fr}.sc-product{transform:none}.sc-auth-story{min-height:320px}.sc-grid-3{grid-template-columns:repeat(2,1fr)}.sc-process-grid{grid-template-columns:repeat(2,1fr)}.sc-company-grid{grid-template-columns:repeat(2,1fr)}.sc-logo-row{overflow:auto;justify-content:flex-start}.sc-logo-row span{white-space:nowrap}.public-nav{background:#fff!important}}
@media(max-width:640px){.sc-container{width:min(100% - 28px,1180px)}.sc-hero{padding:56px 0}.sc-title{font-size:42px}.sc-copy{font-size:16px}.sc-dashboard{grid-template-columns:76px 1fr;min-height:320px}.sc-side{padding:10px 6px}.sc-side b{font-size:0}.sc-side b:before{content:"•";font-size:18px}.sc-main{padding:13px}.sc-metrics{grid-template-columns:1fr}.sc-metric:nth-child(n+2){display:none}.sc-float{display:none}.sc-section{padding:72px 0}.sc-grid-3,.sc-company-grid,.sc-process-grid{grid-template-columns:1fr}.sc-cta-box{padding:34px 26px;display:block}.sc-cta-box .sc-btn{margin-top:24px}.sc-auth-main{padding:20px 12px}.sc-auth-story{display:none}.sc-auth-panel,.sc-register .sc-auth-panel{padding:28px 20px}.sc-form-grid{grid-template-columns:1fr}.sc-form-grid .wide{grid-column:auto}.sc-auth-shell{border-radius:16px}.public-header-inner{min-height:64px!important}}
/* retrofit existing registration backend markup into corporate UI */
.sc-register .auth-flow{padding:48px 20px!important;background:#f8fafc!important;min-height:calc(100vh - 74px)}
.sc-register .auth-shell{width:min(1160px,100%)!important;margin:auto!important;display:grid!important;grid-template-columns:.72fr 1.28fr!important;border:1px solid var(--sc-line)!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 25px 80px rgba(15,23,42,.11)!important}
.sc-register .auth-hero{background:var(--sc-navy)!important;color:#fff!important;padding:48px!important;min-height:720px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.sc-register .auth-character-stage-v88,.sc-register .auth-hero-topbar-v88{display:none!important}
.sc-register .auth-hero-copy-v88 h1{font:800 46px/1.08 "Plus Jakarta Sans"!important;letter-spacing:-.05em!important;margin:0 0 18px!important;color:#fff!important}
.sc-register .auth-hero-copy-v88 p{color:#cbd5e1!important;font-size:16px!important;line-height:1.75!important}
.sc-register .auth-hero-features-v88{display:grid!important;gap:12px!important;margin-top:50px!important}
.sc-register .auth-hero-features-v88 article{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;padding:16px!important}
.sc-register .auth-hero-features-v88 strong{color:#fff!important}.sc-register .auth-hero-features-v88 span{color:#94a3b8!important}
.sc-register .auth-panel{background:#fff!important;padding:38px 46px!important}.sc-register .auth-form-card-v88{padding:0!important;box-shadow:none!important;border:0!important;background:transparent!important}
.sc-register .auth-title-logo{display:none!important}.sc-register .auth-title h2{font:800 30px "Plus Jakarta Sans"!important;color:var(--sc-ink)!important;letter-spacing:-.035em!important}.sc-register .auth-subtitle{color:var(--sc-muted)!important}
.sc-register .auth-tabs-pill{background:#f1f5f9!important;padding:4px!important;border-radius:10px!important;border:0!important}.sc-register .auth-tabs-pill a{border:0!important;border-radius:8px!important;color:var(--sc-muted)!important}.sc-register .auth-tabs-pill a.is-active{background:#fff!important;color:var(--sc-ink)!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important}
.sc-register .auth-field{font-size:12px!important;font-weight:800!important;color:#334155!important}.sc-register .auth-field input,.sc-register .auth-field select{height:48px!important;border:1px solid #dbe2ea!important;border-radius:10px!important;background:#fff!important;padding:0 14px!important;box-shadow:none!important}.sc-register .auth-field input:focus,.sc-register .auth-field select:focus{border-color:var(--sc-brand)!important;box-shadow:0 0 0 4px rgba(109,74,255,.1)!important}
.sc-register .auth-submit{height:50px!important;border-radius:10px!important;background:var(--sc-ink)!important;color:#fff!important;box-shadow:none!important}.sc-register .auth-google{height:48px!important;border:1px solid var(--sc-line)!important;border-radius:10px!important;background:#fff!important}.sc-register .auth-actions-row{border-top:1px solid var(--sc-line)!important;margin-top:22px!important;padding-top:22px!important}.sc-register .auth-footer-line{color:var(--sc-muted)!important}.sc-register .auth-footer-line a{color:var(--sc-brand)!important}.sc-register .auth-password-toggle-v88{background:#f1f5f9!important;color:#475569!important;border-radius:7px!important}.sc-register .auth-terms-check{background:#f8fafc!important;border:1px solid var(--sc-line)!important;border-radius:10px!important;padding:12px!important}
@media(max-width:900px){.sc-register .auth-shell{grid-template-columns:1fr!important}.sc-register .auth-hero{display:none!important}.sc-register .auth-panel{padding:28px 20px!important}.sc-register .auth-flow{padding:20px 12px!important}}
