.spreeWorkspace{--spree-background:#fafafa;--spree-surface:#fff;--spree-muted-surface:#f5f5f5;--spree-foreground:#171717;--spree-muted:#737373;--spree-border:#e5e5e5;--spree-border-strong:#d4d4d4;--spree-primary:#000;--spree-primary-foreground:#fff;--spree-danger:#dc2626;--spree-radius:12px;--spree-sidebar-width:220px;--spree-topbar-height:58px;min-height:100vh;grid-template-columns:var(--spree-sidebar-width) minmax(0,1fr);background:var(--spree-background);color:var(--spree-foreground);font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif;font-size:13px;line-height:1.5}.spreeWorkspace h1,.spreeWorkspace h2,.spreeWorkspace h3{color:var(--spree-foreground);letter-spacing:-.025em}.spreeWorkspace .sidebar{position:sticky;top:0;z-index:20;display:flex;width:var(--spree-sidebar-width);height:100vh;flex-direction:column;padding:8px 10px;border-right:1px solid var(--spree-border);background:var(--spree-background);color:var(--spree-foreground)}.spreeWorkspace .sidebar-brand{display:flex;align-items:center;gap:9px;min-height:48px;padding:0 8px;font-size:14px;font-weight:620;letter-spacing:-.025em}.spreeWorkspace .sidebar-mark{position:relative;width:24px;height:24px;flex:none;border-radius:7px;background:#000}.spreeWorkspace .sidebar-mark i{position:absolute;top:6px;bottom:6px;width:2px;border-radius:2px;background:#fff;transform:rotate(45deg)}.spreeWorkspace .sidebar-mark i:first-child{left:8px}.spreeWorkspace .sidebar-mark i:last-child{right:8px}.spreeWorkspace .org-chip{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center;margin:4px 0 12px;padding:9px;border:1px solid var(--spree-border);border-radius:10px;background:var(--spree-surface)}.spreeWorkspace .org-avatar,.spreeWorkspace .user-avatar{display:grid;place-items:center;border-radius:8px;background:#171717;color:#fff;font-size:10px;font-weight:620}.spreeWorkspace .org-avatar{grid-row:1/3;width:30px;height:30px}.spreeWorkspace .org-chip span,.spreeWorkspace .org-chip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spreeWorkspace .org-chip strong{color:var(--spree-foreground);font-size:12px;font-weight:560}.spreeWorkspace .org-chip small,.spreeWorkspace .org-chip span{color:var(--spree-muted);font-size:10px}.spreeWorkspace .org-chip small{grid-column:2;margin:-4px 0 0;padding:0;background:transparent;text-transform:capitalize}.spreeWorkspace .sidebar-section-label{height:30px;padding:8px 8px 0;color:var(--spree-muted);font-size:11px;font-weight:520}.spreeWorkspace .sidebar footer,.spreeWorkspace .sidebar nav{display:grid;gap:2px}.spreeWorkspace .sidebar footer a,.spreeWorkspace .sidebar nav a{display:flex;align-items:center;gap:9px;min-height:34px;padding:0 8px;border-radius:9px;color:#525252;font-size:12px;font-weight:460}.spreeWorkspace .sidebar footer a:hover,.spreeWorkspace .sidebar nav a.active,.spreeWorkspace .sidebar nav a:hover{background:#efefef;color:#171717}.spreeWorkspace .sidebar nav a.active{font-weight:600}.spreeWorkspace .nav-icon{width:16px;height:16px;flex:none}.spreeWorkspace .sidebar footer{margin-top:auto;padding-top:8px;border-top:1px solid var(--spree-border)}.spreeWorkspace .app-main{min-width:0}.spreeWorkspace .topbar{position:sticky;top:0;z-index:15;display:grid;grid-template-columns:auto minmax(240px,460px) auto;gap:24px;align-items:center;height:var(--spree-topbar-height);padding:0 18px;border-bottom:1px solid var(--spree-border);background:rgb(255 255 255/92%);color:var(--spree-muted);backdrop-filter:blur(14px)}.spreeWorkspace .topbar-actions,.spreeWorkspace .topbar-context{display:flex;align-items:center;gap:9px;white-space:nowrap}.spreeWorkspace .topbar-actions{justify-content:flex-end}.spreeWorkspace .mobile-brand{display:none}.spreeWorkspace .secure-dot{width:7px;height:7px;margin:0;border-radius:999px;background:#16a34a;box-shadow:none}.spreeWorkspace .topbar-search form{position:relative}.spreeWorkspace .topbar-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.spreeWorkspace .topbar-search input{width:100%;height:34px;padding:0 12px;border:1px solid var(--spree-border);border-radius:8px;background:#fafafa;color:var(--spree-foreground);font-size:12px;outline:none}.spreeWorkspace .topbar-search input:focus{border-color:#a3a3a3;box-shadow:0 0 0 3px rgb(0 0 0/6%)}.spreeWorkspace .user-avatar{width:28px;height:28px;border-radius:7px}.spreeWorkspace .page{width:min(1260px,100%);margin:auto;padding:28px 30px 52px}.spreeWorkspace .page.narrow{width:min(860px,100%)}.spreeWorkspace .page-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:22px}.spreeWorkspace .page-heading h1{margin:0;font-size:25px;font-weight:590;line-height:1.18}.spreeWorkspace .page-heading>div>p{max-width:720px;margin:7px 0 0;color:var(--spree-muted);font-size:13px}.spreeWorkspace .page-heading .eyebrow{display:none}.spreeWorkspace .title-line{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.spreeWorkspace .back-link{display:inline-flex;margin-bottom:10px;color:var(--spree-muted);font-size:12px;font-weight:500}.spreeWorkspace .button{min-height:34px;padding:0 12px;border:1px solid transparent;border-radius:8px;color:var(--spree-foreground);font-size:12px;font-weight:560;transition:background .12s ease,border-color .12s ease}.spreeWorkspace .button:hover{transform:none}.spreeWorkspace .button.primary{background:#000;color:#fff}.spreeWorkspace .button.primary:hover{background:#262626}.spreeWorkspace .button.secondary{border-color:var(--spree-border);background:#fff}.spreeWorkspace .button.secondary:hover{background:#f5f5f5}.spreeWorkspace .button.ghost{color:var(--spree-muted)}.spreeWorkspace .button.ghost:hover{background:#f5f5f5;color:var(--spree-foreground)}.spreeWorkspace .button.danger{border-color:#fecaca;background:#fff;color:var(--spree-danger)}.spreeWorkspace .button.small{min-height:30px;padding:0 9px;font-size:11px}.spreeWorkspace .card{min-width:0;margin-bottom:16px;padding:16px;border:1px solid var(--spree-border);border-radius:var(--spree-radius);background:var(--spree-surface);box-shadow:0 1px 2px rgb(0 0 0/4%)}.spreeWorkspace .card-header{min-height:42px;margin:-16px -16px 16px;padding:12px 14px;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .card-header h2{margin:0;font-size:14px;font-weight:570}.spreeWorkspace .stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 16px;overflow:hidden;border:1px solid var(--spree-border);border-radius:var(--spree-radius);background:#fff}.spreeWorkspace .stat-grid .card{min-height:116px;margin:0;padding:20px;border:0;border-right:1px solid var(--spree-border);border-radius:0;box-shadow:none}.spreeWorkspace .stat-grid .card:last-child{border-right:0}.spreeWorkspace .stat-grid strong{color:var(--spree-foreground);font-size:25px;font-weight:570}.spreeWorkspace .stat-grid small,.spreeWorkspace .stat-grid span{color:var(--spree-muted);font-size:11px}.spreeWorkspace .detail-grid,.spreeWorkspace .two-col{gap:16px}.spreeWorkspace .two-col{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr)}.spreeWorkspace .detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr)}.spreeWorkspace .detail-aside,.spreeWorkspace .detail-main{gap:0}.spreeWorkspace .detail-aside{top:74px}.spreeWorkspace .field{gap:6px;margin-bottom:13px}.spreeWorkspace .field>span,.spreeWorkspace fieldset legend{color:#525252;font-size:11px;font-weight:560;letter-spacing:0}.spreeWorkspace .field input,.spreeWorkspace .field select,.spreeWorkspace .field textarea,.spreeWorkspace .filterbar input,.spreeWorkspace .filterbar select,.spreeWorkspace .team-row select{min-height:36px;padding:7px 10px;border:1px solid var(--spree-border-strong);border-radius:8px;background:#fff;color:var(--spree-foreground);font-size:12px}.spreeWorkspace .field textarea{min-height:92px}.spreeWorkspace .field input:focus,.spreeWorkspace .field select:focus,.spreeWorkspace .field textarea:focus,.spreeWorkspace .filterbar input:focus,.spreeWorkspace .filterbar select:focus{border-color:#737373;box-shadow:0 0 0 3px rgb(0 0 0/6%)}.spreeWorkspace fieldset{margin-bottom:13px;border-color:var(--spree-border);border-radius:9px}.spreeWorkspace .filterbar{grid-template-columns:1fr 210px auto;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .table-wrap{margin:0 -16px -16px}.spreeWorkspace table{min-width:680px}.spreeWorkspace th{height:38px;padding:0 14px;background:#fafafa;color:var(--spree-muted);font-size:10px;font-weight:560;letter-spacing:0;text-transform:none}.spreeWorkspace td,.spreeWorkspace th{border-bottom:1px solid var(--spree-border)}.spreeWorkspace td{height:48px;padding:10px 14px;color:#404040;font-size:12px}.spreeWorkspace tbody tr:last-child td{border-bottom:0}.spreeWorkspace tbody tr:hover{background:#fafafa}.spreeWorkspace .link{color:var(--spree-foreground);font-weight:560}.spreeWorkspace .pill{padding:0;border-radius:0;background:transparent;color:#525252;font-size:11px;font-weight:520;letter-spacing:0;text-transform:capitalize}.spreeWorkspace .pill:before{width:6px;height:6px;margin-right:6px;border-radius:999px;background:#a3a3a3;content:""}.spreeWorkspace .pill.success:before{background:#16a34a}.spreeWorkspace .pill.warning:before{background:#d97706}.spreeWorkspace .pill.danger:before{background:#dc2626}.spreeWorkspace .pill.danger,.spreeWorkspace .pill.neutral,.spreeWorkspace .pill.success,.spreeWorkspace .pill.warning{background:transparent;color:#525252}.spreeWorkspace .document-list>div,.spreeWorkspace .list-row,.spreeWorkspace .task{min-height:56px;padding:11px 2px;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .document-list>div:last-child,.spreeWorkspace .list-row:last-child,.spreeWorkspace .task:last-child{border-bottom:0}.spreeWorkspace .document-list strong,.spreeWorkspace .list-row strong,.spreeWorkspace .task strong{color:var(--spree-foreground);font-size:12px;font-weight:560}.spreeWorkspace .document-list span,.spreeWorkspace .list-row span,.spreeWorkspace .task span{color:var(--spree-muted);font-size:10px}.spreeWorkspace .empty{padding:48px 20px}.spreeWorkspace .empty.compact{padding:26px 16px}.spreeWorkspace .empty h3{margin-bottom:6px;font-size:14px;font-weight:570}.spreeWorkspace .empty p{color:var(--spree-muted);font-size:12px}.spreeWorkspace .empty .button{margin-top:12px}.spreeWorkspace .finding{padding:14px;border:1px solid var(--spree-border);border-left:3px solid var(--spree-border-strong);border-radius:9px}.spreeWorkspace .finding.critical{border-left-color:#dc2626}.spreeWorkspace .finding.major{border-left-color:#d97706}.spreeWorkspace .finding.moderate{border-left-color:#ca8a04}.spreeWorkspace .finding p{color:#525252}.spreeWorkspace .remediation{border:1px solid var(--spree-border);background:#fafafa}.spreeWorkspace .audit-grid span,.spreeWorkspace .facts span{color:var(--spree-muted);font-size:10px;text-transform:none}.spreeWorkspace .facts>div{border-color:var(--spree-border)}.spreeWorkspace .audit-grid code{border:1px solid var(--spree-border);background:#fafafa}.spreeWorkspace .timeline article{grid-template-columns:156px 1fr;border-color:var(--spree-border)}.spreeWorkspace .price-card.featured{border-color:#a3a3a3;box-shadow:0 1px 2px rgb(0 0 0/4%)}.spreeWorkspace .price{color:var(--spree-foreground);font-size:26px;font-weight:570}.spreeWorkspace .pricing-grid{grid-template-columns:repeat(3,1fr);gap:12px}.spreeWorkspace .billing-banner{padding:9px 30px;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .billing-banner.warning{background:#fffbeb;color:#854d0e}.spreeWorkspace .billing-banner.danger{background:#fef2f2;color:#b91c1c}.spreeWorkspace .form-error,.spreeWorkspace .form-success,.spreeWorkspace .secret{border:1px solid var(--spree-border);border-radius:8px}.spreeWorkspace .form-error{background:#fef2f2;color:#b91c1c}.spreeWorkspace .form-success{background:#f0fdf4;color:#166534}.spreeWorkspace .secret{background:#fafafa;color:var(--spree-foreground)}.spreeWorkspace .integration-summary{overflow:hidden;margin-bottom:16px;border:1px solid var(--spree-border);border-radius:var(--spree-radius);background:#fff}.spreeWorkspace .integration-summary>div{border-color:var(--spree-border);background:#fff}.spreeWorkspace .integration-notice,.spreeWorkspace .integration-privacy,.spreeWorkspace .integration-setup{border:1px solid var(--spree-border);border-radius:9px;background:#fff;color:#525252}.spreeWorkspace .integration-category>header{margin-top:26px;padding-bottom:10px;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .integration-category>header h2{font-size:15px;font-weight:570}.spreeWorkspace .integration-grid{grid-template-columns:1fr;gap:0;border:1px solid var(--spree-border);border-top:0;border-radius:0 0 var(--spree-radius) var(--spree-radius);background:#fff}.spreeWorkspace .integration-card{display:grid;grid-template-columns:minmax(190px,.55fr) minmax(250px,1fr) minmax(180px,.5fr);gap:24px;align-items:center;min-height:120px;padding:18px;border:0;border-bottom:1px solid var(--spree-border);border-radius:0;background:#fff;box-shadow:none}.spreeWorkspace .integration-card:last-child{border-bottom:0}.spreeWorkspace .integration-card>p{margin:0;color:var(--spree-muted);font-size:12px}.spreeWorkspace .automation-copy{margin:0;border:0;background:#fafafa}.spreeWorkspace .connection-state{padding:0;background:transparent;color:var(--spree-muted);font-size:10px}.spreeWorkspace .connection-state:before{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:999px;background:#a3a3a3;content:""}.spreeWorkspace .connection-state.active:before{background:#16a34a}.spreeWorkspace .quick-card ol{padding-left:0;list-style:none}.spreeWorkspace .empty-icon,.spreeWorkspace .loan-avatar{display:none}.spreeWorkspace .usage-card{background:#fff}.spreeWorkspace .usage-card,.spreeWorkspace .usage-card h2,.spreeWorkspace .usage-number strong{color:var(--spree-foreground)}.spreeWorkspace .usage-number strong{font-size:28px;letter-spacing:-.04em}.spreeWorkspace .usage-card>p,.spreeWorkspace .usage-meta,.spreeWorkspace .usage-number span{color:var(--spree-muted)}.spreeWorkspace .progress-track{height:6px;background:#ededed}.spreeWorkspace .progress-track i{background:#171717}.spreeWorkspace .usage-card .button.secondary{border-color:var(--spree-border-strong);background:#fff;color:var(--spree-foreground)}.spreeWorkspace .team-capacity{min-width:168px;padding:0;border:0;background:transparent;text-align:right}.spreeWorkspace .team-capacity strong{color:var(--spree-foreground);font-size:14px}.spreeWorkspace .team-capacity span{color:var(--spree-muted);font-size:11px}.spreeWorkspace .skeleton-line{height:12px;border-radius:5px;background:#ededed;animation:spree-pulse 1.4s ease-in-out infinite}.spreeWorkspace .skeleton-line.short{width:36%}.spreeWorkspace .skeleton-line.medium{width:62%}@keyframes spree-pulse{50%{opacity:.45}}@media (max-width:980px){.spreeWorkspace .stat-grid{grid-template-columns:repeat(2,1fr)}.spreeWorkspace .stat-grid .card:nth-child(2){border-right:0}.spreeWorkspace .stat-grid .card:nth-child(-n+2){border-bottom:1px solid var(--spree-border)}.spreeWorkspace .detail-grid,.spreeWorkspace .two-col{grid-template-columns:1fr}.spreeWorkspace .detail-aside{position:static}.spreeWorkspace .pricing-grid{grid-template-columns:1fr}.spreeWorkspace .integration-card{grid-template-columns:1fr;gap:12px}}@media (max-width:760px){.spreeWorkspace{display:block}.spreeWorkspace .sidebar{position:sticky;top:0;z-index:25;display:block;width:100%;height:auto;padding:7px 9px;border-right:0;border-bottom:1px solid var(--spree-border)}.spreeWorkspace .org-chip,.spreeWorkspace .sidebar footer,.spreeWorkspace .sidebar-brand,.spreeWorkspace .sidebar-section-label{display:none}.spreeWorkspace .sidebar nav{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none}.spreeWorkspace .sidebar nav a{min-width:max-content}.spreeWorkspace .topbar{position:sticky;top:49px;display:flex;height:50px;padding:0 12px}.spreeWorkspace .topbar-actions form,.spreeWorkspace .topbar-context>span:not(.mobile-brand),.spreeWorkspace .topbar-search,.spreeWorkspace .user-avatar{display:none}.spreeWorkspace .mobile-brand{display:inline;color:var(--spree-foreground);font-size:13px;font-weight:620}.spreeWorkspace .topbar-actions{margin-left:auto}.spreeWorkspace .page{padding:22px 14px 42px}.spreeWorkspace .page-heading{display:grid}.spreeWorkspace .page-heading h1{font-size:23px}.spreeWorkspace .page-heading .button-row{width:100%}.spreeWorkspace .filterbar,.spreeWorkspace .form-grid,.spreeWorkspace .timeline article{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.spreeWorkspace *,.spreeWorkspace :after,.spreeWorkspace :before{scroll-behavior:auto!important;transition-duration:.01ms!important}.spreeWorkspace .skeleton-line{animation:none}}:root{--site-ink:#111318;--site-muted:#646a77;--site-line:#d9dce3;--site-soft:#f1f3f8;--site-paper:#f8f9fb;--site-white:#fff;--site-link:#303a78}body{color:var(--site-ink);font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif}.site-header{position:sticky;top:0;z-index:60;height:66px;border-bottom:1px solid var(--site-line);background:rgb(255 255 255/94%);backdrop-filter:blur(16px)}.site-header-inner{display:grid;grid-template-columns:170px 1fr auto;align-items:center;width:min(1180px,calc(100% - 40px));height:100%;margin:auto}.site-wordmark-link{display:inline-flex;width:max-content;color:var(--site-ink)}.site-nav-links{display:flex;justify-content:center;gap:2px}.site-login,.site-nav-links a{padding:9px 11px;border-radius:7px;color:#5e6470;font-size:12px;font-weight:520}.site-login:hover,.site-nav-links a:hover{background:#f2f3f6;color:var(--site-ink)}.site-nav-actions{display:flex;align-items:center;gap:4px}.site-start{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 15px;border-radius:7px;background:var(--site-ink);color:#fff;font-size:12px;font-weight:620}.site-start:hover{background:#2b2e35}.site-mobile-menu{display:none}.site-footer{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:48px;padding:64px max(24px,calc((100vw - 1180px) / 2));border-top:1px solid #252832;background:#111318;color:#b3b7c1}.site-footer>div{display:grid;align-content:start;gap:9px}.site-footer a{width:max-content;max-width:100%;color:#a7abb6;font-size:12px}.site-footer a:hover{color:#fff}.site-footer strong{margin-bottom:8px;color:#fff;font-size:11px;font-weight:620}.site-footer-intro>a{color:#fff}.site-footer-intro p{max-width:310px;margin:14px 0 24px;color:#8e939f;font-size:13px;line-height:1.65}.site-footer-intro>span{color:#676c78;font-size:11px}.article,.commercial-page,.public-content-page,.seo-article{--navy:var(--site-ink);--ink:var(--site-ink);--muted:var(--site-muted);--line:var(--site-line);--line-strong:#c6cad3;--blue-2:var(--site-link)}.commercial-page{background:#fff!important}.commercial-page h1,.commercial-page h2,.commercial-page h3{color:var(--site-ink)!important}.eyebrow,.section-label{color:#676d7a!important;font:520 13px Geist Variable,ui-sans-serif,system-ui,sans-serif!important;letter-spacing:-.01em!important;text-transform:none!important}.article .eyebrow,.public-article-hero .eyebrow,.seo-article>header .section-label{color:#676d7a!important;font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif!important;font-size:13px!important;font-weight:520!important;letter-spacing:-.01em!important;text-transform:none!important}.breadcrumbs{color:#777d89;font-size:11px}.breadcrumbs a{color:#4f5561}.article .button.primary,.commercial-page .button.primary,.seo-article .button{border-color:var(--site-ink);border-radius:8px;background:var(--site-ink);color:#fff;box-shadow:none}.article .button.primary:hover,.commercial-page .button.primary:hover,.seo-article .button:hover{background:#2b2e35}.article a,.commercial-page a:not(.button),.plain-link,.seo-article a{text-underline-offset:3px}.commercial-hero,.pricing-hero{padding:clamp(72px,9vw,112px) 0;border-bottom:1px solid var(--site-line);background:var(--site-soft)!important}.commercial-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:clamp(48px,8vw,104px);align-items:end;margin-top:0}.commercial-hero .breadcrumbs{margin-bottom:56px}.commercial-page .commercial-hero h1,.pricing-hero h1{max-width:760px;margin:18px 0 24px;color:var(--site-ink)!important;font-size:clamp(54px,7vw,92px);font-weight:520;line-height:.91;letter-spacing:-.068em;text-wrap:balance}.commercial-lede,.pricing-hero p{color:#5c626f;font-size:17px;line-height:1.7}.buyer-proof{padding:0 0 4px 28px;border:0;border-left:1px solid #c8cbd3;background:transparent}.buyer-proof-title{margin-bottom:14px;color:#24272e;font-size:18px;font-weight:560;letter-spacing:-.03em}.buyer-proof dl>div{padding:13px 0;border-top:1px solid #c8cbd3}.buyer-proof dt{color:#7b808b;font-size:10px;letter-spacing:0;text-transform:none}.buyer-proof dd{color:#292c33;font-size:13px;font-weight:540}.commercial-proof-strip{border-bottom:1px solid var(--site-line)}.commercial-proof-strip div{border-color:var(--site-line)!important}.commercial-section,.pricing-section{padding:96px 0}.commercial-page #workflow,.commercial-page .commercial-fit-section{background:#f5f5f2}.commercial-section.alt,.pricing-section.alt,.ruled-section{border-color:var(--site-line);background:var(--site-paper)!important}.commercial-heading h2{color:var(--site-ink);font-size:clamp(38px,4.8vw,62px);font-weight:520;line-height:.98;letter-spacing:-.06em}.commercial-page .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.commercial-contrast article,.commercial-page .feature-grid article,.fit-grid article,.pricing-section .price-card{border-color:var(--site-line);border-radius:12px;box-shadow:none}.commercial-page .feature-grid article>span{color:#777d88;font:520 12px Geist Variable,ui-sans-serif,system-ui,sans-serif}.commercial-page .feature-grid article{display:flex;min-height:260px;flex-direction:column}.commercial-page .feature-grid article h3{margin-top:auto}.commercial-page .evaluation-list{display:grid;grid-template-columns:1fr;gap:0;margin-top:48px}.commercial-page .evaluation-list article{display:grid;grid-template-columns:56px 1fr;gap:24px;align-items:start;padding:25px 0;border-top:1px solid var(--site-line)}.commercial-page .evaluation-list article>span{color:#777d88;font-size:12px}.commercial-page .evaluation-list article>div{display:grid;grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);gap:24px}.commercial-page .evaluation-list h3{margin:0;font-size:17px;font-weight:560}.commercial-page .evaluation-list p{margin:0;color:#565c68;line-height:1.65}.fit-links a,.related-pages a{border-color:var(--site-line);border-radius:8px}.editorial-cta{background:#111318!important}.commercial-page .editorial-cta h2{color:#fff!important;font-weight:520}.commercial-page .editorial-cta p{color:#b5bac5}.commercial-page .editorial-cta .plain-link{color:#fff}.public-content-page{background:#fff}.public-article-hero{padding:clamp(74px,9vw,116px) 20px;border-bottom:1px solid var(--site-line);background:var(--site-soft)!important;color:var(--site-ink)}.public-article-hero .eyebrow{color:#676d7a!important}.public-article-hero h1{max-width:1040px;color:var(--site-ink)!important;font-size:clamp(50px,6.4vw,84px)!important;font-weight:520;line-height:.93;letter-spacing:-.065em}.public-article-hero .lede{color:#5c626f!important;font-size:18px}.article.public-article-body{padding-top:76px}.article-next-steps,.seo-article-cta{border-radius:12px;background:#111318}.article-next-steps>div{background:#343740}.article-next-steps a{background:#1b1e25}.buyer-evaluation{border-color:var(--site-line);border-radius:12px;box-shadow:none}.seo-article{width:min(880px,calc(100% - 40px));padding:68px 0 96px}.seo-article>.breadcrumbs{margin-bottom:54px}.seo-article header{padding:0 0 52px;border-color:var(--site-line)}.seo-article h1{max-width:850px;color:var(--site-ink);font-size:clamp(50px,6.5vw,82px);font-weight:520;line-height:.94;letter-spacing:-.065em}.seo-article .article-lede{color:#5c626f;font-size:18px}.article-meta{flex-wrap:wrap;color:#777d88;font:500 12px Geist Variable,ui-sans-serif,system-ui,sans-serif}.article h2,.seo-article-body h2{color:var(--site-ink)!important;font-weight:570;letter-spacing:-.035em}.article li,.article p,.seo-article-body li,.seo-article-body p{color:#444a56;line-height:1.78}.callout,.seo-article-callout{border-color:#333740;border-radius:0 9px 9px 0;background:var(--site-soft);color:#343944}.related-pages a{display:grid;gap:7px;color:var(--site-ink)}.related-pages small{color:var(--site-muted);font-weight:430;line-height:1.5}.comparison-article{width:min(1120px,calc(100% - 40px))}.comparison-article>header{padding:clamp(68px,8vw,104px) 0;border:0;background:var(--site-soft);box-shadow:0 0 0 100vmax var(--site-soft);clip-path:inset(0 -100vmax)}.comparison-article>header h1{max-width:880px;margin:0 0 28px;color:var(--site-ink)!important}.comparison-article>header .article-lede{max-width:760px;color:#555b67!important}.comparison-article>header .article-meta{margin-top:30px;color:#747985;font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif;font-size:12px}.comparison-article .seo-article-body{padding-top:72px}.comparison-article .seo-article-body a{color:#353941}.comparison-disclosure{display:grid;grid-template-columns:.55fr 1.45fr;gap:48px;margin:0 0 92px;padding:28px 0;border-block:1px solid var(--site-line)}.comparison-disclosure strong{color:var(--site-ink);font-size:16px;font-weight:560}.comparison-disclosure p{margin:0;font-size:15px}.comparison-scorecard-heading{display:grid;grid-template-columns:1fr .7fr;gap:72px;align-items:end;margin-bottom:46px}.comparison-scorecard-heading h2{max-width:650px;margin:0;font-size:clamp(40px,5vw,62px);line-height:.98;letter-spacing:-.055em}.comparison-scorecard-heading p{margin:0}.comparison-criteria-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.comparison-criteria-grid article{display:grid;grid-template-columns:42px 1fr;gap:20px;min-height:230px;padding:26px;border:1px solid var(--site-line);border-radius:10px;background:#fff}.comparison-criteria-grid article:last-child{grid-column:1/-1;min-height:0}.comparison-criteria-grid article>span{color:#777d88;font-size:12px}.comparison-criteria-grid h3{margin:0 0 14px;color:var(--site-ink);font-size:19px;font-weight:570;letter-spacing:-.025em}.comparison-criteria-grid p{margin:0;font-size:15px}.comparison-cost{display:grid;grid-template-columns:.7fr 1.3fr;gap:72px;margin:108px 0 84px;padding:48px;border-radius:12px;background:#111318;color:#fff}.comparison-cost h2{margin:0 0 16px;color:#fff!important;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.05em}.comparison-cost>div>p{color:#aeb3bd}.comparison-article .comparison-cost table{margin:0;border-color:rgb(255 255 255/13%);background:transparent}.comparison-article .comparison-cost td,.comparison-article .comparison-cost th{border-color:rgb(255 255 255/12%);background:transparent;color:#d7dae0}.comparison-article .comparison-cost th{color:#fff}.comparison-article .comparison-cost tbody tr:hover,.comparison-article .comparison-cost tbody tr:hover>*{background:#1c1f26;color:#fff}.comparison-article .seo-article-cta{background:#111318}.comparison-article .seo-article-cta h2{color:#fff!important}.comparison-article .seo-article-cta p{color:#b5bac5}.comparison-article .seo-article-cta .button{background:#fff;color:#111318!important}.article:not(.public-article-body){width:min(880px,100%);padding:clamp(72px,9vw,110px) 24px}.article:not(.public-article-body)>h1{max-width:850px;margin:18px 0 28px;color:var(--site-ink);font-size:clamp(48px,6vw,76px);font-weight:520;line-height:.96;letter-spacing:-.064em;text-wrap:balance}.article:not(.public-article-body)>.lede{max-width:740px;color:#5c626f;font-size:18px;line-height:1.72}.article:not(.public-article-body) h2{margin-top:56px;padding-top:28px;border-top:1px solid var(--site-line);font-size:26px}.article table,.seo-article table{border:1px solid var(--site-line)}.article pre,.seo-article pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}.article th,.seo-article th{background:var(--site-paper)}.auth-page{min-height:100vh;padding:36px;background:var(--site-soft)}.auth-card{width:min(440px,100%);padding:36px;border:1px solid #d2d5dc;border-radius:12px;background:#fff;box-shadow:0 18px 55px rgb(17 19 24/7%)}.auth-wordmark{display:inline-flex;color:var(--site-ink)}.auth-card h1{margin:42px 0 10px;color:var(--site-ink);font-size:31px;font-weight:560;letter-spacing:-.05em}.auth-card .button.primary{background:var(--site-ink)}.spreeWorkspace .sidebar-brand{padding-left:8px;color:var(--spree-foreground);letter-spacing:0}.spreeWorkspace .sidebar-brand:after{display:none;content:none}.spreeWorkspace .sidebar-mark{display:none}@media (max-width:960px){.site-header-inner{grid-template-columns:1fr auto}.site-nav-actions,.site-nav-links{display:none}.site-mobile-menu{position:relative;display:block}.site-mobile-menu summary{padding:8px 11px;border:1px solid var(--site-line);border-radius:7px;color:var(--site-ink);font-size:12px;font-weight:580;list-style:none;cursor:pointer}.site-mobile-menu summary::-webkit-details-marker{display:none}.site-mobile-menu>div{position:absolute;top:44px;right:0;display:grid;width:min(290px,calc(100vw - 28px));padding:10px;border:1px solid var(--site-line);border-radius:10px;background:#fff;box-shadow:0 20px 50px rgb(17 19 24/12%)}.site-mobile-menu a{padding:11px 10px;border-radius:7px;color:#444a55;font-size:13px}.site-mobile-menu .site-start{margin-top:5px;color:#fff}.site-footer{grid-template-columns:repeat(3,1fr)}.site-footer-intro{grid-column:1/-1}.commercial-hero-grid{grid-template-columns:1fr}.buyer-proof{max-width:620px}.commercial-page .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-cost,.comparison-scorecard-heading{grid-template-columns:1fr;gap:36px}.comparison-cost{padding:38px}}@media (max-width:650px){.site-header{height:58px}.site-header-inner{width:calc(100% - 28px)}.site-footer{grid-template-columns:1fr 1fr;gap:38px 24px;padding:52px 18px}.site-footer-intro{grid-column:1/-1}.commercial-hero,.pricing-hero{padding:62px 0}.commercial-hero .breadcrumbs{margin-bottom:40px}.commercial-hero h1,.pricing-hero h1{font-size:51px}.buyer-proof{padding:22px 0 0;border-top:1px solid #c8cbd3;border-left:0}.commercial-section,.pricing-section{padding:72px 0}.commercial-page .feature-grid,.comparison-criteria-grid{grid-template-columns:1fr}.commercial-page .feature-grid article{min-height:220px}.commercial-page .evaluation-list article{grid-template-columns:38px 1fr;gap:14px}.commercial-page .evaluation-list article>div{grid-template-columns:1fr;gap:8px}.comparison-disclosure{grid-template-columns:1fr;gap:14px;margin-bottom:68px}.comparison-criteria-grid article:last-child{grid-column:auto}.comparison-cost{margin:78px 0 64px;padding:28px 20px}.comparison-cost table{min-width:0}.public-article-hero{padding:62px 17px}.seo-article{width:calc(100% - 28px);padding:54px 0 76px}.seo-article>.breadcrumbs{margin-bottom:38px}.article:not(.public-article-body){padding:58px 18px 76px}.auth-page{align-items:start;padding:18px}.auth-card{margin-top:4vh;padding:28px 22px}}