:root{--canvas:#f7faf8;--canvas-muted:#eef4f0;--surface:#ffffff;--surface-muted:#f4f8f6;--accent:#244b40;--heading:#193c34;--accent-soft:#e4f0e8;--accent-ink:#316452;--accent-muted:#c4dfce;--ink:#193c34;--muted:#70827a;--muted-deep:#405d53;--line:#dce9e1;--line-strong:#b9cec3;--neutral-pale:#f8fcf9;--muted-accent:#8c725f;--coral:#f3c2a4;--coral-soft:#fff1ea;--danger:#b84943;--danger-soft:#fff0ed;--blue:#5a6d9f;--blue-soft:#edf3f0;--shadow-soft:0 1px 0 rgb(25 60 52/6%),0 6px 20px rgb(25 60 52/5%);--shadow-card:0 18px 46px rgb(25 60 52/10%);--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--sidebar-width:224px;--font-ui:"OutDM Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--font-display:var(--font-ui)}*{box-sizing:border-box}html{accent-color:var(--accent)}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:var(--font-ui);font-size:14px;line-height:1.45;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{color:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgb(36 75 64/28%);outline-offset:2px}a{text-decoration-thickness:1px;text-underline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.025em}h1,h2{font-family:var(--font-display);font-weight:650}h1{font-size:clamp(1.75rem,2.5vw,2rem);line-height:1.02}h2{font-size:clamp(1.15rem,1.8vw,1.4rem);line-height:1.08}h3{font-size:1.04rem;line-height:1.22}::selection{background:#c9e5d3;color:#163d2d;text-shadow:none}.sr-only{clip:rect(0,0,0,0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.skeleton{display:block;background:var(--canvas-muted);border-radius:var(--radius-sm);animation:skeleton-pulse 1.8s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.62}50%{opacity:1}}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-screen{min-height:100vh;padding:26px clamp(18px,4vw,60px);background:var(--canvas)}.loading-brand{display:flex;align-items:center;gap:10px;color:var(--accent);font-size:16px;font-weight:700}.loading-layout{display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:36px;gap:36px;max-width:1380px;margin:36px auto 0}.loading-sidebar{min-height:620px}.loading-content{display:flex;flex-direction:column;gap:18px;padding-top:14px}.loading-line{height:18px}.loading-line-small{width:24%}.loading-line-large{width:54%;height:54px}.loading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.loading-grid .skeleton{min-height:112px}.loading-panel{min-height:300px;margin-top:12px}.brand-mark{width:31px;height:31px;border:1px solid rgb(255 255 255/28%);border-radius:10px;background:var(--neutral-pale);color:var(--accent);flex:0 0 auto}.brand-mark,.button{display:inline-flex;align-items:center;justify-content:center}.button{min-height:44px;gap:8px;border:1px solid transparent;border-radius:9px;padding:10px 15px;font-size:13px;font-weight:700;letter-spacing:-.005em;line-height:1;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:hover:not(:disabled){transform:none}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.52}.button-primary{border-color:var(--accent);background:var(--accent);color:#ffffff}.button-primary:hover:not(:disabled){border-color:var(--heading);background:var(--heading)}.button-secondary{border-color:var(--line-strong);background:var(--surface);color:var(--accent)}.button-secondary:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft)}.button-quiet{border-color:transparent;background:transparent;color:var(--accent-ink)}.button-quiet:hover:not(:disabled){background:var(--accent-soft);color:var(--heading)}.button-danger{border-color:var(--danger);background:var(--danger);color:white}.button-wide{width:100%}.icon-button{display:inline-flex;width:38px;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--muted);transition:background-color .16s ease,color .16s ease}.icon-button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.text-button{display:inline-flex;min-height:38px;align-items:center;gap:6px;border:0;background:transparent;color:var(--accent-ink);font-size:13px;font-weight:700;padding:4px 0;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent;transition:color .16s ease,-webkit-text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease,-webkit-text-decoration-color .16s ease}.text-button:hover{color:var(--heading);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.status-mark,.text-button-with-icon{white-space:nowrap}.status-mark{display:inline-flex;align-items:center;gap:6px;color:var(--muted-deep);font-size:11px;font-weight:700;line-height:1}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%}.status-dot,.status-neutral .status-dot{background:var(--line-strong)}.status-success{color:#278256}.status-success .status-dot{background:#4b936b}.status-warning{color:#8b6c2e}.status-warning .status-dot{background:#c49943}.status-danger{color:var(--danger)}.status-danger .status-dot{background:var(--danger)}.status-info{color:var(--blue)}.status-info .status-dot{background:var(--blue)}.studio-app{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--canvas)}.studio-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;height:100vh;overflow-y:auto;border-right:1px solid var(--line);flex-direction:column;gap:20px;padding:20px 12px 14px;background:var(--surface-muted);color:var(--ink)}.studio-brand{display:flex;align-items:center;gap:10px;padding:0 10px;font-size:15px;letter-spacing:-.01em}.studio-brand strong{font-weight:800}.workspace-switcher{display:grid;grid-template-columns:34px minmax(0,1fr) auto;width:100%;min-height:50px;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:inherit;padding:9px 10px;text-align:left}.workspace-switcher:hover{border-color:var(--line-strong);background:var(--canvas-muted)}.user-avatar,.workspace-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--neutral-pale);color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.04em}.sidebar-user-copy,.workspace-switcher-copy{display:flex;min-width:0;flex-direction:column;gap:1px}.sidebar-user-copy strong,.workspace-switcher-copy strong{overflow:hidden;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-copy small,.workspace-switcher-copy small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav{display:flex;flex-direction:column;gap:3px}.nav-section-label{padding:0 11px 7px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.nav-section-spaced{margin-top:20px}.campaign-nav-item,.nav-button{display:grid;grid-template-columns:24px minmax(0,1fr) auto;width:100%;min-height:38px;align-items:center;grid-gap:9px;gap:9px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);padding:8px 10px;text-align:left;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.campaign-nav-item.is-active,.campaign-nav-item:hover,.nav-button.is-active,.nav-button:hover{border-color:var(--canvas-muted);background:var(--canvas-muted);color:var(--ink)}.nav-button-icon{display:inline-flex;align-items:center;justify-content:center}.nav-button>span:nth-child(2){font-size:12px;font-weight:700}.nav-trailing{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;border-radius:99px;background:var(--neutral-pale);color:var(--accent);font-size:11px;font-weight:800}.campaign-nav-item{grid-template-columns:9px minmax(0,1fr)}.campaign-nav-dot{width:6px;height:6px;border-radius:50%;background:var(--line-strong)}.campaign-nav-dot.is-success{background:#8fc39d}.campaign-nav-dot.is-warning{background:#e6c571}.campaign-nav-dot.is-danger{background:#db927e}.campaign-nav-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.campaign-nav-copy small,.campaign-nav-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-nav-copy strong{font-size:11px;font-weight:700}.campaign-nav-copy small,.sidebar-empty{color:var(--muted);font-size:11px}.sidebar-empty{margin:0 10px;line-height:1.5}.sidebar-bottom{display:flex;margin-top:auto;flex-direction:column;gap:12px}.sidebar-user{display:grid;grid-template-columns:30px minmax(0,1fr) 32px;align-items:center;grid-gap:8px;gap:8px;border-top:1px solid var(--line);padding:16px 7px 0}.sidebar-user .user-avatar{width:29px;height:29px;border-radius:6px;background:var(--accent-soft);color:var(--ink)}.studio-main{min-width:0}.studio-topbar{min-height:58px;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:var(--surface);padding:0 clamp(20px,3vw,38px)}.breadcrumbs,.studio-topbar{display:flex;align-items:center}.breadcrumbs{min-width:0;gap:8px;color:var(--muted);font-size:12px}.breadcrumbs span,.breadcrumbs strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs strong{color:var(--ink);font-weight:700}.topbar-meta{display:flex;align-items:center;gap:18px}.topbar-help,.topbar-status{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:700;white-space:nowrap}.topbar-help{text-decoration:none;min-height:38px;border:0;background:transparent}.topbar-locale{display:inline-flex;min-width:38px;min-height:32px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted-deep);font-size:11px;font-weight:700;text-decoration:none}.topbar-locale:hover{background:var(--canvas-muted);color:var(--ink)}.topbar-help:hover{color:var(--accent)}.status-dot-live{background:#5c9a70}.status-dot-warn{background:#c49943}.mobile-menu-button{display:none}.studio-content{width:min(1480px,100%);margin:0 auto;padding:28px clamp(20px,3vw,38px) 64px}.page-stack{display:flex;flex-direction:column;gap:26px}.campaign-heading,.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.campaign-heading-main,.page-heading>div:first-child{max-width:760px}.eyebrow{display:block;margin-bottom:10px;color:var(--accent-ink);font-size:11px;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.campaign-heading h1,.page-heading h1{color:var(--heading)}.campaign-heading-description,.page-heading p{max-width:650px;margin-top:15px;color:var(--muted-deep);font-size:15px;line-height:1.65}.campaign-heading-actions,.detail-actions,.form-actions,.heading-actions,.send-bar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.home-rule{width:100%;height:1px}.home-rule,.stat-grid{background:var(--line)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md)}.stat-block{display:grid;min-height:112px;grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr;grid-gap:6px 10px;gap:6px 10px;background:var(--surface);padding:16px 19px}.stat-icon{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;grid-column:2;grid-row:1/3;border-radius:9px;background:var(--accent-soft);color:var(--accent-ink)}.stat-label{color:var(--muted);font-size:11px;font-weight:700}.stat-value{align-self:end;color:var(--heading);font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:-.025em}.stat-detail{align-self:end;color:var(--muted);font-size:11px}.empty-state{display:flex;min-height:260px;flex-direction:column;border:1px dashed var(--line-strong);border-radius:var(--radius-md);background:var(--surface-muted);padding:34px 24px;text-align:center}.empty-icon,.empty-state{align-items:center;justify-content:center}.empty-icon{display:inline-flex;width:48px;height:48px;margin-bottom:18px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--accent-ink)}.empty-state .eyebrow{margin-bottom:8px}.empty-state h3{color:var(--heading);font-size:17px}.empty-state p{max-width:480px;margin-top:9px;color:var(--muted);font-size:13px;line-height:1.62}.empty-action{margin-top:22px}.empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.error-banner{display:flex;min-height:48px;align-items:center;gap:10px;border:1px solid #e6bcb7;border-radius:var(--radius-sm);background:var(--danger-soft);color:var(--danger);padding:10px 13px;font-size:13px}.error-banner>span{flex:1 1}.error-banner .text-button{color:var(--danger)}.section-block{display:flex;flex-direction:column;gap:18px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.section-heading h2{color:var(--heading)}.section-heading p{max-width:690px;margin-top:9px;color:var(--muted);font-size:13px;line-height:1.55}.campaign-list{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md)}.campaign-card{display:grid;min-width:0;grid-template-columns:minmax(0,1.35fr) minmax(150px,.85fr) minmax(160px,.8fr);grid-template-areas:"title meta status" "description footer progress";align-items:center;grid-gap:12px 24px;gap:12px 24px;border:0;border-bottom:1px solid var(--line);background:var(--surface);padding:20px;text-align:left;transition:background-color .16s ease}.campaign-card:last-child{border-bottom:0}.campaign-card:hover{background:var(--surface-muted)}.campaign-card-top{grid-area:status;justify-content:flex-end}.campaign-card-title{grid-area:title}.campaign-card-description{grid-area:description}.campaign-card-meta{grid-area:meta}.campaign-card>.stage-count{grid-area:progress}.campaign-card-footer{grid-area:footer}.campaign-card-footer,.campaign-card-meta,.campaign-card-title,.campaign-card-top{display:flex;align-items:center}.campaign-card-top{gap:10px}.campaign-card-arrow{margin-left:auto;color:var(--muted)}.demo-label{color:var(--coral);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.campaign-card-title{gap:10px}.campaign-card-icon,.connection-row-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-soft);color:var(--accent-ink)}.campaign-card-title h3{min-width:0;overflow:hidden;color:var(--heading);text-overflow:ellipsis;white-space:nowrap}.campaign-card-description{min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted-deep);font-size:13px;line-height:1.58}.campaign-card-meta{gap:8px;color:var(--muted);font-size:11px;font-weight:700}.campaign-card-meta span+span:before{content:"·";margin-right:8px;color:var(--line-strong)}.campaign-card-footer{flex-wrap:wrap;gap:12px;color:var(--muted);font-size:11px}.campaign-card-footer span{display:inline-flex;align-items:center;gap:5px}.progress-wrap{display:flex;width:100%;flex-direction:column;gap:6px}.progress-label{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:700}.progress-label strong{color:var(--accent-ink);font-size:11px}.progress-track{width:100%;height:5px;overflow:hidden;border-radius:99px;background:var(--canvas-muted)}.progress-track>span{display:block;height:100%;border-radius:inherit;background:var(--accent-ink);transition:width .26s ease}.home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;border-top:1px solid var(--line);padding-top:22px}.home-step{display:flex;gap:12px}.home-step-index{color:var(--muted-accent);font-family:var(--font-display);font-size:17px}.home-step strong{color:var(--heading);font-size:13px}.home-step p{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}.connections-layout,.new-campaign-layout{display:grid;grid-template-columns:minmax(0,1.13fr) minmax(300px,.87fr);align-items:start;grid-gap:22px;gap:22px}.connection-list-panel,.creative-panel,.form-panel,.side-note,.workbench-section{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.form-panel{padding:clamp(20px,3vw,34px)}.form-panel-plain{box-shadow:none}.form-panel-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:26px}.form-panel-heading h2{color:var(--heading);font-size:1.55rem}.form-panel-heading p{margin-top:7px;color:var(--muted);font-size:13px}.step-marker{display:inline-flex;width:29px;height:29px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:16px;background:var(--accent);color:#ffffff;font-size:11px;font-weight:800}.form-stack,.url-form{gap:19px}.field,.form-stack,.url-form{display:flex;flex-direction:column}.field{gap:7px}.field label,.field-label{color:var(--ink);font-size:12px;font-weight:800}.field-hint{color:var(--muted);font-size:11px;line-height:1.42}.field input,.field select,.field textarea,.send-bar-actions select{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:8px;outline:none;background:var(--surface-muted);color:var(--ink);padding:10px 12px;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.field textarea{min-height:92px;resize:vertical;line-height:1.55}.field input::placeholder,.field textarea::placeholder{color:#94a197}.field input[readonly]{background:var(--canvas-muted);color:var(--muted-deep);cursor:default}.field input:hover,.field select:hover,.field textarea:hover{border-color:#9eafa2}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent-ink);background:var(--surface);box-shadow:0 0 0 3px rgb(53 89 224/11%)}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;top:14px;left:12px;color:var(--muted)}.input-with-icon input{padding-left:38px}.field-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.button-wide{margin-top:3px}.form-panel-foot{display:flex;align-items:flex-start;gap:8px;border-top:1px solid var(--line);margin-top:25px;padding-top:17px;color:var(--muted);font-size:11px;line-height:1.55}.form-panel-foot svg{flex:0 0 auto;color:var(--accent-ink)}.side-note{min-height:100%;background:#242b3a;color:#eff6ee;padding:clamp(22px,3vw,34px)}.side-note .eyebrow{color:var(--accent-muted)}.side-note h2{color:#ffffff;font-size:1.6rem}.side-note-list{display:flex;flex-direction:column;gap:20px;margin-top:30px}.side-note-list>div{display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:12px;gap:12px}.side-note-number{color:var(--neutral-pale);font-family:var(--font-display);font-size:18px}.side-note-list p{color:rgb(239 246 238/69%);font-size:12px;line-height:1.55}.side-note-list strong{color:#ffffff}.demo-note{display:flex;align-items:flex-start;gap:11px;border-top:1px solid rgb(255 255 255/17%);margin-top:32px;padding-top:20px;color:var(--neutral-pale)}.demo-note>div{flex:1 1}.demo-note strong{color:#ffffff;font-size:12px}.demo-note p{margin-top:4px;color:rgb(239 246 238/65%);font-size:11px}.demo-note .button{margin-top:9px;color:var(--neutral-pale);padding-left:0}.auth-screen{display:grid;min-height:100vh;place-items:center;background:var(--canvas);padding:28px}.auth-frame{display:grid;width:min(1080px,100%);grid-template-columns:minmax(0,1.06fr) minmax(340px,.74fr);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow-card)}.auth-intro{display:flex;min-height:620px;flex-direction:column;justify-content:space-between;background:var(--accent);color:#edf5ec;padding:clamp(26px,5vw,54px)}.auth-brand{display:flex;align-items:center;gap:10px;font-weight:700}.auth-intro-copy{max-width:480px}.auth-intro .eyebrow{color:var(--accent-muted)}.auth-intro h1{color:#ffffff;font-size:clamp(2.4rem,5vw,4.55rem)}.auth-intro-copy>p{margin-top:21px;color:rgb(237 245 236/74%);font-size:15px;line-height:1.65}.auth-principles{display:flex;flex-direction:column;gap:12px;margin-top:32px}.auth-principles>div{display:flex;align-items:center;gap:10px;color:rgb(237 245 236/87%);font-size:12px;font-weight:700}.auth-principles svg{color:var(--neutral-pale)}.auth-footnote{max-width:380px;color:rgb(237 245 236/52%);font-size:11px;line-height:1.5}.auth-card{display:flex;flex-direction:column;justify-content:center;padding:clamp(26px,5vw,54px)}.auth-card-heading h2{color:var(--heading);font-size:2.25rem}.auth-card-heading p{margin-top:9px;color:var(--muted);font-size:13px}.auth-card .error-banner{margin:24px 0 -1px}.auth-card .form-stack,.auth-switch{margin-top:27px}.auth-switch{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:12px}.campaign-view{gap:18px}.campaign-heading{align-items:flex-start}.back-link{display:inline-flex;min-height:36px;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:700;padding:2px 0}.back-link:hover{color:var(--accent)}.campaign-title-row{display:flex;align-items:flex-start;gap:12px;margin-top:10px}.campaign-title-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:11px;background:var(--accent);color:var(--neutral-pale)}.campaign-title-meta{display:flex;align-items:center;gap:12px}.campaign-title-meta .eyebrow{margin:0}.campaign-title-row h1{margin-top:6px;font-size:clamp(1.65rem,2.35vw,2.2rem)}.campaign-heading-description{margin-top:10px}.campaign-heading-actions{align-items:flex-end;flex-direction:column}.campaign-updated{color:var(--muted);font-size:11px}.campaign-summary-bar,.inbox-summary,.research-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) minmax(180px,1.4fr);align-items:stretch;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-soft)}.campaign-summary-bar>div,.inbox-summary>div,.research-summary>div{display:flex;min-width:0;justify-content:center;flex-direction:column;gap:4px;border-right:1px solid var(--line);padding:14px 16px}.campaign-summary-bar>div:last-child{border-right:0}.campaign-summary-bar>div{padding:10px 14px}.summary-bar-label{color:var(--muted);font-size:11px;font-weight:700}.campaign-summary-bar strong,.inbox-summary strong,.research-summary strong{color:var(--heading);font-family:var(--font-display);font-size:22px;font-weight:500}.campaign-summary-bar strong{font-family:var(--font-ui);font-size:18px;font-weight:700}.summary-bar-progress{min-width:175px;padding:13px 19px!important}.stage-count{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:7px}.stage-count-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;grid-gap:4px 10px;gap:4px 10px}.stage-count-copy span{color:var(--muted);font-size:11px;font-weight:700}.stage-count-copy strong{color:var(--heading);font-family:var(--font-ui);font-size:12px;font-weight:800;white-space:nowrap}.stage-count-copy small{grid-column:1/-1;color:var(--muted);font-size:11px}.stage-count-markers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px}.stage-count-markers span{height:4px;border-radius:99px;background:var(--canvas-muted)}.stage-count-markers span.is-done{background:var(--accent-ink)}.stage-count.is-compact{gap:6px}.stage-count.is-compact .stage-count-copy{display:flex;align-items:baseline;justify-content:space-between}.stage-count.is-compact .stage-count-copy strong{font-size:11px}.stage-count.is-compact .stage-count-markers{gap:3px}.stage-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line)}.stage-step{position:relative;display:grid;grid-template-columns:27px minmax(0,1fr) 15px;min-height:66px;align-items:center;grid-gap:9px;gap:9px;border:0;background:var(--surface);color:var(--muted);padding:11px 12px;text-align:left;transition:background-color .16s ease,color .16s ease}.stage-step:hover:not(:disabled){background:var(--surface-muted);color:var(--accent)}.stage-step.is-active{background:var(--accent);color:#ffffff}.stage-step.is-done{color:var(--accent-ink)}.stage-step.is-active.is-done{color:#ffffff}.stage-number{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;font-size:11px;font-weight:800}.stage-step.is-done .stage-number{border-color:var(--accent-ink);background:var(--accent-soft);color:var(--accent-ink)}.stage-step.is-active .stage-number{border-color:var(--neutral-pale);background:var(--neutral-pale);color:var(--accent)}.stage-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.stage-copy strong{font-size:11px}.stage-copy small{overflow:hidden;color:currentColor;font-size:11px;opacity:.68;text-overflow:ellipsis;white-space:nowrap}.stage-arrow{color:var(--line-strong)}.stage-step.is-active .stage-arrow{color:rgb(255 255 255/42%)}.async-progress,.event-strip,.inline-callout,.inline-refresh{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted)}.async-progress{justify-content:space-between;gap:18px;padding:15px 18px}.async-progress-leading{display:flex;align-items:center;gap:11px}.async-pulse{display:inline-flex;width:33px;height:33px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent-soft);color:var(--accent-ink)}.async-progress strong{color:var(--heading);font-size:13px}.async-progress p{margin-top:3px;color:var(--muted);font-size:12px}.async-progress-trailing{display:flex;align-items:flex-end;flex-direction:column;gap:2px;color:var(--muted);font-size:11px;text-align:right}.async-progress-trailing small{font-size:11px;opacity:.78}.async-error{display:flex;align-items:center;gap:11px;border:1px solid #e6bcb7;border-radius:var(--radius-md);background:var(--danger-soft);color:var(--danger);padding:14px 16px}.async-error>div{min-width:0;flex:1 1}.async-error strong{display:block;color:#7e3934;font-size:12px}.async-error p{margin-top:3px;color:var(--muted-deep);font-size:11px;line-height:1.5}.async-error .button-secondary{border-color:#d79e97;color:var(--danger)}.inline-refresh{width:-moz-fit-content;width:fit-content;gap:7px;border:0;background:transparent;color:var(--muted);font-size:11px;padding:0 3px}.event-strip{align-items:stretch;flex-wrap:wrap;gap:0;overflow:hidden}.event-item{display:flex;min-height:34px;align-items:center;gap:7px;border-right:1px solid var(--line);color:var(--muted);font-size:11px;padding:8px 12px}.event-item svg{flex:0 0 auto;color:var(--accent-ink)}.event-item time{color:#95a098;white-space:nowrap}.workbench-section{display:flex;min-width:0;flex-direction:column;gap:22px;padding:clamp(20px,3vw,34px)}.workbench-heading{align-items:flex-start}.workbench-heading h2,.workbench-heading>div:first-child>p{max-width:760px}.brief-layout,.offer-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.form-section-title{display:flex;align-items:center;gap:8px;margin-bottom:17px;color:var(--accent);font-size:12px;font-weight:800}.source-box{border-top:1px solid var(--line);margin-top:4px;padding-top:18px}.source-box-heading{display:flex;align-items:flex-start;gap:9px;color:var(--accent)}.source-box-heading>div{display:flex;flex-direction:column;gap:3px}.source-box-heading strong{font-size:12px}.source-box-heading span{color:var(--muted);font-size:11px;line-height:1.4}.source-list{display:flex;flex-direction:column;gap:8px;margin-top:13px}.source-list-tight{gap:10px}.source-evidence{display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:start;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted);padding:10px}.source-evidence-mark{display:inline-flex;width:23px;height:23px;align-items:center;justify-content:center;border-radius:7px;background:var(--accent-soft);color:var(--accent-ink)}.source-evidence strong{display:block;color:var(--heading);font-size:11px}.source-evidence p{display:-webkit-box;overflow:hidden;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.source-evidence span{display:block;margin-top:5px;color:#92a096;font-size:11px}.source-link{display:inline-flex;align-items:center;align-self:center;gap:4px;color:var(--accent-ink);font-size:11px;font-weight:800;white-space:nowrap}.muted-copy{color:var(--muted);font-size:12px;line-height:1.55}.analysis-panel{border-top:1px solid var(--line);margin-top:3px;padding-top:18px}.analysis-panel.is-unavailable{border-color:#e5d4a5}.analysis-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.analysis-panel-heading .form-section-title{margin-bottom:0}.analysis-notice{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.5}.analysis-warning{display:flex;align-items:flex-start;gap:7px;margin-top:11px;border:1px solid #e5d4a5;border-radius:8px;background:#fbf5e6;color:#896c2e;padding:9px 10px;font-size:11px;line-height:1.48}.analysis-warning svg{flex:0 0 auto}.analysis-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:17px}.analysis-list-title{color:var(--accent);font-size:11px;font-weight:800}.analysis-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.analysis-item{display:grid;grid-template-columns:15px minmax(0,1fr);align-items:start;grid-gap:7px;gap:7px}.analysis-item>svg{margin-top:2px;color:var(--accent-ink)}.analysis-item p{color:var(--muted-deep);font-size:11px;line-height:1.5}.analysis-item small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45}.analysis-item-hypothesis>svg{color:var(--muted-accent)}.analysis-evidence{display:flex;flex-wrap:wrap;gap:5px 9px;margin-top:5px}.analysis-evidence .source-link,.analysis-evidence>span{color:var(--muted);font-size:11px;font-weight:700}.analysis-no-source{display:block;margin-top:5px;color:#98a49c;font-size:11px}.analysis-empty{display:flex;align-items:center;gap:7px;border-top:1px solid var(--line);margin-top:3px;padding-top:16px;color:var(--muted);font-size:11px}.analysis-empty svg{color:var(--accent-ink)}.form-actions{justify-content:space-between;margin-top:4px}.save-feedback{display:inline-flex;min-height:34px;align-items:center;gap:5px;color:var(--muted);font-size:11px}.save-feedback svg{color:var(--accent-ink)}.save-feedback.is-error,.save-feedback.is-error svg{color:var(--danger)}.confirmation-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d2dcfa;border-radius:var(--radius-md);background:var(--accent-soft);padding:16px 18px}.confirmation-bar strong{color:var(--heading);font-size:13px}.confirmation-bar p{margin-top:3px;color:var(--muted-deep);font-size:11px}.offer-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.offer-type-option{position:relative;display:flex;min-height:72px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted);padding:9px;text-align:left}.offer-type-option:hover{border-color:var(--line-strong)}.offer-type-option.is-selected{border-color:var(--accent-ink);background:var(--accent-soft)}.offer-type-icon{display:inline-flex;width:27px;height:27px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:8px;background:var(--surface);color:var(--accent-ink)}.offer-type-option>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.offer-type-option strong{color:var(--heading);font-size:11px}.offer-type-option small{color:var(--muted);font-size:11px}.offer-selected-check{margin-left:auto;color:var(--accent-ink)}.offer-guidance{border-left:3px solid var(--muted-accent);margin:15px 0 3px;background:#f6f7fb;padding:11px 12px}.offer-guidance strong{color:var(--heading);font-size:12px}.offer-guidance p{margin-top:3px;color:var(--muted-deep);font-size:11px;line-height:1.5}.platform-options{display:flex;flex-wrap:wrap;gap:7px}.platform-option{display:inline-flex;min-height:39px;align-items:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted);color:var(--muted-deep);padding:7px 9px;font-size:11px;font-weight:700}.platform-option:has(input:checked){border-color:var(--accent-ink);background:var(--accent-soft);color:var(--accent)}.platform-option input{accent-color:var(--accent-ink)}.offer-logic-box{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0}.offer-logic-heading{display:flex;align-items:center;gap:7px;color:var(--accent);font-size:12px}.offer-logic-box p{margin-top:6px;color:var(--muted);font-size:11px;line-height:1.5}.inline-callout{align-items:flex-start;gap:9px;border-color:#d2dcfa;background:var(--accent-soft);padding:12px 14px;color:var(--accent-ink)}.inline-callout p{color:var(--muted-deep);font-size:11px;line-height:1.5}.inline-callout strong{color:var(--heading)}.inline-callout-warning{border-color:#e5d4a5;background:#fbf5e6}.inline-callout-warning>svg{color:#99752d}.drafts-section,.inbox-section,.research-section{gap:18px}.research-summary{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,1.6fr)}.inbox-summary-note,.research-summary-note{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px;color:var(--muted)!important;font-size:11px!important;line-height:1.4}.inbox-summary-note svg,.research-summary-note svg{color:var(--accent-ink)}.draft-toolbar,.research-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.search-field{display:flex;min-width:min(100%,320px);flex:1 1;min-height:42px;align-items:center;gap:8px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-muted);color:var(--muted);padding:0 10px}.search-field:focus-within{border-color:var(--accent-ink);box-shadow:0 0 0 3px rgb(53 89 224/11%)}.search-field input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.search-field kbd{border:1px solid var(--line);border-radius:5px;background:var(--surface);color:var(--muted);font-size:11px;padding:3px 5px;white-space:nowrap}.compact-select{display:flex;min-height:42px;align-items:center;gap:7px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-muted);color:var(--muted);padding:0 9px}.compact-select select{min-height:40px;border:0;outline:0;background:transparent;color:var(--muted-deep);font-size:11px;font-weight:700}.status-filter{display:flex;align-items:center;flex-wrap:wrap;gap:4px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted);padding:3px}.status-filter button{min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--muted);padding:5px 9px;font-size:11px;font-weight:800}.status-filter button.is-active,.status-filter button:hover{background:var(--accent);color:#ffffff}.draft-split,.inbox-split,.research-split{display:grid;min-height:540px;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted)}.conversation-list,.creator-list,.draft-list{min-width:0;border-right:1px solid var(--line);background:var(--surface)}.conversation-list>.empty-state,.creator-list>.empty-state,.draft-list>.empty-state{margin:14px}.list-heading{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:700;padding:0 14px}.creator-row{display:grid;grid-template-columns:35px minmax(0,1fr) auto auto 15px;width:100%;min-height:85px;align-items:center;grid-gap:8px;gap:8px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:11px 12px;text-align:left}.creator-row.is-active,.creator-row:hover{background:var(--accent-soft)}.conversation-row-copy,.creator-row-copy,.draft-row-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.conversation-row-copy strong,.creator-row-copy strong,.draft-row-copy strong{overflow:hidden;color:var(--heading);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.conversation-row-copy small,.creator-row-copy small,.draft-row-copy small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.creator-row-meta{display:inline-flex;align-items:center;gap:4px;overflow:hidden;color:var(--muted);font-size:11px;white-space:nowrap}.creator-row-meta svg{flex:0 0 auto;color:var(--accent-ink)}.creator-row-score{display:flex;align-items:center;flex-direction:column;color:var(--accent-ink)}.creator-row-score strong{font-family:var(--font-display);font-size:18px;font-weight:500}.creator-row-score small{font-size:8px;font-weight:800;text-transform:uppercase}.creator-row-arrow{color:var(--line-strong)}.creator-avatar{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:12px;background:var(--neutral-pale);color:var(--accent);font-size:12px;font-weight:800;object-fit:cover}.creator-avatar.is-small{width:31px;height:31px;border-radius:10px;font-size:11px}.creator-avatar-fallback{background:var(--accent-soft);color:var(--accent-ink)}.conversation-detail,.creator-detail-pane,.draft-editor-pane{min-width:0;background:var(--surface-muted);padding:clamp(18px,3vw,30px)}.conversation-thread,.creator-detail,.draft-editor{max-width:780px;margin:0 auto}.conversation-thread-header,.creator-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.creator-detail-identity{display:flex;min-width:0;align-items:flex-start;gap:11px}.creator-detail-name{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.creator-detail-name h3{color:var(--heading);font-size:18px}.handle-link{display:inline-flex;gap:4px;margin-top:5px;color:var(--accent-ink);font-weight:700}.creator-location,.handle-link{align-items:center;font-size:11px}.creator-location{display:flex;gap:5px;margin-top:7px;color:var(--muted)}.creator-score-large{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;color:var(--accent-ink)}.creator-score-large strong{font-family:var(--font-display);font-size:34px;font-weight:500;line-height:.95}.creator-score-large small{margin-top:5px;color:var(--muted);font-size:11px;font-weight:700}.creator-fit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:23px 0;padding:14px 0}.fit-meter{display:flex;flex-direction:column;gap:6px}.fit-meter>div{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.fit-meter strong{color:var(--accent-ink)}.fit-meter .progress-track{height:4px}.detail-block{border-bottom:1px solid var(--line);padding:15px 0}.detail-label{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.detail-block>p{margin-top:7px;color:var(--muted-deep);font-size:12px;line-height:1.6}.angle-block{border-left:3px solid var(--muted-accent);padding-left:12px}.contact-route{display:flex;align-items:center;gap:8px;margin-top:9px;color:var(--accent-ink);font-size:12px;font-weight:700;overflow-wrap:anywhere}.contact-route svg{flex:0 0 auto}.detail-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.detail-label-row>span:last-child{color:var(--muted);font-size:11px}.creator-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:13px;padding-top:17px}.detail-footnote{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;line-height:1.4}.detail-footnote svg{flex:0 0 auto;color:var(--accent-ink)}.draft-counts{display:flex;flex-wrap:wrap;align-items:center;gap:16px;color:var(--muted);font-size:11px}.draft-counts strong{color:var(--heading);font-family:var(--font-display);font-size:19px;font-weight:500}.draft-toolbar .status-filter{margin-left:auto}.draft-row{display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px;border-bottom:1px solid var(--line);padding:10px 10px 10px 13px}.checkbox-field input,.draft-row>input{width:16px;height:16px;accent-color:var(--accent-ink)}.draft-row-main{display:grid;grid-template-columns:31px minmax(0,1fr) auto 15px;min-width:0;align-items:center;grid-gap:8px;gap:8px;border:0;background:transparent;padding:0;text-align:left}.draft-row.is-active,.draft-row:hover{background:var(--accent-soft)}.draft-row-avatar{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:10px;background:var(--canvas-muted);color:var(--accent-ink)}.draft-row-copy span{overflow:hidden;color:var(--muted-deep);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.draft-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:13px}.draft-editor-heading h3{margin-top:4px;color:var(--heading);font-size:20px}.draft-angle{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.45}.draft-evidence-note{display:flex;align-items:flex-start;gap:7px;border:1px solid #d2dcfa;border-radius:8px;background:var(--accent-soft);color:var(--muted-deep);padding:9px 11px;font-size:11px;line-height:1.5}.draft-evidence-note svg{flex:0 0 auto;color:var(--accent-ink)}.draft-generation-note{display:flex;align-items:flex-start;gap:7px;border:1px solid #cfdfe2;border-radius:8px;background:var(--blue-soft);color:var(--muted-deep);padding:9px 11px;font-size:11px;line-height:1.5}.draft-generation-note svg{flex:0 0 auto;color:var(--blue)}.draft-generation-note strong{color:var(--blue)}.draft-generation-note.is-fallback{border-color:#e5d4a5;background:#fbf5e6}.draft-generation-note.is-fallback strong,.draft-generation-note.is-fallback svg{color:#896c2e}.draft-version-field{display:flex;min-height:44px;justify-content:center;flex-direction:column;gap:2px;border:1px solid var(--line);border-radius:8px;background:var(--canvas-muted);padding:6px 11px}.draft-version-field strong{color:var(--heading);font-family:var(--font-display);font-size:18px;font-weight:500}.draft-version-field small{color:var(--muted);font-size:11px}.draft-editor-footer{gap:14px}.draft-editor-footer,.send-bar{display:flex;align-items:center;justify-content:space-between}.send-bar{gap:20px;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--accent);color:#ffffff;padding:15px 17px}.send-bar-copy{min-width:0}.send-bar-title{display:flex;align-items:center;gap:7px;font-size:13px}.send-bar-copy p{margin-top:4px;color:rgb(255 254 250/69%);font-size:11px;line-height:1.45}.send-bar-actions{justify-content:flex-end}.send-bar-actions select{width:auto;min-width:205px;min-height:42px;border-color:rgb(255 255 255/23%);background:rgb(255 255 255/8%);color:#ffffff}.send-bar-actions select option{color:var(--ink)}.send-bar .button-secondary{border-color:rgb(255 255 255/25%);background:rgb(255 255 255/9%);color:#ffffff}.send-bar .button-secondary:hover:not(:disabled){border-color:var(--neutral-pale);background:rgb(255 255 255/16%)}.send-bar .button-quiet{color:var(--neutral-pale)}.creative-panel{display:flex;flex-direction:column;gap:18px;border-color:#d2dcfa;background:var(--accent-soft);padding:clamp(20px,3vw,30px)}.creative-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.creative-panel-heading h2{color:var(--heading);font-size:1.7rem}.creative-panel-heading p{max-width:650px;margin-top:7px;color:var(--muted-deep);font-size:12px;line-height:1.55}.creative-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:13px;gap:13px}.creative-form .field textarea{background:var(--surface)}.creative-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.creative-card{overflow:hidden;border:1px solid #d2dcfa;border-radius:12px;background:var(--surface)}.creative-image-wrap{aspect-ratio:4/3;overflow:hidden;background:var(--canvas-muted)}.creative-image-wrap img{display:block;width:100%;height:100%;object-fit:cover}.creative-card-copy{padding:12px}.creative-card-copy>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.creative-card-copy .eyebrow{margin:0;font-size:11px}.creative-card-copy time{color:var(--muted);font-size:11px}.creative-card-copy p{margin-top:8px;color:var(--muted-deep);font-size:11px;line-height:1.5}.inbox-summary{grid-template-columns:repeat(2,minmax(0,.35fr)) minmax(260px,1fr)}.sync-actions{display:flex;align-items:center;gap:8px}.sync-actions select{min-height:42px;max-width:230px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-muted);color:var(--muted-deep);padding:0 10px;font-size:11px;font-weight:700}.inbox-summary>div:last-child{border-right:0}.conversation-row{display:grid;grid-template-columns:31px minmax(0,1fr) auto;width:100%;min-height:78px;align-items:center;grid-gap:9px;gap:9px;border:0;border-bottom:1px solid var(--line);background:transparent;padding:11px 13px;text-align:left}.conversation-row.is-active,.conversation-row:hover{background:var(--accent-soft)}.conversation-row-copy>span{display:-webkit-box;overflow:hidden;color:var(--muted-deep);font-size:11px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.conversation-row-meta{display:flex;align-items:flex-end;flex-direction:column;gap:8px;color:var(--muted);font-size:11px;white-space:nowrap}.conversation-row-meta strong{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:99px;background:var(--accent);color:#ffffff;font-size:11px}.conversation-thread-header{border-bottom:1px solid var(--line);padding-bottom:17px}.conversation-route{display:inline-flex;max-width:250px;align-items:center;gap:6px;color:var(--muted);font-size:11px;overflow-wrap:anywhere;text-align:right}.message-thread{display:flex;flex-direction:column;gap:12px;padding-top:19px}.message-bubble{max-width:82%;border:1px solid var(--line);border-radius:13px;background:var(--surface);padding:12px 14px}.message-bubble.is-outbound{align-self:flex-end;border-color:#d2dcfa;background:var(--accent-soft)}.message-bubble-meta{display:flex;align-items:center;justify-content:space-between;gap:13px;color:var(--muted);font-size:11px;font-weight:700}.message-bubble-meta time{color:#8b998f;font-weight:500;white-space:nowrap}.message-subject{display:block;margin-top:8px;color:var(--heading);font-size:11px}.message-bubble p{margin-top:7px;color:var(--muted-deep);font-size:12px;line-height:1.6;white-space:pre-wrap}.connection-kind-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;margin-bottom:22px}.connection-kind-tabs button{display:flex;min-height:63px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;background:var(--surface-muted);padding:9px;text-align:left}.connection-kind-tabs button.is-active,.connection-kind-tabs button:hover{border-color:var(--accent-ink);background:var(--accent-soft)}.connection-kind-tabs button>svg{color:var(--accent-ink)}.connection-kind-tabs button>span{display:flex;flex-direction:column;gap:2px}.connection-kind-tabs strong{color:var(--heading);font-size:11px}.connection-kind-tabs small{color:var(--muted);font-size:11px}.connection-form-actions{display:flex;align-items:center;justify-content:space-between;gap:13px}.connection-form-actions .save-feedback{min-width:0}.checkbox-field{display:flex;align-items:flex-start;gap:9px;color:var(--ink)}.checkbox-field span{display:flex;flex-direction:column;gap:2px}.checkbox-field strong{font-size:12px}.checkbox-field small{color:var(--muted);font-size:11px}.advanced-connection{border-top:1px solid var(--line);padding-top:15px}.advanced-connection summary{display:inline-flex;min-height:38px;align-items:center;gap:7px;color:var(--accent-ink);cursor:pointer;font-size:12px;font-weight:800;list-style:none}.advanced-connection summary::-webkit-details-marker{display:none}.advanced-connection summary:before{content:"+";display:inline-flex;width:19px;height:19px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;font-size:13px;font-weight:500}.advanced-connection[open] summary:before{content:"−"}.advanced-connection>p{max-width:500px;margin:4px 0 13px;color:var(--muted);font-size:11px;line-height:1.5}.advanced-connection-fields{gap:14px}.checkbox-field-inline{align-items:center;padding-top:21px}.connection-list-panel{display:flex;min-width:0;flex-direction:column;gap:20px;padding:clamp(20px,3vw,30px)}.connection-list{display:flex;flex-direction:column;gap:9px}.connection-row{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-muted);padding:11px}.connection-row-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.connection-row-copy>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.connection-row-copy strong{color:var(--heading);font-size:12px}.connection-row-copy>span{color:var(--muted-deep);font-size:11px;overflow-wrap:anywhere}.connection-row-copy small{color:var(--muted);font-size:11px}.capability-panel{border-top:1px solid var(--line);padding-top:18px}.capability-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;border-bottom:1px solid var(--line);padding:11px 0}.capability-row:last-child{border-bottom:0}.capability-indicator{width:7px;height:7px;border-radius:50%;background:var(--line-strong)}.capability-indicator.is-enabled{background:#4b936b}.capability-row>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.capability-row strong{color:var(--heading);font-size:11px}.capability-row small,.capability-status{color:var(--muted);font-size:11px}.capability-status{font-weight:700}@media (max-width:1120px){:root{--sidebar-width:238px}.studio-content{padding-inline:30px}.campaign-summary-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.campaign-summary-bar>div{min-height:65px;border-bottom:1px solid var(--line)}.campaign-summary-bar>div:nth-child(3n){border-right:0}.summary-bar-progress{grid-column:1/-1;border-bottom:0!important}.draft-split,.inbox-split,.research-split{grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr)}.creator-row{grid-template-columns:35px minmax(0,1fr) auto 15px}.creator-row>.status-mark{display:none}}@media (max-width:900px){.campaign-card{grid-template-columns:minmax(0,1.3fr) minmax(170px,1fr);grid-template-areas:"title status" "description meta" "footer progress"}.studio-app{display:block}.studio-sidebar{position:fixed;inset:0 auto 0 0;width:min(320px,88vw);min-height:100vh;transform:translateX(-105%);transition:transform .2s ease}.studio-sidebar.is-open{transform:translateX(0)}.sidebar-scrim{position:fixed;z-index:19;inset:0;border:0;background:rgb(20 28 48/35%)}.mobile-menu-button{display:inline-flex}.studio-topbar{justify-content:flex-start}.topbar-meta{margin-left:auto}.topbar-help{display:none}.connections-layout,.new-campaign-layout{grid-template-columns:1fr}.side-note{min-height:auto}.auth-frame{grid-template-columns:1fr}.auth-intro{min-height:auto;gap:80px}.auth-footnote{display:none}}@media (max-width:720px){.campaign-card{display:flex;align-items:stretch;flex-direction:column;gap:12px}.campaign-card-top{justify-content:flex-start}h1{font-size:1.85rem}.studio-topbar{min-height:61px;padding-inline:17px}.studio-content{padding:27px 16px 64px}.breadcrumbs,.topbar-status{font-size:11px}.campaign-heading,.page-heading{align-items:flex-start;flex-direction:column;gap:20px}.page-heading-home{gap:23px}.campaign-heading-actions,.heading-actions{width:100%;align-items:stretch;flex-direction:row}.campaign-heading-actions .button,.heading-actions .button{flex:1 1}.campaign-updated{width:100%}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-block{min-height:122px;padding:15px}.stat-value{font-size:24px}.brief-layout,.campaign-list,.home-steps,.offer-layout{grid-template-columns:1fr}.home-steps{gap:15px}.stage-rail{display:flex;overflow-x:auto}.stage-step{min-width:155px;flex:1 0 155px}.stage-copy small{display:none}.async-progress,.confirmation-bar,.send-bar{align-items:flex-start;flex-direction:column}.async-progress-trailing{align-items:flex-start;text-align:left}.send-bar-actions{width:100%;align-items:stretch;justify-content:stretch}.send-bar-actions .button,.send-bar-actions select{flex:1 1;min-width:0}.inbox-summary,.research-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.inbox-summary>div,.research-summary>div{min-height:66px;border-bottom:1px solid var(--line)}.inbox-summary>div:nth-child(2n),.research-summary>div:nth-child(2n){border-right:0}.inbox-summary-note,.research-summary-note{grid-column:1/-1;border-bottom:0!important}.research-toolbar{align-items:stretch;flex-direction:column}.compact-select,.search-field{width:100%}.compact-select select{flex:1 1}.status-filter{width:100%;overflow-x:auto}.status-filter button{flex:1 1}.draft-split,.inbox-split,.research-split{display:flex;min-height:0;flex-direction:column}.conversation-list,.creator-list,.draft-list{max-height:370px;overflow-y:auto;border-right:0;border-bottom:1px solid var(--line)}.conversation-detail,.creator-detail-pane,.draft-editor-pane{min-height:440px}.creator-detail-footer,.draft-editor-footer{align-items:flex-start;flex-direction:column}.detail-actions{width:100%}.detail-actions .button{flex:1 1}.creative-form{grid-template-columns:1fr;align-items:stretch}.creative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-columns{grid-template-columns:1fr}.connection-form-actions{align-items:flex-start;flex-direction:column}.sync-actions{width:100%;align-items:stretch}.sync-actions .button,.sync-actions select{flex:1 1;max-width:none}.connection-row{grid-template-columns:35px minmax(0,1fr)}.connection-row .button{grid-column:2;justify-self:start}}@media (max-width:480px){.auth-screen{padding:0}.auth-frame{min-height:100vh;border:0;border-radius:0}.auth-intro{padding:25px 20px 30px}.auth-intro h1{font-size:2.55rem}.auth-card{padding:28px 20px}.connection-list-panel,.creative-panel,.form-panel,.side-note,.workbench-section{border-radius:14px;padding:18px}.connection-kind-tabs,.field-grid-two,.offer-type-grid{grid-template-columns:1fr}.form-actions{align-items:flex-start;flex-direction:column}.form-actions .button{width:100%}.source-evidence{grid-template-columns:25px minmax(0,1fr)}.source-evidence .source-link{grid-column:2;justify-self:start}.conversation-thread-header,.creator-detail-header{flex-direction:column}.creator-score-large{align-items:flex-start}.creator-fit-grid{grid-template-columns:1fr}.conversation-route{max-width:100%;text-align:left}.message-bubble{max-width:94%}.creative-grid{grid-template-columns:1fr}.sync-actions{flex-direction:column}.sync-actions .button,.sync-actions select{width:100%}.send-bar-actions{flex-direction:column}.send-bar-actions .button,.send-bar-actions select{width:100%}}.workflow-run{padding:24px;border:1px solid var(--border,#e5e8e2);border-radius:22px;background:var(--surface,#fff)}.workflow-actions,.workflow-run-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.workflow-notice,.workflow-reply p,.workflow-run-heading p{color:var(--muted,#677064);font-size:13px;line-height:1.65;margin:8px 0}.workflow-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin:24px 0 8px}.workflow-counts span{display:grid;grid-gap:7px;gap:7px;font-size:12px;color:var(--muted,#677064)}.workflow-counts strong{font-size:24px;color:var(--ink,#273322);letter-spacing:-.04em}.workflow-feedback,.workflow-refine,.workflow-reply{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.workflow-feedback label,.workflow-refine label,.workflow-reply label{font-size:13px;font-weight:600}.workflow-feedback input,.workflow-refine textarea,.workflow-reply textarea{width:100%;border:1px solid var(--border,#e5e8e2);border-radius:12px;padding:12px 14px;background:#fafbf8;color:inherit;font:inherit;font-size:14px}.workflow-feedback .button,.workflow-refine .button,.workflow-reply .button{justify-self:start}.workflow-reply{padding:22px;border-top:1px solid var(--border,#e5e8e2)}.qualification-details ul{margin:12px 0;padding-left:18px;font-size:13px;line-height:1.75}.workflow-contacts{display:grid;grid-gap:12px;gap:12px;margin-top:18px;font-size:13px}.workflow-contacts>div{display:grid;grid-gap:6px;gap:6px;overflow-wrap:anywhere}.workflow-draft-evidence{border-top:1px solid var(--border,#e5e8e2);padding-top:20px}.workflow-draft-evidence summary{cursor:pointer;font-size:14px;font-weight:600;margin-bottom:16px}.workflow-feedback{border-top:1px solid var(--border,#e5e8e2);padding-top:20px}.hosted-account-buttons{justify-content:flex-start;margin-top:20px}.advanced-mail-settings>summary{padding:20px;cursor:pointer;font-weight:600}.advanced-mail-settings{border:1px solid var(--border,#e5e8e2);border-radius:20px;align-self:start}.advanced-mail-settings .connection-form-panel{border:0}.connection-qr{margin-top:20px;font-size:14px}.connection-qr img{max-width:100%;border-radius:12px}@media(max-width:640px){.workflow-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-run{padding:18px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@font-face{font-family:OutDM Sans;src:url(/fonts/OutDMSans-Variable.woff2) format("woff2");font-style:normal;font-weight:300 900;font-display:swap}html{scroll-behavior:smooth}.lp{--ink:#17251f;--muted:#63716b;--line:rgb(21 61 46/11%);--green:#217a59;--deep:#153e30;--mint:#62ddb0;min-height:100vh;overflow:clip;color:var(--ink);background:#fcfdfc;font-family:OutDM Sans,ui-sans-serif,sans-serif;font-feature-settings:"ss01" 1,"cv02" 1,"cv03" 1;-webkit-font-smoothing:antialiased}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp ::selection{color:#effff8;background:#247b5c}.lp a{color:inherit;text-decoration:none}.lp button,.lp input{font:inherit}.lp h1,.lp h2,.lp h3,.lp p{margin:0}.lp-container{width:min(1160px,calc(100% - 64px));margin-inline:auto}.lp-section{padding-block:120px}.lp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-kicker{display:inline-flex;margin-bottom:22px;color:var(--green);font-size:11px;font-weight:820;letter-spacing:.14em;line-height:1;text-transform:uppercase}.lp-kicker-dark{color:#75e7bc}.lp-brand{display:inline-flex;align-items:center;gap:10px;font-size:24px;font-weight:820;letter-spacing:-.06em}.lp-brand-symbol{width:35px;height:35px;display:grid;place-items:center;color:#eafff6;border-radius:10px 10px 10px 3px;background:linear-gradient(145deg,#348a68,#173f31);box-shadow:inset 0 1px 0 rgb(255 255 255/24%),0 6px 14px rgb(20 70 52/18%);transform:rotate(-2deg)}.lp-brand-symbol svg{transform:rotate(2deg)}.lp-hero-shell{position:relative;min-height:850px;overflow:hidden;background:radial-gradient(circle at 50% 62%,rgb(116 227 188/23%),transparent 31%),linear-gradient(145deg,#f7fbf9,#eaf7f3 52%,#e7f4f7)}.lp-hero-shell:before{position:absolute;inset:0;content:"";opacity:.32;background-image:linear-gradient(rgb(30 84 64/7%) 1px,transparent 0),linear-gradient(90deg,rgb(30 84 64/7%) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:linear-gradient(#000,transparent 82%);mask-image:linear-gradient(#000,transparent 82%)}.lp-hero-shell:after{position:absolute;right:-10%;bottom:-46%;left:-10%;height:62%;content:"";border-radius:50%;background:#fcfdfc;box-shadow:0 -1px 0 rgb(34 87 67/8%)}.lp-hero-glow{position:absolute;top:220px;left:50%;width:540px;height:390px;border:1px solid rgb(51 164 122/10%);border-radius:50%;transform:translateX(-50%) rotate(-8deg)}.lp-hero-glow:after,.lp-hero-glow:before{position:absolute;content:"";border:1px solid rgb(51 164 122/9%);border-radius:50%}.lp-hero-glow:before{inset:42px -130px;transform:rotate(15deg)}.lp-hero-glow:after{inset:-85px 95px;transform:rotate(31deg)}.lp-header{position:relative;z-index:5;height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.lp-header nav{display:flex;align-items:center;gap:30px;color:#52635c;font-size:12px;font-weight:650}.lp-header nav a,.lp-language,.lp-login{transition:color .18s,transform .18s}.lp-header nav a:hover,.lp-language:hover,.lp-login:hover{color:var(--green);transform:translateY(-1px)}.lp-header-actions{justify-self:end;display:flex;align-items:center;gap:19px;font-size:11px;font-weight:700}.lp-language{color:#76857f}.lp-header-cta{min-height:43px;padding:0 7px 0 17px;display:flex;align-items:center;gap:13px;color:#effff8!important;border:1px solid #143b2e;border-radius:9px 9px 9px 3px;background:linear-gradient(#255f49,#173f31);box-shadow:inset 0 1px 0 rgb(255 255 255/16%),0 4px 0 #0d2a20,0 12px 22px rgb(18 61 46/13%);transition:transform .18s,box-shadow .18s}.lp-header-cta:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgb(255 255 255/16%),0 6px 0 #0d2a20,0 15px 26px rgb(18 61 46/18%)}.lp-header-cta span{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgb(255 255 255/13%);border-radius:7px;background:rgb(255 255 255/9%)}.lp-cta-short{display:none}.lp-hero{position:relative;z-index:2;min-height:650px;display:grid;place-items:start center;padding-top:105px;text-align:center}.lp-hero-copy{width:min(940px,100%)}.lp-hero h1{max-width:940px;margin-inline:auto;font-size:clamp(56px,6.2vw,88px);font-weight:780;letter-spacing:-.067em;line-height:.94;text-wrap:balance}.lp-hero-copy>p{max-width:780px;margin:33px auto 0;color:#4d5e57;font-size:18px;font-weight:460;letter-spacing:-.012em;line-height:1.55;text-wrap:balance}.lp-url-form{width:min(700px,100%);min-height:68px;margin:38px auto 0;padding:7px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;border:1px solid rgb(21 65 49/17%);border-radius:13px 13px 13px 5px;background:rgb(255 255 255/87%);box-shadow:0 22px 50px rgb(25 77 58/13%),inset 0 1px 0 #fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lp-url-field{min-width:0;padding-left:14px;display:flex;align-items:center;gap:11px;color:#81908a}.lp-url-field input{width:100%;min-width:0;color:var(--ink);border:0;outline:0;background:transparent;font-size:14px}.lp-url-field input::placeholder{color:#8b9893}.lp-url-form button{min-width:214px;padding:0 7px 0 19px;display:flex;align-items:center;justify-content:space-between;gap:17px;color:#effff8;border:1px solid #153f30;border-radius:9px 9px 9px 3px;background:linear-gradient(#27664d,#173f31);box-shadow:inset 0 1px 0 rgb(255 255 255/15%),0 4px 0 #0d2a20;cursor:pointer;transition:transform .18s,box-shadow .18s}.lp-url-form button:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgb(255 255 255/15%),0 6px 0 #0d2a20,0 12px 20px rgb(18 61 46/15%)}.lp-url-form button span{width:37px;height:37px;display:grid;place-items:center;border:1px solid rgb(255 255 255/13%);border-radius:7px;background:rgb(255 255 255/9%)}.lp-assurances{margin:23px 0 0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:22px;list-style:none;color:#5e6e67;font-size:11px;font-weight:650}.lp-assurances li{display:flex;align-items:center;gap:7px}.lp-assurances svg{color:var(--green)}.lp-text-link{width:max-content;margin:27px auto 0;display:flex;align-items:center;gap:8px;color:#2d765c;font-size:12px;font-weight:750}.lp-text-link svg{transition:transform .18s}.lp-text-link:hover svg{transform:translateX(4px)}.lp-centered-head{max-width:1040px;margin-inline:auto;text-align:center}.lp-centered-head h2,.lp-demo-copy h2,.lp-fit-head h2{font-size:clamp(39px,4.55vw,61px);font-weight:760;letter-spacing:-.058em;line-height:1.03;text-wrap:balance}.lp-outcomes{padding-top:80px}.lp-outcome-grid{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.lp-outcome-grid article{position:relative;min-height:315px;padding:28px;overflow:hidden;border:1px solid var(--line);border-radius:15px 15px 15px 5px;background:linear-gradient(150deg,#fff,#f0f7f4);box-shadow:0 18px 40px rgb(24 69 53/7%),inset 0 1px 0 #fff;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s}.lp-outcome-grid article:nth-child(2){background:linear-gradient(150deg,#f4fbfb,#e3f2f5)}.lp-outcome-grid article:nth-child(3){background:linear-gradient(150deg,#eff9f5,#dcf1e8)}.lp-outcome-grid article:after{position:absolute;right:-45px;bottom:-60px;width:160px;height:160px;content:"";border:1px solid rgb(38 124 91/10%);border-radius:50%;box-shadow:0 0 0 25px rgb(38 124 91/4%),0 0 0 55px rgb(38 124 91/3%)}.lp-outcome-grid article:hover{transform:translateY(-8px);box-shadow:0 28px 50px rgb(24 69 53/11%),inset 0 1px 0 #fff}.lp-outcome-grid header{display:flex;align-items:center;justify-content:space-between;color:#27785c}.lp-outcome-grid header span{color:#819089;font-size:10px;font-weight:800;letter-spacing:.12em}.lp-outcome-grid h3{max-width:280px;margin-top:83px;font-size:25px;font-weight:740;letter-spacing:-.045em;line-height:1.08}.lp-outcome-grid p{position:relative;z-index:1;margin-top:15px;color:#5d6c66;font-size:13px;line-height:1.58}.lp-demo-section{position:relative;padding:122px 0 132px;overflow:hidden;background:linear-gradient(#e6f4f7,#dceff3)}.lp-demo-section:before{position:absolute;inset:0;content:"";opacity:.22;background-image:radial-gradient(rgb(38 103 80/25%) .7px,transparent 0);background-size:14px 14px;-webkit-mask-image:linear-gradient(transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(transparent,#000 18%,#000 82%,transparent)}.lp-demo-copy{position:relative;z-index:1;max-width:1080px;text-align:center}.lp-demo-window{position:relative;z-index:1;margin-top:58px;overflow:hidden;border:1px solid rgb(19 62 47/17%);border-radius:17px 17px 17px 6px;background:#f9fcfb;box-shadow:0 48px 90px rgb(24 73 57/17%),0 0 0 7px rgb(255 255 255/38%)}.lp-demo-topbar{min-height:68px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:rgb(255 255 255/82%)}.lp-demo-topbar .lp-brand{font-size:18px}.lp-demo-topbar .lp-brand-symbol{width:28px;height:28px;border-radius:8px 8px 8px 3px}.lp-demo-topbar .lp-brand-symbol svg{width:16px}.lp-demo-topbar>span{display:flex;align-items:center;gap:8px;color:#4e625a;font-size:9px;font-weight:810;letter-spacing:.12em}.lp-demo-topbar>span svg{color:#38a97e;filter:drop-shadow(0 0 5px rgb(56 169 126/45%))}.lp-demo-topbar>b{justify-self:end;color:#84918c;font-size:8px;letter-spacing:.09em;text-transform:uppercase}.lp-demo-grid{min-height:475px;display:grid;grid-template-columns:245px 1fr 1.16fr}.lp-demo-grid>*{padding:27px}.lp-demo-grid>*+*{border-left:1px solid var(--line)}.lp-demo-section-label{display:flex;align-items:center;gap:8px;color:#6b7b74;font-size:9px;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.lp-demo-section-label svg{color:var(--green)}.lp-demo-strategy{display:flex;flex-direction:column;background:linear-gradient(#f2f8f5,#e9f4ef)}.lp-demo-strategy>strong{margin-top:38px;font-size:25px;font-weight:760;letter-spacing:-.04em}.lp-demo-strategy dl{margin:38px 0 0;display:grid;grid-gap:20px;gap:20px}.lp-demo-strategy dl div{padding-bottom:18px;border-bottom:1px solid var(--line)}.lp-demo-message dt,.lp-demo-strategy dt{color:#829089;font-size:8px;font-weight:760;letter-spacing:.09em;text-transform:uppercase}.lp-demo-message dd,.lp-demo-strategy dd{margin:6px 0 0;font-size:11px;font-weight:700}.lp-demo-strategy-status{margin-top:auto;padding:11px;display:flex;align-items:center;gap:7px;color:#187051;border:1px solid rgb(32 133 94/17%);border-radius:8px 8px 8px 3px;background:#dff5eb;font-size:7px;font-weight:820;letter-spacing:.08em}.lp-demo-matches{background:#fbfdfc}.lp-demo-matches>div:last-child{margin-top:24px;display:grid;grid-gap:10px;gap:10px}.lp-demo-matches article{min-height:94px;padding:12px;display:grid;grid-template-columns:52px minmax(0,1fr) 51px;align-items:center;grid-gap:12px;gap:12px;border:1px solid rgb(24 66 51/9%);border-radius:11px 11px 11px 4px;background:#fff;box-shadow:0 8px 18px rgb(23 64 49/5%);animation:lp-demo-row 5s cubic-bezier(.16,1,.3,1) infinite;animation-delay:calc(var(--demo-row)*-1.3s)}.lp-demo-matches .crew-portrait{width:52px;height:52px;border:3px solid #e4f5ee;box-shadow:0 5px 12px rgb(23 68 51/13%)}.lp-demo-matches article>span{min-width:0;display:grid;grid-gap:5px;gap:5px}.lp-demo-matches article strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.lp-demo-matches article small{overflow:hidden;color:#73827c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.lp-demo-matches article>b{width:47px;height:47px;display:grid;place-items:center;align-content:center;color:#176f50;border:1px solid rgb(28 130 92/13%);border-radius:50%;background:#e3f6ef;font-size:16px}.lp-demo-matches article>b small{display:block;margin-top:2px;color:#4a8b73;font-size:5px;letter-spacing:.08em}.lp-demo-message{display:flex;flex-direction:column;background:linear-gradient(160deg,#fff,#f2f8f5)}.lp-demo-message>header{padding-bottom:19px;display:grid;grid-gap:7px;gap:7px;border-bottom:1px solid var(--line)}.lp-demo-message>header span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.lp-demo-message>header span svg{color:var(--green)}.lp-demo-message>header b{color:#2f8464;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.lp-demo-message>p{margin-top:26px;color:#3e5049;font-size:14px;line-height:1.72}.lp-demo-message>p:after{display:inline-block;width:1px;height:15px;margin-left:3px;content:"";vertical-align:-3px;background:#2c8664;animation:lp-caret 1s steps(1) infinite}.lp-demo-message dl{margin:29px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.lp-demo-message dl div{padding:12px;border:1px solid var(--line);border-radius:9px;background:rgb(255 255 255/70%)}.lp-demo-message dd{display:flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-demo-message>button{min-height:45px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:9px;color:#eafff6;border:1px solid #173f31;border-radius:9px 9px 9px 3px;background:linear-gradient(#27684e,#173f31);box-shadow:inset 0 1px 0 rgb(255 255 255/15%),0 4px 0 #0e2c22;font-size:9px;font-weight:800;letter-spacing:.04em}.lp-demo-flow{min-height:65px;padding:0 27px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-top:1px solid var(--line);background:#173e31;color:#d9f7eb}.lp-demo-flow span{display:flex;align-items:center;gap:10px;font-size:8px;font-weight:760;letter-spacing:.08em}.lp-demo-flow span+span{padding-left:22px;border-left:1px solid rgb(255 255 255/10%)}.lp-demo-flow b{color:#65d8ae}.lp-demo-flow svg{margin-left:auto;color:#73dcb7}.lp-process{padding-top:126px}.lp-step-grid{margin-top:64px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.lp-step-grid article{position:relative;min-height:205px;padding:23px;border:1px solid var(--line);border-radius:14px 14px 14px 5px;background:#fff;box-shadow:0 15px 34px rgb(23 66 50/6%);transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s}.lp-step-grid article:hover{transform:translateY(-7px);background:#f2f9f6}.lp-step-icon{width:59px;height:59px;position:relative;display:grid;place-items:center;color:#28795d;border:1px solid rgb(30 104 77/12%);border-radius:13px 13px 13px 4px;background:linear-gradient(145deg,#f9fdfb,#e3f4ed);box-shadow:inset 0 1px 0 #fff,0 9px 18px rgb(24 75 56/9%)}.lp-step-icon b{position:absolute;right:-7px;bottom:-7px;width:25px;height:25px;display:grid;place-items:center;color:#edfff8;border:3px solid #fff;border-radius:50%;background:#217656;font-size:8px}.lp-step-grid h3{margin-top:38px;font-size:19px;font-weight:740;letter-spacing:-.04em;line-height:1.12}.lp-step-grid p{margin-top:14px;color:var(--muted);font-size:12px;line-height:1.6}.lp-step-arrow{position:absolute;top:46px;right:-15px;z-index:2;color:#83a79a}.lp-deals{position:relative;overflow:hidden;color:#f1fff9;background:#153a2e}.lp-deals:before{position:absolute;inset:0;content:"";opacity:.14;background-image:linear-gradient(rgb(173 235 212/13%) 1px,transparent 0),linear-gradient(90deg,rgb(173 235 212/13%) 1px,transparent 0);background-size:54px 54px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 74%);mask-image:radial-gradient(circle at center,#000,transparent 74%)}.lp-deals .lp-container{position:relative;z-index:1}.lp-deal-grid{margin-top:70px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.lp-deal-grid article{position:relative;min-height:330px;padding:32px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgb(183 241 219/15%);border-radius:28px;background:radial-gradient(circle at 94% 4%,rgb(112 226 183/13%),transparent 28%),linear-gradient(145deg,rgb(255 255 255/7%),rgb(255 255 255/2%));box-shadow:inset 0 1px 0 rgb(255 255 255/9%),0 22px 48px rgb(4 24 17/12%);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,background .3s}.lp-deal-grid article:before{position:absolute;right:-42px;bottom:-72px;width:230px;height:230px;content:"";border:1px solid rgb(112 226 183/8%);border-radius:50%;box-shadow:0 0 0 36px rgb(112 226 183/3%),0 0 0 78px rgb(112 226 183/2%)}.lp-deal-grid article:hover{transform:translateY(-7px);border-color:rgb(112 226 183/32%);background:radial-gradient(circle at 94% 4%,rgb(112 226 183/20%),transparent 32%),linear-gradient(145deg,rgb(255 255 255/9%),rgb(255 255 255/3%))}.lp-deal-grid header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;color:#7be1ba}.lp-deal-grid header span{color:#89a99c;font-size:10px;font-weight:820;letter-spacing:.13em;text-transform:uppercase}.lp-deal-grid header svg{transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s}.lp-deal-grid article:hover header svg{color:#a0f3d4;transform:rotate(-7deg) scale(1.12)}.lp-deal-grid h3{position:relative;z-index:1;max-width:485px;margin-top:40px;font-size:clamp(24px,2.15vw,31px);font-weight:680;letter-spacing:-.045em;line-height:1.16;text-wrap:balance}.lp-deal-system{position:relative;z-index:1;margin-top:auto;padding-top:29px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;grid-gap:18px;gap:18px;border-top:1px solid rgb(191 240 222/10%)}.lp-deal-system>div{min-width:0;display:grid;grid-gap:7px;gap:7px}.lp-deal-system>div:last-child{text-align:right}.lp-deal-system small{color:#739487;font-size:8px;font-weight:820;letter-spacing:.13em}.lp-deal-system strong{overflow:hidden;color:#dff8ee;font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.lp-deal-system>svg{margin-bottom:1px;color:#61d6aa;transition:transform .3s}.lp-deal-grid article:hover .lp-deal-system>svg{transform:translateX(5px)}.lp-fit-head{max-width:1080px}.lp-fit-grid{margin-top:62px;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.lp-fit-grid article{position:relative;min-height:300px;padding:37px 32px}.lp-fit-grid article+article{border-left:1px solid var(--line)}.lp-fit-grid article>span{width:52px;height:52px;display:grid;place-items:center;color:var(--green);border:1px solid rgb(34 111 82/13%);border-radius:13px 13px 13px 4px;background:#dff7ee}.lp-fit-grid h3{max-width:270px;margin-top:54px;font-size:22px;font-weight:740;letter-spacing:-.04em}.lp-fit-grid p{margin-top:14px;color:var(--muted);font-size:13px;line-height:1.62}.lp-fit-grid article>b{position:absolute;top:39px;right:32px;color:#a1ada8;font-size:9px;letter-spacing:.12em}.lp-final{position:relative;width:min(1280px,calc(100% - 32px));min-height:565px;margin:8px auto 0;padding:104px 32px;display:grid;place-items:center;overflow:hidden;color:#f1fff9;border-radius:20px 20px 20px 7px;background:linear-gradient(145deg,#205541,#112f25);text-align:center;box-shadow:0 32px 70px rgb(19 60 45/16%)}.lp-final:before{position:absolute;inset:0;content:"";opacity:.16;background-image:linear-gradient(rgb(199 245 228/18%) 1px,transparent 0),linear-gradient(90deg,rgb(199 245 228/18%) 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 72%);mask-image:radial-gradient(circle at center,#000,transparent 72%)}.lp-final .lp-container{position:relative;z-index:2}.lp-final h2{max-width:1000px;margin-inline:auto;font-size:clamp(42px,5vw,68px);font-weight:760;letter-spacing:-.063em;line-height:1;text-wrap:balance}.lp-final .lp-url-form{margin-top:42px}.lp-final-orbit{position:absolute;inset:0}.lp-final-orbit:after,.lp-final-orbit:before{position:absolute;top:50%;left:50%;content:"";border:1px solid rgb(111 224 183/13%);border-radius:50%;transform:translate(-50%,-50%) rotate(-8deg)}.lp-final-orbit:before{width:83%;height:65%}.lp-final-orbit:after{width:62%;height:92%;transform:translate(-50%,-50%) rotate(30deg)}.lp-final-orbit span{position:absolute;z-index:1;width:45px;height:45px;display:grid;place-items:center;color:#7ae4bd;border:1px solid rgb(139 233 198/19%);border-radius:12px 12px 12px 4px;background:rgb(255 255 255/7%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:lp-float 5s ease-in-out infinite}.lp-final-orbit span:first-child{top:19%;left:10%}.lp-final-orbit span:nth-child(2){top:16%;right:12%;animation-delay:-1.2s}.lp-final-orbit span:nth-child(3){bottom:18%;left:15%;animation-delay:-2.4s}.lp-final-orbit span:nth-child(4){right:9%;bottom:20%;animation-delay:-3.6s}.lp-faq{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:100px;gap:100px}.lp-faq h2{max-width:400px;font-size:clamp(43px,5vw,64px);font-weight:760;letter-spacing:-.06em;line-height:1}.lp-faq-list{border-top:1px solid var(--line)}.lp-faq details{border-bottom:1px solid var(--line)}.lp-faq summary{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:16px;font-weight:670;cursor:pointer;list-style:none}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary svg{flex:none;color:var(--green);transition:transform .24s}.lp-faq details[open] summary svg{transform:rotate(45deg)}.lp-faq details p{max-width:630px;padding:0 40px 27px 0;color:var(--muted);font-size:13px;line-height:1.7}.lp-footer{color:#d9ebe4;background:#10271f}.lp-footer-top{min-height:290px;padding-block:63px;display:grid;grid-template-columns:1.6fr .7fr .7fr auto;grid-gap:60px;gap:60px}.lp-brand-footer{color:#f2fff9}.lp-footer-top>div:first-child p{max-width:355px;margin-top:22px;color:#91aaa0;font-size:12px;line-height:1.62}.lp-footer-top>div:not(:first-child){display:grid;align-content:start;grid-gap:13px;gap:13px}.lp-footer-top strong{margin-bottom:5px;color:#f1fff9;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.lp-footer-top a{color:#9bb1a8;font-size:11px;transition:color .18s}.lp-footer-top a:hover{color:#72dfb8}.lp-footer-start{align-self:start;min-height:44px;padding:0 8px 0 16px;display:flex;align-items:center;gap:13px;color:#153c2e!important;border-radius:9px 9px 9px 3px;background:#72dfb8;font-weight:760;box-shadow:0 5px 0 #3c9e7b}.lp-footer-bottom{min-height:69px;display:flex;align-items:center;justify-content:space-between;color:#6f8b80;border-top:1px solid rgb(214 242 231/8%);font-size:9px;letter-spacing:.06em}.lp-footer-bottom a{display:flex;align-items:center;gap:6px}.lp-outcome-grid header svg{width:44px;height:44px;padding:10px;-webkit-clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%);clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%);color:#176a4d;background:linear-gradient(145deg,#e8f8f1,#cdeee1);box-shadow:inset 0 0 0 1px rgb(26 112 80/12%),0 8px 18px rgb(25 92 68/10%)}.lp-outcome-grid h3{margin-top:66px}.lp-fit-grid article>span{width:58px;height:58px;border:0;border-radius:0;background:linear-gradient(145deg,#ecfbf5,#cceee1);box-shadow:inset 0 0 0 1px rgb(34 111 82/13%),0 8px 18px rgb(23 86 62/8%);-webkit-clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%);clip-path:polygon(18% 0,82% 0,100% 18%,100% 82%,82% 100%,18% 100%,0 82%,0 18%)}.lp-fit-grid article>span svg{width:26px;height:26px}.lp-fit-grid h3{margin-top:48px}.lp-demo-message>button,.lp-footer-start,.lp-header-cta,.lp-url-form button{border-radius:13px}.lp-url-form{border-radius:18px}.lp-demo-window{border-radius:22px}.lp-demo-matches article,.lp-demo-strategy-status{border-radius:14px}.lp-outcome-grid article,.lp-step-grid article{border-radius:18px}@keyframes lp-demo-row{0%,78%,to{transform:translateX(0)}84%{transform:translateX(5px)}90%{transform:translateX(-2px)}}@keyframes lp-caret{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes lp-orbit-dot{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@keyframes lp-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-9px) rotate(2deg)}}@media(max-width:1050px){.lp-header{grid-template-columns:1fr auto}.lp-header nav{display:none}.lp-demo-grid{grid-template-columns:220px 1fr}.lp-demo-message{grid-column:1/-1;min-height:360px;border-top:1px solid var(--line);border-left:0!important}.lp-deal-grid,.lp-step-grid{grid-template-columns:repeat(2,1fr)}.lp-step-arrow{display:none}.lp-footer-top{grid-template-columns:1.4fr .7fr .7fr}.lp-footer-start{grid-column:1/-1;width:max-content}}@media(max-width:760px){.lp-container{width:min(100% - 32px,1160px)}.lp-section{padding-block:72px}.lp-hero-shell{min-height:760px}.lp-hero-shell:after{bottom:-22%;height:36%}.lp-header{height:78px}.lp-header-actions{gap:11px}.lp-cta-long,.lp-login{display:none}.lp-cta-short{display:inline}.lp-header-cta{padding-left:13px;gap:9px}.lp-brand{font-size:21px}.lp-brand-symbol{width:32px;height:32px}.lp-hero{min-height:620px;padding-top:73px}.lp-hero h1{font-size:clamp(43px,10.5vw,58px);line-height:.96}.lp-hero-copy>p{margin-top:24px;font-size:14px;line-height:1.55}.lp-url-form{min-height:61px;margin-top:27px}.lp-url-form button{min-width:53px;width:53px;padding:0;justify-content:center}.lp-url-form button b{display:none}.lp-url-form button span{width:auto;border:0;background:transparent}.lp-assurances{gap:8px 16px}.lp-text-link{margin-top:18px}.lp-centered-head h2,.lp-demo-copy h2,.lp-fit-head h2{font-size:36px;line-height:1.04}.lp-outcomes{padding-top:38px}.lp-outcome-grid{grid-template-columns:1fr;margin-top:38px}.lp-outcome-grid article{min-height:225px}.lp-outcome-grid h3{margin-top:34px}.lp-demo-section{padding:75px 0 80px}.lp-demo-window{margin-top:38px}.lp-demo-topbar{grid-template-columns:1fr auto}.lp-demo-topbar>span{display:none}.lp-demo-grid{display:block;min-height:0}.lp-demo-grid>*{padding:21px}.lp-demo-grid>*+*{border-top:1px solid var(--line);border-left:0}.lp-demo-strategy{min-height:255px}.lp-demo-strategy>strong{margin-top:27px}.lp-demo-strategy dl{margin-top:27px;gap:12px}.lp-demo-strategy dl div{padding-bottom:11px}.lp-demo-matches article{min-height:72px;grid-template-columns:42px minmax(0,1fr) 40px}.lp-demo-matches .crew-portrait{width:42px;height:42px}.lp-demo-matches article>b{width:39px;height:39px;font-size:13px}.lp-demo-message{min-height:355px}.lp-demo-message dl{grid-template-columns:1fr 1fr}.lp-demo-flow{padding:12px 16px;gap:8px}.lp-demo-flow span{font-size:6px;gap:5px}.lp-demo-flow span+span{padding-left:8px}.lp-demo-flow svg{display:none}.lp-deal-grid,.lp-step-grid{grid-template-columns:1fr;margin-top:38px}.lp-step-grid article{min-height:0;padding:18px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto;grid-column-gap:16px;column-gap:16px;align-items:center}.lp-step-icon{width:48px;height:48px}.lp-step-grid h3{margin:0;font-size:17px;line-height:1.3}.lp-step-grid h3 span{font-size:13px;line-height:1.42}.lp-deal-grid article{min-height:300px;padding:26px}.lp-deal-grid h3{margin-top:32px;font-size:24px}.lp-deal-system{margin-top:36px;gap:11px}.lp-deal-system strong{font-size:11px}.lp-fit-head{max-width:none}.lp-fit-grid{grid-template-columns:1fr}.lp-fit-grid article{min-height:205px}.lp-fit-grid article+article{border-top:1px solid var(--line);border-left:0}.lp-fit-grid h3{margin-top:25px}.lp-final{width:calc(100% - 16px);min-height:540px;padding:70px 16px}.lp-final h2{font-size:39px;line-height:1.03}.lp-final p{font-size:14px}.lp-final-orbit span:first-child,.lp-final-orbit span:nth-child(3){left:3%}.lp-final-orbit span:nth-child(2),.lp-final-orbit span:nth-child(4){right:3%}.lp-faq{grid-template-columns:1fr;gap:36px}.lp-faq h2{font-size:43px}.lp-faq summary{min-height:72px;font-size:14px}.lp-footer-top{grid-template-columns:1fr 1fr;gap:38px 28px}.lp-footer-start,.lp-footer-top>div:first-child{grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.lp{scroll-behavior:auto}.lp *,.lp :after,.lp :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}.lp-fit-grid h3 span,.lp-step-grid h3 span{color:var(--muted);font-weight:500;letter-spacing:-.02em}.lp-step-grid h3 span{font-size:14px;line-height:1.5}.lp-fit-grid h3{max-width:310px;line-height:1.24}.lp-fit-grid h3 span{font-size:14px;line-height:1.5}