/* Shared company result for the public chat and signed-in workspace. */
.cdp-card{--cdp-ink:#252335;--cdp-muted:#686879;--cdp-border:#e4e5ee;--cdp-accent:#4c48f9;background:#fff!important;color:var(--cdp-ink);border:1px solid var(--cdp-border)!important;border-radius:18px!important;padding:0!important;margin:20px 0 24px!important;overflow:hidden;box-shadow:0 5px 24px #24245506;font-size:1rem;line-height:1.5;max-width:100%!important;min-width:0}
.cdp-card *,.cdp-dialog *{box-sizing:border-box}.cdp-head{display:flex;gap:14px;align-items:center;padding:24px 24px 18px}.cdp-mark{position:relative;display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border:1px solid #e0e1ec;border-radius:12px;background:#f4f4ff;color:#4c48f9;overflow:hidden}.cdp-mark-fallback{font-size:1rem;font-weight:750;letter-spacing:-.02em;transition:opacity .15s ease}.cdp-mark img{position:absolute;inset:0;width:100%;height:100%;padding:5px;object-fit:contain;background:#fff;opacity:0;transition:opacity .15s ease}.cdp-mark.has-logo img{opacity:1}.cdp-mark.has-logo .cdp-mark-fallback{opacity:0}.cdp-identity{min-width:0;flex:1}.cdp-card .cdp-eyebrow{margin:0 0 4px;color:#727087;font-size:.75rem;letter-spacing:.09em;font-weight:600}.cdp-card h3{font-size:1.35rem;line-height:1.35;letter-spacing:-.025em;margin:0;overflow-wrap:anywhere;color:#252335}.cdp-status{font-size:.8125rem;background:#f3f4f8;color:#454759;padding:4px 10px;border-radius:20px;max-width:160px;overflow-wrap:anywhere}.cdp-facts{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin:0;padding:0 24px 23px}.cdp-facts dt,.cdp-data dt{color:#686879;font-size:.8125rem}.cdp-facts dd{font-size:.9375rem;font-weight:600;margin:3px 0 0;overflow-wrap:anywhere}.cdp-available{border-top:1px solid #e4e5ee;padding:19px 24px 6px}.cdp-card h4{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px;font-size:.9375rem;font-weight:650}.cdp-count{font-size:.75rem;font-weight:400;color:#686879}.cdp-section+.cdp-section{border-top:1px solid #edeef4}.cdp-section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;font-size:.9375rem;list-style:none}.cdp-section-title::-webkit-details-marker{display:none}.cdp-section-title>span:first-child{font-weight:550}.cdp-section>summary{cursor:pointer}.cdp-section>summary:hover{color:#4c48f9}.cdp-available-badge{display:flex;align-items:center;gap:8px;color:#4c48f9;font-size:.8125rem;white-space:nowrap}.cdp-available-badge:after{content:'+';font-size:1rem}.cdp-section[open] .cdp-available-badge:after{content:'−'}.cdp-muted{color:#7b7b8d;font-size:.8125rem}.cdp-section-body{padding:4px 0 20px}.cdp-data{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}.cdp-data dd{margin:3px 0 0;overflow-wrap:anywhere;font-size:.9375rem;font-variant-numeric:tabular-nums}.cdp-card h5{font-size:.875rem;margin:12px 0}.cdp-nested{padding:10px 0;font-size:.875rem}.cdp-nested>summary{cursor:pointer;font-weight:550;margin-bottom:8px}.cdp-table-wrap{overflow:auto;max-width:100%;border:1px solid #e4e5ee;border-radius:8px}.cdp-card table{border-collapse:collapse;width:100%;font-size:.875rem;white-space:normal}.cdp-card th,.cdp-card td{text-align:left;padding:10px 12px;border-bottom:1px solid #ececf4;min-width:100px;max-width:320px;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.cdp-card th{background:#f7f7fb;font-weight:600;font-size:.8125rem}.cdp-card .cdp-source{margin:0;padding:13px 24px 19px;color:#727087;font-size:.75rem;line-height:1.7}.cdp-source a{color:#5754ca;text-decoration:underline;text-underline-offset:3px}.cdp-footer{padding:20px 24px 22px;background:#f8f8fe;border-top:1px solid #e6e6f3}.cdp-next{display:flex;flex-direction:column;gap:3px}.cdp-next strong{font-size:1rem;font-weight:650}.cdp-next>span{font-size:.875rem;color:#686879}.cdp-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.cdp-button,.cdp-card .cdp-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 15px;border:1px solid #dcddea;border-radius:9px;background:#fff;color:#363448;line-height:1.4;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .12s}.cdp-button:hover{background:#efeffa}.cdp-button.cdp-primary,.cdp-card .cdp-primary{color:#fff;background:#4c48f9;border-color:#4c48f9}.cdp-button.cdp-primary:hover{background:#3733df}.cdp-button:disabled{opacity:.5;cursor:wait}.cdp-card button:focus-visible,.cdp-card summary:focus-visible,.cdp-dialog :focus-visible{outline:3px solid #9a97ff;outline-offset:3px}.cdp-text-button{display:inline-block;font:inherit;font-size:.875rem;color:#4c48f9;border:0;background:transparent;cursor:pointer;min-height:44px;padding:10px 0;text-decoration:underline}.cdp-dialog{color:#252335;border:1px solid #e3e4ef;border-radius:18px;padding:26px;width:min(520px,calc(100% - 24px));max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 20px 80px #17143433;font-family:inherit}.cdp-dialog::backdrop{background:#19172b66;backdrop-filter:blur(3px)}.cdp-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.cdp-dialog h2{font-size:1.35rem;margin:0;line-height:1.4}.cdp-close{display:grid;place-items:center;min-width:44px;height:44px;border:0;background:#f4f4fa;border-radius:50%;font-family:inherit;font-size:1.5rem;line-height:1;color:#5f5e71;cursor:pointer}.cdp-dialog-company{margin:10px 0 22px;color:#676579;font-size:1rem;overflow-wrap:anywhere}.cdp-dialog-content{font-size:.9375rem;line-height:1.6}.cdp-field-label{display:block;margin:12px 0 6px;font-weight:600;font-size:.875rem}.cdp-dialog input:not([type=checkbox]),.cdp-dialog select{display:block;border:1px solid #dadae8;background:#fff;color:#252335;border-radius:8px;padding:11px 12px;width:100%;font:inherit;font-size:1rem;min-height:46px}.cdp-dialog [hidden]{display:none!important}.cdp-dialog fieldset{border:0;margin:22px 0 12px;padding:0}.cdp-dialog legend{font-weight:600;margin-bottom:8px}.cdp-check{display:flex;align-items:center;gap:10px;min-height:44px;font-size:.9375rem;cursor:pointer}.cdp-check input{width:18px;height:18px;accent-color:#4c48f9}.cdp-fine{font-size:.8125rem;color:#6a687e;line-height:1.6;margin:15px 0 20px}.cdp-feedback{font-size:.9375rem;color:#555168}.cdp-feedback:empty{display:none}.cdp-dialog form>.cdp-button{width:100%}.cdp-automation-option{display:flex;flex-direction:column;text-align:left;gap:5px;width:100%;background:#fff;border:1px solid #e3e3ee;border-radius:12px;padding:16px;margin:12px 0;color:#252335;cursor:pointer;font:inherit}.cdp-automation-option:hover{border-color:#9b99f5;background:#fafaff}.cdp-automation-option strong{font-size:1rem}.cdp-automation-option>span{font-size:.875rem;color:#686879}.cdp-automation-option .cdp-option-link{color:#4c48f9;font-weight:600;margin-top:4px}.cdp-dialog-intro{font-size:.9375rem}.cdp-brief{margin:18px 0;font-size:.875rem;color:#676579}.cdp-brief>summary{cursor:pointer;padding:10px 0;font-weight:600}.cdp-brief[open]>summary{margin-bottom:10px}.cdp-brief>div{color:#252335}
@media(max-width:580px){.cdp-head{padding:18px 16px 15px;gap:10px;flex-wrap:wrap}.cdp-mark{width:38px;height:38px;flex-basis:38px;font-size:1.4rem}.cdp-card h3{font-size:1.15rem}.cdp-status{font-size:.75rem;margin-left:48px}.cdp-facts{grid-template-columns:1fr 1fr;padding:0 16px 18px;gap:12px}.cdp-available{padding:16px 16px 4px}.cdp-card h4{align-items:flex-start;flex-direction:column;gap:2px}.cdp-section-title{font-size:.875rem;gap:8px;min-height:54px}.cdp-muted,.cdp-available-badge{font-size:.75rem}.cdp-card .cdp-source{padding:12px 16px 16px}.cdp-footer{padding:17px 16px}.cdp-actions{display:grid;grid-template-columns:1fr 1fr}.cdp-actions>.cdp-primary{grid-column:1/-1}.cdp-actions .cdp-button{padding:10px 8px;font-size:.8125rem}.cdp-data{grid-template-columns:1fr}.cdp-dialog{padding:20px}.research-message.assistant:has(.cdp-card){grid-template-columns:minmax(0,1fr)}.research-message.assistant:has(.cdp-card)>.research-avatar{display:none}.home-page .regis-starters,.research-prompts{display:none!important}}
.cdp-highlights{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 24px;padding:0 24px 20px}.cdp-highlights>section{padding:14px 0;border-top:1px solid #ececf4;min-width:0}.cdp-highlights h4{font-size:.8125rem;color:#6a6880;margin:0 0 10px}.cdp-highlights p{margin:4px 0;font-size:.9375rem;line-height:1.6;overflow-wrap:anywhere}.cdp-highlight-list{display:grid;gap:10px}.cdp-highlight-card{min-width:0;padding:13px 14px;border:1px solid #e7e7f0;border-radius:12px;background:#fafaff}.cdp-highlights .cdp-highlight-card h5{margin:0;color:#343245;font-size:.9375rem;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.cdp-highlight-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:12px 0 0}.cdp-highlight-fact{min-width:0}.cdp-highlight-fact--wide{grid-column:1/-1}.cdp-highlight-fact dt{color:#747286;font-size:.7rem;line-height:1.3}.cdp-highlight-fact dd{margin:3px 0 0;color:#343245;font-size:.875rem;font-weight:550;line-height:1.4;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.cdp-highlight-fact--strong dd{color:#3f3be8;font-weight:700}.cdp-full-record{margin-top:16px;border-top:1px solid #e8e8f0;padding-top:10px}.cdp-full-record summary{font-size:.875rem;font-weight:600;cursor:pointer}.cdp-full-record pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:420px;overflow:auto;padding:12px;background:#f8f8fc;font-size:.8125rem}.cdp-record-sources{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0;font-size:.875rem}.cdp-record-sources a{color:#4c48f9;text-decoration:underline}.cdp-additional{margin:12px 24px;font-size:.875rem}.cdp-additional>summary{cursor:pointer;font-weight:600;padding:10px 0}.cdp-monitor-state{display:flex;flex-direction:column;gap:5px;padding:14px 16px;background:#f5f5fc;border-radius:10px;font-size:.875rem;margin-bottom:18px}.cdp-monitor-state>strong{font-size:1rem}.cdp-monitor-state>span{color:#686579}.cdp-setup-context{padding:20px 24px;background:#f5f5ff;border:1px solid #deddf6;border-radius:14px;margin-bottom:20px}.cdp-setup-context h2{font-size:1.125rem;margin:0 0 7px}.cdp-setup-context p{font-size:.9375rem;line-height:1.65;margin:4px 0}.cdp-setup-context .inline-actions{margin-top:14px}.cdp-dialog-content>.cdp-button{margin:10px 8px 0 0}.research-resume-note{font-size:.8125rem;color:#797386;padding:10px 0}.cdp-field-record{margin:10px 0;padding:10px 0;border-top:1px solid #ececf4}.cdp-field-record summary{cursor:pointer;font-size:.875rem;font-weight:600}
@media(max-width:720px){.cdp-highlights{grid-template-columns:1fr;padding:0 16px 12px;gap:0}.cdp-highlights>section{padding:12px 0}.cdp-highlights p{font-size:.875rem}.cdp-highlight-card{padding:12px}.cdp-additional{margin:10px 16px}.cdp-setup-context{padding:17px}}
@media(max-width:380px){.cdp-highlight-facts{grid-template-columns:1fr}.cdp-highlight-fact--wide{grid-column:auto}}
.cdp-dialog{width:min(760px,calc(100% - 24px))}.cdp-watch-intro{margin:0 0 8px;color:#686879;font-size:.875rem}.cdp-watch-tools{display:flex;gap:14px;justify-content:flex-end;margin:-34px 0 12px}.cdp-watch-tools button{border:0;background:transparent;color:#4c48f9;cursor:pointer;font:inherit;font-size:.8125rem;font-weight:600;padding:8px 0}.cdp-watch-groups{border:1px solid #e3e4ee;border-radius:12px;overflow:hidden}.cdp-watch-group+.cdp-watch-group{border-top:1px solid #e3e4ee}.cdp-watch-group>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:13px 15px;background:#f8f8fc;font-size:.9375rem;font-weight:650}.cdp-watch-group>summary::-webkit-details-marker{display:none}.cdp-watch-group>summary:after{content:'+';color:#686879}.cdp-watch-group[open]>summary:after{content:'−'}.cdp-watch-group>summary>span:first-child{flex:1}.cdp-watch-count{color:#77758a;font-size:.75rem;font-weight:500}.cdp-watch-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:8px 15px 12px}.cdp-watch-check{align-items:flex-start;min-height:54px;padding:7px 0}.cdp-watch-check input{flex:0 0 auto;margin-top:4px}.cdp-watch-check>span{display:flex;flex-direction:column;gap:1px;min-width:0}.cdp-watch-check strong{font-size:.875rem;font-weight:550;line-height:1.4}.cdp-watch-check code{color:#77758a;font-size:.7rem;line-height:1.4;overflow-wrap:anywhere}
@media(max-width:580px){.cdp-watch-tools{justify-content:flex-start;margin:0 0 8px}.cdp-watch-grid{grid-template-columns:1fr}.cdp-watch-check{min-height:50px}}
