/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.border{border-style:var(--tw-border-style);border-width:1px}}:root{--background:#f7f4ef;--foreground:#17211b;--muted:#667269;--panel:#fff;--line:#ded8ce;--accent:#2f628f;--accent-2:#a35f2f}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:min(1180px,100% - 32px);margin:0 auto}.topbar{border-bottom:1px solid var(--line);background:#ffffffd1}.topbar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:68px;display:flex}.brand{letter-spacing:0;font-weight:800}.nav{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.nav a{color:var(--muted);border:1px solid #0000;border-radius:6px;padding:8px 10px;font-size:14px}.nav a:hover{border-color:var(--line);color:var(--foreground);background:#fff}.primary-nav a.active{color:var(--accent);background:#eef3f8;border-color:#abc1d3;font-weight:800}.primary-nav a.active:before{content:"";background:var(--accent-2);vertical-align:1px;border-radius:999px;width:7px;height:7px;margin-right:7px;display:inline-block}.section{padding:34px 0}.compact-section{padding-bottom:16px}.section-header{justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px;display:flex}.eyebrow{color:var(--accent-2);text-transform:uppercase;font-size:12px;font-weight:800}h1,h2,h3{letter-spacing:0;margin:0}h1{font-size:36px;line-height:1.08}h2{font-size:24px}h3{font-size:18px}p{color:var(--muted);margin:0;line-height:1.55}.grid{gap:14px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;display:grid}.daily-focus{order:-1;gap:12px;display:grid;position:static}.daily-focus h2{line-height:1.15}.focus-upload{background:#eef3f8;border:1px solid #b9ccdc;border-radius:6px;gap:4px;padding:12px;display:grid}.focus-upload strong{color:var(--foreground);font-size:13px}.focus-upload span{color:var(--muted);font-size:13px;line-height:1.4}.focus-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.focus-metrics div{border:1px solid var(--line);background:#f7f4ef;border-radius:6px;gap:4px;padding:10px;display:grid}.focus-metrics span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.focus-metrics strong{font-size:24px}.focus-block{border-top:1px solid var(--line);gap:8px;padding-top:14px;display:grid}.focus-block.warning{background:#fbf4ed;border:1px solid #dfc1a7;border-radius:6px;padding:12px}.focus-list{gap:8px;margin:0;padding-left:18px;display:grid}.focus-list li{color:var(--foreground);line-height:1.4}.focus-list span{display:block}.focus-actions{align-items:stretch}.focus-actions .button{flex:1}.legal-page{max-width:880px}.legal-page .card{gap:18px;display:grid}.legal-page h2{margin-top:8px}.legal-page ul{color:var(--muted);margin:0;padding-left:20px;line-height:1.55}.seller-footer-links{color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:20px 0 0;display:flex}.seller-footer-links a{color:var(--accent);font-weight:700}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.metric{gap:8px;display:grid}.metric span{color:var(--muted);font-size:13px}.metric strong{font-size:28px}.button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.button.secondary{border:1px solid var(--line);color:var(--foreground);background:#fff}.nav a.button,a.button,button.button{color:#fff}.nav a.button:hover,a.button:hover,button.button:hover{color:#fff;background:#244f78}.nav a.button.secondary,a.button.secondary{color:var(--foreground)}.nav a.button.secondary:hover,a.button.secondary:hover{color:var(--foreground);background:#fff;border-color:#c8bfb3}.week-selector{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.week-selector label{color:var(--muted);text-transform:uppercase;width:100%;font-size:12px;font-weight:800}.week-selector select{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:6px;min-width:220px;min-height:42px;padding:8px 10px}.report-grid{grid-template-columns:1.15fr .85fr}.report-grid,.stack{gap:14px;display:grid}.tight-stack{gap:8px}.report-summary-row{margin-bottom:18px}.report-sections{gap:18px}.plain-list{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.plain-list li{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.report-table-card{padding:20px}.report-table{table-layout:fixed;min-width:1120px;font-size:14px}.report-table td:first-child,.report-table th:first-child{width:76px}.report-table td:nth-child(3),.report-table th:nth-child(3){width:84px}.report-table td:nth-child(4),.report-table td:nth-child(5),.report-table td:nth-child(6),.report-table th:nth-child(4),.report-table th:nth-child(5),.report-table th:nth-child(6){width:108px}.report-table td{overflow-wrap:anywhere}.contact-log-table{min-width:100%;font-size:14px}.contact-log-table td:first-child,.contact-log-table th:first-child{width:88px}.contact-log-table td:nth-child(2),.contact-log-table th:nth-child(2){width:17%}.contact-log-table td:nth-child(3),.contact-log-table th:nth-child(3){width:72px}.contact-log-table td:nth-child(4),.contact-log-table th:nth-child(4){width:124px}.contact-log-table td:nth-child(5),.contact-log-table th:nth-child(5){width:126px}.contact-log-table td:nth-child(6),.contact-log-table th:nth-child(6){width:92px}.contact-log-table td:nth-child(7),.contact-log-table th:nth-child(7){width:112px}.contact-log-table td:nth-child(8),.contact-log-table td:nth-child(9),.contact-log-table th:nth-child(8),.contact-log-table th:nth-child(9){width:16%}.contact-log-table td,.contact-log-table th{white-space:normal;word-break:normal;padding-left:10px;padding-right:10px}.performance-table{min-width:1280px;font-size:14px}.performance-table td:first-child,.performance-table th:first-child{width:160px}.performance-table td,.performance-table th{white-space:normal}.performance-table td:nth-child(n+2),.performance-table th:nth-child(n+2){text-align:right;white-space:nowrap}.performance-table td:nth-child(2),.performance-table th:nth-child(2){width:92px}.performance-table td:nth-child(3),.performance-table th:nth-child(3){width:104px}.performance-table th:nth-child(10),.performance-table th:nth-child(11){white-space:normal;line-height:1.25}.performance-table td:nth-child(4),.performance-table th:nth-child(4){width:116px}.performance-table td:nth-child(5),.performance-table th:nth-child(5){width:92px}.performance-table td:nth-child(6),.performance-table td:nth-child(7),.performance-table td:nth-child(8),.performance-table td:nth-child(9),.performance-table th:nth-child(6),.performance-table th:nth-child(7),.performance-table th:nth-child(8),.performance-table th:nth-child(9){width:82px}.performance-table td:nth-child(10),.performance-table td:nth-child(11),.performance-table td:nth-child(12),.performance-table th:nth-child(10),.performance-table th:nth-child(11),.performance-table th:nth-child(12){width:120px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:7px;display:grid}.field.full{grid-column:1/-1}.field label{color:var(--foreground);font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:6px;width:100%;min-height:42px;padding:10px 11px}.field textarea{resize:vertical;min-height:96px}.seller-form{margin-top:22px}.notice{grid-column:1/-1;padding:14px}.consent-row{align-items:center;gap:10px;font-weight:700;display:flex}.consent-row input{width:auto}.field-help{color:var(--muted);margin-top:-4px;font-size:13px;line-height:1.45}.table-shell{overflow:auto}.action-queue-table{min-width:1220px}.compact-button{white-space:nowrap;min-height:36px;padding:0 12px}.outreach-widget{gap:10px;min-width:220px;display:grid}.outreach-panel{border:1px solid var(--line);z-index:20;background:#fbfaf8;border-radius:8px;width:760px;max-width:min(760px,100vw - 32px);padding:16px;display:grid;top:92px;box-shadow:0 10px 24px #17211b14}.outreach-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.outreach-panel-header div{gap:4px;display:grid}.outreach-panel-header span{color:var(--accent-2);text-transform:uppercase;font-size:12px;font-weight:800}.outreach-panel-header strong{font-size:18px}.outreach-panel pre{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:6px;max-height:48vh;margin:0;padding:14px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5}.outreach-panel p{font-size:13px}table{border-collapse:collapse;width:100%;min-width:920px}td,th{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 10px}th{color:var(--muted);text-transform:uppercase;font-size:12px}@media (min-width:900px){.daily-focus{grid-template-columns:1.15fr .85fr}.daily-focus>.eyebrow,.daily-focus>.focus-actions,.daily-focus>.focus-metrics,.daily-focus>.focus-upload,.daily-focus>h2,.daily-focus>p{grid-column:1/-1}.daily-focus .focus-block{min-width:0}}@media (max-width:760px){.section-header,.topbar-inner{flex-direction:column;align-items:flex-start}.dashboard-layout,.form-grid,.grid-3,.grid-4,.report-grid{grid-template-columns:1fr}.daily-focus{position:static}h1{font-size:30px}}.action-queue-table td,.action-queue-table th{word-break:normal;padding:9px 8px}.action-queue-table td:nth-child(10),.action-queue-table th:nth-child(10){width:148px}.action-queue-table td:nth-child(11),.action-queue-table th:nth-child(11){width:128px}.outreach-panel{max-height:calc(100vh - 120px)}.outreach-close-button{min-width:82px}.outreach-panel pre{max-height:46vh}.action-queue-table{min-width:900px;font-size:12px}.action-queue-table td,.action-queue-table th{padding:7px 6px}.action-queue-table td:nth-child(4),.action-queue-table td:nth-child(5),.action-queue-table th:nth-child(4),.action-queue-table th:nth-child(5){width:64px}.action-queue-table td:nth-child(9),.action-queue-table th:nth-child(9){width:106px}.action-queue-table td:nth-child(10),.action-queue-table td:nth-child(11),.action-queue-table th:nth-child(10),.action-queue-table th:nth-child(11){width:78px}.compact-button{text-align:center;min-height:30px;padding:0 7px;font-size:12px;line-height:1.15}.outreach-widget{gap:5px;min-width:0}.action-queue-table td:nth-child(11) .compact-button,.outreach-widget .compact-button{white-space:normal;width:100%}.outreach-panel{width:min(720px,100vw - 32px)}.outreach-panel-actions{flex-direction:column;align-items:flex-start}.outreach-panel-actions .compact-button{white-space:nowrap;width:96px;min-width:96px}.outreach-panel pre{font-size:13px}.cadence-hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:20px;padding:20px;display:grid}.cadence-hero h2{margin:4px 0 8px;font-size:28px}.cadence-hero p{color:var(--muted);max-width:820px;margin:0}.cadence-today-chip{border:1px solid var(--border);text-align:center;border-radius:8px;min-width:150px;padding:14px}.cadence-card-top span,.cadence-meta span:first-child,.cadence-plan-grid span,.cadence-today-chip span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700;display:block}.cadence-plan-grid strong,.cadence-today-chip strong{margin-top:4px;font-size:18px;display:block}.cadence-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.cadence-plan-grid>div{border:1px solid var(--border);border-radius:8px;padding:12px}.focus-block.success{background:#eef7f1;border-color:#b8d9c5}.cadence-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.cadence-card{flex-direction:column;gap:10px;min-height:220px;padding:14px;display:flex}.cadence-card.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.cadence-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.cadence-card-top strong{color:var(--accent);text-align:right;font-size:12px}.cadence-card h3{margin:0;font-size:17px}.cadence-card p{color:var(--text);margin:0;font-size:14px;line-height:1.45}.cadence-meta{border-top:1px solid var(--border);color:var(--muted);gap:6px;margin-top:auto;padding-top:10px;font-size:12px;display:grid}@media (max-width:1180px){.cadence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.cadence-grid,.cadence-hero,.cadence-plan-grid{grid-template-columns:1fr}}.source-performance-card{margin-bottom:18px}.source-performance-card>p{color:var(--muted);max-width:860px;margin:-4px 0 14px}.source-performance-table{table-layout:fixed;min-width:1080px;font-size:13px}.source-performance-table td,.source-performance-table th{vertical-align:top;white-space:normal;padding:10px 8px}.source-performance-table td:first-child,.source-performance-table th:first-child{text-align:left;width:190px}.source-performance-table td:nth-child(n+2),.source-performance-table th:nth-child(n+2){text-align:right}.source-performance-table td:nth-child(11),.source-performance-table td:nth-child(2),.source-performance-table td:nth-child(3),.source-performance-table td:nth-child(4),.source-performance-table td:nth-child(5),.source-performance-table td:nth-child(6),.source-performance-table td:nth-child(7),.source-performance-table td:nth-child(8),.source-performance-table th:nth-child(11),.source-performance-table th:nth-child(2),.source-performance-table th:nth-child(3),.source-performance-table th:nth-child(4),.source-performance-table th:nth-child(5),.source-performance-table th:nth-child(6),.source-performance-table th:nth-child(7),.source-performance-table th:nth-child(8){width:82px}.source-performance-table td:nth-child(10),.source-performance-table td:nth-child(9),.source-performance-table th:nth-child(10),.source-performance-table th:nth-child(9){width:120px}.research-hero{grid-template-columns:minmax(0,1fr) 330px;align-items:stretch;gap:18px;margin-bottom:18px;padding:22px;display:grid}.research-hero h2{margin-bottom:8px;font-size:30px}.research-rule{background:#fff7ef;border:1px solid #e0b98f;border-radius:8px;gap:7px;padding:14px;display:grid}.market-card-top span,.research-rule span,.research-step span{color:var(--accent-2);text-transform:uppercase;font-size:12px;font-weight:800}.research-flow.detailed{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.research-step{gap:8px;padding:16px;display:grid}.research-step p{color:var(--foreground);font-size:13px}.market-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.market-card{gap:10px;padding:16px;display:grid}.market-card-top{gap:4px;display:grid}.market-card-top strong{font-size:19px;line-height:1.15}.market-card p{color:var(--foreground);font-size:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.signal-tags{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.signal-tags span{color:var(--foreground);background:#eef3f8;border:1px solid #b9ccdc;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:700}.research-table{table-layout:fixed;width:100%;margin-top:14px;font-size:13px}.research-table td,.research-table th{vertical-align:top;white-space:normal;padding:11px}.human-review-table{min-width:1040px}.needs-human-review{background:#fffaf2}.review-flag{color:#5d3518;background:#fff2df;border:1px solid #e1ba85;border-radius:6px;padding:6px 8px;font-size:12px;font-weight:800;line-height:1.3;display:inline-block}.reactivation-table{table-layout:fixed;min-width:980px;font-size:13px}.reactivation-table td,.reactivation-table th{vertical-align:top;white-space:normal;padding:9px 8px}.reactivation-table td:nth-child(7),.reactivation-table th:nth-child(7){width:250px}@media (max-width:1040px){.grid-2,.market-grid,.research-flow.detailed,.research-hero{grid-template-columns:1fr}}.research-inbox-upload{gap:14px;display:grid}.compact-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media (max-width:860px){.compact-form{grid-template-columns:1fr}}.ledger-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.research-ledger-card{overflow-x:auto}.research-ledger-table td,.research-ledger-table th{vertical-align:top}.research-ledger-table td span,.research-ledger-table td strong{display:block}.status-pill{border:1px solid var(--border);color:#9a3412;background:#fff7ed;border-radius:999px;padding:4px 10px;font-size:.82rem;font-weight:700;display:inline-block}.mini-link{color:var(--accent-strong);font-weight:700;text-decoration:none}.empty-state{padding:24px}.empty-state h3{margin-bottom:8px}@media (max-width:760px){.ledger-metrics{grid-template-columns:1fr}}.status-pill.imported{color:#166534;background:#ecfdf5;border-color:#86efac}.mini-button{color:var(--accent-strong);text-align:left;background:0 0;border:0;padding:0}.mini-button:hover,.mini-link:hover{text-decoration:underline}.notice{border-radius:6px;margin-bottom:16px;padding:12px 14px;font-weight:700}.notice.success{color:#14532d;background:#ecfdf5;border:1px solid #86efac}.notice.error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.research-ledger-table small{color:var(--muted);margin-top:4px;font-size:.78rem;display:block}.ledger-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.metric-card{border:1px solid var(--border);background:#fff;border-radius:8px;padding:14px 16px;box-shadow:0 1px #0f172a05}.metric-card span{color:var(--muted);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:700;display:block}.metric-card strong{color:var(--ink);font-size:1.65rem;line-height:1;display:block}.mini-button{background:var(--accent);border:1px solid var(--accent);color:#fff;cursor:pointer;font:inherit;text-align:center;border-radius:7px;justify-content:center;align-items:center;min-width:122px;padding:9px 12px;font-size:.88rem;font-weight:800;display:inline-flex}.mini-button:hover{background:var(--accent-strong);border-color:var(--accent-strong);text-decoration:none}.status-pill{text-align:center;min-width:78px}.research-ledger-card{box-shadow:0 8px 20px #0f172a0a}.human-review-callout{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin-top:14px;padding:14px 16px}.human-review-callout h3{margin-bottom:6px}.human-review-callout p{color:var(--muted);margin:0}@media (max-width:900px){.ledger-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.ledger-metrics{grid-template-columns:1fr}}.research-ledger-table .mini-button,.research-ledger-table .mini-link{background:var(--accent);border:1px solid var(--accent);color:#fff;cursor:pointer;font:inherit;text-align:center;border-radius:7px;justify-content:center;align-items:center;min-width:124px;min-height:38px;padding:8px 12px;font-size:.86rem;font-weight:800;line-height:1.15;text-decoration:none;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.research-ledger-table .mini-button:hover,.research-ledger-table .mini-link:hover{color:#fff;background:#3976ad;border-color:#3976ad;text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 10px #1f4e792e}.research-ledger-table .mini-button:focus-visible,.research-ledger-table .mini-link:focus-visible{outline-offset:2px;outline:3px solid #bfdbfe}.research-ledger-table{table-layout:fixed}.research-ledger-table td,.research-ledger-table th{padding-left:12px;padding-right:12px}.research-ledger-table td:first-child,.research-ledger-table th:first-child{width:92px}.research-ledger-table td:nth-child(4),.research-ledger-table td:nth-child(5),.research-ledger-table th:nth-child(4),.research-ledger-table th:nth-child(5){width:90px}.research-ledger-table td:nth-child(7),.research-ledger-table th:nth-child(7){width:150px}.pipeline-table{min-width:1040px}.pipeline-table td,.pipeline-table th{white-space:normal}.pipeline-table td:first-child,.pipeline-table th:first-child{width:74px}.pipeline-table td:nth-child(4),.pipeline-table td:nth-child(5),.pipeline-table td:nth-child(6),.pipeline-table td:nth-child(7),.pipeline-table td:nth-child(8),.pipeline-table th:nth-child(4),.pipeline-table th:nth-child(5),.pipeline-table th:nth-child(6),.pipeline-table th:nth-child(7),.pipeline-table th:nth-child(8){width:86px}.pipeline-table td:nth-child(9),.pipeline-table th:nth-child(9){width:140px}.pipeline-table td:nth-child(10),.pipeline-table th:nth-child(10){width:150px}.action-queue-table{table-layout:fixed;min-width:1120px;font-size:12.5px}.action-queue-table td,.action-queue-table th{overflow-wrap:anywhere;vertical-align:top;white-space:normal;padding-left:8px;padding-right:8px}.action-queue-table td:first-child,.action-queue-table th:first-child{width:62px}.action-queue-table td:nth-child(2),.action-queue-table th:nth-child(2){width:150px}.action-queue-table td:nth-child(3),.action-queue-table th:nth-child(3){width:96px}.action-queue-table td:nth-child(4),.action-queue-table th:nth-child(4){width:54px}.action-queue-table td:nth-child(5),.action-queue-table th:nth-child(5){width:82px}.action-queue-table td:nth-child(6),.action-queue-table th:nth-child(6){width:150px}.action-queue-table td:nth-child(7),.action-queue-table th:nth-child(7){width:230px}.action-queue-table td:nth-child(8),.action-queue-table th:nth-child(8){width:128px}.action-queue-table td:nth-child(10),.action-queue-table td:nth-child(9),.action-queue-table th:nth-child(10),.action-queue-table th:nth-child(9){width:110px}.research-ledger-table td:nth-child(2) strong{overflow-wrap:anywhere;word-break:break-word;max-width:100%;display:block}.research-ledger-table td:nth-child(3){overflow-wrap:anywhere;word-break:break-word}.human-review-table{table-layout:fixed;min-width:1160px;font-size:12.5px}.human-review-table td,.human-review-table th{overflow-wrap:anywhere;vertical-align:top;white-space:normal;padding-left:8px;padding-right:8px}.human-review-table td:first-child,.human-review-table th:first-child{width:64px}.human-review-table td:nth-child(3),.human-review-table th:nth-child(3){width:56px}.human-review-table td:nth-child(4),.human-review-table td:nth-child(5),.human-review-table th:nth-child(4),.human-review-table th:nth-child(5){text-align:left;white-space:nowrap;width:96px}.human-review-table td:nth-child(10),.human-review-table td:nth-child(11),.human-review-table th:nth-child(10),.human-review-table th:nth-child(11){width:112px}.focus-block-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.human-review-dashboard{background:#fff7ed;border-color:#fed7aa}.review-list li{border-bottom:1px solid #fed7aa;padding-bottom:8px}.review-list li:last-child{border-bottom:0;padding-bottom:0}.review-list span{color:var(--muted);margin-top:4px;display:block}.pipeline-table td:nth-child(8),.pipeline-table th:nth-child(8){white-space:nowrap;width:72px}.research-ledger-table{min-width:980px}.research-ledger-table td:nth-child(2),.research-ledger-table th:nth-child(2){width:31%}.research-ledger-table td:nth-child(3),.research-ledger-table th:nth-child(3){width:15%}.research-ledger-table td:nth-child(5),.research-ledger-table th:nth-child(5){width:128px}.research-ledger-table td:nth-child(6),.research-ledger-table th:nth-child(6){width:118px}.research-ledger-table td:nth-child(2) small,.research-ledger-table td:nth-child(2) strong,.research-ledger-table td:nth-child(3),.research-ledger-table td:nth-child(5){overflow-wrap:anywhere;word-break:break-word;max-width:100%}.human-review-table td:first-child,.human-review-table th:first-child{white-space:nowrap;width:78px}.human-review-table td:nth-child(2),.human-review-table th:nth-child(2){width:150px}.human-review-table td:nth-child(3),.human-review-table th:nth-child(3){white-space:nowrap;width:68px}.human-review-table td:nth-child(4),.human-review-table th:nth-child(4){text-align:left;white-space:nowrap;width:118px}.human-review-table td:nth-child(5),.human-review-table th:nth-child(5){text-align:left;white-space:nowrap;width:100px}.human-review-table td:nth-child(6),.human-review-table th:nth-child(6){width:150px}.human-review-table td:nth-child(7),.human-review-table th:nth-child(7){width:112px}.human-review-table td:nth-child(8),.human-review-table th:nth-child(8){width:285px}.human-review-table td:nth-child(9),.human-review-table th:nth-child(9){width:126px}.daily-focus{align-items:start}.daily-focus,.daily-focus *{min-width:0}.daily-focus .cadence-plan-grid{align-self:start}.daily-focus .focus-upload{margin-top:0}.daily-focus .focus-block,.daily-focus .focus-metrics>div,.daily-focus .focus-upload{overflow:hidden}.daily-focus .focus-block li,.daily-focus .focus-block p,.daily-focus .focus-block span,.daily-focus .focus-block strong,.daily-focus .focus-upload span{overflow-wrap:anywhere;word-break:break-word}.human-review-dashboard{border-width:1px;align-self:stretch}.human-review-dashboard .mini-link{background:var(--accent);color:#fff;border-radius:6px;padding:6px 10px;font-size:.82rem;display:inline-flex}.human-review-dashboard .mini-link:hover{background:var(--accent-strong);color:#fff;text-decoration:none}@media (min-width:900px){.daily-focus{grid-template-columns:minmax(0,.95fr) minmax(260px,1.05fr)}.daily-focus>.eyebrow,.daily-focus>.focus-actions,.daily-focus>.focus-metrics,.daily-focus>.focus-upload,.daily-focus>h2{grid-column:1/-1}.daily-focus>.cadence-plan-grid{grid-area:1/2/span 2}.daily-focus>.focus-block:not(.human-review-dashboard):not(.warning){grid-column:1}.daily-focus>.human-review-dashboard{grid-area:5/2/span 2}.daily-focus>.focus-block.warning{grid-column:1/-1}}.morning-board{grid-template-columns:minmax(0,1.35fr) minmax(280px,.9fr);gap:16px;margin-bottom:18px;display:grid}.morning-plan-card{grid-column:1;gap:14px;display:grid}.morning-plan-top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.follow-up-panel h2,.human-review-panel h2,.morning-plan-top h2{margin:0;line-height:1.15}.follow-up-panel p,.human-review-panel p,.morning-plan-top p{color:var(--muted);margin:8px 0 0}.human-review-panel{background:#fff7ed;border-color:#fed7aa;grid-area:1/2/span 2;gap:12px;display:grid}.follow-up-panel{grid-column:1;gap:12px;display:grid}.follow-up-panel,.follow-up-panel *,.human-review-panel,.human-review-panel *,.morning-plan-card,.morning-plan-card *{min-width:0}.follow-up-panel li,.human-review-panel li,.morning-plan-card p,.morning-plan-card span{overflow-wrap:anywhere;word-break:break-word}.work-plan-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;gap:4px;padding:12px 14px;display:grid}.work-plan-note span{color:var(--muted)}.dashboard-actions{margin:10px 0 18px}.dashboard-metrics{margin-bottom:18px}.dashboard-queue-section{padding-top:0}.dashboard-queue-table{table-layout:fixed;min-width:980px;font-size:13px}.dashboard-queue-table td,.dashboard-queue-table th{overflow-wrap:anywhere;vertical-align:top;padding-left:10px;padding-right:10px}.dashboard-queue-table td:first-child,.dashboard-queue-table th:first-child{white-space:nowrap;width:76px}.dashboard-queue-table td:nth-child(2),.dashboard-queue-table th:nth-child(2){width:170px}.dashboard-queue-table td:nth-child(3),.dashboard-queue-table th:nth-child(3){white-space:nowrap;width:64px}.dashboard-queue-table td:nth-child(4),.dashboard-queue-table th:nth-child(4){white-space:nowrap;width:96px}.dashboard-queue-table td:nth-child(5),.dashboard-queue-table th:nth-child(5){width:150px}.dashboard-queue-table td:nth-child(6),.dashboard-queue-table th:nth-child(6){width:270px}.dashboard-queue-table td:nth-child(7),.dashboard-queue-table th:nth-child(7){width:150px}.manual-entry-section{padding-top:18px}.pipeline-table{table-layout:fixed;font-size:13px}.pipeline-table td,.pipeline-table th{overflow-wrap:anywhere;vertical-align:top;padding-left:10px;padding-right:10px}.pipeline-table td:first-child,.pipeline-table th:first-child{white-space:nowrap;width:82px}.pipeline-table td:nth-child(2),.pipeline-table th:nth-child(2){width:210px}.pipeline-table td:nth-child(4),.pipeline-table td:nth-child(5),.pipeline-table td:nth-child(6),.pipeline-table td:nth-child(8),.pipeline-table th:nth-child(4),.pipeline-table th:nth-child(5),.pipeline-table th:nth-child(6),.pipeline-table th:nth-child(8){white-space:nowrap}.pipeline-table td:nth-child(10),.pipeline-table td:nth-child(9),.pipeline-table th:nth-child(10),.pipeline-table th:nth-child(9){width:160px}@media (max-width:980px){.morning-board{grid-template-columns:1fr}.follow-up-panel,.human-review-panel,.morning-plan-card{grid-area:auto}.morning-plan-top{grid-template-columns:1fr}}.human-review-panel{background:#fff;border-color:#bfdbfe;align-content:start;align-self:stretch;box-shadow:0 10px 28px #1f558214}.human-review-panel .focus-block-header{border-bottom:1px solid #dbeafe;justify-content:space-between;align-items:start;gap:12px;padding-bottom:12px;display:flex}.human-review-panel .eyebrow{color:#1f5582}.human-review-panel .compact-button{color:#1f5582;background:#eff6ff;border-color:#bfdbfe;flex:none}.human-review-panel .review-list{gap:10px;margin:0;display:grid}.human-review-panel .review-list li{background:#f8fbff;border:1px solid #dbeafe;border-radius:8px;padding:12px 14px}.human-review-panel .review-list li:nth-child(2n){background:#fff7f2;border-color:#fed7aa}.human-review-panel .review-list span,.human-review-panel .review-list strong{overflow-wrap:anywhere;display:block}.human-review-panel .review-list span{color:var(--muted);margin-top:5px}.source-checklist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.source-check-card{gap:10px;display:grid}.source-check-card.priority{background:#f8fbff;border-color:#bfdbfe}.source-check-card span{color:#1f5582;letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:800}.source-check-card h3{margin:0}.source-check-card ul{color:var(--muted);margin:0;padding-left:18px}.source-check-card li{margin:0 0 8px}@media (max-width:980px){.source-checklist-grid{grid-template-columns:1fr}}.muted-copy{color:var(--muted);max-width:920px}.source-command-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.source-command-card{gap:12px;display:grid}.source-command-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.source-command-top span{color:#1f5582;letter-spacing:.02em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.source-command-top h3{margin:0}.source-command-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.source-command-card dt{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.source-command-card dd{margin:2px 0 0}.source-command-card ol{color:var(--muted);margin:0;padding-left:20px}.source-command-card li{margin-bottom:7px}.compact-tags{gap:6px}.compact-tags span{padding:5px 8px;font-size:12px}.source-card-actions{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:980px){.source-command-card dl,.source-command-grid{grid-template-columns:1fr}}.source-scorecard-card .focused-source-table{min-width:920px;font-size:13px}.source-scorecard-card .focused-source-table td,.source-scorecard-card .focused-source-table th{vertical-align:top}.source-scorecard-card .focused-source-table td:first-child,.source-scorecard-card .focused-source-table th:first-child{width:190px}.source-scorecard-card .focused-source-table td:nth-child(8),.source-scorecard-card .focused-source-table th:nth-child(8){width:170px}.pull-session-table{min-width:1200px;font-size:12px}.pull-session-table td small{color:var(--muted);max-width:260px;margin-top:5px;font-size:11px;display:block}.pull-session-table td,.pull-session-table th{vertical-align:top}.pull-session-table td:nth-child(5),.pull-session-table th:nth-child(5){width:240px}.pull-session-table td:nth-child(11),.pull-session-table th:nth-child(11){width:170px}.compact-pull-session-table td,.compact-pull-session-table th{overflow-wrap:anywhere;padding-left:8px;padding-right:8px}.compact-pull-session-table td:nth-child(2),.compact-pull-session-table th:nth-child(2){white-space:nowrap;width:76px}.compact-pull-session-table td:nth-child(6),.compact-pull-session-table th:nth-child(6){width:96px}.compact-pull-session-table td:nth-child(7),.compact-pull-session-table td:nth-child(8),.compact-pull-session-table th:nth-child(7),.compact-pull-session-table th:nth-child(8){text-align:center;white-space:nowrap;width:64px}.compact-pull-session-table td:nth-child(9),.compact-pull-session-table th:nth-child(9){text-align:right;white-space:nowrap;width:110px}.compact-pull-session-table td:nth-child(10),.compact-pull-session-table th:nth-child(10){width:150px}.stable-mini-button{color:#1f5582;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;justify-content:center;min-width:58px;padding:7px 9px;font-weight:800;text-decoration:none;display:inline-flex}.stable-mini-button:hover{color:#174766;background:#dbeafe}.section-heading-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.stable-details-button{flex:none;min-width:118px}.stable-details-button:hover{color:#174766;background:#eff6ff;border-color:#93c5fd}.compact-pull-session-table{table-layout:fixed;width:100%;min-width:0;font-size:12px}.compact-pull-session-table td,.compact-pull-session-table th{overflow-wrap:normal;text-align:left;vertical-align:top;word-break:normal;padding-left:10px;padding-right:10px}.compact-pull-session-table td:first-child,.compact-pull-session-table th:first-child{white-space:nowrap;width:112px}.compact-pull-session-table td:nth-child(2),.compact-pull-session-table th:nth-child(2){width:132px}.compact-pull-session-table td:nth-child(3),.compact-pull-session-table th:nth-child(3){width:154px}.compact-pull-session-table td:nth-child(4),.compact-pull-session-table th:nth-child(4){width:188px}.compact-pull-session-table td:nth-child(5),.compact-pull-session-table th:nth-child(5){width:122px}.compact-pull-session-table td:nth-child(6),.compact-pull-session-table th:nth-child(6){text-align:center;width:54px}.compact-pull-session-table td:nth-child(7),.compact-pull-session-table th:nth-child(7){text-align:right;white-space:nowrap;width:78px}.compact-pull-session-table td:nth-child(8),.compact-pull-session-table th:nth-child(8){text-align:right;white-space:nowrap;width:116px}.compact-pull-session-table td:nth-child(9),.compact-pull-session-table th:nth-child(9){width:150px}@media (max-width:900px){.section-heading-row{display:block}.stable-details-button{margin-top:12px}.compact-pull-session-table{min-width:920px}}.contact-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.contact-panel>div{border:1px solid var(--border);background:#f8fbff;border-radius:8px;min-width:0;padding:10px}.contact-panel span{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:800;display:block}.contact-panel p,.contact-panel strong{overflow-wrap:anywhere}.contact-panel p{color:var(--muted);margin:4px 0 0;font-size:.82rem;line-height:1.35}@media (max-width:900px){.contact-panel{grid-template-columns:1fr}}.contact-path-pill{white-space:nowrap;color:#243447;background:#eef2f7;border-radius:999px;align-items:center;padding:4px 9px;font-size:.72rem;font-weight:800;line-height:1.1;display:inline-flex}.contact-path-pill.clear{color:#176c42;background:#e8f6ef}.contact-path-pill.review-needed{color:#9a4f10;background:#fff5e8}.contact-path-pill.avoid-phone{color:#9b1c1c;background:#fdecec}.contact-path-note{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;font-size:.72rem;line-height:1.3;display:block}.pipeline-decision-table,.queue-decision-table{table-layout:fixed;width:100%;min-width:0;font-size:.86rem}.pipeline-decision-table td,.pipeline-decision-table th,.queue-decision-table td,.queue-decision-table th{vertical-align:top;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none}.pipeline-decision-table td:first-child,.pipeline-decision-table th:first-child,.queue-decision-table td:first-child,.queue-decision-table th:first-child{white-space:nowrap;width:72px}.queue-decision-table td:nth-child(2),.queue-decision-table th:nth-child(2){width:23%}.queue-decision-table td:nth-child(3),.queue-decision-table td:nth-child(4),.queue-decision-table th:nth-child(3),.queue-decision-table th:nth-child(4){width:17%}.queue-decision-table td:nth-child(6),.queue-decision-table td:nth-child(7),.queue-decision-table th:nth-child(6),.queue-decision-table th:nth-child(7){text-align:center;width:96px}.pipeline-decision-table td strong,.queue-decision-table td strong{font-size:.88rem;line-height:1.25;display:block}.pipeline-decision-table td small,.queue-decision-table td small{color:var(--muted);margin-top:4px;font-size:.74rem;line-height:1.3;display:block}.financial-snapshot{gap:4px;display:grid}.financial-snapshot span{white-space:nowrap;justify-content:space-between;gap:8px;display:flex}.financial-snapshot strong{font-size:inherit!important;display:inline!important}.priority-cell,.score-cell{text-align:center;font-weight:800}.queue-block{margin-top:26px}.small-header{margin-bottom:10px}.queue-block .small-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.lane-send-form{flex:none}.lane-send-button{min-width:220px}@media (max-width:900px){.pipeline-decision-table,.queue-decision-table{min-width:760px}}@media (max-width:760px){.queue-block .small-header{flex-direction:column;align-items:stretch}.lane-send-button{width:100%}}.contact-panel,.contact-panel *,.outreach-panel,.outreach-panel *,.outreach-panel pre{text-align:left}.outreach-panel pre{word-break:normal;overflow-wrap:anywhere}.financial-snapshot{max-width:190px}.financial-snapshot span{align-items:baseline}.financial-snapshot span strong{text-align:right;white-space:nowrap}.pipeline-decision-table td:nth-child(3),.pipeline-decision-table th:nth-child(3),.queue-decision-table td:nth-child(3),.queue-decision-table th:nth-child(3){width:20%}.pipeline-decision-table{table-layout:fixed}.pipeline-decision-table td:nth-child(5){padding-right:18px}.pipeline-decision-table td:nth-child(6){padding-left:18px}.pipeline-decision-table td:nth-child(6) small,.pipeline-decision-table td:nth-child(6) strong{overflow-wrap:anywhere}.pipeline-decision-table .contact-path-note{overflow-wrap:anywhere;max-width:100%}.pipeline-decision-table .contact-path-pill{margin-bottom:4px}.weekly-cd-table{min-width:1040px;font-size:13px}.weekly-cd-table td,.weekly-cd-table th{vertical-align:top;padding-left:10px;padding-right:10px}.weekly-cd-table td:first-child,.weekly-cd-table th:first-child{white-space:nowrap;width:64px}.weekly-cd-table td:nth-child(2),.weekly-cd-table th:nth-child(2){width:190px}.weekly-cd-table td:nth-child(3),.weekly-cd-table th:nth-child(3){white-space:nowrap;width:64px}.weekly-cd-table td:nth-child(4),.weekly-cd-table td:nth-child(5),.weekly-cd-table td:nth-child(6),.weekly-cd-table th:nth-child(4),.weekly-cd-table th:nth-child(5),.weekly-cd-table th:nth-child(6){white-space:nowrap;width:96px}.weekly-cd-table td:nth-child(7),.weekly-cd-table th:nth-child(7){width:150px}.weekly-cd-table .weekly-reason-cell{overflow-wrap:break-word;line-height:1.35}.pipeline-decision-table{width:100%;min-width:0!important}.pipeline-decision-table td,.pipeline-decision-table th{box-sizing:border-box;overflow-wrap:break-word;white-space:normal;word-break:normal}.pipeline-decision-table td:first-child,.pipeline-decision-table th:first-child{white-space:nowrap;width:64px!important}.pipeline-decision-table td:nth-child(4),.pipeline-decision-table th:nth-child(4){text-align:center;white-space:nowrap;padding-left:6px;padding-right:6px;width:64px!important}.pipeline-decision-table td:nth-child(5),.pipeline-decision-table th:nth-child(5){padding-left:10px;padding-right:12px;width:31%!important}.pipeline-decision-table td:nth-child(6),.pipeline-decision-table th:nth-child(6){padding-left:12px;width:20%!important}.pipeline-contact-cell{min-width:0}.pipeline-contact-cell .contact-path-detail,.pipeline-contact-cell .contact-path-note{overflow-wrap:break-word;white-space:normal;word-break:normal;max-width:100%;display:block}.pipeline-contact-cell .contact-path-detail{color:var(--muted);margin-top:4px}.pipeline-decision-table td:nth-child(6) small,.pipeline-decision-table td:nth-child(6) strong{overflow-wrap:break-word;white-space:normal;max-width:100%}.queue-view-tabs{gap:8px;margin:18px 0 20px;display:flex}.queue-view-tab{border:1px solid var(--line);color:var(--foreground);background:#fff;border-radius:6px;align-items:center;min-height:38px;padding:0 14px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.queue-view-tab:hover{color:#17486f;background:#eef5fb;border-color:#8fb4d3}.queue-view-tab.active{color:#fff;background:#275d8b;border-color:#275d8b}.contact-ready-table{min-width:980px}.contact-ready-table td:first-child,.contact-ready-table th:first-child{width:54px}.contact-ready-table td:nth-child(2),.contact-ready-table th:nth-child(2){width:150px}.contact-ready-table td:nth-child(3),.contact-ready-table th:nth-child(3){width:118px}.contact-ready-table td:nth-child(4),.contact-ready-table th:nth-child(4){width:170px}.contact-ready-table td:nth-child(5),.contact-ready-table th:nth-child(5){width:190px}.contact-ready-table td:nth-child(6),.contact-ready-table td:nth-child(7),.contact-ready-table th:nth-child(6),.contact-ready-table th:nth-child(7){width:104px}.value-research-panel{justify-content:space-between;align-items:center;gap:18px;margin:14px 0 18px;display:flex}.value-research-panel h2{margin-top:3px}.value-research-panel p{max-width:760px}.value-research-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;display:flex}.value-research-reasons{background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:6px 8px;font-weight:700;color:#9a4f10!important;margin-top:6px!important}.financial-snapshot small{overflow-wrap:break-word;white-space:normal}@media (max-width:900px){.value-research-panel{flex-direction:column;align-items:stretch}.value-research-actions{justify-content:stretch}.value-research-actions .button{width:100%}}.value-research-panel{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.value-research-panel .value-update-uploader{border-top:1px solid var(--line);grid-column:1/-1;gap:10px;margin-top:4px;padding-top:14px;display:grid}.value-update-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.value-update-actions span{color:var(--muted);font-size:13px}.error-copy{color:#8a1f11;font-weight:700}@media (max-width:900px){.value-research-panel{grid-template-columns:1fr}}.pipeline-decision-table td:first-child,.pipeline-decision-table th:first-child{width:58px!important}.pipeline-decision-table td:nth-child(2),.pipeline-decision-table th:nth-child(2){width:21%!important}.pipeline-decision-table td:nth-child(3),.pipeline-decision-table th:nth-child(3){width:23%!important}.pipeline-decision-table td:nth-child(4),.pipeline-decision-table th:nth-child(4){text-align:left;white-space:normal;width:17%!important}.pipeline-decision-table td:nth-child(5),.pipeline-decision-table th:nth-child(5){width:25%!important}.pipeline-decision-table td:nth-child(6),.pipeline-decision-table th:nth-child(6){width:14%!important}.pipeline-review-note strong{color:#8a4a12;white-space:normal;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:7px 8px;display:inline-block;font-size:.76rem!important;line-height:1.3!important}.pipeline-decision-table .value-research-reasons{display:none}.pipeline-decision-table .financial-snapshot{max-width:none}.pipeline-decision-table .financial-snapshot span{gap:12px}.queue-decision-table td:last-child{min-width:132px}.gmail-sender-note{color:#244f78;background:#eef5fb;border:1px solid #b8d2e6;border-radius:6px;margin:10px 0;padding:8px 10px;font-size:.82rem;font-weight:700}.outreach-panel-actions{flex-wrap:wrap;justify-content:flex-end;display:flex}.outreach-panel-actions .button{min-width:132px}.quick-log-form{margin:0 0 8px}.quick-log-button,.quick-log-form .button{white-space:normal;width:100%;min-height:40px;padding-left:12px;padding-right:12px}.queue-decision-table td:nth-child(5),.queue-decision-table th:nth-child(5){width:21%}.queue-decision-table td:nth-child(6),.queue-decision-table th:nth-child(6){text-align:center;width:122px}.queue-decision-table td:nth-child(7),.queue-decision-table th:nth-child(7){text-align:center;width:148px}.queue-decision-table td:nth-child(5) .review-flag,.queue-decision-table td:nth-child(5) small{overflow-wrap:anywhere;max-width:100%}.notice.success{color:#064e2a;background:#e8f7ee;border:1px solid #8fd0a6;border-radius:6px}.notice.error,.notice.success{margin:14px 0;padding:12px 14px;font-weight:700}.notice.error{color:#8a1f16;background:#fff0ef;border:1px solid #e89a94;border-radius:6px}.bad-contact-form{margin-top:10px}.bad-contact-button,.bad-contact-inline{color:#7c3d0f;background:#fff7ed;border-color:#b86b2d}.bad-contact-button{width:100%}.bad-contact-button:hover,.bad-contact-inline:hover{color:#7c2d12;background:#ffedd5}.pipeline-contact-action{margin-top:10px}.bad-contact-inline{white-space:normal;line-height:1.25}.gmail-send-form{display:inline-flex}.gmail-send-button{color:#fff;background:#1f5b8f;border-color:#1f5b8f}.gmail-send-button:hover{color:#fff;background:#17466f}.gmail-status-card{border:1px solid #d8cfc1;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin:14px 0 16px;padding:14px 16px;display:flex}.gmail-status-card.connected{background:#edf8f1;border-color:#9fd0b0}.gmail-status-card.not-connected{background:#fff7ed;border-color:#f3bd82}.gmail-status-card strong{margin:2px 0 4px;font-size:1rem;display:block}.gmail-status-card p{max-width:680px;margin:0}.gmail-connect-button,.gmail-connect-inline{text-align:center;white-space:nowrap;background:#1f5b8f;border-color:#1f5b8f;color:#fff!important}.gmail-connect-button:hover,.gmail-connect-inline:hover{background:#17466f;border-color:#17466f;color:#fff!important}.gmail-status-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.gmail-status-actions form{margin:0}.gmail-draft-update-button{white-space:normal;background:#fff;border-color:#aac3dc;max-width:220px;color:#17446b!important}.gmail-draft-update-button:hover{background:#eaf3fb;border-color:#7aa6ce;color:#0f3555!important}.gmail-sender-note{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.gmail-connect-inline{min-width:170px}@media (max-width:760px){.gmail-status-card{flex-direction:column;align-items:stretch}.gmail-connect-button,.gmail-connect-inline,.gmail-draft-update-button{width:100%}}.outreach-panel{z-index:120;gap:12px;width:min(980px,100vw - 40px);max-width:min(980px,100vw - 40px);max-height:calc(100vh - 56px);padding:18px;position:fixed;top:24px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 18px 48px #121b1f2e}.outreach-panel-header{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:14px;display:grid}.outreach-panel-header>div:first-child{min-width:0}.outreach-panel-header strong{overflow-wrap:anywhere}.outreach-panel-actions{place-items:stretch stretch;gap:8px;min-width:150px;display:grid}.outreach-panel-actions .button,.outreach-panel-actions .compact-button,.outreach-panel-actions .gmail-send-form{width:100%}.outreach-panel .contact-panel,.outreach-panel .gmail-sender-note{margin:0}.outreach-panel pre{white-space:pre-wrap;max-height:min(42vh,390px);padding:14px 16px;font-size:.86rem;line-height:1.45;overflow:auto}.outreach-panel>p{margin:0}@media (max-width:820px){.outreach-panel{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100vh - 24px);padding:14px;top:12px}}.sms-note{border-color:#bfdbfe}.queue-view-tabs{flex-wrap:wrap;align-items:center}.public-site .container{max-width:1180px}.public-nav{justify-content:space-between;align-items:center;gap:18px;margin-bottom:34px;display:flex}.brand-lockup{color:#102a43;font-size:1.15rem;font-weight:800;text-decoration:none}.public-nav-links{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.public-nav-links a{color:#31566f;font-weight:700;text-decoration:none}.public-login-button{padding:.6rem .85rem}.public-hero-copy{align-items:end}.public-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 18px;display:grid}.public-proof-card{border-radius:8px;gap:6px;padding:16px;display:grid}.public-proof-card strong{color:#102a43;font-size:1rem}.public-proof-card span{color:#465f65}.portal-card{max-width:760px}.portal-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}@media (max-width:760px){.public-nav{flex-direction:column;align-items:flex-start}.public-proof-grid{grid-template-columns:1fr}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}