:root{--bg:#07100c;--bg-strong:#020603;--surface:rgba(10,18,13,0.9);--surface-strong:rgba(13,24,17,0.98);--surface-muted:rgba(17,30,21,0.92);--ink:#edf6e2;--muted:#93a694;--line:rgba(163,189,152,0.18);--accent:#f2b35b;--accent-strong:#ffd189;--accent-soft:rgba(242,179,91,0.14);--dashboard-title:#6f97ff;--success:#9ff1b2;--warning:#f4cb7a;--danger:#ff8b73;--glow-amber:rgba(242,179,91,0.22);--glow-green:rgba(159,241,178,0.16);--shadow:0 28px 90px rgba(0,0,0,0.45);--shadow-soft:inset 0 1px 0 rgba(255,255,255,0.04)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg-strong)}body{margin:0;min-height:100vh;position:relative;overflow-x:hidden;font-family:var(--font-body),sans-serif;font-feature-settings:none;font-variant-ligatures:none;color:var(--ink);background:radial-gradient(circle at top left,rgba(242,179,91,.14),transparent 24%),radial-gradient(circle at top right,rgba(159,241,178,.12),transparent 26%),linear-gradient(180deg,#0b140f,#050a07 48%,#020603)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:before{background:repeating-linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.025) 1px,transparent 0,transparent 4px),repeating-linear-gradient(90deg,rgba(255,209,137,.018),rgba(255,209,137,.018) 1px,transparent 0,transparent 72px);opacity:.36}body:after{background:radial-gradient(circle at 50% -10%,rgba(242,179,91,.16),transparent 30%),radial-gradient(circle at 50% 120%,rgba(0,0,0,.5),transparent 32%),linear-gradient(180deg,transparent 70%,rgba(0,0,0,.42))}::selection{background:rgba(81,122,235,.28);color:var(--ink)}::-moz-selection{background:rgba(81,122,235,.28);color:var(--ink)}a{color:var(--accent-strong);text-decoration:none}a:hover{color:var(--ink)}button,input,select,textarea{font:inherit}.readonly-input,input,select,textarea{border-radius:10px;border:1px solid rgba(163,189,152,.18);background:linear-gradient(180deg,rgba(6,11,8,.98),rgba(10,18,13,.92));color:var(--ink);padding:.9rem 1rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}input::placeholder,textarea::placeholder{color:rgba(147,166,148,.72)}.readonly-input:focus,input:focus,select:focus,textarea:focus{border-color:rgba(242,179,91,.55);box-shadow:0 0 0 3px rgba(242,179,91,.14),0 0 28px rgba(242,179,91,.08)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(242,179,91,.18)}.shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem;position:relative;z-index:1}@keyframes rise-in{0%{opacity:0;transform:translateY(18px) scale(.992);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.landing-shell{padding-top:1.25rem}.alert,.card,.empty,.hero-panel,.hero-stat,.landing-faq-item,.landing-list-item,.landing-nav,.landing-signal,.landing-step,.metric,.onboarding-step,.pricing-card,.search-result,.status-item,.subcard,.watch-item,.workspace-tab{position:relative;overflow:hidden}.card,.hero-panel,.landing-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg,rgba(14,25,18,.98),rgba(7,13,9,.96));border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow),var(--shadow-soft)}.card:after,.hero-panel:after,.landing-nav:after{content:"";position:absolute;left:1rem;right:1rem;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(242,179,91,.55),transparent);opacity:.7}.landing-nav{display:grid;grid-template-columns:minmax(8.5rem,9rem) minmax(8.5rem,1fr) max-content;grid-template-areas:"copy center actions";align-items:center;grid-gap:clamp(.9rem,1.7vw,1.6rem);gap:clamp(.9rem,1.7vw,1.6rem);margin-bottom:1rem;padding:1rem 1.2rem;animation:rise-in .42s ease both}.landing-nav-copy{grid-area:copy;display:grid;grid-gap:.3rem;gap:.3rem;align-content:center;max-width:min(100%,9rem);min-width:0}.landing-nav-copy .eyebrow,.landing-nav-copy .subtle{margin:0}.landing-nav-copy .eyebrow{display:grid;grid-gap:.08rem;gap:.08rem;width:-moz-fit-content;width:fit-content;max-width:100%;justify-items:start;padding:.7rem 1rem;line-height:1.3}.landing-nav-eyebrow span{display:block}.landing-nav-center{grid-area:center;min-width:max-content;justify-self:center}.brand-lockup.landing-nav-center{transform:translateY(-.25rem)}.brand-lockup,.session-bar-center{display:grid;place-items:center;grid-gap:.3rem;gap:.3rem;justify-self:center;min-width:3rem;align-self:start;transform:translateY(-.45rem)}.brand-lockup-logo,.session-logo{display:block;width:4.15rem;height:auto;flex-shrink:0}.brand-lockup-label,.session-logo-label{color:var(--accent-strong);font-size:.88rem;text-transform:uppercase;line-height:1;text-align:center}.brand-lockup-label,.brand-mark,.session-logo-label{font-family:var(--font-display),sans-serif;font-weight:700;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:12px;border:1px solid rgba(242,179,91,.45);background:radial-gradient(circle at 30% 30%,rgba(255,209,137,.22),transparent 38%),linear-gradient(180deg,rgba(17,31,21,.98),rgba(6,10,7,.98));color:var(--accent-strong);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 24px rgba(242,179,91,.12)}.landing-cta-row,.landing-nav-actions{display:flex;gap:.75rem;flex-wrap:wrap}.landing-nav-actions{grid-area:actions;justify-self:stretch;flex-direction:column;align-items:flex-end;justify-content:flex-end}.landing-hero>:first-child{animation:rise-in .56s ease both}.landing-hero>:last-child{animation:rise-in .68s ease both}.landing-copy{display:grid;grid-gap:1.25rem;gap:1.25rem}.hero.landing-hero{align-items:start;grid-template-columns:1fr;gap:1rem}.landing-hero-panel{display:grid;grid-gap:1.25rem;gap:1.25rem;padding:1.5rem}.landing-hero-top{display:block}@media (max-width:1180px) and (min-width:981px){.landing-nav{gap:.75rem;padding:.95rem 1rem}}.landing-hero-copy{grid-area:copy;width:min(100%,52rem);margin-inline:auto}.landing-hero-copy h1{text-align:center}.landing-nav-embedded{margin-bottom:0;align-self:start}.landing-hero-support{display:grid;grid-template-columns:minmax(320px,390px) minmax(300px,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start;padding-top:1.25rem;border-top:1px solid rgba(242,242,236,.12)}.landing-hero-side{display:grid;grid-gap:1.45rem;gap:1.45rem;align-content:start}.landing-auth-card{align-content:start;width:100%;justify-self:stretch}.landing-auth-card .auth-header{margin-bottom:1rem}.landing-pricing-grid,.landing-signal-grid,.landing-steps,.metrics{display:grid;grid-gap:.9rem;gap:.9rem}.landing-signal-grid,.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-hero-details{display:grid;align-content:start}.landing-hero-helper-list{margin-top:0;gap:1.15rem}.landing-hero-helper-list li{gap:.45rem;padding:.15rem 0 .15rem 1.25rem}.landing-hero-helper-list li strong{font-size:clamp(1.02rem,.96rem + .34vw,1.2rem);line-height:1.28}.landing-hero-helper-list .subtle{font-size:1rem;line-height:1.72}.landing-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.alert,.empty,.hero-stat,.landing-faq-item,.landing-list-item,.landing-signal,.landing-step,.metric,.onboarding-step,.pricing-card,.search-result,.status-item,.subcard,.watch-item,.workspace-tab{border:1px solid rgba(163,189,152,.14);border-radius:14px;background:linear-gradient(180deg,rgba(18,31,22,.96),rgba(10,17,13,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.hero-stat strong,.landing-signal strong,.metric strong{font-size:1.05rem;color:var(--accent-strong)}.landing-signal{display:grid;grid-gap:.45rem;gap:.45rem;align-content:start;padding:.9rem .95rem}.landing-signal p{margin:0}.landing-proof{align-content:start;background:radial-gradient(circle at top right,rgba(159,241,178,.15),transparent 34%),radial-gradient(circle at bottom left,rgba(242,179,91,.12),transparent 38%),linear-gradient(180deg,rgba(8,14,10,.98),rgba(3,6,4,.98))}.landing-proof .subtle{color:rgba(237,246,226,.72)}.landing-proof-card{display:grid;grid-gap:.45rem;gap:.45rem;padding:1rem 1.05rem;border-radius:14px;border:1px solid rgba(242,179,91,.18);background:rgba(255,255,255,.03)}.landing-proof-card strong{font-family:var(--font-display),sans-serif;font-size:1.1rem;line-height:1.2}.accent-card{background:radial-gradient(circle at top right,rgba(242,179,91,.22),transparent 38%),linear-gradient(180deg,rgba(28,23,14,.96),rgba(14,18,12,.96))}.landing-duo,.landing-final-grid,.landing-pricing,.landing-process{margin-top:1.5rem}.landing-section-header{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:1rem}.alerts,.auth-form,.helper-list,.landing-faq-list,.landing-list,.onboarding-checklist,.pilot-form,.stack,.status-stack{display:grid;grid-gap:.85rem;gap:.85rem}.landing-faq-item,.landing-list-item,.landing-step,.pricing-card{padding:1rem 1.05rem}.pricing-card{display:grid;grid-gap:.95rem;gap:.95rem;align-content:start}.card h2,.company-name,.empty-with-action strong,.landing-faq-item h3,.landing-list-item strong,.landing-step h3,.pricing-card-header h3,.session-title,.status-item strong{font-family:var(--font-display),sans-serif}.company-name,.landing-faq-item h3,.landing-step h3,.pricing-card-header h3{margin:0;font-size:1.05rem}.hero p,.landing-faq-item p,.landing-note,.landing-step p,.pricing-audience,.status-item p{margin:0}.landing-inline-copy{margin:0;line-height:1.6}.landing-step-index,.step-index{display:inline-flex;align-items:center;justify-content:center;min-width:2.15rem;height:2.15rem;padding:0 .55rem;border-radius:999px;border:1px solid rgba(242,179,91,.24);background:rgba(242,179,91,.1);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.landing-helper-list{margin-top:1rem}.onboarding-step-complete,.pricing-card-featured,.workspace-tab-highlight{border-color:rgba(242,179,91,.28);background:radial-gradient(circle at top right,rgba(242,179,91,.16),transparent 36%),linear-gradient(180deg,rgba(28,23,14,.96),rgba(12,16,11,.94))}.pricing-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.pricing-badge{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;border:1px solid rgba(242,179,91,.24);background:rgba(242,179,91,.1);color:var(--accent-strong);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pricing-features{display:grid;grid-gap:.65rem;gap:.65rem;padding:0;margin:0;list-style:none}.pricing-features li{position:relative;padding-left:1rem}.pricing-features li:before{content:">";position:absolute;left:0;top:0;color:var(--accent-strong)}.pilot-form textarea{min-height:128px;resize:vertical}.landing-pilot-card{display:flex;flex-direction:column;gap:1rem}.landing-pilot-card .landing-section-header{margin-bottom:0}.landing-pilot-card .landing-list,.landing-pilot-card .pilot-form{margin:0}.pilot-support-actions{margin-top:auto;display:grid;grid-gap:.9rem;gap:.9rem;padding-top:1rem;border-top:1px solid rgba(242,242,236,.12)}.pilot-support-actions .button{width:100%}.error-banner,.success-banner{margin-top:1rem;padding:.9rem 1rem;border-radius:12px;border:1px solid}.success-banner{background:rgba(159,241,178,.08);color:var(--success);border-color:rgba(159,241,178,.16)}.error-banner{background:rgba(255,139,115,.08);color:var(--danger);border-color:rgba(255,139,115,.14)}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:stretch;margin-bottom:1.5rem}.card,.hero-copy{padding:1.5rem}.hero-copy,.hero-side{display:grid;grid-gap:1rem;gap:1rem}.hero-side{padding:1.5rem}.button,.eyebrow,.pill,.text-button,code.inline{letter-spacing:.08em;text-transform:uppercase}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;padding:.42rem .72rem;border-radius:999px;border:1px solid rgba(242,179,91,.24);background:rgba(242,179,91,.08);color:var(--accent-strong);font-size:.72rem;font-weight:700}.hero h1{margin:0;font-family:var(--font-display),sans-serif;font-size:clamp(2.15rem,4.8vw,4.6rem);line-height:.96;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 0 26px rgba(242,179,91,.1)}.hero p{max-width:58ch;color:var(--muted);font-size:.98rem;line-height:1.75}.hero-stat{padding:1rem 1.05rem}.hero-stat strong{display:block;margin-top:.35rem;font-size:1.4rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.support-shell,.verification-shell{padding-top:1.25rem}.verification-page-grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.verification-filters-card,.verification-items,.verification-results-card,.verification-side-stack{display:grid;grid-gap:1rem;gap:1rem}.verification-detail-grid,.verification-filter-grid,.verification-summary-grid{display:grid;grid-gap:.85rem;gap:.85rem}.verification-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.verification-filter-grid{grid-template-columns:1fr}.verification-filter-grid label,.verification-search-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.verification-filter-grid input,.verification-filter-grid select{width:100%;min-width:0}.verification-filter-actions{display:flex;justify-content:flex-end}.verification-results-header{align-items:flex-start}.verification-company-groups,.verification-company-items{display:grid;grid-gap:1rem;gap:1rem}.verification-company-group{gap:1rem}.verification-company-summary,.verification-company-summary-badges,.verification-company-summary-side{display:flex;gap:.75rem}.verification-company-summary{align-items:flex-start;justify-content:space-between;cursor:pointer;list-style:none}.verification-company-summary::-webkit-details-marker{display:none}.verification-company-summary::marker{content:""}.verification-company-summary-main{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.verification-company-summary-main strong{font-family:var(--font-display),sans-serif;font-size:1.08rem;letter-spacing:.04em;text-transform:uppercase}.verification-company-summary-main .subtle,.verification-company-summary-main strong{margin:0}.verification-company-summary-side{align-items:flex-start;flex-shrink:0}.verification-company-summary-badges,.verification-company-summary-side{justify-content:flex-end;flex-wrap:wrap}.verification-company-summary-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(163,189,152,.16);background:rgba(255,255,255,.03);color:var(--ink)}.verification-company-summary-toggle:before{content:"+";font-size:1rem;line-height:1}.verification-company-group[open] .verification-company-summary-toggle:before{content:"-"}.verification-company-summary-meta{margin-top:0;align-items:center}.verification-company-scroll{max-height:min(68vh,44rem);overflow-y:auto;overscroll-behavior:contain;padding-right:.25rem;scrollbar-gutter:stable}.verification-item{gap:.9rem}.verification-badges,.verification-item-top{display:flex;gap:.75rem;flex-wrap:wrap}.verification-item-top{align-items:flex-start;justify-content:space-between}.verification-item-main{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0}.verification-item-main h2{margin:0;font-family:var(--font-display),sans-serif;font-size:1.08rem;letter-spacing:.04em;text-transform:uppercase}.verification-item-meta{margin-top:0}.verification-detail-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.verification-fact-card{height:100%}.verification-fact-card .eyebrow{width:-moz-fit-content;width:fit-content}.verification-inline-link{color:inherit;text-decoration:underline;text-underline-offset:.18em}.verification-inline-link:hover{text-decoration-thickness:2px}.verification-company-facts,.verification-obligation-grid,.verification-role-grid{display:grid;grid-gap:.85rem;gap:.85rem}.verification-company-facts{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.verification-obligation-card,.verification-person-card,.verification-role-card{display:grid;grid-gap:.85rem;gap:.85rem}.verification-person-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.verification-role-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.verification-obligation-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.verification-note{margin:0}.verification-readonly-note{margin:0 0 1rem}.verification-activity-list,.verification-activity-section{display:grid;grid-gap:1rem;gap:1rem}.verification-activity-section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(118,61,18,.12)}.verification-activity-item{display:grid;grid-gap:.35rem;gap:.35rem}.verification-activity-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.verification-open-blockers,.verification-workflow-grid{display:grid;grid-gap:.75rem;gap:.75rem}.verification-workflow-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:end}.verification-form-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.verification-form-field-full{grid-column:1/-1}.verification-open-blocker{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem .95rem;border:1px solid rgba(118,61,18,.18);background:rgba(255,248,238,.75);border-radius:1rem}.verification-open-blocker-copy{display:grid;grid-gap:.2rem;gap:.2rem}.verification-role-actions{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(163,189,152,.12)}.verification-role-correction{display:grid;grid-gap:.2rem;gap:.2rem;margin-top:.85rem;padding:.8rem .9rem;border:1px solid rgba(163,189,152,.14);background:rgba(255,255,255,.03);border-radius:.95rem}.verification-role-actions-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;grid-gap:.75rem;gap:.75rem;align-items:end}.verification-role-actions-row .verification-form-field{min-width:0}.verification-role-actions-row select{width:100%;min-width:0}@media (max-width:980px){.verification-page-grid{grid-template-columns:1fr}.verification-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.verification-company-summary{flex-direction:column}.verification-company-summary-badges,.verification-company-summary-side{width:100%;justify-content:flex-start}.verification-open-blocker{flex-direction:column}.verification-role-actions-row{grid-template-columns:1fr}.verification-activity-top{flex-direction:column}}.support-page-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.support-page-top .brand-lockup{transform:none;align-self:center;justify-self:end;min-width:clamp(10rem,18vw,12.5rem)}.support-page-top .brand-lockup-logo{width:clamp(9.75rem,18vw,12.5rem)}.support-page-grid{align-items:start}.support-form-card,.support-page-side{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.support-page-title{margin:0;font-family:var(--font-display),sans-serif;font-size:clamp(1.9rem,4vw,3.2rem);line-height:.96;letter-spacing:-.03em;text-wrap:balance}.card h2{margin:0;font-size:1.15rem;letter-spacing:.04em}.card h2,.session-title{text-transform:uppercase}.session-title{margin:.65rem 0 0;font-size:1.45rem;letter-spacing:.03em}.auth-support-row,.auth-switch,.card-header,.company-row,.invite-actions,.invite-form,.invite-link-row,.landing-cta-row,.landing-nav-actions,.onboarding-step-top,.search-form,.session-actions,.session-bar,.status-item-header,.workspace-tab{display:flex}.card-header,.company-row,.onboarding-step-top,.session-bar,.status-item-header{align-items:flex-start;justify-content:space-between;gap:1rem}.onboarding-step-top{align-items:flex-start;justify-content:flex-start;gap:1rem}.onboarding-step-top>div{display:grid;grid-gap:.35rem;gap:.35rem;flex:1 1;min-width:0}.session-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"brand center actions";align-items:center;grid-gap:1rem;gap:1rem;margin-bottom:1.25rem;padding:1.05rem 1.25rem}.session-brand{grid-area:brand;display:grid;align-content:center;min-width:0}.session-brand-copy{min-width:0}.session-bar-center{grid-area:center}.auth-switch,.invite-actions,.invite-form,.invite-link-row,.landing-cta-row,.landing-nav-actions,.search-form,.session-actions{gap:.75rem}.invite-actions,.session-actions{align-items:flex-end}.session-actions{grid-area:actions;justify-self:end;justify-content:flex-end}.session-actions-stack{display:grid;grid-gap:.75rem;gap:.75rem}.billing-session-actions{flex-wrap:wrap}.session-actions-secondary-row{flex-basis:100%;display:flex;justify-content:flex-end}.company-meta,.invite-actions,.landing-cta-row,.landing-nav-actions,.session-meta,.status-meta{flex-wrap:wrap}.subtle{font-size:.92rem;line-height:1.65}.search-form{margin:1rem 0 1.25rem}.search-form input{flex:1 1}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(163,189,152,.2);border-radius:10px;padding:.9rem 1.1rem;cursor:pointer;font-size:.8rem;font-weight:700;line-height:1.2;transition:transform .12s ease,opacity .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button-primary{border-color:rgba(255,209,137,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.button-primary:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.button-secondary{background:linear-gradient(180deg,rgba(17,30,21,.98),rgba(8,14,10,.98));color:var(--ink)}.button-danger{background:rgba(255,139,115,.08);color:var(--danger);border-color:rgba(255,139,115,.22)}.button-danger:hover,.button-secondary:hover{border-color:rgba(242,179,91,.26)}.search-result,.watch-item{padding:1rem}.watch-item{display:grid;grid-gap:1rem;gap:1rem;align-content:start;overflow:visible}.watch-item>*{min-width:0}.company-row{align-items:flex-start}.watch-item .company-row>:first-child{min-width:0;flex:1 1}.watch-item .company-meta{margin-top:.7rem}.company-name{font-size:1.05rem}.company-meta,.session-meta,.status-meta{display:flex;flex-wrap:wrap;gap:.5rem}.session-meta{margin-top:.75rem}.session-bar .subtle{margin:0}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .68rem;border-radius:999px;border:1px solid rgba(163,189,152,.16);background:rgba(255,255,255,.03);font-size:.7rem}.pill-success{border-color:rgba(159,241,178,.28);background:rgba(159,241,178,.12);color:var(--success)}.pill-warning{border-color:rgba(242,179,91,.2);background:rgba(242,179,91,.08)}.pill-danger{border-color:rgba(255,139,115,.22);background:rgba(255,139,115,.08);color:var(--danger)}.metrics{margin-top:1rem}.watch-item .change-disclosure,.watch-item .empty,.watch-item .metrics{margin-top:0}.metric{padding:.85rem}.metric span{display:block;color:var(--muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.metric strong{display:block;margin-top:.38rem}.alerts{margin-top:1rem}.alert{padding:.8rem .9rem;font-size:.88rem;background:rgba(242,179,91,.08);border-color:rgba(242,179,91,.16)}.alert-read{background:rgba(255,255,255,.04);border-color:rgba(242,242,236,.16)}.alert-actions,.alert-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.alert-actions{margin-top:.6rem}.alert-action-buttons,.alert-status-pills{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.alert-action-buttons,.alert-status-pills{justify-content:flex-end}.alert-assignment-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:clamp(11rem,24vw,14rem)}.alert-assignment-meta{display:block;margin-top:.5rem}.alert strong{display:block;margin-bottom:.2rem}.empty{padding:1rem;border-style:dashed;color:var(--muted);background:rgba(255,255,255,.02)}.empty-with-action{display:grid;grid-gap:.75rem;gap:.75rem;align-items:start}.organization-switch{display:grid;grid-gap:.35rem;gap:.35rem;min-width:240px}.invite-action-card,.workspace-launch-grid,.workspace-tabs{margin-bottom:1.5rem}.workspace-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.workspace-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 1.05rem;text-align:left;cursor:pointer;display:grid;grid-gap:.25rem;gap:.25rem;color:var(--ink)}.workspace-tab strong{font-family:var(--font-display),sans-serif;font-size:.96rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard-panel{align-content:start}.dashboard-panel,.watchlist-manager-card{display:grid;grid-gap:1rem;gap:1rem}.watchlist-manager-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:.85rem;gap:.85rem;align-items:start}.watchlist-create-group,.watchlist-select-group{display:grid;grid-gap:.45rem;gap:.45rem}.watchlist-create-group{align-content:start}.watchlist-select-group select{width:100%}.watchlist-create-form{display:grid;grid-template-columns:minmax(0,1fr) clamp(11rem,20vw,12.5rem);grid-gap:.75rem;gap:.75rem;align-items:start}.watchlist-create-form .button{width:100%}.watchlist-create-note{display:grid;grid-gap:.65rem;gap:.65rem;align-content:start}.watchlist-create-note .button{justify-self:start}.watchlist-organization-bar,.watchlist-organization-note,.watchlist-search-bar{display:grid;grid-gap:.85rem;gap:.85rem}.watchlist-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.watchlist-filter-group{display:grid;grid-gap:.4rem;gap:.4rem}.company-tag-list,.metadata-action-row,.watchlist-filter-actions{display:flex;flex-wrap:wrap;gap:.75rem}.metadata-action-row,.watchlist-filter-actions{align-items:center;justify-content:space-between}.saved-view-panel{display:grid;grid-gap:.85rem;gap:.85rem;padding-top:.9rem;border-top:1px solid rgba(242,242,236,.14)}.saved-view-card,.saved-view-form,.saved-view-header{display:grid;grid-gap:.75rem;gap:.75rem}.saved-view-header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.saved-view-list{display:grid;grid-gap:.65rem;gap:.65rem}.saved-view-card{grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:.85rem .95rem;border:1px solid rgba(242,242,236,.16);background:rgba(255,255,255,.02)}.saved-view-card-active{border-color:rgba(159,241,178,.24);background:rgba(159,241,178,.06)}.saved-view-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--ink);padding:0;cursor:pointer;text-align:left;display:grid;grid-gap:.25rem;gap:.25rem}.saved-view-button strong{font-size:.95rem}.saved-view-delete{justify-self:end}.saved-view-form{grid-template-columns:minmax(0,1fr) clamp(11rem,20vw,12.5rem);align-items:start}.saved-view-form .button{width:100%}.company-tag-list{margin-top:.8rem}.company-note-preview{margin:.8rem 0 0;white-space:pre-line}.metadata-disclosure{margin-top:0}.metadata-disclosure-summary{align-items:flex-start}.metadata-editor{display:grid;grid-gap:.85rem;gap:.85rem;padding:0 .95rem .95rem}.metadata-editor label{display:grid;grid-gap:.4rem;gap:.4rem}.metadata-editor textarea{min-height:7rem;resize:vertical}.metadata-action-row .button{flex-shrink:0}.panel-header{display:grid;grid-template-columns:minmax(0,1fr) clamp(11rem,20vw,12.5rem);align-items:start}.panel-action-rail{display:grid;grid-template-columns:1fr;align-content:start;justify-items:stretch}.panel-action-rail .button,.panel-action-rail .pill{width:100%;justify-content:center}.batch-add-card{gap:.85rem}.batch-add-header{display:grid;grid-gap:.45rem;gap:.45rem}.batch-import-row,.batch-queue-grid{display:grid;grid-template-columns:minmax(0,1fr) clamp(11rem,20vw,12.5rem);grid-gap:.85rem;gap:.85rem;align-items:start}.batch-import-meta{min-height:1.2rem;display:grid;align-content:center}.batch-import-row .button{width:100%}.batch-action-rail,.batch-stat-grid{display:grid;grid-gap:.85rem;gap:.85rem}.batch-stat-grid .pill,.batch-stat-grid .pill-danger,.batch-stat-grid .pill-success,.batch-stat-grid .pill-warning{width:100%;justify-content:center}.batch-action-rail .button{width:100%}.batch-add-card textarea{min-height:11rem;resize:vertical}.workspace-tab .subtle{color:var(--muted)}.workspace-tab:hover{transform:translateY(-1px);border-color:rgba(242,179,91,.26)}.card-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-end}.watchlist-search-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.dashboard-secondary-column{min-width:0;align-content:start}.dashboard-secondary-column>*{min-width:0}.billing-page-grid,.dashboard-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.dashboard-support-grid-single{grid-template-columns:minmax(0,1fr)}.billing-page-grid>*,.billing-plan-grid>*,.dashboard-support-grid>*{min-width:0}.billing-preview-card{gap:.45rem}.billing-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;margin-top:1rem}.billing-plan-card{display:grid;grid-gap:.9rem;gap:.9rem;align-content:start}.billing-plan-metrics{margin-top:0;grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-overview-card{gap:1rem}.dashboard-shell .dashboard-panel .card-header h2,.dashboard-shell .watchlist-manager-card .card-header h2,.dashboard-shell .workspace-overview-card .card-header h2{color:var(--dashboard-title)}.metric-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;color:var(--ink);cursor:pointer;border-radius:0;border-color:rgba(242,242,236,.14);background:linear-gradient(180deg,rgba(10,10,10,.98),rgba(2,2,2,.98));box-shadow:none;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease}.metric-button:hover{transform:translateY(-1px);border-color:rgba(242,242,236,.24)}.metric-button-active{border-color:rgba(242,242,236,.22);background:linear-gradient(180deg,rgba(12,12,12,.99),rgba(4,4,4,.99))}.metric-button-highlight{border-color:rgba(225,176,98,.32);background:linear-gradient(180deg,rgba(29,21,8,.98),rgba(14,10,4,.98))}.metric-button-highlight.metric-button-active,.metric-button-highlight:hover{border-color:rgba(255,209,137,.42)}.metric-button-highlight .metric-note,.metric-button-highlight strong{color:var(--accent-strong)}.metric-note{display:block;margin-top:.55rem;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quick-look-headline{margin:.45rem 0 .35rem;font-family:var(--font-display),monospace;font-size:clamp(1rem,2vw,1.32rem);line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}.workspace-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-look-change-panel{display:grid;grid-gap:1rem;gap:1rem;padding:1rem;border:1px solid rgba(242,242,236,.14);border-radius:0;background:linear-gradient(180deg,rgba(10,10,10,.99),rgba(2,2,2,.99))}.quick-look-change-panel-header{display:grid;grid-template-columns:minmax(0,1fr) clamp(11rem,20vw,13rem);align-items:end;grid-gap:1rem;gap:1rem}.quick-look-change-panel-header>div{display:grid;grid-gap:.3rem;gap:.3rem;min-width:0}.quick-look-change-panel-header strong{font-family:var(--font-display),sans-serif;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.quick-look-sort-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.quick-look-sort-field select{width:100%;border-radius:0;border-color:rgba(242,242,236,.16);background:linear-gradient(180deg,rgba(6,6,6,.99),rgba(0,0,0,.99))}.quick-look-change-item,.quick-look-change-list{display:grid;grid-gap:.85rem;gap:.85rem}.quick-look-change-item{padding:1rem;border:1px solid rgba(242,242,236,.12);border-radius:0;background:linear-gradient(180deg,rgba(8,8,8,.98),rgba(1,1,1,.98));box-shadow:none}.quick-look-change-item .pill-warning{border-color:rgba(242,242,236,.16);background:rgba(255,255,255,.03);color:var(--ink)}.quick-look-change-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.quick-look-company-meta{margin-top:.7rem}.quick-look-alerts{margin-top:0}.search-results-list{min-width:0;max-height:min(48vh,34rem)}.panel-scroll{max-height:min(72vh,1200px);overflow-y:auto;overflow-x:hidden;padding-right:.4rem}.watchlist-company-scroll{max-height:min(76vh,84rem);padding:.45rem .55rem .75rem 0;border-top:1px solid rgba(82,123,235,.18);scrollbar-gutter:stable both-edges;position:relative}.watchlist-company-scroll:after,.watchlist-company-scroll:before{content:"";position:-webkit-sticky;position:sticky;left:0;right:0;display:block;height:1rem;pointer-events:none;z-index:2}.watchlist-company-scroll:before{top:0;margin-bottom:-1rem;background:linear-gradient(180deg,rgba(7,7,7,.98),rgba(7,7,7,0))}.watchlist-company-scroll:after{bottom:0;margin-top:-1rem;background:linear-gradient(180deg,rgba(7,7,7,0),rgba(7,7,7,.98))}.watchlist-company-scroll>.watch-item{position:relative;border-color:rgba(82,123,235,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.02),0 0 0 1px rgba(82,123,235,.04)}.watchlist-company-scroll>.watch-item+.watch-item{margin-top:.15rem}.sync-activity-list{max-height:min(56vh,42rem)}.change-disclosure{margin-top:1rem;border:1px solid rgba(242,242,236,.2);background:linear-gradient(180deg,rgba(8,8,8,.99),rgba(3,3,3,.98))}.change-disclosure-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .95rem;cursor:pointer;list-style:none}.change-disclosure-summary::-webkit-details-marker{display:none}.change-disclosure-summary:after{content:"Open";color:var(--accent-strong);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.change-disclosure[open] .change-disclosure-summary:after{content:"Hide"}.change-disclosure[open]{border-color:rgba(242,179,91,.22)}.change-disclosure .alerts{margin-top:0;padding:0 .95rem .95rem}.panel-collapsed-note{min-height:7rem;display:grid;align-content:center}.auth-card,.onboarding-card,.operations-card{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.onboarding-step,.status-item{gap:.75rem;padding:1rem 1.05rem}.onboarding-step-top p,.status-item p{margin:.25rem 0 0}.step-index-complete{border-color:rgba(159,241,178,.22);background:rgba(159,241,178,.08);color:var(--success)}.next-step-card,.status-note{gap:.65rem}.auth-grid{align-items:start}.auth-header{margin-bottom:1.25rem}.auth-support-row{justify-content:space-between;gap:.75rem;margin-top:.9rem}.auth-support-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.auth-inline-message,.auth-switch,.invite-link-card,.invite-preview,.landing-note{margin-top:1rem}.account-settings-card{margin-bottom:1.5rem}.account-settings-card,.account-settings-form,.account-settings-grid{display:grid;grid-gap:1rem;gap:1rem}.account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-field{display:grid;grid-gap:.35rem;gap:.35rem}.account-field-full{grid-column:1/-1}.toggle-field{display:flex;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(163,189,152,.18);background:linear-gradient(180deg,rgba(17,30,21,.78),rgba(9,16,11,.92))}.toggle-field input[type=checkbox]{margin-top:.2rem;width:1rem;height:1rem;accent-color:var(--accent)}.toggle-copy{display:grid;grid-gap:.3rem;gap:.3rem}.account-settings-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.account-inline-message,.account-security-note,.auth-verification-card{margin-top:0}.text-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--accent-strong);cursor:pointer;padding:0;font-weight:700}.text-button:disabled{opacity:.55;cursor:wait}.invite-actions{justify-content:flex-end}.subcard{grid-gap:.5rem;gap:.5rem;padding:.9rem 1rem}.subcard,.subcard-copy{display:grid;align-content:start}.subcard-copy{grid-gap:.35rem;gap:.35rem}.billing-preview-card,.next-step-card{gap:.65rem}.next-step-card .button{justify-self:start}.billing-preview-card .subtle,.billing-preview-card strong,.next-step-card .subtle,.next-step-card strong,.subcard-copy .subtle,.subcard-copy strong{margin:0}.auth-switch{justify-content:space-between;gap:.75rem}.auth-switch-button{padding-inline:.9rem}.helper-list{padding:0;margin:0;list-style:none}.helper-list li{display:grid;grid-gap:.15rem;gap:.15rem;padding-left:1rem;border-left:2px solid rgba(242,179,91,.22)}code.inline{font-family:var(--font-body),sans-serif;padding:.18rem .45rem;border-radius:999px;border:1px solid rgba(242,179,91,.18);background:rgba(242,179,91,.08);font-size:.72rem}:root{--bg:#020202;--bg-strong:#000000;--surface:rgba(4,4,4,0.96);--surface-strong:rgba(7,7,7,0.985);--surface-muted:rgba(10,10,10,0.96);--ink:#f2f2ec;--muted:#aaaaa4;--line:rgba(242,242,236,0.24);--accent:#c79242;--accent-strong:#e1b062;--accent-soft:rgba(225,176,98,0.08);--success:#95d6a4;--warning:#d0a154;--danger:#f08b73;--glow-amber:rgba(225,176,98,0.08);--glow-green:rgba(149,214,164,0.12);--shadow:none;--shadow-soft:none}body{background:linear-gradient(180deg,#050505,#010101 55%,#000000)}body:before{background:repeating-linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.018) 1px,transparent 0,transparent 3px),repeating-linear-gradient(90deg,rgba(225,176,98,.012),rgba(225,176,98,.012) 1px,transparent 0,transparent 88px);opacity:.24}body:after{background:radial-gradient(circle at 50% -20%,rgba(225,176,98,.08),transparent 28%),linear-gradient(180deg,transparent 62%,rgba(0,0,0,.6))}a:hover{color:var(--accent-strong)}.alert,.brand-mark,.button,.card,.empty,.error-banner,.eyebrow,.hero-panel,.hero-stat,.landing-faq-item,.landing-list-item,.landing-nav,.landing-proof-card,.landing-signal,.landing-step,.landing-step-index,.metric,.onboarding-step,.pill,.pricing-badge,.pricing-card,.readonly-input,.search-result,.status-item,.step-index,.subcard,.success-banner,.watch-item,.workspace-tab,::-webkit-scrollbar-thumb,code.inline,input,select,textarea{border-radius:0}.readonly-input,input,select,textarea{border-color:rgba(242,242,236,.22);background:linear-gradient(180deg,rgba(5,5,5,.99),rgba(2,2,2,.98));box-shadow:none}input::placeholder,textarea::placeholder{color:rgba(170,170,164,.72)}.readonly-input:focus,a:focus-visible,button:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{box-shadow:0 0 0 1px rgba(225,176,98,.45);border-color:rgba(225,176,98,.55)}.card,.hero-panel,.landing-nav{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(180deg,rgba(7,7,7,.99),rgba(2,2,2,.99));box-shadow:none;border-color:rgba(242,242,236,.24)}.card:after,.hero-panel:after,.landing-nav:after{left:0;right:0;background:linear-gradient(90deg,transparent,rgba(225,176,98,.26),transparent);opacity:.55}.alert,.empty,.hero-stat,.landing-faq-item,.landing-list-item,.landing-proof-card,.landing-signal,.landing-step,.metric,.onboarding-step,.pricing-card,.search-result,.status-item,.subcard,.watch-item,.workspace-tab{background:linear-gradient(180deg,rgba(8,8,8,.99),rgba(3,3,3,.98));border-color:rgba(242,242,236,.2);box-shadow:none}.accent-card,.landing-proof,.pricing-card-featured{background:linear-gradient(180deg,rgba(14,11,8,.99),rgba(3,3,3,.98));border-color:rgba(225,176,98,.2)}.onboarding-step-complete,.workspace-tab-highlight{background:linear-gradient(180deg,rgba(8,12,8,.99),rgba(3,5,3,.98));border-color:rgba(149,214,164,.24)}.onboarding-step-complete strong,.workspace-tab-highlight strong{color:var(--success)}.onboarding-step-complete .subtle,.workspace-tab-highlight .subtle{color:rgba(149,214,164,.78)}.landing-proof .subtle{color:rgba(242,242,236,.7)}.brand-mark{background:linear-gradient(180deg,rgba(7,7,7,1),rgba(2,2,2,1));border-color:rgba(225,176,98,.3);box-shadow:none}.hero h1{text-shadow:none}.company-name,.hero-stat strong,.landing-faq-item h3,.landing-signal strong,.landing-step h3,.metric strong,.pricing-card-header h3,.session-title{color:var(--ink)}.subtle{color:var(--muted)}.dashboard-primary-grid{grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);align-items:start}.dashboard-primary-grid>*{min-width:0}.dashboard-side-stack{align-content:start}.section-spacer{margin-top:1.5rem}.action-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.eyebrow,.pricing-badge{border-color:rgba(225,176,98,.2)}.eyebrow,.landing-step-index,.pricing-badge,.step-index{background:rgba(225,176,98,.07);color:var(--accent-strong)}.landing-step-index,.step-index{border-color:rgba(225,176,98,.18)}.pill-success,.step-index-complete,.success-banner{background:rgba(149,214,164,.11);border-color:rgba(149,214,164,.32);color:var(--success)}.pill{background:rgba(255,255,255,.02);border-color:rgba(242,242,236,.12);color:var(--muted)}.pill-warning{background:rgba(225,176,98,.08);border-color:rgba(225,176,98,.18);color:var(--warning)}.button-danger,.error-banner,.pill-danger{background:rgba(240,139,115,.06);border-color:rgba(240,139,115,.18);color:var(--danger)}.button{transition:border-color .12s ease,background .12s ease,color .12s ease,opacity .12s ease}.button:hover,.workspace-tab:hover{transform:none}.button-primary{background:linear-gradient(180deg,rgba(29,21,8,.98),rgba(14,10,4,.98));color:var(--accent-strong);border-color:rgba(225,176,98,.34);box-shadow:none}.button-primary:hover{background:linear-gradient(180deg,rgba(41,29,11,.98),rgba(19,14,6,.98));box-shadow:none}.button-secondary{background:linear-gradient(180deg,rgba(6,6,6,1),rgba(2,2,2,1));border-color:rgba(242,242,236,.14)}.button-danger:hover,.button-secondary:hover,.workspace-tab:hover{border-color:rgba(225,176,98,.24)}code.inline{background:rgba(225,176,98,.06);border-color:rgba(225,176,98,.16);color:var(--accent-strong)}html{--scrollbar-track:#eaf0ff;--scrollbar-thumb:#527beb;--scrollbar-thumb-hover:#527beb;--scrollbar-thumb-border:#eaf0ff;--scrollbar-thumb-border-width:3px;--scrollbar-thumb-radius:999px;--scrollbar-size:14px;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}body:has(.dashboard-shell),html:has(.dashboard-shell){--scrollbar-track:#eaf0ff;--scrollbar-thumb:#527beb;--scrollbar-thumb-hover:#527beb;--scrollbar-thumb-border:#eaf0ff;--scrollbar-thumb-border-width:3px;--scrollbar-thumb-radius:999px;--scrollbar-size:14px;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.dashboard-shell{--scrollbar-track:#eaf0ff;--scrollbar-thumb:#527beb;--scrollbar-thumb-hover:#527beb;--scrollbar-thumb-border:#eaf0ff;--scrollbar-thumb-border-width:3px;--scrollbar-thumb-radius:999px;--scrollbar-size:14px}.dashboard-shell .session-bar{gap:1.35rem;padding:1.15rem 1.35rem}.dashboard-shell .session-bar .session-bar-center{min-width:clamp(10rem,16vw,12.75rem);align-self:center;transform:translateY(0)}.dashboard-shell .session-bar .session-bar-center .brand-lockup-logo{width:clamp(9.75rem,15vw,12rem)}.billing-shell .session-bar,.verification-shell .session-bar{gap:1.35rem;padding:1.15rem 1.35rem}.billing-shell .session-bar .session-bar-center,.verification-shell .session-bar .session-bar-center{min-width:clamp(7.5rem,13vw,10.75rem);align-self:center;transform:translateY(0)}.billing-shell .session-bar .session-bar-center .brand-lockup-logo,.verification-shell .session-bar .session-bar-center .brand-lockup-logo{width:clamp(7rem,12vw,10rem)}::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{border:var(--scrollbar-thumb-border-width) solid var(--scrollbar-thumb-border);border-radius:var(--scrollbar-thumb-radius);background:var(--scrollbar-thumb);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}@media (max-width:980px){.grid,.hero{grid-template-columns:1fr}.landing-hero-top{display:block}.landing-hero-support{grid-template-columns:1fr;gap:1rem}.landing-nav{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"copy center actions";justify-items:stretch}.landing-nav-copy{justify-items:start}.landing-nav-actions,.session-actions{justify-self:stretch}.landing-nav-center{justify-self:center}.session-bar{grid-template-columns:1fr;grid-template-areas:"center" "brand" "actions";justify-items:stretch}.session-brand{justify-items:start}.brand-lockup{min-width:0;transform:translateY(0)}.brand-lockup-logo,.session-logo{justify-self:center;width:3.6rem}.landing-nav-actions,.session-actions{justify-content:flex-start}.billing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-pricing-grid,.landing-signal-grid,.landing-steps,.metrics,.workspace-tabs{grid-template-columns:1fr}}@media (max-width:840px){.landing-nav{grid-template-columns:1fr;grid-template-areas:"copy" "center" "actions"}.landing-nav-actions,.landing-nav-center{justify-self:stretch}.landing-nav-actions{justify-content:flex-start}}@media (max-width:640px){.entity-watch-assistant,.template-nav-copy{display:none}.shell{width:min(100% - 1rem,100%);padding-top:1rem}.card,.hero-copy,.hero-side,.landing-hero-panel{padding:1.1rem}.auth-support-row,.auth-switch,.card-header,.company-row,.invite-actions,.invite-form,.invite-link-row,.landing-cta-row,.landing-nav,.landing-nav-actions,.search-form,.session-actions,.session-bar,.support-page-top{flex-direction:column}.card-header-actions{width:100%;justify-content:flex-start}.account-settings-grid,.batch-import-row,.batch-queue-grid,.billing-plan-grid,.panel-header,.quick-look-change-panel-header,.saved-view-card,.saved-view-form,.saved-view-header,.watchlist-create-form,.watchlist-filter-grid,.watchlist-manager-grid{grid-template-columns:1fr}.panel-action-rail{width:100%}.verification-filter-grid{grid-template-columns:1fr}.metadata-action-row,.watchlist-filter-actions{flex-direction:column;align-items:stretch}.saved-view-delete{justify-self:start}.auth-switch .button,.batch-action-rail .button,.batch-import-row .button,.company-row .button,.invite-actions .button,.invite-form .button,.invite-link-row .button,.landing-cta-row .button,.landing-nav .button,.metadata-action-row .button,.saved-view-form .button,.search-form .button,.session-bar .button{width:100%}}.landing-proof-grid{display:grid;grid-gap:.9rem;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.public-page-shell{padding-bottom:1.5rem}.public-page-actions,.public-page-topbar,.public-site-footer-links,.public-site-footer-top,.verification-report-actions{display:flex;gap:.75rem;flex-wrap:wrap}.public-page-topbar,.public-site-footer-top{align-items:center;justify-content:space-between}.public-page-topbar{margin-bottom:1.5rem}.public-page-topbar .brand-lockup,.public-site-footer .brand-lockup{transform:none;align-self:center}.public-page-topbar-large-brand{gap:1rem}.public-page-topbar-large-brand .brand-lockup{justify-self:start;align-self:center;min-width:clamp(10rem,18vw,12.5rem)}.public-page-topbar-large-brand .brand-lockup-logo{width:clamp(9.75rem,18vw,12.5rem)}.public-page-topbar-large-brand .public-page-actions{margin-left:auto}.public-page-actions,.public-site-footer-links{justify-content:flex-end}.legal-grid,.public-proof-grid,.public-role-grid,.public-trust-grid,.verification-failure-grid{display:grid;grid-gap:.9rem;gap:.9rem}.public-role-grid,.public-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.legal-grid,.public-proof-grid,.verification-failure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-role-card{display:flex;flex-direction:column;gap:.9rem}.public-role-card .button{margin-top:auto;width:100%}.public-legal-actions{margin-top:1rem}.public-site-footer{margin-top:1.5rem}.public-site-footer-brand{display:grid;grid-gap:.75rem;gap:.75rem}.public-site-footer-actions{display:flex;gap:.75rem;flex-wrap:wrap}.public-site-footer-note{margin:0;max-width:34rem}.editorial-shell{position:relative}.editorial-shell:after,.editorial-shell:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.editorial-shell:before{top:-4rem;right:clamp(-10rem,-6vw,-2rem);width:min(34rem,42vw);aspect-ratio:1;background:radial-gradient(circle,rgba(81,122,235,.17),rgba(81,122,235,0) 72%)}.editorial-shell:after{top:16rem;left:clamp(-12rem,-8vw,-3rem);width:min(26rem,34vw);aspect-ratio:1;background:radial-gradient(circle,rgba(64,156,117,.12),rgba(64,156,117,0) 72%)}.editorial-shell .public-page-shell{position:relative;z-index:1}.editorial-shell .public-page-topbar-editorial{position:relative;overflow:hidden;margin-bottom:1.1rem;padding:1.1rem 1.2rem;border-color:rgba(81,122,235,.22);background:linear-gradient(135deg,rgba(255,255,255,.995),rgba(240,245,255,.97));box-shadow:0 24px 60px rgba(31,45,78,.08)}.editorial-shell .public-page-topbar-editorial:before{content:"";position:absolute;right:-4rem;bottom:-6rem;width:17rem;height:17rem;border-radius:999px;background:radial-gradient(circle,rgba(81,122,235,.22),rgba(81,122,235,0) 70%);pointer-events:none}.editorial-shell .public-page-topbar-editorial>*{position:relative;z-index:1}.editorial-shell .public-page-topbar-editorial .brand-lockup{justify-self:start;align-self:center;transform:none}.editorial-shell .public-page-topbar-editorial .brand-lockup-logo{width:clamp(9rem,19vw,11.75rem)}.editorial-shell .public-page-topbar-editorial .public-page-actions{margin-left:auto;justify-content:flex-end}.editorial-shell .public-page-topbar-editorial .button{min-height:3rem;padding-inline:1.05rem}.editorial-shell .legal-hero-card{position:relative;overflow:hidden;padding:clamp(1.4rem,2.8vw,1.9rem);border-color:rgba(81,122,235,.22);background:linear-gradient(140deg,rgba(255,255,255,.995),rgba(247,250,255,.98) 52%,rgba(239,244,255,.98)),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,255,.98));box-shadow:0 28px 70px rgba(31,45,78,.09)}.editorial-shell .legal-hero-card:before{content:"";position:absolute;top:-2rem;right:-5rem;width:18rem;height:18rem;border-radius:999px;background:radial-gradient(circle,rgba(81,122,235,.18),rgba(81,122,235,0) 70%);pointer-events:none}.editorial-shell .legal-hero-card>*{position:relative;z-index:1}.editorial-shell .legal-hero-card .landing-section-header{gap:.9rem;margin-bottom:0;max-width:none}.editorial-shell .legal-hero-card .support-page-title{width:100%;max-width:none;font-size:clamp(2.25rem,4.2vw,3.85rem);line-height:.98;letter-spacing:-.04em;text-wrap:normal}.editorial-shell .legal-hero-card .subtle{font-size:1.04rem;line-height:1.7}.editorial-shell .about-hero-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,1.5fr) minmax(13rem,.72fr);align-items:center}.editorial-shell .about-hero-founder{display:grid;grid-gap:.85rem;gap:.85rem;justify-items:center;align-content:center;text-align:center}.editorial-shell .about-hero-founder-photo{width:clamp(11rem,24vw,14rem);aspect-ratio:1;overflow:hidden;border:1px solid rgba(81,122,235,.22);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 20px 48px rgba(31,45,78,.14)}.editorial-shell .about-hero-founder-image{width:100%;height:100%;object-fit:cover;object-position:center}.editorial-shell .about-hero-founder-copy{display:grid;grid-gap:.3rem;gap:.3rem;justify-items:center}.editorial-shell .about-hero-founder-name,.editorial-shell .about-hero-founder-role{margin:0}.editorial-shell .about-hero-founder-name{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:#172033}.editorial-shell .about-hero-founder-role{font-size:.94rem;color:#4d628d}.editorial-shell .guide-meta{display:flex;gap:.65rem;flex-wrap:wrap}.editorial-shell .guide-meta .pill{border-color:rgba(81,122,235,.18);background:rgba(81,122,235,.09);color:#234183}.editorial-shell .guide-index-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(18.5rem,1fr));align-items:stretch}.editorial-shell .guide-index-card{position:relative;display:grid;grid-gap:1rem;gap:1rem;min-width:0;overflow:hidden;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.editorial-shell .guide-index-card:before{content:"";position:absolute;right:-2.5rem;bottom:-4rem;width:11rem;height:11rem;border-radius:999px;background:radial-gradient(circle,rgba(81,122,235,.18),rgba(81,122,235,0) 70%);pointer-events:none}.editorial-shell .guide-index-card:hover{transform:translateY(-2px);border-color:rgba(81,122,235,.22);box-shadow:0 24px 56px rgba(31,45,78,.1)}.editorial-shell .guide-index-card>*{position:relative;z-index:1}.editorial-shell .guide-index-card h2{font-size:clamp(1.45rem,2.3vw,1.85rem);line-height:1.06;letter-spacing:-.035em}.editorial-shell .guide-index-card .landing-list{display:flex;flex-wrap:wrap;gap:.65rem}.editorial-shell .guide-index-card .landing-list-item{padding:.6rem .8rem}.editorial-shell .guide-index-card .public-legal-actions{margin-top:auto}.editorial-shell .guide-layout{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(0,1.42fr) minmax(18rem,.88fr);align-items:start}.editorial-shell .guide-article,.editorial-shell .guide-side-card{display:grid;grid-gap:1.2rem;gap:1.2rem;min-width:0}.editorial-shell .guide-article{padding:clamp(1.1rem,2vw,1.45rem)}.editorial-shell .guide-side-card{position:-webkit-sticky;position:sticky;top:1.15rem;align-self:start;padding:clamp(1rem,1.8vw,1.3rem);background:linear-gradient(180deg,rgba(246,249,255,.98),rgba(255,255,255,.99))}.editorial-shell .guide-section+.guide-section{margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid rgba(108,128,174,.16)}.editorial-shell .guide-side-section{display:grid;grid-gap:.9rem;gap:.9rem}.editorial-shell .guide-side-section+.guide-side-section{padding-top:1.1rem;border-top:1px solid rgba(108,128,174,.16)}.editorial-shell .guide-section h2,.editorial-shell .guide-side-section h2{font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.06;letter-spacing:-.035em}.editorial-shell .guide-copy{display:grid;grid-gap:.95rem;gap:.95rem}.editorial-shell .guide-copy p{margin:0;max-width:68ch;font-size:1.01rem;line-height:1.72}.editorial-shell .guide-checklist{display:grid;grid-gap:.8rem;gap:.8rem;margin:0;padding-left:1.25rem}.editorial-shell .guide-article .landing-list-item,.editorial-shell .guide-side-card .landing-list-item{border-color:rgba(81,122,235,.16)}.editorial-shell .guide-anchor-list .landing-list-item a,.editorial-shell .guide-copy a,.editorial-shell .guide-side-card .landing-list-item a{color:#2149b8;font-weight:600;text-decoration-thickness:.08em;text-underline-offset:.16em}.editorial-shell .guide-anchor-list .landing-list-item a:hover,.editorial-shell .guide-copy a:hover,.editorial-shell .guide-side-card .landing-list-item a:hover{color:#183993}.editorial-shell .guide-index-card .public-legal-actions .button,.editorial-shell .guide-side-card .public-legal-actions .button{flex:1 1 12rem}.collapsible-section{display:grid;grid-gap:.8rem;gap:.8rem}.collapsible-section+.collapsible-section{margin-top:.8rem}.collapsible-section-toggle{display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.52rem .82rem;border:1px solid #c7d4f7;border-radius:12px;background:#f3f6ff;color:#151922;cursor:pointer;font:inherit;font-size:.92rem;line-height:1.2;text-align:left}.collapsible-section-toggle:hover{background:#eaf0ff;border-color:#aebfe9}.collapsible-section-icon{color:#517aeb;font-size:.9rem;line-height:1}.collapsible-section-body{display:grid}.company-search-container{position:relative;width:min(100%,48rem);margin-top:1.15rem}.company-crawl-shell .legal-hero-card.company-crawl-main-card{overflow:visible;z-index:12}.company-crawl-shell .company-search-container{z-index:13}.compliance-check-shell .legal-hero-card.compliance-hero-card{overflow:visible;z-index:12}.compliance-check-shell .company-search-container{z-index:13}.compliance-check-shell .public-page-topbar .brand-lockup{min-width:clamp(6.5rem,14vw,8.75rem)}.compliance-check-shell .public-page-topbar .brand-lockup-logo{width:clamp(6.5rem,14vw,8.75rem)}.company-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:stretch;width:100%}.company-search-input{width:100%;min-width:0;min-height:3.35rem;padding:.95rem 1rem;border:1px solid #d8e0f0;border-radius:14px;background:#ffffff;color:#151922;font:inherit;font-size:1rem;line-height:1.3}.company-search-input::placeholder{color:#8a94a6}.company-search-input:focus{outline:none;border-color:#517aeb;box-shadow:0 0 0 3px rgba(81,122,235,.14)}.company-search-form .button{min-height:3.35rem;padding-inline:1.5rem;white-space:nowrap}.company-search-results{position:absolute;top:calc(100% + .55rem);left:0;right:0;z-index:30;display:grid;grid-gap:.3rem;gap:.3rem;padding:.35rem;overflow:hidden;max-height:min(22rem,60vh);overflow-y:auto;border:1px solid rgba(81,122,235,.18);border-radius:20px;background:rgba(255,255,255,.985);box-shadow:0 22px 46px rgba(20,28,46,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-crawl-shell .company-search-results,.compliance-check-shell .company-search-results{z-index:40}.compliance-checker{display:grid;grid-gap:1rem;gap:1rem}.compliance-company-header,.compliance-cta-inner,.compliance-error,.compliance-note,.compliance-people-section{border:1px solid rgba(81,122,235,.14);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(246,249,255,.98));box-shadow:0 12px 30px rgba(31,45,78,.06)}.compliance-error{padding:.95rem 1rem;border-color:rgba(196,85,85,.2);background:rgba(255,241,241,.95)}.compliance-error p{margin:0;color:#9f3d3d;font-weight:600}.compliance-results{display:grid;grid-gap:1rem;gap:1rem}.compliance-company-header{display:grid;grid-gap:.55rem;gap:.55rem;padding:1.1rem 1.2rem}.compliance-company-header h2{margin:0;color:#151922;font-size:clamp(1.55rem,3vw,2rem);line-height:1.02;letter-spacing:-.035em}.compliance-company-header .guide-meta{display:flex;flex-wrap:wrap;gap:.55rem}.compliance-scorecard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.compliance-check-item{display:grid;grid-template-columns:auto 1fr;grid-gap:.85rem;gap:.85rem;align-items:start;padding:1rem 1.05rem;border:1px solid rgba(81,122,235,.14);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,250,255,.98));box-shadow:0 12px 28px rgba(31,45,78,.05)}.compliance-check-success{border-color:rgba(45,138,98,.18);background:linear-gradient(180deg,rgba(250,255,252,.99),rgba(242,250,246,.98))}.compliance-check-warning{border-color:rgba(185,132,32,.18);background:linear-gradient(180deg,rgba(255,253,248,.99),rgba(255,249,238,.98))}.compliance-check-danger{border-color:rgba(196,85,85,.18);background:linear-gradient(180deg,rgba(255,250,250,.99),rgba(255,242,242,.98))}.compliance-check-muted{border-color:rgba(108,128,174,.16)}.compliance-check-icon{display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:999px;background:#eef3ff;color:#517aeb;font-size:.96rem;font-weight:800;line-height:1}.compliance-check-success .compliance-check-icon{background:rgba(45,138,98,.12);color:#2d8a62}.compliance-check-warning .compliance-check-icon{background:rgba(185,132,32,.12);color:#a56a00}.compliance-check-danger .compliance-check-icon{background:rgba(196,85,85,.12);color:#c45555}.compliance-check-body{display:grid;grid-gap:.24rem;gap:.24rem;min-width:0}.compliance-check-body strong{color:#151922;font-size:.98rem;line-height:1.3}.compliance-check-value{color:#2149b8;font-size:.95rem;font-weight:700;line-height:1.35}.compliance-check-value.danger{color:#b33f3f}.compliance-check-value.muted{color:#617084}.compliance-check-detail{color:#617084;font-size:.88rem;line-height:1.5}.compliance-people-section{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.05rem 1.1rem}.compliance-cta-inner h3,.compliance-people-section h3{margin:0;color:#151922;font-size:1.35rem;line-height:1.1}.compliance-people-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));grid-gap:.75rem;gap:.75rem}.compliance-person{display:grid;grid-gap:.18rem;gap:.18rem;min-width:0;padding:.9rem .95rem;border:1px solid rgba(81,122,235,.12);border-radius:16px;background:rgba(245,248,255,.9)}.compliance-person strong{color:#151922;font-size:.96rem;line-height:1.3}.compliance-person .subtle{color:#617084}.compliance-note{padding:1rem 1.1rem;color:#3b4658;font-size:.93rem;line-height:1.6}.compliance-note strong{color:#151922}.compliance-cta-inner{display:grid;grid-gap:.7rem;gap:.7rem;padding:1.1rem 1.15rem}.compliance-cta-inner .button{width:-moz-fit-content;width:fit-content}.company-search-result{display:grid;grid-gap:.24rem;gap:.24rem;width:100%;padding:.95rem 1rem;border:0;border-radius:16px;background:transparent;cursor:pointer;text-align:left;text-decoration:none;color:#151922;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:background .12s ease,box-shadow .12s ease}.company-search-result:focus-visible,.company-search-result:hover{background:rgba(81,122,235,.08);box-shadow:inset 0 0 0 1px rgba(81,122,235,.12);outline:none}.company-search-result strong{display:block;color:#151922;font-size:.95rem;line-height:1.3}.company-search-result-address,.company-search-result-meta{display:block;color:#617084;font-size:.86rem;line-height:1.45;word-break:break-word}.company-search-result-meta{color:#5f78ad;font-weight:700}.company-crawl-shell .public-page-topbar .brand-lockup-logo,.company-page-shell .public-page-topbar .brand-lockup-logo{width:clamp(9.75rem,18vw,11.75rem)}.company-crawl-shell .public-page-topbar .brand-lockup,.company-page-shell .public-page-topbar .brand-lockup{min-width:clamp(9.75rem,18vw,11.75rem);align-self:center}.company-crawl-grid{align-items:start}.company-crawl-main-card,.company-crawl-side-card{min-width:0}.company-crawl-super-group-list{display:grid;grid-gap:.9rem;gap:.9rem;overflow:visible}.company-crawl-page-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-gap:.9rem;gap:.9rem}.company-crawl-page-group-card{display:grid;grid-gap:.9rem;gap:.9rem;align-content:start;min-width:0;overflow:visible}.company-crawl-company-card strong,.company-crawl-page-group-card strong{display:block;color:#151922}.company-crawl-button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));grid-gap:.65rem;gap:.65rem;align-items:stretch}.company-crawl-button-grid .button{width:100%;min-width:0;min-height:3rem;justify-content:center;border-radius:999px;padding:.85rem .7rem;text-align:center;line-height:1.25}.company-crawl-company-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.company-crawl-company-card{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.company-crawl-company-link{color:#151922;font-weight:700;text-decoration:none}.company-crawl-company-link:hover{color:#517aeb}.company-crawl-pager{display:flex;gap:.75rem;flex-wrap:wrap}.legal-grid,.legal-shell .card+.card{margin-top:1.5rem}.legal-article{align-content:start}.legal-article,.verification-report-card .landing-list,.verification-report-section{display:grid;grid-gap:1rem;gap:1rem}.verification-report-actions{justify-content:flex-start}.verification-report-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(163,189,152,.12)}.verification-report-scroll{overflow-x:auto;scrollbar-gutter:stable}.verification-report-table{width:100%;min-width:720px;border-collapse:collapse}.verification-report-table td,.verification-report-table th{padding:.8rem .9rem;border-bottom:1px solid rgba(163,189,152,.12);text-align:left;vertical-align:top}.verification-report-table th{color:rgba(237,246,226,.68);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.verification-report-table tbody tr:hover{background:rgba(255,255,255,.03)}.verification-report-company-cell{display:grid;grid-gap:.2rem;gap:.2rem}@media (max-width:980px){.landing-proof-grid,.legal-grid,.public-proof-grid,.public-role-grid,.public-trust-grid,.verification-failure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compliance-scorecard{grid-template-columns:1fr}.company-crawl-company-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-shell .about-hero-grid,.editorial-shell .guide-layout{grid-template-columns:1fr}.editorial-shell .about-hero-founder{justify-items:start;text-align:left}.editorial-shell .about-hero-founder-copy{justify-items:start}.editorial-shell .guide-side-card{position:static}.editorial-shell .legal-hero-card .support-page-title{max-width:none}}@media (max-width:640px){.public-page-actions,.public-page-topbar,.public-site-footer-links,.public-site-footer-top,.verification-report-actions{flex-direction:column}.company-crawl-company-grid,.company-search-form,.compliance-people-list,.landing-proof-grid,.legal-grid,.public-proof-grid,.public-role-grid,.public-trust-grid,.verification-failure-grid{grid-template-columns:1fr}.company-crawl-button-grid .button,.company-search-form .button,.compliance-cta-inner .button{width:100%}.company-crawl-shell .public-page-topbar .brand-lockup-logo,.company-page-shell .public-page-topbar .brand-lockup-logo{width:clamp(8.25rem,30vw,9.75rem)}.public-page-topbar-large-brand{align-items:stretch}.public-page-topbar-large-brand .brand-lockup{align-self:flex-start;justify-self:start;min-width:0}.public-page-topbar-large-brand .brand-lockup-logo{width:clamp(9rem,42vw,11rem)}.public-page-topbar-large-brand .public-page-actions{width:100%;margin-left:0;justify-content:flex-start}.support-page-top .brand-lockup{min-width:0}.support-page-top .brand-lockup-logo{width:clamp(9rem,42vw,11rem)}.editorial-shell .public-page-topbar-editorial{padding:.95rem}.editorial-shell .public-page-topbar-editorial .brand-lockup{justify-self:center}.editorial-shell .public-page-topbar-editorial .brand-lockup-logo{width:clamp(8rem,34vw,9.5rem)}.editorial-shell .public-page-topbar-editorial .public-page-actions{width:100%;margin-left:0}.editorial-shell .guide-index-grid,.editorial-shell .guide-layout{grid-template-columns:1fr}.editorial-shell .legal-hero-card .support-page-title{font-size:clamp(2rem,8.4vw,2.7rem);line-height:1}.editorial-shell .about-hero-founder-photo{width:clamp(8.5rem,38vw,11rem)}.editorial-shell .guide-index-card .public-legal-actions .button,.editorial-shell .guide-side-card .public-legal-actions .button{width:100%}}.template-shell{--template-bg:#f5f5f1;--template-panel:#ffffff;--template-panel-alt:#f2f5fb;--template-ink:#111111;--template-muted:#5d6470;--template-accent:#517aeb;--template-accent-hover:#3d63d4;--template-outline:#272727;--template-rule:#bfc5d0;min-height:100vh;padding:1rem 0 2.5rem;background:var(--template-bg);color:var(--template-ink);overflow-x:clip;position:relative}body:has(.template-shell),html:has(.template-shell){--scrollbar-track:#eaf0ff;--scrollbar-thumb:#527beb;--scrollbar-thumb-hover:#527beb;--scrollbar-thumb-border:#eaf0ff;--scrollbar-thumb-border-width:3px;--scrollbar-thumb-radius:999px;--scrollbar-size:14px;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.template-shell:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 14% 12%,rgba(81,122,235,.08),transparent 24%),radial-gradient(circle at 84% 8%,rgba(81,122,235,.06),transparent 20%),linear-gradient(180deg,rgba(255,255,255,.7),rgba(245,245,241,.98))}.template-shell>*{position:relative;z-index:1}.template-hero,.template-nav-shell,.template-section,.template-shell .public-site-footer{width:min(1140px,calc(100% - 2rem));margin:0 auto}.template-nav-shell{position:relative;margin-bottom:1rem}.template-nav{display:grid;grid-gap:.95rem;gap:.95rem;padding:1rem 1.1rem;border:1.5px solid var(--template-outline);border-radius:20px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 32px rgba(17,17,17,.06)}.template-nav-brand{transform:none!important;align-self:center!important}.template-nav-brand .brand-lockup-label{color:var(--template-ink)}.template-nav-brand .brand-lockup-logo{width:clamp(8.25rem,13vw,10.5rem)}.template-nav-actions,.template-nav-primary,.template-nav-secondary{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.template-nav-brand-block{display:flex;align-items:center;gap:.9rem;min-width:0}.template-nav-copy{display:grid;grid-gap:.18rem;gap:.18rem}.template-nav-eyebrow{color:var(--template-accent);font-size:.64rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.template-nav-copy p{margin:0;max-width:33rem;color:var(--template-muted);font-size:.8rem;line-height:1.45}.template-nav-chip-row,.template-nav-links{display:flex;align-items:center;gap:.45rem;min-width:0;flex-wrap:wrap}.template-nav-link{flex:0 0 auto;border:1px solid transparent;background:#f7f9fd;color:var(--template-muted);font-size:.82rem;font-weight:600;padding:.6rem .85rem;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-nav-link:hover{background:#eef2fa;border-color:#d5dded;color:var(--template-ink)}.template-nav-chip-row{justify-content:flex-end}.template-nav-chip{padding:.44rem .72rem;border:1px solid var(--template-rule);background:#ffffff;color:var(--template-muted);font-size:.72rem;white-space:nowrap}.template-btn,.template-nav-chip{display:inline-flex;align-items:center;border-radius:999px;font-weight:700}.template-btn{justify-content:center;padding:.74rem 1.2rem;border:1.25px solid transparent;font-size:.83rem;line-height:1;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.template-btn:hover{transform:translateY(-1px)}.template-btn-primary{background:linear-gradient(180deg,#6288f0 0,var(--template-accent) 100%);border-color:var(--template-accent);color:#ffffff;box-shadow:0 14px 26px rgba(81,122,235,.22)}.template-btn-primary:hover{background:var(--template-accent-hover);border-color:var(--template-accent-hover);color:#ffffff}body.sitewide-template-theme .template-btn-primary,body.sitewide-template-theme .template-btn-primary:hover{color:#ffffff}.template-btn-secondary{background:#ffffff;border-color:var(--template-outline);color:var(--template-ink)}.entity-alerts-text{color:#517aeb}.template-btn-ghost:hover,.template-btn-secondary:hover{background:#f1f4fa}.template-btn-secondary:hover{color:var(--template-ink)}.template-btn-ghost{background:transparent;border-color:transparent}.template-btn-ghost,.template-btn-ghost:hover{color:var(--template-muted)}.template-btn-lg{padding:.95rem 1.55rem}.template-hero{padding:2.2rem;border:1.5px solid var(--template-outline);border-radius:30px;background:radial-gradient(circle at top right,rgba(81,122,235,.08),transparent 28%),var(--template-panel);box-shadow:0 22px 44px rgba(17,17,17,.06)}.template-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(370px,.95fr);grid-gap:1.8rem;gap:1.8rem;align-items:stretch}.template-kicker{display:inline-flex;align-items:center;gap:.35rem;width:-moz-fit-content;width:fit-content;max-width:100%;align-self:flex-start;justify-self:start;padding:.36rem .72rem;border-radius:999px;border:1px solid #c7d4f7;background:#eef3ff;color:var(--template-accent);font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.template-hero-copy{display:flex;flex-direction:column;justify-content:center}.template-hero-copy h1{margin:1.15rem 0 0;max-width:10ch;font-family:var(--font-display),sans-serif;font-size:clamp(3rem,5.8vw,4.9rem);line-height:.93;letter-spacing:-.055em;color:var(--template-ink)}.template-hero-copy p{margin:1.15rem 0 0;max-width:34rem;color:var(--template-muted);font-size:1.02rem;line-height:1.72}.template-hero-actions,.template-section-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.template-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;margin-top:1.55rem}.template-stat-card{padding:.95rem 1rem;border:1.25px solid var(--template-rule);border-radius:18px;background:var(--template-panel-alt);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.template-stat-card strong{display:block;font-size:.98rem;color:var(--template-ink)}.template-stat-card span{display:block;margin-top:.22rem;font-size:.77rem;color:var(--template-muted)}.template-stat-note{display:block;margin-top:.12rem;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:var(--template-accent)}.template-hero-visual{position:relative;min-height:100%;padding:.4rem 0 0}.template-hero-illustration{display:block;width:min(100%,540px);margin:0 auto}.template-board{position:relative;z-index:2;width:calc(100% - 2rem);max-width:470px;margin:-5.1rem auto 0;border:1.5px solid var(--template-outline);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f7f9ff);padding:1.1rem;box-shadow:0 22px 46px rgba(24,32,49,.12)}.template-board-head{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.85rem}.template-board-pill{display:inline-flex;align-items:center;padding:.4rem .65rem;border-radius:999px;background:#eef3ff;border:1px solid #c7d4f7;color:var(--template-accent);font-size:.72rem;font-weight:700}.template-board-pill-muted{background:#f5f5f5;border-color:#d8d8d8;color:var(--template-muted)}.template-board-list{display:grid;grid-gap:.75rem;gap:.75rem}.template-board-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.86rem .95rem;border:1.25px solid var(--template-rule);border-radius:18px;background:#ffffff}.template-board-row-copy strong{display:block;font-size:.93rem;color:var(--template-ink)}.template-board-row-copy span{display:block;margin-top:.2rem;font-size:.8rem;color:var(--template-muted);line-height:1.5}.template-board-status{display:inline-flex;align-items:center;justify-content:center;min-width:4.3rem;padding:.45rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid transparent}.template-board-status-review{background:#eef3ff;border-color:#c7d4f7;color:var(--template-accent)}.template-board-status-assign{background:#f7f2e8;border-color:#ead6a1;color:#8d6414}.template-board-status-done{background:#edf7ef;border-color:#b7dfbf;color:#2d7c40}.template-board-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem;margin-top:.8rem}.template-mini-card{padding:.75rem .8rem;border:1.25px solid var(--template-rule);border-radius:14px;font-size:.76rem}.template-floating-note,.template-mini-card{background:#ffffff;font-weight:700;color:var(--template-ink)}.template-floating-note{position:absolute;padding:.62rem .82rem;border:1.25px solid var(--template-outline);border-radius:999px;box-shadow:0 12px 24px rgba(17,17,17,.08);font-size:.72rem}.template-floating-note-left{left:.15rem;bottom:1rem}.template-floating-note-right{right:.2rem;top:1.1rem}.template-hero-trial-cta{position:absolute;right:.2rem;bottom:.45rem;z-index:3;min-height:3rem;padding-inline:1.1rem;text-align:center}.template-section,.template-shell .public-site-footer{margin-top:1rem;padding:1.85rem;border:1.5px solid var(--template-outline);border-radius:24px;background:var(--template-panel);box-shadow:0 18px 36px rgba(17,17,17,.05)}.template-conversion-auth[id],.template-section[id]{scroll-margin-top:8.5rem}.template-section h2{margin:.9rem 0 0;font-family:var(--font-display),sans-serif;font-size:clamp(1.9rem,3.4vw,3rem);line-height:1.05;letter-spacing:-.045em;color:var(--template-ink)}.template-auth-note,.template-lead{margin:1rem 0 0;color:var(--template-muted);font-size:.96rem;line-height:1.68}.template-split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.7rem;gap:1.7rem;align-items:center}.template-section-copy{display:flex;flex-direction:column}.template-checklist{list-style:none;padding:0;margin:1.15rem 0 0;display:grid;grid-gap:.82rem;gap:.82rem}.template-checklist li{position:relative;padding-left:1.45rem;font-size:.9rem;line-height:1.62;color:var(--template-muted)}.template-checklist li:before{content:"";position:absolute;left:0;top:.45rem;width:.48rem;height:.48rem;border-radius:50%;background:var(--template-accent);box-shadow:0 0 0 4px rgba(81,122,235,.14)}.template-story-panel{padding:1.1rem;border:1.25px solid var(--template-outline);border-radius:22px;background:#f6f8ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.template-dark-illustration{display:block;width:100%;margin-bottom:.95rem}.template-story-panel-dark{background:linear-gradient(180deg,#171b22,#232933)}.template-timeline{display:grid;grid-gap:.78rem;gap:.78rem}.template-timeline-step{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.7rem;gap:.7rem;padding:.86rem .95rem;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.template-timeline-step span{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--template-accent);color:#ffffff;font-size:.72rem;font-weight:700}.template-timeline-step strong{color:#ffffff;font-size:.86rem;line-height:1.3}.template-feature-grid,.template-role-grid,.template-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1.15rem}.template-feature-card,.template-plan-card,.template-step-card{height:100%;padding:1.15rem;border:1.25px solid var(--template-rule);border-radius:20px;background:#ffffff;box-shadow:0 8px 18px rgba(17,17,17,.03)}.template-feature-icon,.template-step-index{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .55rem;border-radius:999px;border:1px solid var(--template-outline);background:#eef3ff;color:var(--template-accent);font-size:.72rem;font-weight:800}.template-feature-card h3,.template-plan-card h3,.template-role-card h3,.template-step-card h3{margin:.95rem 0 .42rem;font-family:var(--font-display),sans-serif;font-size:1.08rem;line-height:1.15;color:var(--template-ink)}.template-feature-card p,.template-role-card p,.template-step-card p{margin:0;color:var(--template-muted);font-size:.88rem;line-height:1.58}.template-role-card{display:flex;flex-direction:column;gap:.95rem}.template-inline-link{color:var(--template-accent);font-size:.83rem;font-weight:700;text-decoration:none}.template-inline-link:hover{text-decoration:underline;text-underline-offset:3px}.template-plan-grid{column-count:3;column-gap:.9rem;margin-top:1.15rem}.template-plan-slot{page-break-inside:avoid;break-inside:avoid;display:block;min-width:0;margin-bottom:.9rem}.template-plan-slot-free{grid-area:free}.template-plan-slot-starter{grid-area:starter}.template-plan-slot-growth{grid-area:growth}.template-plan-slot-team{grid-area:team}.template-plan-card-featured{border-color:var(--template-accent);box-shadow:0 0 0 1px var(--template-accent);background:linear-gradient(180deg,#ffffff,#f6f9ff 76%,#eef4ff)}.template-plan-card{display:flex;flex-direction:column;overflow:hidden}.template-plan-slot-free .template-plan-card,.template-plan-slot-starter .template-plan-card{height:17.5rem}.template-plan-slot-growth .template-plan-card{height:31rem}.template-plan-slot-team .template-plan-card{height:calc((17.5rem * 2) + .9rem)}.template-plan-callout{display:grid;justify-items:center;grid-gap:.08rem;gap:.08rem;margin-top:1.35rem;text-align:center}.template-plan-callout-line{color:var(--template-ink);font-family:var(--font-body),sans-serif;font-size:.9rem;font-weight:700;line-height:1.3}.template-plan-callout-line:first-child{font-weight:400}.template-plan-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem}.template-plan-price{display:inline-flex;align-items:center;padding:.32rem .55rem;border-radius:999px;background:#eef3ff;color:var(--template-accent);font-size:.69rem;font-weight:800;white-space:nowrap}.template-plan-audience{margin:.55rem 0 0;color:var(--template-muted);font-size:.8rem;line-height:1.5}.template-plan-supporting-note{margin:.8rem 0 0;padding:.72rem .82rem;border:1px solid #d5def4;border-radius:14px;background:#f7f9ff;color:#42506a;font-size:.76rem;line-height:1.5}.template-plan-features{list-style:none;margin:.9rem 0 0;display:grid;grid-gap:.48rem;gap:.48rem;flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.9rem .35rem 0 0;border-top:1px solid #d8d8d8;scrollbar-width:thin;scrollbar-color:#ccd7f5 transparent}.template-plan-features::-webkit-scrollbar{width:8px}.template-plan-features::-webkit-scrollbar-track{background:transparent}.template-plan-features::-webkit-scrollbar-thumb{border-radius:999px;background:#ccd7f5}.template-plan-features li{position:relative;padding-left:1rem;color:var(--template-muted);font-size:.79rem;line-height:1.44}.template-plan-features li:before{content:"•";position:absolute;left:0;top:0;color:var(--template-accent);font-weight:800}.template-faq-list{margin-top:1.15rem;border:1.25px solid var(--template-rule);border-radius:20px;overflow:hidden;background:#ffffff}.template-faq-item+.template-faq-item{border-top:1px solid #d8d8d8}.template-faq-item summary{position:relative;padding:1.05rem 2.75rem 1.05rem 1.05rem;cursor:pointer;list-style:none;font-size:.91rem;font-weight:700;color:var(--template-ink)}.template-faq-item summary::-webkit-details-marker{display:none}.template-faq-item summary:after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--template-muted);font-size:1.15rem;font-weight:500}.template-faq-item[open] summary:after{content:"−"}.template-faq-item p{margin:0 1.05rem 1.05rem;color:var(--template-muted);font-size:.88rem;line-height:1.62}.template-faq-item-highlighted{background:linear-gradient(180deg,#f6f9ff,#eef4ff)}.template-faq-item-highlighted summary,.template-faq-item-highlighted summary:after{color:var(--template-accent)}.template-faq-item-highlighted p{color:#42506a}.template-conversion-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.template-conversion-auth,.template-conversion-copy{display:grid;align-content:start}.template-conversion-copy .template-faq-list{margin-top:1.15rem}.template-conversion-auth{gap:.68rem}.template-conversion-auth h2{margin-top:.72rem;font-size:clamp(1.8rem,3vw,2.5rem)}.template-conversion-auth .template-auth-note,.template-conversion-auth .template-auth-panel,.template-conversion-auth .template-lead{margin-top:0}.template-auth-panel{max-width:none;width:100%;justify-self:stretch}.template-shell .auth-card{border:1.25px solid var(--template-outline);border-radius:22px;background:#ffffff;padding:1.2rem;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.template-shell .auth-card:after{display:none}.template-shell input,.template-shell select,.template-shell textarea{border-color:var(--template-rule);border-radius:12px;background:#ffffff;color:var(--template-ink);box-shadow:none}.template-shell input:focus,.template-shell select:focus,.template-shell textarea:focus{border-color:var(--template-accent);box-shadow:0 0 0 3px rgba(81,122,235,.14)}.template-shell .button-primary{background:var(--template-accent);border-color:var(--template-accent);color:#ffffff;border-radius:999px;text-transform:none;letter-spacing:0}.template-shell .button-primary:hover{background:var(--template-accent-hover);border-color:var(--template-accent-hover)}.template-shell .button-secondary{background:#ffffff;border-color:var(--template-outline);color:var(--template-ink);border-radius:999px;text-transform:none;letter-spacing:0}.template-shell .button-secondary:hover{background:#f1f4fa}.template-shell .text-button{color:var(--template-accent);text-transform:none;letter-spacing:0}.template-shell .eyebrow{border-color:#c7d4f7;background:#eef3ff;color:var(--template-accent)}.template-shell .error-banner,.template-shell .subtle,.template-shell .success-banner{color:var(--template-muted)}body.sitewide-template-theme .public-site-footer-landing{--template-ink:#111111;--template-muted:#5d6470;--template-accent:#517aeb;--template-rule:#bfc5d0;--template-outline:#272727;padding:1.7rem;display:grid;grid-gap:1.1rem;gap:1.1rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-top{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.9fr);grid-gap:1rem;gap:1rem;align-items:start}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary{padding:1rem;border:1.25px solid var(--template-rule);border-radius:20px;background:#ffffff}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column-label,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary-label{display:inline-flex;align-items:center;padding:.34rem .62rem;border-radius:999px;background:#eef3ff;border:1px solid #c7d4f7;color:var(--template-accent);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary-list{list-style:none;padding:0;margin:.9rem 0 0;display:grid;grid-gap:.65rem;gap:.65rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom-note,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column-note,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary-list li{color:var(--template-muted);font-size:.83rem;line-height:1.56}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary-list li{position:relative;padding-left:1rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary-list li:before{content:"";position:absolute;left:0;top:.48rem;width:.4rem;height:.4rem;border-radius:50%;background:var(--template-accent)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column-note{margin:.7rem 0 0}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column-links{display:grid;grid-gap:.55rem;gap:.55rem;margin-top:.9rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-directory-link{display:block;padding:.78rem .85rem;border:1px solid var(--template-rule);border-radius:15px;background:#f8faff;color:var(--template-ink);font-size:.82rem;font-weight:700;line-height:1.45;text-decoration:none}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-directory-link:hover{color:var(--template-accent);border-color:#c7d4f7;background:#eef3ff}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent{display:grid;grid-template-columns:minmax(0,1fr) clamp(230px,28vw,380px);grid-gap:1rem 1.35rem;gap:1rem 1.35rem;align-items:start}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent .landing-section-header{max-width:42rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-logo-stage{grid-column:2;grid-row:1/span 2;display:flex;align-items:center;justify-content:center;min-height:100%}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-stage-logo{transform:none}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-stage-logo .brand-lockup-logo{width:clamp(13rem,23vw,18rem)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-links{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}body.sitewide-template-theme .public-site-footer-landing:after{display:none}body.sitewide-template-theme .public-site-footer-landing .brand-lockup{transform:none}body.sitewide-template-theme .public-site-footer-landing .brand-lockup-label,body.sitewide-template-theme .public-site-footer-landing .subtle,body.sitewide-template-theme .public-site-footer-landing a{color:var(--template-muted)}body.sitewide-template-theme .public-site-footer-landing a:hover{color:var(--template-ink)}body.sitewide-template-theme .public-site-footer-landing .button-primary{background:var(--template-accent);border-color:var(--template-accent);color:#ffffff}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-actions{padding-top:.85rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-primary-action{width:min(100%,28rem);min-height:3.25rem;justify-content:center;padding:.95rem 1.6rem;font-size:.95rem;font-weight:800;box-shadow:0 14px 28px rgba(81,122,235,.22)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-primary-action:focus-visible,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-primary-action:hover{color:#ffffff}body.sitewide-template-theme .public-site-footer-landing .button-secondary{background:#ffffff;border-color:var(--template-outline);color:var(--template-ink)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-card{border:1.25px solid var(--template-rule);border-radius:16px;background:#ffffff;box-shadow:none}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-card a{color:var(--template-ink);font-weight:700;line-height:1.5;text-decoration:none}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-card a:hover{color:var(--template-accent)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid var(--template-rule)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom-note{margin:0;max-width:34rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom-links{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;flex-wrap:wrap}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom-links a{color:var(--template-muted);font-size:.76rem;font-weight:700;text-decoration:none}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom-links a:hover{color:var(--template-ink)}@media (max-width:980px){.template-nav-primary,.template-nav-secondary{flex-direction:column;align-items:stretch}.template-hero,.template-section,.template-shell .public-site-footer{width:calc(100% - 1.5rem)}.template-hero{padding:1.55rem}.template-nav-brand-block{align-items:flex-start}.template-nav-brand .brand-lockup-logo{width:clamp(7rem,18vw,8.5rem)}.template-nav-actions,.template-nav-chip-row{justify-content:flex-start}.template-nav-links{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.15rem;scrollbar-width:none}.template-nav-links::-webkit-scrollbar{display:none}.template-conversion-grid,.template-hero-grid,.template-split-grid{grid-template-columns:1fr}.template-feature-grid,.template-role-grid,.template-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-plan-grid{column-count:2}.template-plan-slot-free,.template-plan-slot-growth,.template-plan-slot-starter,.template-plan-slot-team{grid-area:auto}.template-auth-panel{justify-self:stretch;max-width:none}.template-floating-note{position:static;display:inline-flex;margin-top:.8rem}.template-hero-trial-cta{position:static;margin-top:.8rem;align-self:flex-end}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-directory,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-top,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-links{grid-template-columns:repeat(2,minmax(0,1fr))}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent{grid-template-columns:1fr}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-logo-stage{grid-column:auto;grid-row:auto;justify-content:flex-start;padding:.35rem 0 .2rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-stage-logo .brand-lockup-logo{width:clamp(10.5rem,26vw,13rem)}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-bottom{flex-direction:column;align-items:flex-start}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-actions{padding-top:.3rem}}@media (max-width:640px){.template-shell{padding-top:.75rem}.template-nav-copy{display:none}.template-hero,.template-nav-shell,.template-section,.template-shell .public-site-footer{width:calc(100% - 1rem)}.template-hero,.template-nav,.template-section,.template-shell .public-site-footer{padding:1.05rem;border-radius:18px}.template-nav-copy p{font-size:.76rem}.template-nav-brand .brand-lockup-logo{width:6.5rem}.template-nav-actions{width:100%;flex-direction:column;align-items:stretch}.template-nav-actions .template-btn{width:100%}.template-nav-secondary{padding-top:.15rem;border-top:1px solid #e1e6f0}.template-nav-chip-row{justify-content:flex-start}.template-hero-copy h1{font-size:clamp(2.35rem,11vw,3.2rem);max-width:none}.template-conversion-auth h2,.template-section h2{font-size:clamp(1.75rem,8.6vw,2.35rem);line-height:.98}.template-hero-copy p,.template-lead{font-size:.92rem;line-height:1.72}.template-board{width:100%;margin-top:-2.5rem}.template-feature-card,.template-plan-card,.template-step-card,.template-story-panel{padding:1rem;border-radius:18px}.template-dark-illustration{margin-bottom:.8rem}.template-hero-actions,.template-section-actions{flex-direction:column;align-items:stretch}.template-hero-trial-cta{width:100%}.template-board-footer,.template-feature-grid,.template-role-grid,.template-stat-grid,.template-steps-grid{grid-template-columns:1fr}.template-plan-grid{column-count:1}.template-plan-slot-free .template-plan-card,.template-plan-slot-growth .template-plan-card,.template-plan-slot-starter .template-plan-card,.template-plan-slot-team .template-plan-card{height:auto}.template-plan-features{overflow:visible;padding-right:0}.template-board-row{flex-direction:column;align-items:flex-start}.template-board-status{min-width:0}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-directory,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-top,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-urgent-links{grid-template-columns:1fr}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-logo-stage{justify-content:center}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-stage-logo .brand-lockup-logo{width:9.75rem}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-column,body.sitewide-template-theme .public-site-footer-landing .public-site-footer-summary{padding:.95rem;border-radius:18px}body.sitewide-template-theme .public-site-footer-landing .public-site-footer-actions{padding-top:0}body.sitewide-template-theme .public-site-footer-landing{padding:1.05rem;border-radius:18px}}body.sitewide-template-theme{--bg:#f4f7fb;--bg-strong:#edf2f8;--surface:rgba(255,255,255,0.98);--surface-strong:rgba(255,255,255,0.99);--surface-muted:#f7f9fd;--ink:#151922;--muted:#637083;--line:rgba(110,124,148,0.24);--accent:#517aeb;--accent-strong:#517aeb;--accent-soft:rgba(81,122,235,0.12);--success:#2d8a62;--warning:#a56a00;--danger:#c45555;--glow-amber:rgba(81,122,235,0.14);--glow-green:rgba(45,138,98,0.12);--shadow:0 18px 36px rgba(17,17,17,0.05);--shadow-soft:inset 0 1px 0 rgba(255,255,255,0.78);background:radial-gradient(circle at top left,rgba(81,122,235,.08),transparent 22%),radial-gradient(circle at top right,rgba(81,122,235,.05),transparent 26%),linear-gradient(180deg,#fafbfd,#f4f7fb 48%,#eef2f7);color:var(--ink)}body.sitewide-template-theme:before{background:repeating-linear-gradient(180deg,rgba(81,122,235,.025),rgba(81,122,235,.025) 1px,transparent 0,transparent 5px),repeating-linear-gradient(90deg,rgba(81,122,235,.02),rgba(81,122,235,.02) 1px,transparent 0,transparent 78px);opacity:.18}body.sitewide-template-theme:after{background:radial-gradient(circle at 50% -18%,rgba(81,122,235,.12),transparent 28%),linear-gradient(180deg,transparent 62%,rgba(81,122,235,.03))}body.sitewide-template-theme a{color:var(--accent)}body.sitewide-template-theme a:hover{color:var(--ink)}body.sitewide-template-theme .readonly-input,body.sitewide-template-theme input,body.sitewide-template-theme select,body.sitewide-template-theme textarea{border-color:var(--line);background:#ffffff;color:var(--ink);box-shadow:none}body.sitewide-template-theme input::placeholder,body.sitewide-template-theme textarea::placeholder{color:rgba(99,112,131,.72)}body.sitewide-template-theme .readonly-input:focus,body.sitewide-template-theme a:focus-visible,body.sitewide-template-theme button:focus-visible,body.sitewide-template-theme input:focus,body.sitewide-template-theme input:focus-visible,body.sitewide-template-theme select:focus,body.sitewide-template-theme select:focus-visible,body.sitewide-template-theme textarea:focus,body.sitewide-template-theme textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px rgba(81,122,235,.14)}body.sitewide-template-theme .alert,body.sitewide-template-theme .card,body.sitewide-template-theme .empty,body.sitewide-template-theme .hero-panel,body.sitewide-template-theme .hero-stat,body.sitewide-template-theme .landing-faq-item,body.sitewide-template-theme .landing-list-item,body.sitewide-template-theme .landing-nav,body.sitewide-template-theme .landing-proof-card,body.sitewide-template-theme .landing-signal,body.sitewide-template-theme .landing-step,body.sitewide-template-theme .metric,body.sitewide-template-theme .onboarding-step,body.sitewide-template-theme .pricing-card,body.sitewide-template-theme .search-result,body.sitewide-template-theme .status-item,body.sitewide-template-theme .subcard,body.sitewide-template-theme .watch-item,body.sitewide-template-theme .workspace-tab{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,250,255,.98));border-color:var(--line);box-shadow:var(--shadow),var(--shadow-soft)}body.sitewide-template-theme .card:after,body.sitewide-template-theme .hero-panel:after,body.sitewide-template-theme .landing-nav:after{left:1rem;right:1rem;background:linear-gradient(90deg,transparent,rgba(81,122,235,.35),transparent);opacity:.9}body.sitewide-template-theme .watchlist-company-scroll{border-top-color:rgba(81,122,235,.16)}body.sitewide-template-theme .watchlist-company-scroll:before{background:linear-gradient(180deg,rgba(249,251,255,.99),rgba(249,251,255,0))}body.sitewide-template-theme .watchlist-company-scroll:after{background:linear-gradient(180deg,rgba(249,251,255,0),rgba(249,251,255,.99))}body.sitewide-template-theme .watchlist-company-scroll>.watch-item{border-color:rgba(81,122,235,.18);box-shadow:var(--shadow-soft)}body.sitewide-template-theme .change-disclosure{border-color:#d9e3fb;background:linear-gradient(180deg,rgba(247,250,255,.98),rgba(239,245,255,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}body.sitewide-template-theme .change-disclosure-summary{color:var(--ink)}body.sitewide-template-theme .change-disclosure-summary:after{color:var(--accent)}body.sitewide-template-theme .change-disclosure[open]{border-color:rgba(81,122,235,.24)}body.sitewide-template-theme .change-disclosure .alerts,body.sitewide-template-theme .metadata-editor{padding-top:.95rem;border-top:1px solid rgba(81,122,235,.12)}body.sitewide-template-theme .error-banner,body.sitewide-template-theme .public-site-footer .brand-lockup-label,body.sitewide-template-theme .public-site-footer .subtle,body.sitewide-template-theme .public-site-footer a,body.sitewide-template-theme .subtle,body.sitewide-template-theme .success-banner{color:var(--muted)}body.sitewide-template-theme .button{border-radius:999px;transition:transform .12s ease,border-color .12s ease,background .12s ease,color .12s ease,opacity .12s ease}body.sitewide-template-theme .button:hover,body.sitewide-template-theme .workspace-tab:hover{transform:translateY(-1px)}body.sitewide-template-theme .button-primary{background:var(--accent);color:#ffffff;border-color:var(--accent);box-shadow:0 14px 26px rgba(81,122,235,.2)}body.sitewide-template-theme .button-primary:hover{background:#3f67d8;color:#ffffff;border-color:#3f67d8;box-shadow:0 14px 26px rgba(81,122,235,.24)}body.sitewide-template-theme .button-secondary{background:#ffffff;color:var(--ink);border-color:var(--line)}body.sitewide-template-theme .button-danger:hover,body.sitewide-template-theme .button-secondary:hover,body.sitewide-template-theme .workspace-tab:hover{background:#f1f4fa;color:var(--ink);border-color:#c7d4f7}body.sitewide-template-theme .button-danger{background:#fff1f1;color:var(--danger);border-color:rgba(196,85,85,.22)}body.sitewide-template-theme .eyebrow,body.sitewide-template-theme .pill{background:#eef3ff;border-color:#c7d4f7;color:var(--accent)}body.sitewide-template-theme .pill-success{background:rgba(45,138,98,.11);border-color:rgba(45,138,98,.18);color:var(--success)}body.sitewide-template-theme .pill-warning{background:rgba(165,106,0,.09);border-color:rgba(165,106,0,.16);color:var(--warning)}body.sitewide-template-theme .error-banner,body.sitewide-template-theme .pill-danger{background:rgba(196,85,85,.08);border-color:rgba(196,85,85,.18);color:var(--danger)}body.sitewide-template-theme .success-banner{background:rgba(45,138,98,.08);border-color:rgba(45,138,98,.18);color:var(--success)}body.sitewide-template-theme .verification-report-table td,body.sitewide-template-theme .verification-report-table th{border-bottom-color:var(--line)}body.sitewide-template-theme .verification-report-table th{color:var(--muted)}body.sitewide-template-theme .verification-report-table tbody tr:hover{background:#f6f8ff}body.sitewide-template-theme .verification-company-summary-toggle{border-color:var(--line);background:#f7f9fd;color:var(--ink)}body.sitewide-template-theme .public-page-shell,body.sitewide-template-theme .site-page-shell,body.sitewide-template-theme .support-shell{padding-top:1rem}.entity-watch-assistant{position:fixed;right:1rem;bottom:1rem;z-index:40;display:grid;justify-items:end;grid-gap:.75rem;gap:.75rem;color:var(--ink)}.entity-watch-assistant-launcher,.entity-watch-assistant-tab{border:1px solid #d4dbe6;background:#ffffff;color:var(--ink);box-shadow:0 16px 34px rgba(17,17,17,.08)}.entity-watch-assistant-launcher{min-width:min(24rem,calc(100vw - 2rem));padding:.95rem 1rem;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer}.entity-watch-assistant-launcher-copy{display:grid;grid-gap:.2rem;gap:.2rem;text-align:left}.entity-watch-assistant-header-copy strong,.entity-watch-assistant-launcher-copy strong{font-family:var(--font-display),sans-serif;font-size:.98rem;text-transform:uppercase;letter-spacing:.08em}.entity-watch-assistant-header-copy .subtle,.entity-watch-assistant-launcher-copy .subtle{margin:0}.entity-watch-assistant-launcher-pill,.entity-watch-assistant-tab-pill{white-space:nowrap}.entity-watch-assistant-panel{width:min(27rem,calc(100vw - 1rem));max-height:min(46rem,calc(100vh - 2rem));padding:1rem;display:grid;grid-gap:.85rem;gap:.85rem;border:1px solid #666d78;border-radius:22px;background:#ffffff;color:var(--ink);box-shadow:0 20px 44px rgba(17,17,17,.1);-webkit-backdrop-filter:none;backdrop-filter:none}.entity-watch-assistant-form,.entity-watch-assistant-header,.entity-watch-assistant-step-top,.entity-watch-assistant-summary,.entity-watch-assistant-tabs{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.entity-watch-assistant-header{align-items:flex-start}.entity-watch-assistant-header-copy{display:grid;grid-gap:.3rem;gap:.3rem}.entity-watch-assistant-close{flex-shrink:0}.entity-watch-assistant-tabs{justify-content:flex-start;flex-wrap:wrap}.entity-watch-assistant-tab{border-radius:999px;padding:.55rem .9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.entity-watch-assistant-launcher:hover,.entity-watch-assistant-tab:hover{background:#f7f9fd;border-color:#c7d4f7}.entity-watch-assistant-tab-active{border-color:#c7d4f7;background:#eef3ff}.entity-watch-assistant-messages,.entity-watch-assistant-setup{min-height:0;overflow-y:auto;display:grid;grid-gap:.75rem;gap:.75rem;padding-right:.1rem}.entity-watch-assistant-message,.entity-watch-assistant-step,.entity-watch-assistant-summary{border:1px solid #dce3ed;border-radius:16px;background:#ffffff;padding:.85rem .95rem;color:var(--ink)}.entity-watch-assistant-message-user{background:#ffffff;border-color:#c7d4f7}.entity-watch-assistant-message-label{display:inline-block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.entity-watch-assistant .button-primary{background:#ffffff;color:var(--ink);border-color:#c7d4f7;box-shadow:none}.entity-watch-assistant .button-primary:focus-visible,.entity-watch-assistant .button-primary:hover{background:#eef3ff;color:var(--ink);border-color:var(--accent);box-shadow:none}.entity-watch-assistant .button-secondary{color:var(--ink);border-color:#d4dbe6}.entity-watch-assistant .button-secondary:focus-visible,.entity-watch-assistant .button-secondary:hover,.entity-watch-assistant .entity-watch-assistant-suggestion:focus-visible,.entity-watch-assistant .entity-watch-assistant-suggestion:hover{background:#f7f9fd;color:var(--ink);border-color:#c7d4f7}.entity-watch-assistant-message p,.entity-watch-assistant-setup-note,.entity-watch-assistant-step p,.entity-watch-assistant-summary p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.entity-watch-assistant-step-list,.entity-watch-assistant-suggestions{display:grid;grid-gap:.7rem;gap:.7rem}.entity-watch-assistant-suggestions{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}.entity-watch-assistant-suggestions-collapsed{display:flex;justify-content:flex-end}.entity-watch-assistant-suggestion{justify-content:flex-start}.entity-watch-assistant .entity-watch-assistant-suggestion-accent{color:var(--accent)!important;border-color:var(--accent)!important;background:#eef3ff!important}.entity-watch-assistant .entity-watch-assistant-suggestion-accent:focus-visible,.entity-watch-assistant .entity-watch-assistant-suggestion-accent:hover{color:var(--accent)!important;border-color:var(--accent)!important;background:#eef3ff!important}.entity-watch-assistant-suggestions-toggle{justify-self:end}.entity-watch-assistant-form{align-items:flex-end}.entity-watch-assistant-input{min-height:4.25rem;resize:vertical;flex:1 1 auto;border:1px solid #666d78;border-radius:16px;background:#ffffff;color:var(--ink);box-shadow:none}.entity-watch-assistant-input:focus,.entity-watch-assistant-input:focus-visible{border-color:#4b5563;box-shadow:none}.entity-watch-assistant-step{display:grid;grid-gap:.7rem;gap:.7rem}.entity-watch-assistant-step-complete{border-color:#cfe3da;background:#ffffff}.entity-watch-assistant-step-copy{display:grid;grid-gap:.45rem;gap:.45rem}.entity-watch-assistant-status{font-size:.88rem;color:var(--muted)}.entity-watch-assistant-error{margin:0}.entity-watch-assistant-setup-note{font-size:.9rem}@media (max-width:720px){.entity-watch-assistant{right:.5rem;left:.5rem;bottom:.5rem;justify-items:stretch}.entity-watch-assistant-launcher,.entity-watch-assistant-panel{width:100%;min-width:0}.entity-watch-assistant-panel{max-height:min(44rem,calc(100vh - 1rem))}.entity-watch-assistant-form,.entity-watch-assistant-header,.entity-watch-assistant-step-top,.entity-watch-assistant-summary{flex-direction:column;align-items:stretch}.entity-watch-assistant-close,.entity-watch-assistant-form .button,.entity-watch-assistant-step .button{width:100%}.entity-watch-assistant-suggestions{grid-template-columns:1fr}.entity-watch-assistant{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}