:root{color:#101727;background:#f8faf8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.auth-page,.centered-page,.onboarding-frame{min-height:100vh;display:flex;align-items:stretch;background:#f8faf8}.auth-card{width:min(640px,100%);padding:56px;display:flex;flex-direction:column;justify-content:center;gap:24px}.auth-side{flex:1;padding:56px;display:flex;flex-direction:column;justify-content:center;background:#052f28;color:#edf8f4}.auth-side p{max-width:60ch;color:#b7d7cd}.auth-side h2,.auth-card h1,.page-heading h1{margin:0;line-height:1.08;letter-spacing:0}.auth-card h1{font-size:44px}.brand{display:flex;align-items:center;gap:12px}.brand small{display:block;color:#637083;font-size:13px;font-weight:600}.brand-mark{width:42px;height:42px;display:block;border-radius:10px}.auth-brand{align-self:flex-start}.eyebrow{margin:0;color:#75839a;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.muted{color:#637083}.form-stack{display:flex;flex-direction:column;gap:18px}.form-stack label{display:flex;flex-direction:column;gap:8px;color:#111827;font-weight:700}.form-stack input,.form-stack select{height:48px;padding:0 14px;border:1px solid #d6dee8;border-radius:8px;background:#fcfdfb;color:#101727}.input-with-icon{height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #d6dee8;border-radius:8px;background:#fcfdfb;color:#637083}.input-with-icon input{height:46px;min-width:0;flex:1;padding:0;border:0;background:transparent}.input-with-icon:focus-within{border-color:#00765f;outline:3px solid rgba(0,118,95,.16)}.input-with-icon input:focus{outline:none}.form-stack input:focus,.form-stack select:focus{border-color:#00765f;outline:3px solid rgba(0,118,95,.16)}.primary-button{height:50px;border:0;border-radius:8px;background:#002f29;color:#f2fbf8;cursor:pointer;font-weight:800}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary-button:disabled{cursor:wait;opacity:.72}.form-error{margin:0;padding:12px;border:1px solid #ef9a9a;border-radius:8px;background:#fff1f1;color:#8e1f1f}.signup-split-page{min-height:100vh;display:flex;background:#fff}.signup-form-pane{min-width:0;flex:1 1 0;padding:48px 80px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}.signup-brand{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:15px;font-weight:600;letter-spacing:-.025em}.signup-mark{width:32px;height:32px;display:block;border-radius:8px}.signup-form-wrap{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:28px;animation:auth-content-in .18s cubic-bezier(.22,1,.36,1)}.signup-form-wrap h1{margin:0;color:#0f172a;font-size:28px;font-weight:600;line-height:34px;letter-spacing:-.02em}.login-heading{display:flex;flex-direction:column;gap:8px}.login-heading p{margin:0;color:#475569;font-size:14px;line-height:20px}.signup-form{gap:14px}.signup-form label{gap:6px;color:#0f172a;font-size:12px;font-weight:500}.signup-form input,.signup-form select{width:100%;height:44px;padding:0 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:14px;font-weight:400}.signup-form input::placeholder{color:#94a3b8}.signup-form input:focus,.signup-form select:focus{border-color:#001e18;outline:3px solid rgba(0,30,24,.12)}.field-help{color:#64748b;font-size:12px;font-weight:400;line-height:16px}.signup-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.signup-submit{height:44px;margin-top:6px;border-radius:8px;background:#001e18;color:#fff;font-size:14px;font-weight:500;box-shadow:#001e184d 0 4px 10px -4px}.signup-login-link{margin:-2px 0 0;color:#475569;text-align:center;font-size:13px}.signup-login-link a{color:#001e18;font-weight:700}.signup-footer{display:block;justify-content:center;color:#94a3b8;text-align:center;font-size:11px;line-height:16.5px}.signup-footer a{color:#94a3b8}.signup-trust-pane{position:relative;width:640px;min-height:100vh;padding:64px;display:flex;flex-direction:column;gap:0;overflow:hidden;background:#001e18;color:#fff}.signup-trust-pane:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(130deg,rgba(7,226,136,.08),transparent 34%);opacity:0;animation:auth-pane-glow .36s cubic-bezier(.22,1,.36,1)}.signup-trust-pane:before{content:"";position:absolute;top:-120px;right:-120px;width:480px;height:480px;border-radius:999px;background:radial-gradient(circle,#07e2882e,#07e28800 68%)}.demo-env-pane:before{background:radial-gradient(circle,#07e28824,#07e28800 68%)}.demo-env-card{position:relative;z-index:1;margin-top:40px;padding:18px;display:flex;gap:14px;border:1px solid rgba(7,226,136,.28);border-radius:12px;background:#07e28814}.demo-env-card .live-dot{width:10px;height:10px;margin:5px 0 0;flex:0 0 10px}.demo-env-card dl{width:100%;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.demo-env-card div{min-width:0}.demo-env-card dt{color:#ffffff85;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.05em;text-transform:uppercase}.demo-env-card dd{margin:4px 0 0;color:#fff;font-size:14px;font-weight:600;line-height:20px}.demo-env-list{position:relative;z-index:1;margin:32px 0 0;padding:0;display:flex;flex-direction:column;gap:14px;list-style:none;color:#ffffffdb;font-size:13px;line-height:19px}.demo-env-list li{display:flex;align-items:center;gap:10px}.demo-env-list li:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:#07e288}@keyframes auth-content-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-pane-glow{0%{opacity:0}35%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.signup-form-wrap,.signup-trust-pane:after{animation:none}}.trust-copy,.phi-card,.stripe-card,.stripe-transfer-label,.trust-list{position:relative;z-index:1}.trust-kicker{width:fit-content;margin:0 0 40px;padding:6px 12px;border:1px solid rgba(7,226,136,.3);border-radius:999px;background:#07e2881a;color:#07e288;font-size:11px;font-weight:500;line-height:16.5px;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.trust-kicker span{width:6px;height:6px;border-radius:999px;background:#07e288}.trust-copy h2{max-width:512px;margin:0;color:#fff;font-size:34px;font-weight:600;line-height:42px;letter-spacing:-.02em}.phi-card,.stripe-card{width:100%;border-radius:12px}.phi-card{margin-top:40px;padding:16px;border:1px solid rgba(7,226,136,.3);background:#07e28814}.stripe-card{padding:16px;border:1px solid rgba(135,128,255,.4);background:#635bff1f}.card-label,.stripe-card-heading{margin:0 0 12px;display:flex;align-items:center;gap:6px}.card-label span,.stripe-card-heading span:last-child{color:#07e288;font-size:10px;font-weight:600;line-height:15px;letter-spacing:.08em;text-transform:uppercase}.phi-card dl,.stripe-card dl{margin:0;display:grid;grid-template-columns:88px 1fr;gap:6px 0;color:#ffffffd9;font-variant-numeric:tabular-nums}.phi-card dt,.stripe-card dt{color:#ffffff8c;font-size:12px;font-weight:400;line-height:18px}.phi-card dd,.stripe-card dd{margin:0;color:#ffffffd9;font-size:12px;font-weight:400;line-height:18px;text-align:left}.phi-card dd:first-of-type,.stripe-card dd:first-of-type{font-weight:500}.muted-italic{color:#ffffff8c!important;font-style:italic}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px!important;line-height:16.5px!important}.stripe-transfer-label{width:fit-content;margin:8px auto;padding:4px 12px;display:flex;align-items:center;gap:10px;color:#ffffff73;font-size:10px;font-weight:600;line-height:15px;letter-spacing:.1em;text-transform:uppercase}.stripe-transfer-label span{width:24px;height:1px;background:#ffffff26}.stripe-transfer-label svg{display:block}.stripe-card-heading span:last-child{color:#a7a1ff}.stripe-badge{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background:#635bff;color:#fff;font-size:8px;font-weight:700;line-height:12px}.trust-list{margin:40px 0 0;padding:0;display:flex;flex-direction:column;gap:14px;list-style:none;color:#ffffffe6;font-size:14px}.trust-list li{display:flex;align-items:center;gap:12px;min-height:24px}.trust-check{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#07e28826}.trust-check svg{display:block}.verify-page{position:relative;min-height:100vh;padding:48px;display:flex;align-items:center;justify-content:center;background:#fafaf8;color:#0f172a}.verify-brand{position:absolute;top:32px;left:48px;display:flex;align-items:center;gap:8px;color:#0f172a;font-size:15px;font-weight:600;line-height:22.5px;letter-spacing:-.025em}.verify-mark{width:30px;height:30px;display:block;border-radius:7.5px}.verify-card{width:480px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:#0f172a2e 0 24px 48px -16px}.verify-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:16px;background:#fafaf8}.verify-icon svg{display:block}.verify-copy{display:flex;flex-direction:column;gap:8px;text-align:center}.verify-copy h1{margin:0;color:#0f172a;font-size:24px;font-weight:600;line-height:36px;letter-spacing:-.025em}.verify-copy p{margin:0;color:#475569;font-size:14px;line-height:20px}.verify-copy strong{color:#0f172a;font-weight:500}.verify-code-panel{width:100%;padding:14px;display:flex;flex-direction:column;gap:8px;border:1px solid #e2e8f0;border-radius:8px;background:#fafaf8}.verify-code-panel>span{color:#94a3b8;font-size:11px;font-weight:600;line-height:16.5px;letter-spacing:.05em;text-transform:uppercase}.verify-code-grid{display:flex;gap:6px}.verify-code-grid input{width:48px;height:52px;padding:0;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;text-align:center;font-size:22px;font-weight:600;line-height:33px;font-variant-numeric:tabular-nums}.verify-code-grid input:focus{border-color:#001e18;outline:none;box-shadow:#07e2882e 0 0 0 3px}.verify-submit{width:100%;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#001e18;color:#fff;font-size:14px;font-weight:500}.verify-submit:disabled{cursor:not-allowed;opacity:.72}.verify-help{display:flex;flex-direction:column;align-items:center;gap:10px;color:#475569;font-size:12px;line-height:18px}.verify-help span:last-child{color:#94a3b8}.verify-help a{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.company-page{min-height:100vh;display:flex;flex-direction:column;background:#fafaf8;color:#0f172a}.company-topbar{height:64px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fff}.company-topbar-brand{display:flex;align-items:center;gap:14px}.company-logo{display:flex;align-items:center;gap:8px}.company-logo-mark{width:30px;height:30px;display:block;border-radius:7.5px}.company-topbar-copy{display:flex;flex-direction:column;line-height:1.25}.company-topbar-copy span{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.company-topbar-copy strong{color:#0f172a;font-size:14px;font-weight:600}.company-main{flex:1}.company-progress{padding:32px 40px;background:#fff}.company-progress ol{margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;gap:0;list-style:none}.company-progress li{display:flex;align-items:center;gap:10px}.company-progress li>span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:12px;font-weight:600}.company-progress li[aria-current=step]>span{border-color:#001e18;background:#001e18;color:#07e288;box-shadow:#07e28847 0 0 0 4px}.company-progress strong{color:#475569;font-size:13px;font-weight:400}.company-progress li[aria-current=step] strong{color:#0f172a;font-weight:600}.company-progress-line{width:100px;height:1px;margin:0 20px;background:#e2e8f0}.company-panel{width:100%;max-width:680px;margin:0 auto;padding:48px 40px;display:flex;flex-direction:column;gap:24px}.company-heading{display:flex;flex-direction:column;gap:6px}.company-heading h1{margin:0;color:#0f172a;font-size:26px;font-weight:600;line-height:39px;letter-spacing:-.025em}.company-heading p{margin:0;color:#475569;font-size:14px;line-height:20px}.company-form{padding:28px;display:flex;flex-direction:column;gap:20px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.company-row{display:flex;gap:14px}.company-row>.company-field{flex:1}.company-row-dba>.company-field{max-width:none}.company-address-group{display:flex;flex-direction:column;gap:14px}.company-address-row{display:grid;grid-template-columns:minmax(0,1fr) 84px 112px 92px;gap:14px}.company-field{min-width:0;display:flex;flex-direction:column;gap:6px;color:#0f172a;font-size:12px;font-weight:500;line-height:18px}.company-field input,.company-field select{width:100%;height:44px;padding:0 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:14px;font-weight:400;outline:none}.company-field input::placeholder{color:#94a3b8}.company-field input:focus,.company-field select:focus{border-color:#001e18;box-shadow:#07e28847 0 0 0 3px}.company-field small{color:#64748b;font-size:12px;font-weight:400;line-height:16px}.company-descriptor-label{display:flex;align-items:center;justify-content:space-between;gap:6px}.company-descriptor-label>span{color:#64748b;font-size:11px;font-weight:400;font-variant-numeric:tabular-nums}.company-field input[name=statement_descriptor]{text-transform:uppercase}.company-form-footer{padding-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.company-form-footer>span{color:#475569;font-size:12px;line-height:18px}.company-form-footer>div{display:flex;gap:8px}.company-secondary-button{height:44px;padding:0 16px;border:0;border-radius:6px;background:transparent;color:#475569;font-size:14px;font-weight:500;white-space:nowrap}.company-primary-button{height:44px;padding:0 18px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;background:#001e18;color:#fff;font-size:14px;font-weight:500;white-space:nowrap;box-shadow:#001e184d 0 4px 10px -4px}.company-primary-button:disabled,.company-secondary-button:disabled{opacity:.72}.onboarding-frame{background:linear-gradient(90deg,#fbfcfa 0,#fbfcfa 44%,transparent 44%),#f4f7f3}.setup-progress{width:min(420px,38vw);padding:40px 32px;display:flex;flex-direction:column;gap:36px;border-right:1px solid #dbe3ec}.setup-progress-list{display:flex;flex-direction:column;gap:12px}.setup-step{min-height:74px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid #dbe3ec;border-radius:8px;background:#fbfcfa;color:#526176}.setup-step.active{border-color:#90d7c0;background:#edf8f3;color:#133f36}.setup-step>span{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e6ece8;color:#153f36;font-size:13px;font-weight:900}.setup-step.active>span{background:#002f29;color:#f2fbf8}.setup-step div{min-width:0;display:flex;flex-direction:column;gap:2px}.setup-step strong{color:#101727}.setup-step small{color:#637083;font-weight:700}.setup-note,.organization-context{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #cddbd5;border-radius:8px;background:#f1f7f3;color:#24483f;font-size:14px;font-weight:700}.setup-form-card{width:min(680px,100%);padding:56px;display:flex;flex-direction:column;justify-content:center;gap:18px}.setup-form-card.wide{width:min(860px,100%);justify-content:flex-start}.setup-form-card h1{margin:0;font-size:42px;line-height:1.08;letter-spacing:0}.setup-intro{max-width:66ch;margin:0 0 8px}.setup-footer-row{display:flex;align-items:center;gap:8px;color:#637083;font-weight:700}.setup-footer-row a{color:#006b57;font-weight:900}.field-grid{display:grid;gap:14px}.field-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three-column{grid-template-columns:1.3fr .7fr 1fr .7fr}.form-section{padding-top:22px;display:flex;flex-direction:column;gap:14px;border-top:1px solid #dbe3ec}.form-section:first-child{padding-top:0;border-top:0}.form-section h2{margin:0;font-size:18px}.form-section p{max-width:68ch;margin:4px 0 0;color:#637083}.live-dot{width:12px;height:12px;margin-bottom:18px;border-radius:999px;background:#c46060}.live-dot.live{background:#4be59a}.app-shell{min-height:100vh;display:flex;background:#f8faf8}.sidebar{width:280px;flex:0 0 280px;padding:28px 20px;display:flex;flex-direction:column;gap:28px;border-right:1px solid #dbe3ec;background:#fbfcfa}.nav-list{display:flex;flex-direction:column;gap:6px}.nav-link{min-height:44px;padding:0 12px;display:flex;align-items:center;gap:10px;border-radius:8px;color:#3d4a5d;font-weight:700}.nav-link:hover,.nav-link:focus{background:#eef4f1;outline:none}.sidebar-footer{margin-top:auto;padding:14px;border:1px solid #dbe3ec;border-radius:8px;color:#58677c}.sidebar-footer strong{display:block;color:#101727}.main-column{min-width:0;flex:1;display:flex;flex-direction:column}.topbar{min-height:72px;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #dbe3ec;background:#fbfcfa}.topbar-actions,.company-topbar-actions{display:flex;align-items:center;gap:12px}.logout-button{height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:500;white-space:nowrap}.logout-button:hover,.logout-button:focus{border-color:#cbd5e1;color:#0f172a;outline:none}.logout-button:focus-visible{outline:3px solid rgba(0,118,95,.16)}.logout-button:disabled{cursor:wait;opacity:.72}.search-placeholder{width:min(420px,100%);padding:10px 14px;border:1px solid #dbe3ec;border-radius:8px;color:#75839a;background:#f8faf8}.mode-switch{display:flex;gap:4px;padding:4px;border:1px solid #dbe3ec;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase}.mode-switch span{padding:6px 10px;border-radius:999px;color:#66758b}.mode-switch .mode-active{background:#002f29;color:#effcf7}.sandbox-banner{padding:12px 28px;border-bottom:1px solid #ffc7c7;background:#fff0f0;color:#7a1e1e;font-weight:700}.content{width:100%;max-width:1180px;padding:34px 28px 48px}.dashboard-page{display:flex;flex-direction:column;gap:28px}.page-heading{display:flex;flex-direction:column;gap:10px}.page-heading h1{font-size:42px}.page-heading p{margin:0;color:#65748b}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{min-height:132px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #dbe3ec;border-radius:8px;background:#fbfcfa}.metric-card span{color:#59677a;font-weight:700}.metric-card strong{font-size:36px;line-height:1}.metric-good{border-color:#9edfc5}.metric-warn{border-color:#f7b2b2}.panel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.panel,.status-panel{padding:22px;border:1px solid #dbe3ec;border-radius:8px;background:#fbfcfa}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #e4eaf1}.panel-heading h2{margin:0}.panel-heading span{color:#637083;font-weight:800}.detail-list{margin:0;padding-top:16px;display:grid;gap:12px}.detail-list div{display:flex;justify-content:space-between;gap:16px}.detail-list dt{color:#637083;font-weight:700}.detail-list dd{margin:0;color:#101727;font-weight:800;overflow-wrap:anywhere}.check-list{margin:0;padding:16px 0 0 20px;color:#334155}.check-list li+li{margin-top:10px}.onboarding-stripe-page{min-height:100vh;display:flex;flex-direction:column;background:#fafaf8;color:#0f172a}.done-user{margin:0;color:#64748b;font-size:12px}.done-user strong{color:#334155;font-weight:500}.done-main{flex:1;padding:48px 40px;display:flex;align-items:center;justify-content:center}.done-card{width:min(760px,100%);padding:40px;display:flex;flex-direction:column;gap:28px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:#0f172a2e 0 24px 48px -16px}.done-card.stripe-status-card{width:min(1120px,100%)}.done-card-header,.done-heading-lockup,.done-mode-switch,.stripe-card-kicker,.stripe-action-row,.stripe-signup-note,.done-footer,.done-footer a,.explore-card em{display:flex;align-items:center}.done-card-header{justify-content:space-between;gap:18px}.done-heading-lockup{gap:10px}.done-heading-lockup h1{margin:2px 0 0;color:#0f172a;font-size:18px;font-weight:600;line-height:1.25}.done-mode-switch{height:32px;padding:3px;border:1px solid #ef4444;border-radius:6px;background:#fecaca}.done-mode-switch span{height:24px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;color:#991b1b;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.done-mode-switch span:first-child{background:#fff;box-shadow:#0f172a14 0 1px 3px}.done-mode-switch span:last-child{opacity:.5}.done-intro{margin:0;color:#475569;font-size:14px;line-height:20px}.stripe-connect-card{padding:28px;display:flex;align-items:center;gap:24px;border-radius:16px;background:#001e18;color:#f8faf7}.stripe-card-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:14px}.stripe-card-kicker{gap:10px;color:#07e288;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.stripe-logo-dot{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#635bff;color:#fff;font-size:15px;font-weight:800;letter-spacing:0;text-transform:none}.stripe-card-copy h2{margin:0;max-width:560px;color:#fff;font-size:22px;font-weight:600;line-height:28px}.stripe-card-copy p{margin:0;max-width:520px;color:#ffffffbf;font-size:13px;line-height:19px}.stripe-action-row{gap:10px;flex-wrap:wrap}.stripe-action-row>span{color:#ffffffa6;font-size:12px}.stripe-connect-button{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#07e288;color:#001e18;font-size:14px;font-weight:500;line-height:20px;text-decoration:none}.stripe-connect-button:disabled{cursor:not-allowed;opacity:.72}.stripe-signup-note{gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffa6;font-size:12px;flex-wrap:wrap}.stripe-signup-note a{display:inline-flex;align-items:center;gap:4px;color:#07e288;font-weight:600}.unlock-list{width:220px;flex:0 0 220px;padding:18px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d}.unlock-list>span{color:#ffffff8c;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.unlock-list>strong{padding-bottom:4px;color:#fffc;font-size:11px;font-weight:600;overflow-wrap:anywhere}.unlock-list p{margin:0;display:flex;align-items:center;gap:8px;color:#fff;font-size:12px}.unlock-list svg{color:#07e288}.stripe-embedded-shell{width:100%;min-height:360px;border-radius:12px;background:#fff;color:#0f172a;overflow:hidden}.inline-status{margin:0;padding:12px 14px;border:1px solid #b8dfcf;border-radius:8px;background:#eff9f4;color:#174d3e;font-size:13px;font-weight:700}.stripe-card-kicker-warning{color:#fbbf24}.stripe-readiness-layout{display:block}.stripe-readiness-main{min-width:0;display:flex;flex-direction:column;gap:22px}.stripe-readiness-top{display:flex;align-items:stretch;gap:24px}.stripe-state-heading{min-width:0;flex:1;padding:28px;display:flex;flex-direction:column;gap:14px;border-radius:16px;background:#001e18;color:#f8faf7}.stripe-state-heading h2{margin:0;max-width:720px;color:#fff;font-size:26px;font-weight:600;line-height:32px}.stripe-state-heading p{margin:0;max-width:680px;color:#f8faf7b8;font-size:14px;line-height:21px}.stripe-ready-primary{align-self:flex-start;margin-top:4px}.stripe-status-grid{display:flex;gap:18px;align-items:stretch}.stripe-summary-card,.stripe-requirements-panel{min-width:0;padding:20px;display:flex;flex-direction:column;gap:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.stripe-summary-card{width:min(320px,100%);flex-shrink:0}.stripe-summary-card-wide{width:auto;flex:1}.stripe-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.stripe-panel-label{margin:0 0 6px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.stripe-panel-header h3{margin:0;color:#0f172a;font-size:18px;font-weight:600;line-height:24px}.stripe-panel-header>span{color:#64748b;font-size:12px;font-weight:600;white-space:nowrap}.stripe-status-pill{padding:5px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-weight:600;white-space:nowrap}.stripe-status-pill-warning{background:#fef3c7;color:#92400e}.stripe-facts{margin:0;display:flex;flex-direction:column;gap:10px}.stripe-facts div{display:flex;justify-content:space-between;gap:16px}.stripe-facts dt,.stripe-readiness-facts span{color:#64748b;font-size:12px;font-weight:500}.stripe-facts dd{min-width:0;margin:0;color:#0f172a;font-size:12px;font-weight:600;text-align:right;overflow-wrap:anywhere}.stripe-facts code,.stripe-disabled-reason code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:650}.stripe-readiness-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px}.stripe-readiness-facts div{min-height:72px;padding:13px;display:flex;flex-direction:column;justify-content:center;gap:7px;border-radius:9px;background:#f8fafc}.stripe-readiness-facts strong{color:#0f172a;font-size:14px;font-weight:600;overflow-wrap:anywhere}.stripe-disabled-reason{margin:0;color:#64748b;font-size:12px}.stripe-requirement-list{display:flex;flex-direction:column;border-top:1px solid #e2e8f0}.stripe-requirement-row{min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #e2e8f0}.stripe-requirement-row:last-child{border-bottom:0}.requirement-warning{width:22px;height:22px;flex:0 0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fef3c7;color:#92400e;font-size:13px;font-weight:700}.stripe-requirement-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.stripe-requirement-copy strong{color:#0f172a;font-size:13px;font-weight:600;line-height:17px}.stripe-requirement-row>span:last-child{color:#64748b;font-size:12px;font-weight:500;text-align:right;white-space:nowrap}.stripe-empty-copy{margin:0;padding:16px 0 0;color:#64748b;font-size:13px;line-height:19px}.stripe-next-actions{width:280px;flex:0 0 280px;display:flex;flex-direction:column;gap:14px}.stripe-next-card{padding:20px;display:flex;flex-direction:column;gap:13px;border-radius:14px;background:#001e18;color:#f8faf7}.stripe-next-card p{margin:0;color:#07e288;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.stripe-next-card h3{margin:0;color:#fff;font-size:18px;font-weight:600;line-height:24px}.stripe-next-card span{color:#f8faf7b8;font-size:13px;line-height:19px}.stripe-status-footer{padding-top:4px;border-top:0}.stripe-status-footer span{display:inline-flex;align-items:center;gap:6px;color:#166534;font-size:12px;font-weight:700}.explore-section{display:flex;flex-direction:column;gap:12px}.explore-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.explore-heading span:first-child{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.explore-heading span:last-child{color:#94a3b8;font-size:11px}.explore-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.explore-card{min-height:184px;padding:18px;display:flex;flex-direction:column;gap:8px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#0f172a}.explore-card:hover,.explore-card:focus{border-color:#cbd5e1;background:#fff;outline:none}.explore-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.explore-card strong{color:#0f172a;font-size:13px;font-weight:700}.explore-card>span:not(.explore-icon){color:#475569;font-size:12px;line-height:16px}.explore-card em{margin-top:auto;gap:4px;color:#006b57;font-size:11px;font-style:normal;font-weight:700}.done-footer{padding-top:20px;justify-content:space-between;gap:20px;border-top:1px solid #e2e8f0}.done-footer p{max-width:460px;margin:0;color:#64748b;font-size:12px;line-height:17px}.done-footer a{gap:6px;color:#006b57;font-size:13px;font-weight:700;white-space:nowrap}.centered-page{align-items:center;justify-content:center}@media(max-width:1023px){.signup-split-page{min-height:100dvh}.signup-form-pane{width:100%;min-height:100dvh;padding:32px 24px}.signup-form-wrap{max-width:420px}.signup-inline-grid{grid-template-columns:1fr}.signup-trust-pane{display:none}}@media(max-width:560px){.verify-page{min-height:100dvh;padding:88px 20px 32px;align-items:flex-start}.verify-brand{top:32px;left:24px}.verify-card{width:100%;padding:28px 24px}.verify-code-grid{justify-content:space-between}.verify-code-grid input{width:44px}}@media(max-width:860px){.company-topbar{padding:0 24px}.company-progress{padding:28px 24px}.company-progress-line{width:44px;margin:0 14px}.company-panel{padding:40px 24px}.company-form{padding:24px}.company-row,.company-form-footer{flex-direction:column;align-items:stretch}.company-address-row{grid-template-columns:1fr}.company-form-footer>div{flex-direction:column-reverse}.auth-page,.onboarding-frame{flex-direction:column}.auth-card,.auth-side,.setup-progress,.setup-form-card,.setup-form-card.wide{width:100%;padding:32px 22px}.setup-progress{border-right:0;border-bottom:1px solid #dbe3ec;gap:22px}.setup-progress-list{display:grid;grid-template-columns:1fr}.app-shell{flex-direction:column}.sidebar{width:100%;flex-basis:auto;border-right:0;border-bottom:1px solid #dbe3ec}.nav-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-footer{display:none}.topbar{align-items:stretch;flex-direction:column}.topbar-actions{justify-content:space-between}.company-topbar{height:auto;min-height:64px;padding-top:12px;padding-bottom:12px;gap:12px}.company-topbar-actions{width:100%;justify-content:space-between}.metric-grid,.panel-grid,.field-grid.two-column,.field-grid.three-column{grid-template-columns:1fr}.done-main{padding:32px 24px;align-items:flex-start}.done-card{padding:28px 24px}.done-card-header,.stripe-connect-card,.stripe-readiness-top,.stripe-status-grid,.done-footer{flex-direction:column;align-items:stretch}.done-heading-lockup{align-items:flex-start}.done-mode-switch,.unlock-list,.stripe-next-actions{width:100%}.done-mode-switch span{flex:1}.unlock-list{flex-basis:auto}.stripe-state-heading,.stripe-connect-card{padding:24px}.stripe-state-heading h2{font-size:22px;line-height:28px}.stripe-summary-card,.stripe-next-actions{width:100%;flex-basis:auto}.stripe-readiness-facts{grid-template-columns:1fr}.stripe-facts div{flex-direction:column;gap:4px}.stripe-facts dd{text-align:left}.stripe-panel-header{flex-direction:column}.stripe-requirement-row{align-items:flex-start;grid-template-columns:22px minmax(0,1fr);padding:12px 0}.stripe-requirement-row>span:last-child{grid-column:2;text-align:left}.stripe-requirement-row>span:last-child{display:none}.explore-heading,.done-user{display:none}.explore-grid{grid-template-columns:1fr}.explore-card{min-height:auto}.page-heading h1,.auth-card h1,.setup-form-card h1{font-size:34px}}
