@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";.setup-page{background:radial-gradient(circle at 12% 14%, #c3946517, transparent 28%), var(--canvas);min-height:100vh}.setup-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:min(1200px,100% - 64px);height:72px;margin-inline:auto;display:flex}.setup-header p{color:var(--ink-muted);margin:0;font-size:13px}.setup-header p a{color:var(--brand-600);margin-left:3px;font-weight:600}.setup-main{grid-template-columns:320px minmax(0,680px);justify-content:space-between;align-items:start;gap:56px;width:min(1120px,100% - 64px);margin:0 auto;padding:40px 0 56px;display:grid}.setup-intro{padding-top:12px;position:sticky;top:24px}.setup-step-label{color:var(--warm-accent);letter-spacing:.02em;margin:0 0 16px;font-size:12px;font-weight:600}.setup-intro h1,.setup-success h1{letter-spacing:-.038em;margin:0;font-size:36px;font-weight:600;line-height:1.08}.setup-intro>p:not(.setup-step-label),.setup-success>p:not(.setup-step-label){color:var(--ink-secondary);margin:16px 0 0;font-size:16px;line-height:1.55}.setup-progress{gap:20px;margin:32px 0 0;padding:0;list-style:none;display:grid;position:relative}.setup-progress:before{content:"";z-index:0;background:var(--border-strong);width:1px;position:absolute;top:28px;bottom:28px;left:15px}.setup-progress li{z-index:1;grid-template-columns:32px 1fr;align-items:center;gap:12px;display:grid;position:relative}.setup-progress li>span{border:1px solid var(--border-strong);background:var(--canvas);width:32px;height:32px;color:var(--ink-muted);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.setup-progress li.active>span{border-color:var(--brand-500);background:var(--brand-600);color:var(--surface);box-shadow:0 0 0 4px #617f9f1a}.setup-progress li.complete>span{border-color:var(--brand-200);background:var(--brand-100);color:var(--brand-700)}.setup-progress li.complete>span svg{width:13px;height:13px}.setup-progress li>div{flex-direction:column;gap:2px;display:flex}.setup-progress strong{color:var(--ink-secondary);font-size:13px}.setup-progress .active strong,.setup-progress .complete strong{color:var(--ink)}.setup-progress small{color:var(--ink-muted);font-size:11px}.setup-help{border-top:1px solid var(--border);grid-template-columns:20px 1fr;gap:10px;margin-top:32px;padding-top:16px;display:grid}.setup-help svg{width:17px;height:17px;color:var(--brand-500)}.setup-help p{color:var(--ink-muted);margin:0;font-size:12px;line-height:1.5}.setup-help strong{color:var(--ink-secondary);margin-bottom:2px;display:block}.setup-card{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 2px 3px #4b3d2f0a,0 20px 56px #4b3d2f13,inset 0 1px #fffc}.setup-card-header{border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--surface-raised), var(--surface));padding:24px 28px 20px}.setup-card-header>span{color:var(--brand-600);font-size:11px;font-weight:600}.setup-card-header h2{letter-spacing:-.025em;margin:8px 0 0;font-size:24px;line-height:1.2}.setup-card-header p{color:var(--ink-muted);margin:6px 0 0;font-size:13px}.setup-card form{padding:0 28px 24px}.setup-card fieldset{border:0;margin:0;padding:0 0 28px}.setup-card legend{align-items:center;gap:10px;width:100%;margin:0 0 18px;padding:20px 0 0;display:flex}.setup-card legend>svg{width:18px;height:18px;color:var(--brand-500)}.setup-card legend>span{flex-direction:column;gap:2px;font-size:14px;font-weight:600;display:flex}.setup-card legend small{color:var(--ink-muted);font-size:11px;font-weight:400}.setup-form-grid{gap:16px;display:grid}.setup-form-step{animation:.18s ease-out setupStepIn}@keyframes setupStepIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.setup-form-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-form-grid .full-width{grid-column:1/-1}.setup-review{border:1px solid var(--border);background:var(--surface-warm);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px;padding:12px 14px;display:grid}.setup-review div{flex-direction:column;gap:3px;min-width:0;display:flex}.setup-review span{color:var(--ink-muted);font-size:10px}.setup-review strong{color:var(--ink-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.setup-form-grid label{min-width:0;color:var(--ink-secondary);flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.setup-form-grid label em{color:var(--ink-muted);margin-left:3px;font-size:10px;font-style:normal;font-weight:400}.setup-form-grid input,.setup-form-grid select{border:1px solid var(--border-strong);background:var(--surface);width:100%;height:44px;color:var(--ink);border-radius:8px;outline:none;padding:0 12px;font-size:14px;font-weight:400;transition:border-color .16s,box-shadow .16s,background-color .16s}.setup-form-grid select{appearance:auto}.setup-form-grid input::placeholder{color:var(--ink-faint)}.setup-form-grid input:hover,.setup-form-grid select:hover{border-color:var(--border-hover)}.setup-form-grid input:focus,.setup-form-grid select:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px #617f9f24}.setup-form-grid label>small{color:var(--ink-muted);margin-top:-2px;font-size:10px;font-weight:400}.setup-form-grid label>.setup-field-error{color:var(--danger);margin-top:1px;font-size:11px;font-weight:600}.setup-form-grid input[aria-invalid=true]{border-color:var(--danger)}.password-input{position:relative}.password-input input{padding-right:42px}.password-input button{width:42px;height:44px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0}.password-input svg{width:16px;height:16px}.password-requirements{border:1px solid var(--border);background:var(--surface-warm);border-radius:8px;margin-top:16px;padding:12px 14px}.password-requirements p{color:var(--ink-secondary);margin:0 0 9px;font-size:11px;font-weight:600}.password-requirements ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px;margin:0;padding:0;list-style:none;display:grid}.password-requirements li{color:var(--ink-muted);align-items:center;gap:7px;font-size:11px;display:flex}.password-requirements li>span{border:1px solid var(--border-strong);background:var(--surface);border-radius:50%;flex:none;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.password-requirements li.met{color:var(--success)}.password-requirements li.met>span{background:var(--success-bg);border-color:#c7d8cd}.password-requirements svg{width:9px;height:9px}.setup-error{background:var(--danger-bg);color:var(--danger);border:1px solid #e4cfcc;border-radius:8px;margin-top:20px;padding:12px 14px;font-size:12px;line-height:1.45}.setup-submit-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding-top:20px;display:flex}.setup-submit-row p{max-width:230px;color:var(--ink-muted);margin:0;font-size:11px;line-height:1.45}.setup-form-actions{align-items:center;gap:8px;display:flex}.setup-submit-row button{flex:none}.setup-submit-row button:disabled{opacity:.65;cursor:not-allowed;transform:none}.setup-back-button{color:var(--ink-secondary);background:0 0;border-color:#0000;padding-inline:12px}.setup-back-button:hover{border-color:var(--border);background:var(--surface-warm)}.setup-back-button svg{width:15px;height:15px}.setup-success{text-align:center;flex-direction:column;align-items:center;width:min(520px,100% - 40px);margin:0 auto;padding:112px 0;display:flex}.setup-success-icon{background:var(--success-bg);width:52px;height:52px;color:var(--success);border:1px solid #d8e5dc;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.setup-success-icon svg{width:24px;height:24px}.setup-loading-icon svg{animation:.9s linear infinite setupSpin}@keyframes setupSpin{to{transform:rotate(360deg)}}.setup-error-icon{background:var(--danger-bg);color:var(--danger);border-color:#e4cfcc}.setup-next-card{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:36px 1fr;align-items:center;gap:12px;width:100%;margin-top:32px;padding:18px;display:grid}.setup-next-card>svg{width:20px;height:20px;color:var(--brand-500)}.setup-next-card div{flex-direction:column;gap:3px;display:flex}.setup-next-card span{color:var(--ink-muted);font-size:10px}.setup-next-card strong{font-size:13px}.setup-text-link{color:var(--brand-600);margin-top:24px;font-size:13px;font-weight:600}.setup-confirmation-main{text-align:center;width:min(600px,100% - 40px);margin:0 auto;padding:64px 0}.setup-confirmation-card{border:1px solid var(--border-strong);background:var(--surface);border-radius:14px;flex-direction:column;align-items:center;padding:40px;display:flex;box-shadow:0 2px 3px #4b3d2f0a,0 24px 64px #4b3d2f14}.setup-confirmation-card .setup-success-icon{margin-bottom:20px}.setup-confirmation-card .setup-step-label{margin-bottom:12px}.setup-confirmation-card h1{letter-spacing:-.038em;margin:0;font-size:36px;line-height:1.08}.setup-confirmation-intro{color:var(--ink-secondary);margin:14px 0 10px;font-size:14px}.setup-confirmation-email{border:1px solid var(--brand-200);background:var(--brand-50);max-width:100%;min-height:40px;color:var(--brand-700);border-radius:8px;align-items:center;gap:9px;padding:9px 14px;display:inline-flex}.setup-confirmation-email svg{flex:none;width:15px;height:15px}.setup-confirmation-email strong{overflow-wrap:anywhere;font-size:13px}.setup-confirmation-instruction{max-width:410px;color:var(--ink-secondary);margin:24px 0 0;font-size:14px;line-height:1.55}.setup-spam-note{text-align:left;background:var(--warning-bg);border:1px solid #eadfcd;border-radius:8px;grid-template-columns:18px 1fr;gap:9px;width:100%;margin-top:12px;padding:12px 14px;display:grid}.setup-spam-note svg{width:16px;height:16px;color:var(--warning)}.setup-spam-note p{color:var(--ink-secondary);margin:0;font-size:11px;line-height:1.5}.setup-retry-button{margin-top:28px}.connect-page{width:min(680px,100% - 40px);margin:0 auto;padding:48px 0 64px}.connect-card{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;padding:40px;position:relative;overflow:hidden;box-shadow:0 1px 2px #1d252d0a,0 12px 36px #4b3d2f12}.connect-card:before{content:"";background:linear-gradient(90deg, var(--brand-300), var(--warm-accent-soft));height:3px;position:absolute;top:0;left:0;right:0}.connect-card-heading{text-align:center;flex-direction:column;align-items:center;display:flex}.connect-provider-mark,.connect-message-icon,.connect-complete-icon{border:1px solid var(--brand-200);background:var(--brand-50);width:48px;height:48px;color:var(--brand-600);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.connect-provider-mark svg,.connect-message-icon svg,.connect-complete-icon svg{width:21px;height:21px}.connect-card-heading>span,.connect-complete-card>span,.connect-message-card>span{color:var(--warm-accent);font-size:12px;font-weight:600}.connect-card h1,.dashboard-placeholder h1{letter-spacing:-.038em;margin:10px 0 0;font-size:36px;font-weight:600;line-height:1.08}.connect-card-heading>p,.connect-complete-card>p,.connect-message-card>p{max-width:520px;color:var(--ink-secondary);margin:14px 0 0;font-size:15px;line-height:1.55}.connect-account-row,.connect-connected-account{border:1px solid var(--brand-200);background:var(--brand-50);border-radius:8px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:28px;padding:14px 16px;display:grid}.connect-account-row>div{border:1px solid var(--brand-200);background:var(--surface);width:36px;height:36px;color:var(--brand-600);border-radius:8px;justify-content:center;align-items:center;display:flex}.connect-account-row svg,.connect-connected-account>svg{width:17px;height:17px}.connect-account-row>span,.connect-connected-account>span:not(.connect-status){flex-direction:column;gap:2px;min-width:0;display:flex}.connect-account-row small,.connect-connected-account small{color:var(--ink-muted);font-size:10px}.connect-account-row strong,.connect-connected-account strong{overflow-wrap:anywhere;font-size:13px}.connect-account-row em{color:var(--success);font-size:10px;font-style:normal;font-weight:600}.connect-permissions{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:16px}.connect-permissions>div{grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:16px 0;display:grid}.connect-permissions>div+div{border-top:1px solid var(--border)}.connect-permissions>div>svg:first-child{width:18px;height:18px;color:var(--brand-500)}.connect-permissions>div>svg:last-child{width:15px;height:15px;color:var(--success)}.connect-permissions span{flex-direction:column;gap:3px;display:flex}.connect-permissions strong{font-size:13px}.connect-permissions small{color:var(--ink-muted);font-size:11px;line-height:1.45}.connect-action-area{flex-direction:column;align-items:center;padding-top:24px;display:flex}.connect-action-area .connect-oauth-disclosure{max-width:540px;color:var(--ink-muted);text-align:center;margin:0 0 16px;font-size:11px;line-height:1.55;display:block}.connect-oauth-disclosure a{color:var(--brand-600);text-decoration:underline;-webkit-text-decoration-color:var(--brand-300);text-decoration-color:var(--brand-300);text-underline-offset:2px;font-weight:600}.connect-button{min-width:240px}.connect-button:disabled{cursor:wait;opacity:.72;transform:none}.connect-action-area p{color:var(--ink-muted);align-items:center;gap:6px;margin:12px 0 0;font-size:11px;display:flex}.connect-action-area p svg{width:14px;height:14px;color:var(--success)}.button-spinner{animation:.9s linear infinite setupSpin}.connect-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.connect-loading-state>svg{width:24px;height:24px;color:var(--brand-500);animation:.9s linear infinite setupSpin}.connect-loading-state h1{margin:18px 0 0;font-size:22px}.connect-loading-state p{color:var(--ink-muted);margin:7px 0 0;font-size:13px}.connect-complete-card,.connect-message-card{text-align:center;flex-direction:column;align-items:center;display:flex}.connect-complete-icon{background:var(--success-bg);color:var(--success);border-color:#c7d8cd}.connect-connected-account{text-align:left;width:100%;margin-bottom:24px}.connect-connected-account>svg{color:var(--brand-600)}.connect-status{color:var(--success);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.connect-status i{background:var(--success);border-radius:50%;width:7px;height:7px}.connect-message-card>p{max-width:470px}.connect-warning-icon{background:var(--warning-bg);color:var(--warning);border-color:#eadfcd}.connect-email-reference{border:1px solid var(--border);background:var(--surface-warm);width:100%;color:var(--ink-muted);border-radius:8px;justify-content:space-between;gap:16px;margin:24px 0;padding:13px 16px;font-size:12px;display:flex}.connect-email-reference strong{overflow-wrap:anywhere;color:var(--ink)}.connect-message-card>.connect-button{margin-top:24px}.connect-message-card .connect-email-reference+.connect-button{margin-top:0}.connect-text-button{cursor:pointer;background:0 0;border:0;padding:0}.dashboard-placeholder{text-align:center;flex-direction:column;align-items:center;width:min(560px,100% - 40px);margin:0 auto;padding:112px 0;display:flex}.dashboard-placeholder>svg:not(.dashboard-loader){width:36px;height:36px;color:var(--success)}.dashboard-placeholder>p{color:var(--warm-accent);margin:18px 0 0;font-size:12px;font-weight:600}.dashboard-placeholder>.dashboard-error-message{color:var(--ink-secondary);font-size:14px;font-weight:400}.dashboard-placeholder>.dashboard-error-message+.button{margin-top:24px}.dashboard-placeholder>div{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:20px 1fr;gap:4px 10px;width:100%;margin-top:28px;padding:16px;display:grid}.dashboard-placeholder>div svg{width:18px;color:var(--brand-500);grid-row:1/3}.dashboard-placeholder>div span{color:var(--ink-muted);font-size:10px}.dashboard-placeholder>div strong{font-size:13px}.dashboard-loader{width:24px;color:var(--brand-500);animation:.9s linear infinite setupSpin}@media (width<=900px){.setup-main{grid-template-columns:1fr;gap:32px;padding-top:32px}.setup-intro{max-width:600px;padding-top:0;position:static}.setup-progress{grid-template-columns:repeat(4,1fr);gap:12px}.setup-progress:before{width:auto;height:1px;inset:15px 16% auto}.setup-progress li{grid-template-columns:1fr;align-items:start}.setup-help{display:none}}@media (width<=640px){.setup-header{width:calc(100% - 40px)}.setup-header p{font-size:12px}.setup-main{gap:24px;width:calc(100% - 40px);padding:24px 0 48px}.setup-intro h1,.setup-success h1{font-size:34px}.setup-intro>p:not(.setup-step-label){font-size:15px}.setup-progress{margin-top:24px}.setup-progress small{display:none}.setup-card-header{padding:20px}.setup-card form{padding:0 20px 20px}.setup-card fieldset{padding:0 0 24px}.setup-form-grid.two-column{grid-template-columns:1fr}.setup-form-grid .full-width{grid-column:auto}.setup-review{grid-template-columns:1fr;gap:10px}.password-requirements ul{grid-template-columns:1fr}.setup-submit-row{flex-direction:column;align-items:stretch;gap:16px}.setup-submit-row p{max-width:none}.setup-form-actions{width:100%}.setup-form-actions .button-primary{flex:1}.setup-success{padding:72px 0}.setup-confirmation-main{padding:36px 0 48px}.setup-confirmation-card{padding:30px 22px}.setup-confirmation-card h1{font-size:32px}.connect-page{padding:28px 0 48px}.connect-card{padding:30px 22px}.connect-card h1,.dashboard-placeholder h1{font-size:31px}.connect-account-row,.connect-connected-account{grid-template-columns:36px minmax(0,1fr)}.connect-account-row em,.connect-status{grid-column:2}.connect-button{width:100%;min-width:0}.connect-email-reference{text-align:left;flex-direction:column;gap:4px}.dashboard-placeholder{padding:72px 0}}.account-page{background:var(--canvas);min-height:100vh;color:var(--ink)}.account-sidebar{background:var(--surface-warm);border-right:1px solid var(--border-strong);flex-direction:column;width:292px;padding:0 12px 12px;display:flex;position:fixed;inset:0 auto 0 0}.account-wordmark{border-bottom:1px solid var(--border);letter-spacing:-.035em;align-items:center;gap:10px;height:72px;padding:0 10px;font-size:24px;font-weight:650;display:flex}.account-wordmark img{object-fit:cover;border-radius:7px;width:46px;height:31px;display:block}.account-sidebar nav{flex:1;padding:16px 4px}.account-sidebar nav p{color:var(--ink-muted);letter-spacing:.03em;margin:0 10px 8px;font-size:11px;font-weight:600}.account-sidebar nav a{min-height:44px;color:var(--ink-secondary);border-radius:8px;align-items:center;gap:11px;padding:0 11px;font-size:14px;font-weight:500;display:flex}.account-sidebar nav a:hover{background:var(--surface-subtle);color:var(--ink)}.account-sidebar nav svg{width:18px;height:18px}.account-nav-current{border:1px solid var(--brand-200);background:var(--brand-100);min-height:44px;color:var(--brand-700);box-shadow:inset 3px 0 0 var(--brand-500);border-radius:8px;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:600;display:grid}.account-nav-current svg{width:17px;height:17px}.account-nav-current svg:last-child{justify-self:end;width:14px;height:14px}.account-main{min-height:100vh;margin-left:292px}.account-mobile-header{display:none}.account-content{width:min(800px,100%);margin:0 auto;padding:48px 40px 64px}.account-page-heading{padding-bottom:22px}.account-page-heading h1{letter-spacing:-.04em;margin:0;font-size:36px;font-weight:600;line-height:1.08}.account-overview-card,.account-summary-section{border:1px solid var(--border-strong);background:var(--surface);border-radius:10px;box-shadow:0 1px 2px #4b3d2f09}.account-overview-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.account-overview-card:before{content:"";background:var(--brand-500);width:4px;position:absolute;inset:0 auto 0 0}.account-identity{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:13px;min-width:0;display:grid}.account-avatar{background:var(--brand-600);width:46px;height:46px;color:var(--surface);box-shadow:0 0 0 5px var(--brand-50);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:650;display:flex}.account-identity>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.account-identity strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.account-identity span{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.account-overview-details{grid-template-columns:repeat(2,minmax(110px,1fr));gap:24px;margin:0;display:grid}.account-overview-details div{min-width:0}.account-overview-details dt{color:var(--brand-600);font-size:10px;font-weight:600}.account-overview-details dd{color:var(--ink);margin:5px 0 0;font-size:12px;font-weight:600}.account-section-list{gap:14px;margin-top:14px;display:grid}.account-summary-section{padding:22px 24px}.account-summary-heading{border-bottom:1px solid var(--brand-100);justify-content:space-between;align-items:flex-start;gap:20px;min-height:30px;padding-bottom:14px;display:flex}.account-summary-heading h2{color:var(--brand-700);letter-spacing:-.01em;margin:0;font-size:14px;font-weight:650}.account-summary-heading>a{color:var(--brand-600);font-size:11px;font-weight:600}.account-summary-heading>a:hover{color:var(--brand-700);text-underline-offset:3px;text-decoration:underline}.account-program-summary{justify-content:space-between;align-items:center;gap:24px;padding-top:17px;display:flex}.account-program-summary>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.account-program-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.account-program-summary>div:first-child span{color:var(--ink-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.account-program-tags{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.account-program-tags span{border:1px solid var(--brand-200);background:var(--brand-50);color:var(--brand-700);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:600}.account-inbox-summary{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:13px;padding-top:17px;display:grid}.account-inbox-icon{background:var(--brand-100);width:40px;height:40px;color:var(--brand-700);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.account-inbox-icon svg{width:17px;height:17px}.account-inbox-summary>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.account-inbox-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.account-inbox-summary>div:nth-child(2) span{color:var(--ink-muted);font-size:11px}.account-inbox-state{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.account-inbox-state small{color:var(--ink-muted);font-size:9px}.account-status{color:var(--ink-muted);align-items:center;gap:7px;font-size:10px;font-weight:600;display:inline-flex}.account-status i{background:currentColor;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #7d7e7714}.account-status.success{color:var(--success)}.account-status.warning{color:var(--warning)}.account-inbox-empty{justify-content:space-between;align-items:center;gap:16px;padding-top:17px;display:flex}.account-inbox-empty p{color:var(--ink-secondary);margin:0;font-size:12px}.account-inbox-empty a{background:var(--brand-600);min-height:36px;color:var(--surface);border-radius:7px;align-items:center;padding:0 13px;font-size:11px;font-weight:600;display:inline-flex}.account-sign-out{padding-top:4px}.account-sign-out>span{color:var(--danger);margin-bottom:8px;font-size:11px;display:block}.account-sign-out button,.account-error-state button{border:1px solid var(--brand-200);background:var(--brand-50);min-height:42px;color:var(--brand-700);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-size:12px;font-weight:600;display:inline-flex}.account-sign-out button:hover:not(:disabled),.account-error-state button:hover{border-color:var(--brand-400);background:var(--brand-100)}.account-sign-out button{width:100%}.account-sign-out button:disabled{opacity:.55;cursor:wait}.account-sign-out button svg{width:15px;height:15px}.account-centered-state{min-height:100vh;color:var(--ink-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.account-centered-state>svg{width:27px;height:27px;color:var(--brand-500)}.account-centered-state p{margin:12px 0 0;font-size:13px}.account-error-state>svg{color:var(--danger)}.account-error-state h1{color:var(--ink);letter-spacing:-.025em;margin:18px 0 0;font-size:26px}.account-error-state p{max-width:480px;color:var(--ink-secondary);margin:8px 0 22px}.account-spinner{animation:.7s linear infinite accountSpin}@keyframes accountSpin{to{transform:rotate(360deg)}}@media (width<=900px){.account-sidebar{display:none}.account-main{margin-left:0}.account-mobile-header{border-bottom:1px solid var(--border);background:var(--surface-warm);justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.account-mobile-header .account-wordmark{border:0;height:auto;padding:0;font-size:21px}.account-mobile-header .account-wordmark img{width:40px;height:27px}.account-mobile-header>a:last-child{border:1px solid var(--brand-200);background:var(--brand-50);min-height:36px;color:var(--brand-700);border-radius:7px;align-items:center;padding:0 11px;font-size:11px;font-weight:600;display:inline-flex}.account-content{padding:32px 24px 48px}.account-centered-state{min-height:calc(100vh - 60px)}}@media (width<=640px){.account-content{padding:25px 16px 36px}.account-page-heading{padding-bottom:18px}.account-page-heading h1{font-size:30px}.account-overview-card{grid-template-columns:1fr;gap:18px;padding:20px}.account-overview-details{border-top:1px solid var(--brand-100);padding-top:16px}.account-summary-section{padding:20px}.account-program-summary{flex-direction:column;align-items:flex-start;gap:14px}.account-program-tags{justify-content:flex-start}.account-inbox-summary{grid-template-columns:40px minmax(0,1fr)}.account-inbox-state{grid-column:2;align-items:flex-start}.account-inbox-empty{flex-direction:column;align-items:flex-start}.account-sign-out{padding-top:2px}}@media (prefers-reduced-motion:reduce){.account-spinner{animation:none}}.dashboard-page{background:var(--canvas);min-height:100vh;color:var(--ink)}.dashboard-sidebar{z-index:40;background:var(--surface-warm);border-right:1px solid var(--border-strong);flex-direction:column;width:292px;padding:0 12px 12px;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.dashboard-brand-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;padding:0 10px;display:flex}.dashboard-wordmark{letter-spacing:-.035em;align-items:center;gap:10px;font-size:24px;font-weight:650;display:inline-flex}.dashboard-brand-logo{object-fit:cover;border-radius:7px;width:46px;height:31px;display:block}.dashboard-brand-row>button,.dashboard-mobile-header button,.profile-pane-toolbar button,.dashboard-search button{width:40px;height:40px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.dashboard-brand-row>button{display:none}.dashboard-brand-row svg,.dashboard-mobile-header svg,.profile-pane-toolbar svg,.dashboard-search button svg{width:18px;height:18px}.dashboard-sidebar nav{padding:16px 4px 12px}.dashboard-sidebar nav p{color:var(--ink-muted);letter-spacing:.03em;margin:0 10px 8px;font-size:11px;font-weight:600}.dashboard-sidebar nav a{min-height:44px;color:var(--ink-secondary);border-radius:8px;align-items:center;gap:11px;margin-bottom:4px;padding:0 11px;font-size:14px;font-weight:500;transition:color .16s,background-color .16s;display:flex}.dashboard-sidebar nav a:hover{background:var(--surface-subtle);color:var(--ink)}.dashboard-sidebar nav a.active{background:var(--brand-100);color:var(--brand-700);box-shadow:inset 3px 0 0 var(--brand-500)}.dashboard-sidebar nav svg{width:18px;height:18px}.dashboard-account{border:1px solid var(--border);background:var(--surface);width:100%;min-height:44px;color:var(--ink-secondary);text-align:left;cursor:pointer;border-radius:8px;flex:none;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:600;display:grid}.dashboard-account:hover{border-color:var(--brand-300);background:var(--brand-50);color:var(--brand-700)}.dashboard-account:focus-visible{outline:none;box-shadow:0 0 0 3px #617f9f24}.dashboard-account svg{width:17px;height:17px}.dashboard-account svg:last-child{width:14px;height:14px;color:var(--ink-muted);justify-self:end}.sidebar-filters{border-top:1px solid var(--border-strong);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.sidebar-filters-heading{flex:none;justify-content:space-between;align-items:center;min-height:52px;padding:0 7px;display:flex}.sidebar-filters-heading>div{align-items:center;gap:7px;display:flex}.sidebar-filters-heading svg{width:15px;height:15px;color:var(--brand-500)}.sidebar-filters-heading strong{font-size:13px;font-weight:600}.sidebar-filters-heading span{background:var(--brand-100);min-width:18px;height:18px;color:var(--brand-700);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:9px;display:inline-flex}.sidebar-filters-heading>button{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;padding:4px 5px;font-size:10px;font-weight:600}.sidebar-filters-heading>button:hover{color:var(--brand-700)}.sidebar-filter-groups{overscroll-behavior-y:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;touch-action:pan-y;flex:auto;min-height:0;padding:0 4px 10px 2px;overflow:hidden auto}.sidebar-filter-group{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-bottom:7px;transition:border-color .16s,box-shadow .16s}.sidebar-filter-group:last-child{margin-bottom:0}.sidebar-filter-group[data-open=true]{border-color:var(--brand-300);box-shadow:0 1px 2px #1d252d0a}.sidebar-filter-group>.sidebar-filter-summary{width:100%;min-height:42px;color:var(--ink-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:0 10px 0 12px;font-size:11px;font-weight:600;display:flex}.sidebar-filter-group>.sidebar-filter-summary:hover{background:var(--surface-warm);color:var(--ink)}.sidebar-filter-group[data-open=true]>.sidebar-filter-summary{border-bottom:1px solid var(--brand-200);background:var(--brand-50);color:var(--brand-700);border-radius:7px 7px 0 0}.sidebar-filter-group>.sidebar-filter-summary>span:last-child{align-items:center;gap:6px;display:flex}.sidebar-filter-group>.sidebar-filter-summary small{background:var(--brand-100);min-width:18px;height:18px;color:var(--brand-700);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:9px;display:inline-flex}.sidebar-filter-group>.sidebar-filter-summary svg{width:14px;height:14px;color:var(--ink-muted);transition:transform .16s}.sidebar-filter-group[data-open=true]>.sidebar-filter-summary svg{transform:rotate(180deg)}.sidebar-filter-fields{gap:4px;padding:7px;display:grid}.sidebar-filter-subgroup{border-radius:7px}.sidebar-filter-subgroup>.sidebar-filter-summary{background:var(--surface-warm);width:100%;min-height:36px;color:var(--ink-secondary);text-align:left;cursor:pointer;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:0 8px 0 10px;font-size:10px;font-weight:600;display:flex}.sidebar-filter-subgroup>.sidebar-filter-summary:hover,.sidebar-filter-section>.sidebar-filter-summary:hover{color:var(--brand-700)}.sidebar-filter-subgroup[data-open=true]>.sidebar-filter-summary{background:var(--brand-100);color:var(--brand-700)}.sidebar-filter-subgroup>.sidebar-filter-summary>span:last-child,.sidebar-filter-section>.sidebar-filter-summary>span:last-child{align-items:center;gap:5px;display:flex}.sidebar-filter-subgroup>.sidebar-filter-summary small,.sidebar-filter-section>.sidebar-filter-summary small{background:var(--brand-100);min-width:17px;height:17px;color:var(--brand-700);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:8px;display:inline-flex}.sidebar-filter-subgroup>.sidebar-filter-summary svg,.sidebar-filter-section>.sidebar-filter-summary svg{width:12px;height:12px;color:var(--ink-muted);transition:transform .16s}.sidebar-filter-subgroup[data-open=true]>.sidebar-filter-summary svg,.sidebar-filter-section[data-open=true]>.sidebar-filter-summary svg{transform:rotate(180deg)}.sidebar-filter-subgroup-fields{gap:3px;padding:5px 2px 3px;display:grid}.sidebar-filter-section{border-bottom:1px solid var(--border);margin:0 3px}.sidebar-filter-section:last-child{border-bottom:0}.sidebar-filter-section>.sidebar-filter-summary{width:100%;min-height:34px;color:var(--ink-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-left:2px solid #0000;justify-content:space-between;align-items:center;gap:8px;padding:0 5px 0 9px;font-size:10px;font-weight:600;display:flex}.sidebar-filter-section[data-open=true]>.sidebar-filter-summary{border-left-color:var(--brand-400);color:var(--brand-700)}.sidebar-filter-summary:focus-visible{outline:2px solid var(--brand-400);outline-offset:-2px}.sidebar-filter-section-fields{gap:2px;padding:2px 0 5px 5px;display:grid}.sidebar-filter-field{border:1px solid #0000;border-radius:7px}.sidebar-filter-field.active{border-color:var(--brand-300);background:var(--brand-50);box-shadow:inset 3px 0 0 var(--brand-500);margin:3px 0 5px;padding-bottom:7px}.sidebar-filter-field-heading{min-height:34px;color:var(--ink-secondary);justify-content:space-between;align-items:center;gap:8px;padding:0 5px 0 8px;font-size:11px;display:flex}.sidebar-filter-field:not(.active) .sidebar-filter-field-heading:hover{background:var(--surface-subtle);color:var(--ink);border-radius:6px}.sidebar-filter-field.active .sidebar-filter-field-heading{color:var(--brand-700);font-weight:600}.sidebar-filter-field-heading button{width:26px;height:26px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:0;display:inline-flex}.sidebar-filter-field-heading button:hover:not(:disabled){background:var(--surface);color:var(--brand-700)}.sidebar-filter-field-heading button:disabled{opacity:.35;cursor:default}.sidebar-filter-field-heading svg{width:13px;height:13px}.sidebar-filter-condition{grid-template-columns:minmax(0,1fr) 28px;gap:5px;padding:0 7px 7px;display:grid}.sidebar-filter-condition label{grid-column:1;min-width:0}.sidebar-filter-condition select,.sidebar-filter-condition input,.sidebar-filter-condition .filter-no-value{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;height:32px;color:var(--ink-secondary);border-radius:6px;padding:0 8px;font-size:10px}.sidebar-filter-condition select:focus,.sidebar-filter-condition input:focus{border-color:var(--brand-400);outline:none;box-shadow:0 0 0 2px #617f9f1f}.sidebar-filter-condition .filter-no-value{color:var(--ink-muted);border-style:dashed;align-items:center;display:flex}.sidebar-filter-condition .height-filter-inputs{grid-template-columns:1fr 1fr;gap:4px;display:grid}.sidebar-filter-condition .remove-filter-button{grid-area:1/2/3;align-self:center;width:28px;height:28px}.sidebar-filter-condition.boolean-only .remove-filter-button{grid-row:1}.filter-boolean-toggle{border:1px solid var(--border);background:var(--surface);border-radius:6px;grid-template-columns:1fr 1fr;gap:2px;height:32px;padding:2px;display:grid}.filter-boolean-toggle button{min-width:0;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;padding:0 5px;font-size:9px;font-weight:600}.filter-boolean-toggle button:hover{color:var(--ink)}.filter-boolean-toggle button.selected{background:var(--brand-100);color:var(--brand-700);box-shadow:0 1px 2px #1d252d14}.filter-boolean-toggle button:focus-visible{outline:2px solid var(--brand-400);outline-offset:1px}.sidebar-filter-actions{background:var(--surface-warm);flex:none;justify-content:space-between;align-items:center;gap:8px;padding:10px 2px 12px;display:flex}.sidebar-filter-actions>span{color:var(--ink-muted);font-size:9px}.sidebar-filter-actions>div{align-items:center;gap:6px;display:flex}.sidebar-filter-actions button{border:1px solid var(--brand-600);background:var(--brand-600);height:36px;color:var(--surface);cursor:pointer;border-radius:7px;padding:0 13px;font-size:10px;font-weight:600;box-shadow:0 1px 2px #1d252d14}.sidebar-filter-actions .sidebar-save-filter-button{border-color:var(--border-strong);background:var(--surface);color:var(--ink-secondary);box-shadow:none}.sidebar-filter-actions .sidebar-save-filter-button:hover:not(:disabled){border-color:var(--brand-300);background:var(--brand-50);color:var(--brand-700)}.sidebar-filter-actions .sidebar-apply-filter-button{border-color:var(--warm-accent);background:var(--warm-accent)}.sidebar-filter-actions button:disabled{border-color:var(--border);background:var(--surface-subtle);color:var(--disabled);cursor:default;box-shadow:none}.sidebar-filter-empty{color:var(--ink-muted);margin:12px 6px;font-size:10px;line-height:1.4}.dashboard-main{background:var(--canvas);min-height:100vh;margin-left:292px}.dashboard-mobile-header{display:none}.dashboard-workspace,.dashboard-skeleton{width:min(1440px,100%);margin:0 auto;padding:32px 40px 48px}.dashboard-page-header{justify-content:space-between;align-items:flex-start;gap:32px;min-height:112px;display:flex}.dashboard-page-header>div:first-child>p{color:var(--brand-600);align-items:center;gap:8px;margin:0 0 9px;font-size:12px;font-weight:600;display:flex}.dashboard-page-header>div:first-child>p:before{content:"";background:var(--warm-accent);width:18px;height:1px}.dashboard-page-header h1{letter-spacing:-.035em;margin:0;font-size:32px;font-weight:600;line-height:1.1}.dashboard-page-header>div:first-child>span{color:var(--ink-secondary);margin-top:8px;font-size:14px;display:block}.dashboard-summary{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;min-height:76px;padding:0 20px;display:flex;box-shadow:0 1px 2px #1d252d0a,0 4px 12px #1d252d09}.dashboard-summary>div{align-items:baseline;gap:9px;min-width:148px;padding-right:32px;display:flex}.dashboard-summary>div+div{border-left:1px solid var(--border);padding-left:32px}.dashboard-summary strong{font-variant-numeric:tabular-nums;font-size:21px;font-weight:600;line-height:1}.dashboard-summary span{color:var(--ink-muted);font-size:12px}.prospect-workspace{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-top:20px;padding:18px;box-shadow:0 1px 2px #1d252d0a,0 4px 12px #1d252d09}.prospect-toolbar{grid-template-columns:minmax(240px,1fr) auto minmax(290px,auto) minmax(140px,auto);align-items:center;gap:12px;display:grid}.dashboard-search{border:1px solid var(--border-strong);background:var(--surface-warm);border-radius:8px;align-items:center;gap:9px;min-width:0;height:44px;padding:0 4px 0 12px;transition:border-color .16s,box-shadow .16s;display:flex}.dashboard-search:focus-within{border-color:var(--brand-400);box-shadow:0 0 0 3px #617f9f24}.dashboard-search>svg{width:17px;height:17px;color:var(--ink-muted);flex:none}.dashboard-search input{width:100%;min-width:0;height:40px;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px}.dashboard-search input::placeholder{color:var(--ink-faint)}.dashboard-search button{border-radius:6px;width:34px;height:34px}.dashboard-search button:hover{background:var(--surface-subtle);color:var(--ink)}.dashboard-toolbar-actions{align-items:center;gap:8px;display:flex}.config-trigger-button{border:1px solid var(--border);background:var(--surface);height:40px;color:var(--ink-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:600;display:flex}.config-trigger-button:hover,.config-trigger-button.active{border-color:var(--brand-300);background:var(--brand-50);color:var(--brand-700)}.config-trigger-button:focus-visible{outline:none;box-shadow:0 0 0 3px #617f9f24}.config-trigger-button>svg{width:15px;height:15px}.config-trigger-button>span{background:var(--surface-subtle);min-width:19px;height:19px;color:var(--ink-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:9px;display:inline-flex}.config-trigger-button.active>span{background:var(--brand-100);color:var(--brand-700)}.dashboard-sort{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;align-items:center;height:40px;padding-left:10px;display:flex}.dashboard-sort>svg{width:15px;height:15px;color:var(--ink-muted);flex:none}.dashboard-sort label{align-items:center;min-width:0;height:38px;display:flex}.dashboard-sort label+label{border-left:1px solid var(--border)}.dashboard-sort select{max-width:185px;height:38px;color:var(--ink-secondary);cursor:pointer;background:0 0;border:0;outline:0;padding:0 28px 0 8px;font-size:11px;font-weight:500}.dashboard-sort label:last-child select{max-width:104px}.dashboard-sort:focus-within{border-color:var(--brand-400);box-shadow:0 0 0 3px #617f9f24}.saved-filter-menu{min-width:0;position:relative}.saved-filter-menu>summary{border:1px solid var(--border-strong);background:var(--surface);min-width:140px;max-width:210px;height:40px;color:var(--ink-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:11px;font-weight:600;list-style:none;display:flex}.saved-filter-menu>summary::-webkit-details-marker{display:none}.saved-filter-menu>summary>svg:first-child{width:15px;height:15px;color:var(--brand-500);flex:none}.saved-filter-menu>summary>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.saved-filter-menu>summary>svg:last-child{width:14px;height:14px;color:var(--ink-muted);flex:none;transition:transform .16s}.saved-filter-menu[open]>summary{border-color:var(--brand-400);box-shadow:0 0 0 3px #617f9f24}.saved-filter-menu[open]>summary>svg:last-child{transform:rotate(180deg)}.saved-filter-popover{z-index:20;border:1px solid var(--border-strong);background:var(--surface);border-radius:9px;width:278px;padding:8px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 34px #1d252d1f,0 3px 8px #1d252d0f}.saved-filter-popover-heading{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;padding:5px 7px 8px;font-size:9px;font-weight:600}.saved-filter-options{gap:2px;max-height:256px;display:grid;overflow-y:auto}.saved-filter-options>p{color:var(--ink-muted);text-align:center;margin:0;padding:14px 8px;font-size:11px}.saved-filter-options>div{border-radius:7px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;min-width:0;display:grid}.saved-filter-options>div:hover,.saved-filter-options>div.selected{background:var(--brand-50)}.saved-filter-options>div>button{min-width:0;color:var(--ink-secondary);cursor:pointer;background:0 0;border:0}.saved-filter-options>div>button:first-child{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;min-height:43px;padding:6px 8px;display:flex}.saved-filter-options>div>button:first-child span{width:100%;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.saved-filter-options>div>button:first-child small{color:var(--ink-muted);margin-top:2px;font-size:9px}.saved-filter-options>div>button:last-child{width:30px;height:30px;color:var(--ink-muted);border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.saved-filter-options>div>button:last-child:hover{background:var(--danger-bg);color:var(--danger)}.saved-filter-options>div>button:last-child:disabled{opacity:.5;cursor:default}.saved-filter-options svg{width:14px;height:14px}.saved-filter-options .lucide-loader-circle{animation:.7s linear infinite dashboardSpin}.save-current-filter-button{border:0;border-top:1px solid var(--border);width:100%;min-height:38px;color:var(--brand-700);cursor:pointer;background:0 0;align-items:center;gap:7px;margin-top:7px;padding:0 8px;font-size:11px;font-weight:600;display:flex}.save-current-filter-button:disabled{color:var(--disabled);cursor:default}.save-current-filter-button svg{width:14px;height:14px}.dashboard-config-panel{border:1px solid var(--border-strong);background:var(--surface);border-radius:10px;margin-top:12px;padding:18px;box-shadow:0 10px 28px #1d252d0f}.config-panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.config-panel-heading>div{flex-direction:column;gap:4px;min-width:0;display:flex}.config-panel-heading strong{font-size:13px;font-weight:600}.config-panel-heading span{color:var(--ink-muted);font-size:11px}.config-panel-heading>button{width:32px;height:32px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;margin-top:-7px;margin-right:-7px;padding:0;display:inline-flex}.config-panel-heading>button:hover{background:var(--surface-subtle);color:var(--ink)}.config-panel-heading svg{width:16px;height:16px}.column-field-search{border:1px solid var(--border);background:var(--surface-warm);min-width:0;height:38px;color:var(--ink-secondary);border-radius:7px;font-size:11px}.column-field-search:focus-within{border-color:var(--brand-400);outline:none;box-shadow:0 0 0 3px #617f9f1f}.filter-no-value{border:1px dashed var(--border);height:38px;color:var(--ink-muted);border-radius:7px;align-items:center;padding:0 10px;font-size:11px;display:flex}.height-filter-inputs{grid-template-columns:1fr 1fr;gap:6px;display:grid}.remove-filter-button{width:34px;height:38px;color:var(--ink-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.remove-filter-button:hover{border-color:var(--border);background:var(--surface-subtle);color:var(--danger)}.remove-filter-button svg{width:15px;height:15px}.column-field-search{align-items:center;gap:8px;margin-top:14px;padding:0 10px;display:flex}.column-field-search>svg{width:15px;height:15px;color:var(--ink-muted);flex:none}.column-field-search input{width:100%;min-width:0;height:34px;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.column-field-count{color:var(--ink-muted);margin:10px 0 8px;font-size:10px}.column-field-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px;max-height:340px;display:grid;overflow-y:auto}.column-field-list section{align-self:start;min-width:0}.column-field-list h4{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 5px;font-size:9px;font-weight:600}.column-field-list section>button{width:100%;min-height:32px;color:var(--ink-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:5px 7px;font-size:11px;display:flex}.column-field-list section>button:hover:not(:disabled){background:var(--surface-subtle);color:var(--ink)}.column-field-list section>button.selected{background:var(--brand-50);color:var(--brand-700);font-weight:600}.column-field-list section>button:disabled{opacity:.4;cursor:default}.column-field-list section>button svg{flex:none;width:13px;height:13px}.column-field-list>p{color:var(--ink-muted);font-size:11px}.active-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding-top:10px;display:flex}.active-filter-chips button{border:1px solid var(--brand-200);background:var(--brand-50);min-height:28px;color:var(--brand-700);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:10px;font-weight:500;display:inline-flex}.active-filter-chips button:hover{border-color:var(--brand-300)}.active-filter-chips button svg{width:12px;height:12px}.active-filter-chips .clear-all-filters{color:var(--ink-muted);background:0 0;border-color:#0000}.dashboard-inline-error{border:1px solid var(--danger);background:var(--danger-bg);min-height:40px;color:var(--danger);border-radius:7px;align-items:center;gap:8px;margin-top:10px;padding:8px 10px;font-size:11px;display:flex}.dashboard-inline-error svg{flex:none;width:15px;height:15px}.save-filter-dialog-scrim{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1d252d42;border:0;width:100%;height:100%;padding:0;position:fixed;inset:0}.save-filter-dialog{z-index:80;border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;width:min(430px,100vw - 32px);padding:22px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #1d252d2b}.save-filter-dialog-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.save-filter-dialog-heading>div{min-width:0}.save-filter-dialog-heading span{color:var(--brand-600);font-size:10px;font-weight:600}.save-filter-dialog-heading h2{letter-spacing:-.025em;margin:4px 0 0;font-size:22px}.save-filter-dialog-heading>button{width:34px;height:34px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;margin:-7px -7px 0 0;padding:0;display:inline-flex}.save-filter-dialog-heading>button:hover{background:var(--surface-subtle);color:var(--ink)}.save-filter-dialog-heading svg{width:17px;height:17px}.save-filter-dialog>p{color:var(--ink-secondary);margin:10px 0 18px;font-size:12px;line-height:1.45}.save-filter-dialog form>label{flex-direction:column;gap:6px;display:flex}.save-filter-dialog form>label span{color:var(--ink-secondary);font-size:10px;font-weight:600}.save-filter-dialog input{border:1px solid var(--border-strong);background:var(--surface-warm);height:42px;color:var(--ink);border-radius:8px;padding:0 11px;font-size:13px}.save-filter-dialog input:focus{border-color:var(--brand-400);outline:none;box-shadow:0 0 0 3px #617f9f24}.save-filter-error{border:1px solid var(--danger);background:var(--danger-bg);min-height:36px;color:var(--danger);border-radius:7px;align-items:center;gap:7px;margin-top:10px;padding:7px 9px;font-size:10px;display:flex}.save-filter-error svg{flex:none;width:14px;height:14px}.save-filter-dialog form>div:last-child{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.save-filter-dialog form>div:last-child button{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--ink-secondary);cursor:pointer;border-radius:8px;padding:0 13px;font-size:11px;font-weight:600}.save-filter-dialog form>div:last-child .save-filter-submit{border-color:var(--brand-600);background:var(--brand-600);color:var(--surface);align-items:center;gap:7px;display:inline-flex}.save-filter-submit:disabled{opacity:.5;cursor:default}.save-filter-submit svg{width:14px;height:14px;animation:.7s linear infinite dashboardSpin}.prospect-result-line{min-height:46px;color:var(--ink-muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.prospect-result-line svg{width:15px;height:15px;animation:.7s linear infinite dashboardSpin}.prospect-table{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;overflow-x:auto}.prospect-table-head,.prospect-table-row{align-items:center;column-gap:16px;display:grid}.prospect-table-head{z-index:1;border-bottom:1px solid var(--border);background:var(--brand-50);min-height:42px;color:var(--ink-muted);padding:0 16px;font-size:11px;font-weight:600;position:sticky;top:0}.prospect-table-row{border:0;border-bottom:1px solid var(--border);background:var(--surface);width:100%;min-height:58px;color:var(--ink-secondary);text-align:left;cursor:pointer;padding:0 16px;font-size:13px;transition:background-color .16s,box-shadow .16s}.prospect-table-row:last-child{border-bottom:0}.prospect-table-row:hover{background:var(--warm-highlight)}.prospect-table-row.selected{background:var(--brand-50);box-shadow:inset 3px 0 0 var(--brand-500)}.prospect-table-row:focus-visible{z-index:2;box-shadow:inset 0 0 0 2px var(--brand-400);outline:none;position:relative}.prospect-table-row>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dynamic-field-cell{flex-direction:column;display:flex}.dynamic-field-cell>small{color:var(--ink-muted);font-size:9px;font-weight:500;display:none}.dynamic-field-cell>strong{color:var(--ink-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.prospect-name-cell{align-items:center;gap:11px;display:flex}.prospect-name-cell>span:last-child{flex-direction:column;min-width:0;display:flex}.prospect-name-cell strong{color:var(--ink);text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.prospect-name-cell small{color:var(--ink-muted);text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.dashboard-avatar{border:1px solid var(--brand-200);background:var(--brand-100);width:34px;height:34px;color:var(--brand-700);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.position-label{border:1px solid var(--border);background:var(--surface-warm);min-width:36px;height:24px;color:var(--ink-secondary);border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.latest-email-cell{flex-direction:column;display:flex}.latest-email-cell>span{color:var(--ink-secondary)}.latest-email-cell small{color:var(--ink-muted);margin-top:2px;font-size:10px}.row-action{justify-content:flex-end;align-items:center;gap:8px;display:flex}.row-action svg{width:16px;height:16px;color:var(--ink-muted)}.dashboard-empty{border:1px solid var(--border);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;display:flex}.dashboard-empty>svg{width:24px;height:24px;color:var(--brand-500)}.dashboard-empty h2{letter-spacing:-.015em;margin:16px 0 0;font-size:19px}.dashboard-empty p{max-width:390px;color:var(--ink-secondary);margin:8px 0 0;font-size:13px;line-height:1.5}.dashboard-secondary-button,.dashboard-primary-button{cursor:pointer;border-radius:8px;height:40px;margin-top:20px;padding:0 14px;font-size:13px;font-weight:600}.dashboard-secondary-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink)}.dashboard-primary-button{border:1px solid var(--brand-600);background:var(--brand-600);color:var(--surface)}.dashboard-pagination{min-height:52px;color:var(--ink-muted);justify-content:flex-end;align-items:center;gap:16px;font-size:11px;display:flex}.dashboard-pagination>div{display:flex}.dashboard-pagination button{border:1px solid var(--border);background:var(--surface);width:34px;height:32px;color:var(--ink-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.dashboard-pagination button:first-child{border-radius:6px 0 0 6px}.dashboard-pagination button:last-child{border-radius:0 6px 6px 0;margin-left:-1px}.dashboard-pagination button:disabled{color:var(--disabled);cursor:default}.dashboard-pagination svg{width:15px;height:15px}.profile-pane-scrim{z-index:50;cursor:default;background:#1d252d33;border:0;width:100%;height:100%;padding:0;animation:.16s ease-out profileScrimIn;position:fixed;inset:0}.profile-pane{z-index:60;background:var(--surface);border-left:1px solid var(--border-strong);width:min(500px,100vw - 40px);animation:.24s cubic-bezier(.22,1,.36,1) profilePaneIn;position:fixed;inset:0 0 0 auto;overflow-y:auto;box-shadow:0 8px 30px #1d252d1a,0 2px 8px #1d252d0d}.profile-pane-toolbar{z-index:3;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:56px;color:var(--ink-muted);background:#fffdf9f5;justify-content:space-between;align-items:center;padding:0 16px 0 24px;font-size:12px;font-weight:600;display:flex;position:sticky;top:0}.profile-pane-toolbar button{border-radius:6px}.profile-pane-toolbar button:hover{background:var(--surface-subtle);color:var(--ink)}.profile-pane-loading,.profile-pane-error{justify-content:center;align-items:center;min-height:calc(100vh - 56px);display:flex}.profile-pane-loading svg{width:24px;height:24px;color:var(--brand-500);animation:.7s linear infinite dashboardSpin}.profile-pane-error{text-align:center;flex-direction:column;padding:40px}.profile-pane-error svg{width:26px;height:26px;color:var(--danger)}.profile-pane-error h2{margin:16px 0 0;font-size:20px}.profile-pane-error p{color:var(--ink-secondary);font-size:13px}.profile-pane-content{padding-bottom:32px}.profile-detail-header{grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:28px 28px 24px;display:grid}.profile-avatar{width:52px;height:52px;font-size:14px}.profile-detail-name{min-width:0}.profile-source-line{min-height:18px;color:var(--brand-600);align-items:center;font-size:10px;font-weight:600;display:flex}.profile-detail-name h2{letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:25px;line-height:1.15;overflow:hidden}.profile-detail-name p{color:var(--ink-secondary);margin:4px 0 0;font-size:12px}.profile-email-button{border:1px solid var(--brand-600);background:var(--brand-600);height:38px;color:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.profile-email-button:hover{background:var(--brand-700);border-color:var(--brand-700)}.profile-email-button svg{width:15px;height:15px}.profile-email-button:disabled{border-color:var(--border-strong);background:var(--surface-subtle);color:var(--ink-muted);cursor:not-allowed}.profile-school-line{border-top:1px solid var(--border);color:var(--ink-muted);flex-direction:column;gap:3px;margin:0 28px;padding:18px 0;font-size:11px;display:flex}.profile-school-line strong{color:var(--ink);font-size:13px}.profile-quick-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin:0 28px;display:grid}.profile-quick-stats>div{flex-direction:column;gap:4px;min-width:0;padding:16px 12px 16px 0;display:flex}.profile-quick-stats>div+div{border-left:1px solid var(--border);padding-left:16px}.profile-quick-stats span{color:var(--ink-muted);font-size:10px;font-weight:500}.profile-quick-stats strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.profile-detail-section{border-bottom:1px solid var(--border);margin:0 28px;padding:24px 0}.profile-detail-section:last-child{border-bottom:0}.profile-detail-section>h3{color:var(--ink);margin:0 0 16px;font-size:13px;font-weight:600}.profile-definition-grid{grid-template-columns:1fr 1fr;gap:16px 24px;margin:0;display:grid}.profile-definition-grid>div{min-width:0}.profile-definition-grid dt,.profile-metric-group dt{color:var(--ink-muted);font-size:10px}.profile-definition-grid dd,.profile-metric-group dd{overflow-wrap:anywhere;color:var(--ink-secondary);margin:4px 0 0;font-size:12px;font-weight:500}.profile-metric-groups{grid-template-columns:1fr 1fr;gap:20px 24px;display:grid}.profile-metric-group h4{color:var(--brand-600);margin:0 0 10px;font-size:11px;font-weight:600}.profile-metric-group dl{gap:10px;margin:0;display:grid}.profile-metric-group dl>div{justify-content:space-between;gap:12px;display:flex}.profile-metric-group dd{color:var(--ink);text-align:right;margin:0}.pitch-list{display:grid}.pitch-list>div{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:45px;display:flex}.pitch-list>div:first-child{border-top:0}.pitch-list strong{font-size:12px;font-weight:600}.pitch-list span{color:var(--ink-secondary);text-align:right;font-size:11px}.profile-text-list{margin-top:18px}.profile-text-list span{color:var(--ink-muted);font-size:10px}.profile-text-list p{color:var(--ink-secondary);margin:5px 0 0;font-size:12px;line-height:1.5}.profile-awards{flex-wrap:wrap;gap:6px;display:flex}.profile-awards span{border:1px solid var(--border);background:var(--surface-warm);min-height:26px;color:var(--ink-secondary);border-radius:6px;align-items:center;padding:5px 8px;font-size:10px;font-weight:500;display:inline-flex}.profile-links{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.profile-links a{border:1px solid var(--border);min-height:38px;color:var(--brand-600);border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:11px;font-weight:600;display:flex}.profile-links a:hover{background:var(--brand-50);border-color:var(--brand-200)}.profile-links svg{width:14px;height:14px}.profile-email-history{gap:12px;display:grid}.profile-email-history article{border:1px solid var(--border);background:var(--surface-warm);border-radius:8px;padding:14px}.profile-email-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-email-heading>div{flex-direction:column;min-width:0;display:flex}.profile-email-heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.profile-email-heading span{color:var(--ink-muted);margin-top:3px;font-size:9px}.profile-email-history article>p{color:var(--ink-secondary);white-space:pre-wrap;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:12px 0 0;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.profile-email-history .profile-sent-email{border-color:var(--brand-200);background:var(--brand-50)}.profile-email-heading>small{background:var(--surface);color:var(--brand-600);border-radius:999px;flex:none;padding:3px 6px;font-size:9px;font-weight:600}.profile-attachments{gap:6px;margin-top:12px;display:grid}.profile-attachments>div{border:1px solid var(--border);background:var(--surface);border-radius:6px;grid-template-columns:16px 1fr;align-items:center;gap:8px;padding:8px;display:grid}.profile-attachments svg{width:14px;height:14px;color:var(--brand-500)}.profile-attachments span{flex-direction:column;min-width:0;display:flex}.profile-attachments strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.profile-attachments small{color:var(--ink-muted);font-size:9px}.reply-dialog-layer{z-index:90;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.reply-dialog-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1d252d5c;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.reply-dialog{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;width:min(600px,100%);max-height:calc(100vh - 48px);position:relative;overflow-y:auto;box-shadow:0 24px 64px #1d252d2e,0 6px 18px #1d252d14}.reply-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:18px 20px 18px 24px;display:flex}.reply-dialog-header>div{min-width:0}.reply-dialog-header span{color:var(--brand-600);font-size:10px;font-weight:650}.reply-dialog-header h2{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:21px;line-height:1.2;overflow:hidden}.reply-dialog-header>button{width:36px;height:36px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.reply-dialog-header>button:hover{background:var(--surface-subtle);color:var(--ink)}.reply-dialog-header>button:disabled{cursor:default;opacity:.45}.reply-dialog-header svg{width:17px;height:17px}.reply-addresses{border-bottom:1px solid var(--border);background:var(--surface-warm);gap:8px;margin:0;padding:14px 24px;display:grid}.reply-addresses>div{grid-template-columns:56px minmax(0,1fr);align-items:baseline;gap:10px;min-width:0;display:grid}.reply-addresses dt{color:var(--ink-muted);font-size:10px;font-weight:600}.reply-addresses dd{color:var(--ink-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;overflow:hidden}.reply-message-field{padding:20px 24px 30px;display:block;position:relative}.reply-message-field>span,.reply-preview>span{color:var(--ink);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.reply-message-field textarea{resize:vertical;border:1px solid var(--border-strong);background:var(--surface);width:100%;min-height:220px;color:var(--ink);font:inherit;border-radius:8px;outline:0;padding:13px 14px;font-size:13px;line-height:1.55}.reply-message-field textarea::placeholder{color:var(--ink-muted)}.reply-message-field textarea:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-50)}.reply-message-field small{color:var(--ink-muted);font-size:9px;position:absolute;bottom:38px;right:30px}.reply-preview{min-height:278px;padding:20px 24px 28px}.reply-preview p{overflow-wrap:anywhere;border:1px solid var(--border);background:var(--surface-warm);min-height:220px;color:var(--ink-secondary);white-space:pre-wrap;border-radius:8px;margin:0;padding:14px;font-size:13px;line-height:1.6}.reply-error{color:var(--danger);background:#b14c400f;border:1px solid #b14c4033;border-radius:8px;align-items:flex-start;gap:8px;margin:-8px 24px 20px;padding:10px 12px;font-size:11px;line-height:1.4;display:flex}.reply-error svg{flex:none;width:15px;height:15px}.reply-dialog-actions{border-top:1px solid var(--border);background:var(--surface-warm);justify-content:flex-end;align-items:center;gap:10px;min-height:72px;padding:14px 24px;display:flex}.reply-dialog-actions button,.reply-sent-state button{border:1px solid var(--border-strong);background:var(--surface);min-height:42px;color:var(--ink-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:600;display:inline-flex}.reply-dialog-actions button:hover{border-color:var(--brand-200);background:var(--brand-50);color:var(--brand-700)}.reply-dialog-actions .reply-primary-action,.reply-sent-state button{border-color:var(--brand-600);background:var(--brand-600);color:var(--surface)}.reply-dialog-actions .reply-primary-action:hover,.reply-sent-state button:hover{border-color:var(--brand-700);background:var(--brand-700);color:var(--surface)}.reply-dialog-actions button:disabled{cursor:not-allowed;opacity:.5}.reply-dialog-actions svg{width:15px;height:15px}.reply-send-spinner{animation:.7s linear infinite dashboardSpin}.reply-sent-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:48px 32px;display:flex}.reply-sent-state>span{width:48px;height:48px;color:var(--success);background:#3f705914;border:1px solid #3f70592e;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.reply-sent-state svg{width:22px;height:22px}.reply-sent-state h3{letter-spacing:-.025em;margin:18px 0 0;font-size:22px}.reply-sent-state p{max-width:390px;color:var(--ink-secondary);margin:8px 0 24px;font-size:12px;line-height:1.5}.dashboard-load-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.dashboard-load-error>svg{width:28px;height:28px;color:var(--danger)}.dashboard-load-error h1{letter-spacing:-.025em;margin:18px 0 0;font-size:26px}.dashboard-load-error p{color:var(--ink-secondary);margin:8px 0 0;font-size:14px}.dashboard-skeleton>div{background:var(--surface-subtle);position:relative;overflow:hidden}.dashboard-skeleton>div:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.4s infinite dashboardShimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-title{border-radius:8px;width:280px;height:50px;margin:20px 0 36px}.skeleton-summary{border-radius:4px;width:100%;height:72px;margin-bottom:24px}.skeleton-toolbar{border-radius:8px;width:100%;height:44px;margin-bottom:44px}.skeleton-row{border-radius:4px;width:100%;height:58px;margin-bottom:1px}.dashboard-sidebar-backdrop{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes dashboardSpin{to{transform:rotate(360deg)}}@keyframes dashboardShimmer{to{transform:translate(100%)}}@keyframes profilePaneIn{0%{opacity:.75;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes profileScrimIn{0%{opacity:0}to{opacity:1}}@media (width<=1240px){.prospect-toolbar{grid-template-columns:minmax(260px,1fr) auto}.dashboard-sort{grid-area:2/1;justify-self:end}.saved-filter-menu{grid-area:2/2}.column-field-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-sidebar{width:min(304px,100vw - 24px);transition:transform .24s cubic-bezier(.22,1,.36,1);transform:translate(-100%)}.dashboard-sidebar.open{transform:none}.dashboard-brand-row>button{display:inline-flex}.dashboard-sidebar-backdrop.open{z-index:35;background:#1d252d33;border:0;width:100%;height:100%;padding:0;display:block;position:fixed;inset:0}.dashboard-main{margin-left:0}.dashboard-mobile-header{border-bottom:1px solid var(--border);background:var(--surface-warm);align-items:center;gap:12px;height:60px;padding:0 20px;display:flex}.dashboard-mobile-header button{border-radius:6px;width:36px;height:36px}.dashboard-mobile-header .dashboard-wordmark{font-size:21px}.dashboard-workspace,.dashboard-skeleton{padding:24px 24px 40px}}@media (width<=680px){.dashboard-workspace,.dashboard-skeleton{padding:20px 16px 32px}.dashboard-page-header{min-height:124px;display:block}.dashboard-page-header h1{font-size:28px}.dashboard-page-header>div:first-child>span{max-width:420px;line-height:1.45}.dashboard-summary{grid-template-columns:1fr 1fr;min-height:0;padding:0;display:grid}.dashboard-summary>div{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:0;min-height:66px;padding:14px 12px}.dashboard-summary>div+div{padding-left:12px}.dashboard-summary>div:nth-child(3){border-top:1px solid var(--border);border-left:0}.dashboard-summary>div:nth-child(4){border-top:1px solid var(--border)}.dashboard-summary strong{font-size:18px}.dashboard-summary span{font-size:10px}.prospect-toolbar{flex-direction:column;align-items:stretch;display:flex}.dashboard-toolbar-actions{order:2}.dashboard-toolbar-actions>button{flex:1;justify-content:center}.saved-filter-menu{order:3;align-self:stretch}.saved-filter-menu>summary{width:100%;max-width:none}.saved-filter-popover{width:min(320px,100vw - 32px);left:0;right:auto}.dashboard-sort{order:4;place-self:stretch}.dashboard-sort label:first-of-type{flex:1}.dashboard-sort select{width:100%;max-width:none}.dashboard-config-panel{padding:14px}.column-field-list{grid-template-columns:1fr}.prospect-result-line{min-height:36px}.prospect-table{border:0;border-radius:0;overflow:visible}.prospect-table-head{display:none}.prospect-table-body{gap:8px;display:grid}.prospect-table-row{border:1px solid var(--border);border-radius:8px;gap:12px 10px;min-height:104px;padding:12px;grid-template-columns:repeat(3,minmax(0,1fr))!important;min-width:0!important}.prospect-table-row:last-child{border-bottom:1px solid var(--border)}.prospect-name-cell{grid-column:1/-1}.dynamic-field-cell{overflow:visible}.dynamic-field-cell:nth-of-type(n+5){display:none}.dynamic-field-cell>small{display:block}.dynamic-field-cell>strong{color:var(--ink);margin-top:3px;font-size:11px}.row-action{display:none}.profile-pane{width:100%}.profile-pane-scrim{display:none}.profile-detail-header{grid-template-columns:46px minmax(0,1fr);padding:22px 20px 20px}.profile-avatar{width:46px;height:46px}.profile-email-button{grid-column:1/-1;justify-content:center}.profile-school-line,.profile-quick-stats,.profile-detail-section{margin-left:20px;margin-right:20px}.profile-metric-groups{grid-template-columns:1fr}.reply-dialog-layer{align-items:flex-end;padding:0}.reply-dialog{border-bottom:0;border-left:0;border-right:0;border-radius:14px 14px 0 0;width:100%;max-height:94vh}.reply-dialog-header{padding-left:20px;padding-right:16px}.reply-addresses,.reply-message-field,.reply-preview{padding-left:20px;padding-right:20px}.reply-message-field textarea{min-height:190px}.reply-dialog-actions{padding-left:20px;padding-right:20px}.reply-dialog-actions button{flex:1;padding:0 12px}}@media (prefers-reduced-motion:reduce){.profile-pane,.profile-pane-scrim,.dashboard-skeleton>div:after,.reply-send-spinner{animation:none}.dashboard-sidebar{transition:none}}.login-modal-layer{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1d252d4d;justify-content:center;align-items:center;padding:24px;animation:.16s ease-out loginLayerIn;display:flex;position:fixed;inset:0}.login-modal{border:1px solid var(--border-strong);background:var(--surface);border-radius:14px;width:min(440px,100%);padding:30px;animation:.2s cubic-bezier(.22,1,.36,1) loginModalIn;position:relative;overflow:hidden;box-shadow:0 2px 4px #1d252d14,0 28px 80px #1d252d33}.login-modal:before{content:"";background:var(--brand-500);height:4px;position:absolute;top:0;left:0;right:0}.login-modal-close{width:38px;height:38px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:18px;right:18px}.login-modal-close:hover:not(:disabled){background:var(--brand-50);color:var(--brand-700)}.login-modal-close:disabled{cursor:wait;opacity:.5}.login-modal-close svg{width:18px;height:18px}.login-modal-brand{color:var(--ink);letter-spacing:-.035em;align-items:center;gap:8px;font-size:18px;font-weight:650;display:inline-flex}.login-modal-brand img{object-fit:cover;border-radius:6px;width:38px;height:26px;display:block}.login-modal-kicker{color:var(--warm-accent);letter-spacing:.02em;margin:27px 0 7px;font-size:11px;font-weight:600}.login-modal h2{letter-spacing:-.035em;margin:0;font-size:28px;font-weight:600;line-height:1.14}.login-modal>p:last-of-type{color:var(--ink-secondary);margin:8px 0 0;font-size:13px}.login-modal form{gap:16px;margin-top:24px;display:grid}.login-field{gap:7px;display:grid}.login-field>span{color:var(--ink-secondary);font-size:11px;font-weight:600}.login-field>div{position:relative}.login-field>div>svg{z-index:1;width:16px;height:16px;color:var(--brand-500);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.login-field input{border:1px solid var(--border-strong);background:var(--surface);width:100%;height:46px;color:var(--ink);border-radius:8px;outline:0;padding:0 42px 0 40px;font-size:14px;transition:border-color .16s,box-shadow .16s}.login-field input::placeholder{color:var(--ink-faint)}.login-field input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px #617f9f21}.login-field input:disabled{background:var(--surface-warm);color:var(--ink-muted)}.login-field button{width:40px;height:40px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:3px;right:3px}.login-field button:hover:not(:disabled){color:var(--brand-700)}.login-field button svg{width:16px;height:16px}.login-error{background:var(--danger-bg);color:var(--danger);border:1px solid #9a595533;border-radius:8px;padding:10px 12px;font-size:11px;line-height:1.45}.login-submit{border:1px solid var(--brand-600);background:var(--brand-600);width:100%;height:46px;color:var(--surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 1px 1px #1d252d1f,0 6px 16px #496a8e29}.login-submit:hover:not(:disabled){border-color:var(--brand-700);background:var(--brand-700)}.login-submit:disabled{border-color:var(--brand-300);background:var(--brand-300);box-shadow:none;cursor:not-allowed}.login-submit svg{width:16px;height:16px;animation:.7s linear infinite loginSpin}@keyframes loginLayerIn{0%{opacity:0}}@keyframes loginModalIn{0%{opacity:0;transform:translateY(8px)scale(.985)}}@keyframes loginSpin{to{transform:rotate(360deg)}}@media (width<=520px){.login-modal-layer{align-items:flex-end;padding:12px}.login-modal{border-radius:14px 14px 10px 10px;padding:26px 20px 22px}.login-modal-kicker{margin-top:24px}.login-modal h2{font-size:25px}}@media (prefers-reduced-motion:reduce){.login-modal-layer,.login-modal,.login-submit svg{animation:none}}.legal-page-shell{background:radial-gradient(circle at 12% 0, #a8755214, transparent 30%), var(--canvas);min-height:100vh}.legal-header{border-bottom:1px solid var(--border);background:#f7f6f2eb}.legal-header-inner,.legal-main,.legal-footer{width:min(820px,100% - 48px);margin-inline:auto}.legal-header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.legal-back-link{color:var(--brand-600);align-items:center;gap:7px;font-size:14px;font-weight:600;display:inline-flex}.legal-back-link svg{width:16px;height:16px;transition:transform .16s}.legal-back-link:hover svg{transform:translate(-2px)}.legal-main{padding:72px 0 88px}.legal-intro{border-bottom:1px solid var(--border-strong);padding-bottom:32px}.legal-kicker{color:var(--brand-600);letter-spacing:.015em;margin:0 0 12px;font-size:12px;font-weight:600}.legal-intro h1{letter-spacing:-.04em;margin:0;font-size:clamp(40px,7vw,52px);font-weight:600;line-height:1.06}.legal-intro>p:last-child{color:var(--ink-muted);margin:14px 0 0;font-size:14px}.legal-document{color:var(--ink-secondary);padding-top:12px}.legal-document section{border-bottom:1px solid var(--border);padding:32px 0}.legal-document section:last-child{border-bottom:0}.legal-document h2{color:var(--ink);letter-spacing:-.015em;margin:0 0 14px;font-size:20px;font-weight:600;line-height:1.25}.legal-document p,.legal-document li{font-size:16px;line-height:1.65}.legal-document p{margin:0}.legal-document p+p{margin-top:16px}.legal-document ul{margin:14px 0 0;padding-left:22px}.legal-document li+li{margin-top:8px}.legal-document a{color:var(--brand-600);text-decoration:underline;-webkit-text-decoration-color:var(--brand-300);text-decoration-color:var(--brand-300);text-underline-offset:3px}.legal-document a:hover{color:var(--brand-700)}.legal-footer{border-top:1px solid var(--border);color:var(--ink-muted);justify-content:space-between;align-items:center;gap:24px;padding:28px 0 36px;font-size:13px;display:flex}.legal-footer nav{gap:24px;display:flex}.legal-footer a{color:var(--brand-600);font-weight:600}@media (width<=640px){.legal-header-inner,.legal-main,.legal-footer{width:calc(100% - 40px)}.legal-header-inner{min-height:64px}.legal-header-inner .brand-logo{display:none}.legal-header-inner .wordmark{font-size:22px}.legal-back-link{font-size:13px}.legal-main{padding:48px 0 64px}.legal-document section{padding:28px 0}.legal-document p,.legal-document li{font-size:15px}.legal-footer{flex-direction:column;align-items:flex-start}}:root{--brand-700:#35516f;--brand-600:#496a8e;--brand-500:#617f9f;--brand-400:#7f99b3;--brand-300:#aabccd;--brand-200:#cfdae4;--brand-100:#e8eef3;--brand-50:#f3f6f8;--canvas:#f5f1e9;--surface:#fffdf9;--surface-warm:#fbf7f0;--surface-subtle:#eee8de;--ink:#252925;--ink-secondary:#565b57;--ink-muted:#7d7e77;--ink-faint:#a3a198;--border:#e4dbcf;--border-strong:#d5c9bb;--border-hover:#c8b9a9;--warm-accent:#a87552;--warm-highlight:#fff8ec;--surface-raised:#fffefa;--surface-stage:#f5efe5;--surface-warm-deep:#f7f1e8;--footer:#314858;--success:#4f755f;--success-bg:#eef4f0;--warning:#9a7440;--warning-bg:#f8f2e8;--danger:#9a5955;--danger-bg:#f8eeee;--font-sans:"Instrument Sans", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans);color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(180deg, var(--warm-highlight) 0, var(--canvas) 720px);min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}svg{stroke-width:1.75px}.site-shell{overflow:hidden}.container{width:min(1200px,100% - 64px);margin-inline:auto}.section{padding:80px 0}.site-header{z-index:20;border-bottom:1px solid #d5c9bb61;width:100%;position:absolute;top:0;left:0}.nav{grid-template-columns:1fr auto 1fr;align-items:center;height:72px;display:grid}.wordmark{letter-spacing:-.035em;justify-self:start;align-items:center;gap:10px;font-size:24px;font-weight:650;display:inline-flex}.brand-logo{object-fit:cover;border-radius:7px;width:46px;height:31px;display:block}.nav-links{color:var(--ink-secondary);gap:32px;font-size:14px;font-weight:500;display:flex}.nav-links a,.footer-links a{transition:color .16s;position:relative}.nav-links a:hover,.footer-links a:hover{color:var(--brand-600)}.nav-links a:after{content:"";background:var(--warm-accent);transform-origin:50%;height:1px;transition:transform .16s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{justify-self:end;align-items:center;gap:8px;display:flex}.menu-toggle{color:var(--ink);background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;display:none}.menu-toggle svg{width:22px;height:22px}.mobile-menu{display:none}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button-primary{background:var(--brand-600);border-color:var(--brand-600);color:var(--surface);box-shadow:0 1px 1px #1d252d1f,0 5px 14px #496a8e29,inset 0 1px #ffffff29}.button-primary:hover{background:var(--brand-700);border-color:var(--brand-700)}.button-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--ink);box-shadow:inset 0 1px #ffffffb8}.button-secondary:hover{background:var(--surface-warm);border-color:var(--border-hover)}.button-large{height:48px;padding:0 22px}.button svg{width:17px;height:17px}.button-light{background:var(--surface);color:var(--brand-700);border-color:var(--surface)}.button-light:hover{background:var(--brand-50);border-color:var(--brand-50)}a:focus-visible,button:focus-visible{border-radius:6px;outline:none;box-shadow:0 0 0 3px #617f9f38}.hero{text-align:center;flex-direction:column;align-items:center;min-height:540px;padding-top:112px;padding-bottom:64px;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(#c394651f 0,#fff8ec00 68%);width:min(760px,88vw);height:410px;position:absolute;top:72px;left:50%;transform:translate(-50%)}.hero>*{z-index:1;position:relative}.kicker{color:var(--brand-600);letter-spacing:.015em;font-size:12px;font-weight:600;line-height:1.3}.hero h1{letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(48px,5vw,64px);font-weight:600;line-height:1.02}.hero-copy{max-width:680px;color:var(--ink-secondary);letter-spacing:-.01em;margin:20px 0 0;font-size:20px;line-height:1.55}.hero-actions{align-items:center;gap:28px;margin-top:28px;display:flex}.text-link{color:var(--brand-600);align-items:center;gap:3px;font-size:14px;font-weight:600;display:inline-flex}.text-link svg{width:16px;height:16px;transition:transform .16s}.text-link:hover svg{transform:translate(2px)}.hero-note{color:var(--ink-muted);align-items:center;gap:7px;margin:16px 0 0;font-size:13px;display:flex}.hero-note svg{width:14px;height:14px;color:var(--success)}.workflow-section{margin-top:-64px;padding-bottom:80px}.workflow-stage{background:linear-gradient(145deg, var(--surface-subtle), var(--surface-stage));border:1px solid var(--border-strong);border-radius:16px;min-height:500px;padding:24px;position:relative;box-shadow:0 2px 3px #4b3d2f0d,0 24px 70px #4b3d2f1a,inset 0 1px #ffffffc7}.workflow-stage:before{content:"";background:linear-gradient(90deg,#0000,#ffffffe6,#0000);height:1px;position:absolute;top:0;left:16px;right:16px}.workflow-topline{color:var(--ink-muted);justify-content:space-between;align-items:center;margin:0 4px 20px;font-size:12px;font-weight:600;display:flex}.live-status{color:var(--success);align-items:center;gap:7px;display:flex}.live-status>span{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 4px var(--success-bg);border-radius:50%}.workflow-grid{grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr) 64px minmax(0,1fr);align-items:center;min-height:414px;display:grid}.workflow-panel{background:linear-gradient(180deg, var(--surface-raised), var(--surface));border:1px solid var(--border);border-radius:12px;min-width:0;height:360px;box-shadow:0 1px 2px #4b3d2f0d,0 8px 24px #4b3d2f0e,inset 0 1px #fffc}.panel-header{border-bottom:1px solid var(--border);background:#fbf7f08f;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;display:flex}.panel-heading{align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.panel-heading svg{width:16px;height:16px;color:var(--brand-500)}.panel-meta{color:var(--ink-muted);font-size:11px}.email-panel{flex-direction:column;animation:11s cubic-bezier(.22,1,.36,1) infinite panelIn;display:flex}.email-content{color:var(--ink-secondary);flex-direction:column;flex:1;padding:18px;font-size:12px;line-height:1.55;display:flex}.sender-row{align-items:center;gap:10px;margin-bottom:18px;display:flex}.sender-row>div:last-child{flex-direction:column;display:flex}.sender-row strong{color:var(--ink);font-size:12px}.sender-row span{color:var(--ink-muted);font-size:10px}.avatar{background:var(--brand-100);color:var(--brand-700);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.avatar-blue{width:32px;height:32px;font-size:10px}.email-content h3{color:var(--ink);margin:0 0 16px;font-size:15px;line-height:1.3}.email-content p{margin:0 0 10px}mark{color:inherit;background:0 0;animation:11s ease-out infinite highlight}.attachment{border:1px solid var(--border);color:var(--ink);background:var(--surface-warm);border-radius:8px;align-items:center;gap:10px;margin-top:auto;padding:10px;display:flex}.attachment svg{width:18px;height:18px;color:var(--brand-500)}.attachment span{white-space:nowrap;text-overflow:ellipsis;flex-direction:column;min-width:0;display:flex;overflow:hidden}.attachment small{color:var(--ink-muted)}.flow-connector{z-index:2;flex-direction:column;align-self:center;align-items:center;gap:8px;display:flex;position:relative}.connector-line{background:var(--brand-200);width:100%;height:1px;position:relative}.connector-line:after{content:"";border-right:1px solid var(--brand-400);border-top:1px solid var(--brand-400);width:7px;height:7px;position:absolute;top:-3px;right:-1px;transform:rotate(45deg)}.connector-line span{background:var(--brand-500);border-radius:50%;width:7px;height:7px;animation:11s cubic-bezier(.22,1,.36,1) infinite travel;position:absolute;top:-3px;left:0}.flow-connector small{color:var(--brand-500);font-size:9px;font-weight:600}.second .connector-line span{opacity:0;animation-delay:3.9s}.profile-panel{animation:11s cubic-bezier(.22,1,.36,1) infinite profileIn}.profile-content{padding:18px}.profile-identity{align-items:center;gap:12px;display:flex}.avatar-large{width:42px;height:42px;font-size:12px}.profile-identity h3{letter-spacing:-.015em;margin:0;font-size:16px}.profile-identity p{color:var(--ink-secondary);margin:2px 0 0;font-size:11px}.profile-school{margin-top:16px;font-size:11px;font-weight:600}.profile-school span{color:var(--ink-muted);font-weight:400;display:block}.profile-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;padding:12px 0;display:grid}.profile-stats div,.profile-labels div{flex-direction:column;gap:4px;display:flex}.profile-stats span,.profile-labels span{color:var(--ink-muted);font-size:9px}.profile-stats strong,.profile-labels strong{font-size:11px;font-weight:600}.profile-labels{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.data-badge{background:var(--brand-100);border:1px solid var(--brand-200);width:fit-content;min-height:24px;color:var(--brand-700);white-space:nowrap;border-radius:999px;align-items:center;padding:0 8px;font-style:normal;display:inline-flex;font-size:11px!important}.media-row{background:var(--surface-warm);color:var(--ink-secondary);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;margin-top:14px;padding:9px;font-size:10px;display:grid}.media-row svg{width:15px;height:15px;color:var(--brand-500)}.media-row small{color:var(--ink-muted);font-size:8px}.workflow-pitch-list{border-top:1px solid var(--border);gap:0;margin-top:14px;display:grid}.workflow-pitch-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:33px;font-size:10px;display:flex}.workflow-pitch-list span{color:var(--ink-secondary)}.workflow-pitch-list strong{font-variant-numeric:tabular-nums;font-weight:600}.board-panel{animation:11s cubic-bezier(.22,1,.36,1) infinite boardIn}.mini-board-head,.mini-board-row{grid-template-columns:minmax(0,1.15fr) minmax(74px,.8fr) 58px;align-items:center;gap:8px;display:grid}.mini-board-head{color:var(--ink-muted);background:var(--surface-warm);padding:10px 12px;font-size:9px;font-weight:600}.mini-board-row{border-top:1px solid var(--border);min-height:62px;padding:8px 12px;font-size:10px}.mini-board-row:first-of-type{border-top:0}.mini-board-row>span{flex-direction:column;min-width:0;display:flex}.mini-board-row strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mini-board-row small{color:var(--ink-muted);font-size:8px}.mini-board-row time{color:var(--ink-muted);text-align:right;white-space:nowrap;font-size:9px}.mini-board-row.selected{animation:11s ease-out infinite rowHighlight}@keyframes panelIn{0%,5%{opacity:.45;transform:translateY(8px)}12%,88%{opacity:1;transform:none}96%,to{opacity:.45}}@keyframes highlight{0%,12%{background:0 0}22%,72%{background:#e8eef3}84%,to{background:0 0}}@keyframes travel{0%,18%{opacity:0;left:0}22%{opacity:1}36%{opacity:1;left:calc(100% - 6px)}38%,to{opacity:0;left:calc(100% - 6px)}}@keyframes profileIn{0%,28%{opacity:.45;transform:translateY(8px)}42%,88%{opacity:1;transform:none}96%,to{opacity:.45}}@keyframes boardIn{0%,62%{opacity:.45;transform:translateY(8px)}74%,88%{opacity:1;transform:none}96%,to{opacity:.45}}@keyframes rowHighlight{0%,70%{background:0 0}78%,90%{background:var(--brand-50);box-shadow:inset 3px 0 0 var(--brand-500)}to{background:0 0}}.problem-section{background:linear-gradient(180deg, var(--surface-warm), var(--surface-warm-deep));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.split-section{grid-template-columns:1fr 1fr;align-items:start;gap:96px;display:grid}.kicker{align-items:center;gap:10px;margin:0 0 20px;display:flex}.kicker:before{content:"";background:var(--warm-accent);width:18px;height:1px}.center-heading .kicker{justify-content:center}.section-heading h2,.story-copy h2,.center-heading h2,.final-cta h2{letter-spacing:-.035em;margin:0;font-size:40px;font-weight:600;line-height:1.1}.problem-list{border-top:1px solid var(--border);gap:0;display:grid}.problem-list>div{border-bottom:1px solid var(--border);color:var(--ink-secondary);grid-template-columns:32px 1fr;gap:16px;padding:24px 0;font-size:15px;line-height:1.55;display:grid}.problem-list svg{width:20px;height:20px;color:var(--brand-500)}.problem-list strong{color:var(--ink);margin-bottom:4px;font-weight:600;display:block}.profile-story{background:var(--canvas)}.story-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:96px;display:grid}.story-copy>p:not(.kicker),.center-heading>p:not(.kicker){color:var(--ink-secondary);font-size:18px;line-height:1.55}.story-copy>p:not(.kicker){margin:24px 0}.check-list{gap:16px;margin:32px 0 0;padding:0;list-style:none;display:grid}.check-list li{color:var(--ink-secondary);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:15px;line-height:1.5;display:grid}.check-list svg{width:18px;height:18px;color:var(--success);margin-top:2px}.landing-profile-stage{border:1px solid var(--border-strong);background:linear-gradient(145deg, var(--surface-subtle), var(--surface-stage));border-radius:14px;min-height:680px;position:relative;overflow:hidden;box-shadow:0 2px 3px #4b3d2f0a,0 18px 50px #4b3d2f14,inset 0 1px #fffc}.landing-profile-card{border:1px solid var(--border);background:var(--surface);border-radius:11px;width:calc(100% - 48px);margin:24px;box-shadow:0 8px 24px #4b3d2f0e}.landing-profile-toolbar{border-bottom:1px solid var(--border);min-height:48px;color:var(--ink-muted);justify-content:space-between;align-items:center;padding:0 18px;font-size:11px;font-weight:600;display:flex}.landing-profile-toolbar>span:last-child{font-size:18px;font-weight:400}.landing-profile-header{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:22px;display:grid}.avatar-showcase{width:52px;height:52px;font-size:14px}.landing-profile-header>div:nth-child(2)>span{color:var(--brand-600);font-size:9px;font-weight:600}.landing-profile-header h3{letter-spacing:-.025em;margin:3px 0 0;font-size:22px;line-height:1.15}.landing-profile-header p{color:var(--ink-secondary);margin:3px 0 0;font-size:12px}.landing-profile-header button{border:1px solid var(--brand-200);background:var(--brand-50);min-height:32px;color:var(--brand-700);border-radius:7px;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:600;display:inline-flex}.landing-profile-header button svg{width:13px;height:13px}.landing-profile-school{border-top:1px solid var(--border);flex-direction:column;gap:3px;margin:0 22px;padding:14px 0;font-size:11px;display:flex}.landing-profile-school span{color:var(--ink-muted)}.landing-profile-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);margin:0 22px;display:grid}.landing-profile-stats>div{flex-direction:column;gap:4px;padding:14px 0;display:flex}.landing-profile-stats span{color:var(--ink-muted);font-size:9px}.landing-profile-stats strong{font-variant-numeric:tabular-nums;font-size:12px}.landing-profile-section{border-bottom:1px solid var(--border);margin:0 22px;padding:16px 0}.landing-profile-section h4{color:var(--brand-700);letter-spacing:.015em;margin:0 0 11px;font-size:10px}.landing-pitch-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.landing-pitch-grid>div{background:var(--surface-warm);border-radius:7px;flex-direction:column;gap:4px;padding:10px;display:flex}.landing-pitch-grid strong{font-size:10px}.landing-pitch-grid span{color:var(--ink-secondary);font-size:9px}.landing-email-history>div{align-items:center;gap:10px;display:flex}.landing-email-history svg{width:16px;height:16px;color:var(--brand-500)}.landing-email-history span{flex-direction:column;gap:2px;display:flex}.landing-email-history strong{font-size:10px}.landing-email-history small{color:var(--ink-muted);font-size:9px}.landing-reply-scrim{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#2f312d24;position:absolute;inset:0}.landing-reply-dialog{z-index:2;border:1px solid var(--border-strong);background:var(--surface);border-radius:11px;width:calc(100% - 40px);position:absolute;bottom:20px;right:20px;overflow:hidden;box-shadow:0 20px 50px #292c2829}.landing-reply-dialog header{border-bottom:1px solid var(--border);background:var(--surface-warm);justify-content:space-between;align-items:center;min-height:58px;padding:12px 16px;display:flex}.landing-reply-dialog header span{color:var(--ink-muted);font-size:9px}.landing-reply-dialog header>span{font-size:17px}.landing-reply-dialog h4{margin:2px 0 0;font-size:15px}.landing-reply-dialog dl{border-bottom:1px solid var(--border);margin:0;padding:8px 16px}.landing-reply-dialog dl>div{grid-template-columns:48px 1fr;align-items:center;min-height:25px;font-size:9px;display:grid}.landing-reply-dialog dt{color:var(--ink-muted)}.landing-reply-dialog dd{white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;overflow:hidden}.landing-reply-message{margin:14px 16px}.landing-reply-message>span{color:var(--ink-muted);font-size:9px;font-weight:600}.landing-reply-message p{border:1px solid var(--border);min-height:84px;color:var(--ink-secondary);border-radius:7px;margin:6px 0 0;padding:11px;font-size:10px;line-height:1.5}.landing-reply-dialog footer{justify-content:flex-end;gap:7px;padding:0 16px 14px;display:flex}.landing-reply-dialog footer button{border:1px solid var(--border-strong);background:var(--surface);min-height:32px;color:var(--ink-secondary);border-radius:6px;padding:0 11px;font-size:9px;font-weight:600}.landing-reply-dialog footer .landing-reply-primary{border-color:var(--brand-600);background:var(--brand-600);color:var(--surface);align-items:center;gap:5px;display:inline-flex}.landing-reply-primary svg{width:12px;height:12px}.board-story{background:linear-gradient(180deg, var(--surface-warm), var(--surface-warm-deep));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.center-heading{text-align:center;max-width:680px;margin:0 auto 40px}.center-heading>p:not(.kicker){max-width:620px;margin:20px auto 0}.landing-board-demo{border:1px solid var(--border-strong);background:var(--surface);border-radius:14px;grid-template-columns:206px minmax(0,1fr);min-height:470px;display:grid;overflow:hidden;box-shadow:0 2px 3px #4b3d2f0a,0 20px 56px #4b3d2f16,inset 0 1px #fffc}.landing-board-sidebar{border-right:1px solid var(--border);background:#f8f4ed;flex-direction:column;padding:18px 14px 72px;display:flex;position:relative}.landing-board-brand{align-items:center;gap:8px;margin:0 4px 22px;display:flex}.landing-board-brand>span{background:var(--brand-600);width:24px;height:24px;color:var(--surface);border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.landing-board-brand strong{letter-spacing:-.02em;font-size:14px}.landing-sidebar-label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 8px 7px;font-size:8px;font-weight:600}.landing-sidebar-active{border:1px solid var(--brand-200);background:var(--brand-50);min-height:36px;color:var(--brand-700);border-radius:7px;align-items:center;gap:8px;padding:0 9px;font-size:10px;font-weight:600;display:flex}.landing-sidebar-active svg{width:14px;height:14px}.landing-sidebar-active span{color:var(--ink-muted);margin-left:auto;font-size:9px}.landing-sidebar-heading{color:var(--ink);align-items:center;gap:7px;margin:20px 6px 8px;font-size:10px;font-weight:600;display:flex}.landing-sidebar-heading svg{width:13px;height:13px;color:var(--brand-500)}.landing-filter-group{border-bottom:1px solid var(--border);min-height:37px;color:var(--ink-secondary);justify-content:space-between;align-items:center;padding:0 8px;font-size:10px;font-weight:600;display:flex}.landing-filter-group svg{width:12px;height:12px;color:var(--ink-muted)}.landing-sidebar-account{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:44px;padding:7px 8px;display:grid;position:absolute;bottom:14px;left:14px;right:14px}.landing-sidebar-account>span{background:var(--brand-600);width:26px;height:26px;color:var(--surface);border-radius:50%;justify-content:center;align-items:center;font-size:8px;font-weight:700;display:inline-flex}.landing-sidebar-account>div{flex-direction:column;display:flex}.landing-sidebar-account strong{font-size:9px}.landing-sidebar-account small{color:var(--ink-muted);font-size:8px}.landing-sidebar-account svg{width:12px;height:12px;color:var(--ink-muted)}.landing-board-main{min-width:0}.landing-board-header{padding:20px 22px 0}.landing-board-header>div:first-child>span{color:var(--brand-600);font-size:9px;font-weight:600}.landing-board-header h3{letter-spacing:-.025em;margin:3px 0 18px;font-size:20px}.landing-board-summary{border:1px solid var(--border);background:var(--surface-warm);border-radius:8px;grid-template-columns:repeat(4,1fr);display:grid}.landing-board-summary>div{border-left:1px solid var(--border);flex-direction:column;justify-content:center;gap:3px;min-height:54px;padding:10px 12px;display:flex}.landing-board-summary>div:first-child{border-left:0}.landing-board-summary span{color:var(--ink-muted);white-space:nowrap;font-size:8px}.landing-board-summary strong{font-variant-numeric:tabular-nums;font-size:15px}.landing-board-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.landing-search{border:1px solid var(--border);width:min(250px,42%);min-height:34px;color:var(--ink-faint);border-radius:7px;align-items:center;gap:7px;padding:0 10px;font-size:9px;display:flex}.landing-search svg{width:13px;height:13px}.landing-board-actions{gap:6px;display:flex}.landing-board-actions span{border:1px solid var(--border);background:var(--surface);min-height:32px;color:var(--ink-secondary);border-radius:7px;align-items:center;gap:6px;padding:0 9px;font-size:9px;font-weight:600;display:inline-flex}.landing-board-actions svg{width:12px;height:12px;color:var(--brand-500)}.landing-board-table{border-top:1px solid var(--border)}.landing-board-table-head,.landing-board-row{grid-template-columns:minmax(180px,1.55fr) .7fr .9fr .65fr 1fr;align-items:center;display:grid}.landing-board-table-head{min-height:37px;color:var(--ink-muted);background:var(--surface-warm);padding:0 18px;font-size:9px;font-weight:600}.landing-board-row{border-top:1px solid var(--border);min-height:60px;color:var(--ink-secondary);padding:0 18px;font-size:10px}.landing-board-row.selected{background:var(--brand-50);box-shadow:inset 3px 0 0 var(--brand-500)}.landing-board-row time{color:var(--ink-muted);font-size:9px}.prospect-cell{color:var(--ink);align-items:center;gap:10px;display:flex}.prospect-cell>span:last-child{flex-direction:column;display:flex}.prospect-cell small{color:var(--ink-muted);font-size:9px;font-weight:400}.avatar-small{width:30px;height:30px;font-size:9px}.benefits-section{background:var(--canvas)}.benefits-heading{max-width:680px}.benefits-grid{border-top:1px solid var(--border-strong);grid-template-columns:repeat(3,1fr);margin-top:40px;display:grid}.benefits-grid article{padding:32px 40px 0 0;position:relative}.benefits-grid article+article{border-left:1px solid var(--border);padding-left:40px}.benefit-number{border:1px solid var(--border);background:var(--surface-warm);width:32px;height:24px;color:var(--warm-accent);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.benefits-grid h3{letter-spacing:-.015em;margin:32px 0 12px;font-size:20px;line-height:1.25}.benefits-grid p{color:var(--ink-secondary);margin:0;font-size:15px;line-height:1.55}.steps-section{background:linear-gradient(180deg, var(--surface-warm), var(--surface-warm-deep));border-top:1px solid var(--border)}.compact-heading{margin-bottom:40px}.steps-list{grid-template-columns:repeat(3,1fr);max-width:920px;margin:0 auto;padding:0;list-style:none;display:grid;position:relative}.steps-list:before{content:"";background:var(--brand-200);height:1px;position:absolute;top:19px;left:16.5%;right:16.5%}.steps-list li{text-align:center;padding:0 28px;position:relative}.steps-list li>span{z-index:1;border:1px solid var(--border-strong);background:var(--surface);width:40px;height:40px;color:var(--warm-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:12px;font-weight:600;display:flex;position:relative;box-shadow:0 4px 14px #4b3d2f0f,inset 0 1px #fffc}.steps-list h3{letter-spacing:-.015em;margin:0;font-size:18px}.steps-list p{color:var(--ink-secondary);margin:10px 0 0;font-size:14px;line-height:1.5}.final-cta{background:linear-gradient(135deg, #3b5164, var(--brand-700));color:var(--surface);position:relative}.final-cta:before{content:"";opacity:.18;pointer-events:none;background:radial-gradient(circle at 16% 10%,#f2e6d87a,#0000 36%);position:absolute;inset:0}.final-cta-inner{z-index:1;grid-template-columns:1fr .75fr;align-items:end;gap:96px;display:grid;position:relative}.kicker.light{color:var(--brand-200)}.final-cta h2{font-size:52px;line-height:1.06}.final-cta-inner>div:last-child>p{max-width:480px;color:var(--brand-100);margin:0 0 28px;font-size:17px;line-height:1.55}.site-footer{background:var(--footer);color:var(--surface);border-top:1px solid #ffffff1f;padding:32px 0}.footer-inner{grid-template-columns:1fr auto 1fr;align-items:end;display:grid}.footer-inner .wordmark{display:inline-block}.footer-links{color:var(--brand-100);gap:28px;font-size:13px;display:flex}.footer-links a:hover{color:var(--surface)}.copyright{color:var(--brand-300);justify-self:end;margin:0;font-size:12px}@media (width<=1024px){.container{width:min(100% - 48px,1200px)}.workflow-grid{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)}.board-panel{grid-column:1/-1;width:min(440px,100%);margin:24px auto 0}.flow-connector.second{display:none}.workflow-stage{min-height:auto}.split-section,.story-grid{gap:56px}.landing-board-demo{grid-template-columns:190px minmax(700px,1fr);overflow-x:auto}}@media (width<=768px){.container{width:calc(100% - 40px)}.section{padding:56px 0}.nav{justify-content:space-between;display:flex}.nav-links,.nav-actions{display:none}.menu-toggle{display:inline-flex}.mobile-menu{border:1px solid var(--border);background:#fffffff7;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex;position:absolute;top:64px;left:20px;right:20px;box-shadow:0 8px 30px #1d252d1a,0 2px 8px #1d252d0d}.mobile-menu>a:not(.button){align-items:center;min-height:44px;padding:0 10px;font-size:14px;font-weight:500;display:flex}.mobile-menu .button-secondary{margin-top:6px}.hero{min-height:auto;padding-top:96px;padding-bottom:48px}.hero h1{font-size:42px}.hero-copy{margin-top:20px;font-size:18px}.hero-actions{flex-direction:column;gap:16px;width:100%;margin-top:24px}.hero-actions .button{width:100%}.workflow-section{margin-top:-16px;padding-bottom:56px}.workflow-stage{padding:16px}.workflow-topline{margin-bottom:16px}.workflow-topline>span:first-child{display:none}.workflow-grid{flex-direction:column;display:flex}.workflow-panel{width:100%}.flow-connector{width:1px;height:48px}.connector-line{width:1px;height:100%}.connector-line:after{top:auto;bottom:0;right:-3px;transform:rotate(135deg)}.connector-line span{animation-name:travelVertical;top:0;left:-3px}.flow-connector small{position:absolute;top:16px;left:10px}.second{display:flex!important}.second .connector-line span{animation-name:travelVertical}.board-panel{width:100%;margin:0}@keyframes travelVertical{0%,18%{opacity:0;top:0}22%{opacity:1}36%{opacity:1;top:calc(100% - 6px)}38%,to{opacity:0;top:calc(100% - 6px)}}.split-section,.story-grid{grid-template-columns:1fr;gap:40px}.section-heading h2,.story-copy h2,.center-heading h2{font-size:32px}.story-copy{order:0}.landing-profile-stage{order:1}.center-heading{margin-bottom:32px}.benefits-grid{border-top:0;grid-template-columns:1fr;margin-top:32px}.benefits-grid article,.benefits-grid article+article{border-left:0;border-top:1px solid var(--border);padding:24px 0 32px}.benefits-grid h3{margin-top:20px}.steps-list{grid-template-columns:1fr;gap:0}.steps-list:before{width:1px;height:auto;inset:20px auto 20px 19px}.steps-list li{text-align:left;grid-template-columns:40px 1fr;gap:20px;padding:0 0 32px;display:grid}.steps-list li:last-child{padding-bottom:0}.steps-list li>span{margin:0}.final-cta-inner{grid-template-columns:1fr;align-items:start;gap:32px}.final-cta h2{font-size:38px}.footer-inner{grid-template-columns:1fr;align-items:start;gap:32px}.footer-links{flex-wrap:wrap}.copyright{justify-self:start}}@media (width<=480px){.landing-profile-stage{min-height:720px}.landing-profile-card{width:calc(100% - 24px);margin:12px}.landing-profile-header{grid-template-columns:auto 1fr;padding:18px}.landing-profile-header button{grid-column:1/-1;justify-content:center;justify-self:stretch}.landing-profile-school,.landing-profile-stats,.landing-profile-section{margin-inline:18px}.landing-pitch-grid{grid-template-columns:1fr}.landing-pitch-grid>div{flex-direction:row;justify-content:space-between}.landing-reply-dialog{width:calc(100% - 20px);bottom:10px;right:10px}.landing-reply-dialog dl>div{grid-template-columns:40px 1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}mark{background:var(--brand-100)}.email-panel,.profile-panel,.board-panel{opacity:1;transform:none}}
