/* Orbit discovery: fixed frame and composer, independently scrolling conversation. */
.orbit-chat{--chat-accent:#c9b9ff;--chat-text:#faf8ff;--chat-muted:#aaa1bd;--chat-line:#373047;box-sizing:border-box;width:min(1180px,calc(100% - 48px));max-width:none;height:min(850px,calc(100dvh - 48px));max-height:none;padding:0;border:1px solid #645179;border-radius:26px;overflow:hidden;background:#111023;color:var(--chat-text);font-family:Inter,Arial,sans-serif;color-scheme:dark;box-shadow:0 35px 130px #020109c9,0 0 110px #9971e019}
.orbit-chat::backdrop{background:#070510b8;backdrop-filter:blur(12px)}
.orbit-chat[open]{display:flex;flex-direction:column}
.orbit-chat{margin:auto}
.orbit-chat *{box-sizing:border-box}
.orbit-chat :is(h2,h3,p,ol,dl,dd){margin:0}
.orbit-chat :is(button,input,textarea){font:inherit}
.orbit-chat button{cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
.orbit-chat button:disabled{cursor:default;opacity:.45}
.orbit-chat :is(button,input,textarea,a,summary):focus-visible{outline:2px solid var(--chat-accent);outline-offset:4px}
.orbit-chat svg{width:20px;height:20px;flex:none}
.chat-header{display:flex;justify-content:space-between;align-items:center;flex:none;gap:20px;padding:22px 28px;border-bottom:1px solid var(--chat-line);background:linear-gradient(115deg,#30233f70,transparent)}
.chat-identity{display:flex;align-items:center;gap:14px;min-width:0}
.chat-orb{display:grid;place-items:center;flex:none;width:43px;height:43px;border-radius:15px;background:radial-gradient(circle at 30% 25%,#c9b9ff40,#73569d1a);border:1px solid #a284c15c;box-shadow:0 0 30px #b890f91c;color:var(--chat-accent)}
.chat-header h2{font-size:15px;font-weight:600;letter-spacing:-.015em;line-height:1.4}
.chat-header p{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;color:var(--chat-muted)}
.chat-status-dot{width:5px;height:5px;border-radius:50%;background:#bda6e4}
.chat-header-actions{display:flex;align-items:center;gap:24px}
.chat-reset,.chat-icon-button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent;color:var(--chat-muted);padding:8px;border-radius:10px}
.chat-reset{font-size:11px}
.chat-reset svg{width:16px;height:16px}
.chat-icon-button{width:40px;height:40px;color:var(--chat-accent)}
.chat-reset:hover,.chat-icon-button:hover{background:#c9b9ff12;color:var(--chat-text)}
.chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;min-height:0;flex:1}
.chat-main{display:flex;flex-direction:column;min-height:0;min-width:0;background:radial-gradient(ellipse at 0% 0%,#44305a2c,transparent 60%)}
.chat-scroll{min-height:0;flex:1;overflow-y:auto;padding:36px 38px 28px;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#635371 transparent}
.chat-scroll::-webkit-scrollbar,.chat-sidebar::-webkit-scrollbar{width:5px}.chat-scroll::-webkit-scrollbar-thumb,.chat-sidebar::-webkit-scrollbar-thumb{border-radius:10px;background:#635371}
.chat-eyebrow{display:block;font-size:9px;font-weight:600;letter-spacing:.14em;color:#b9a3d1;line-height:1.6}
.chat-intro{padding:0 0 32px}
.chat-intro h3{font-size:clamp(25px,2.8vw,35px);line-height:1.18;letter-spacing:-.045em;font-weight:550;margin:13px 0 12px}
.chat-intro>p{font-size:12px;line-height:1.7;color:var(--chat-muted);max-width:400px}
.chat-message{max-width:92%;margin:0 0 28px;animation:chat-enter .22s ease-out;overflow-wrap:anywhere}
.chat-speaker{display:block;font-size:10px;font-weight:500;color:#a79bbb;margin:0 0 9px}
.chat-message p{font-size:14px;line-height:1.8;white-space:pre-wrap}
.chat-message.user{margin:0 0 30px auto;max-width:86%}
.chat-message.user .chat-speaker{text-align:right;margin-right:3px}
.chat-message.user p{padding:16px 20px;background:#322540;border:1px solid #69537f80;border-radius:18px 18px 4px 18px;color:#f1eafc}
.chat-message.pending p{border-style:dashed}
.chat-choices{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:4px 0 10px}
.chat-choices button{display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;border:1px solid #6652778c;background:#c9b9ff05;color:#d9cbed;border-radius:12px;font-size:12px;padding:12px 16px;min-height:42px;max-width:100%}
.chat-choices button svg{width:14px;height:14px;opacity:.7}
.chat-choices button:hover{background:#c9b9ff12;border-color:#ab8dca}
.chat-composer{flex:none;padding:18px 30px 12px;background:linear-gradient(0deg,#181326,#181326bd);border-top:1px solid #332a4385}
.chat-input-wrap{display:flex;align-items:flex-end;gap:10px;padding:14px 12px 12px 17px;border:1px solid #66527c;background:#21192f;border-radius:17px;box-shadow:0 8px 24px #07040d20}
.chat-input-wrap:focus-within{border-color:#b49ad0;box-shadow:0 0 0 3px #c9b9ff0c}
.chat-input-wrap textarea{resize:vertical;max-height:140px;min-height:43px;flex:1;min-width:0;padding:2px 0;background:transparent;color:var(--chat-text);border:0;outline:none!important;font-size:13px;line-height:1.6}
.chat-input-wrap textarea::placeholder{color:#a59ab6}
.chat-send{width:39px;height:39px;flex:none;display:grid;place-items:center;background:var(--chat-accent);color:#20172c;border:0;border-radius:11px}
.chat-send svg{transform:rotate(-90deg);width:19px;height:19px}
.chat-send:hover:not(:disabled){background:#deceff}
.chat-composer-note{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;color:#9286a5;padding:10px 3px 0}
.chat-composer-note button{color:#baa7d0;font-size:9px;border:0;background:transparent;padding:4px}
.chat-privacy,.chat-first-disclosure{font-size:10px;line-height:1.6;color:#a89ab9}
.chat-privacy{padding:12px 3px 3px}
.chat-first-disclosure{padding:0 33px 13px;background:#181326}
.chat-sidebar{overflow-y:auto;min-height:0;display:flex;flex-direction:column;padding:30px 25px 24px;border-left:1px solid var(--chat-line);background:linear-gradient(155deg,#2d223c75,transparent 75%),#161223;scrollbar-width:thin;scrollbar-color:#635371 transparent}
.chat-sidebar-heading h3{font-size:21px;letter-spacing:-.035em;font-weight:550;margin:11px 0}
.chat-sidebar-heading p{font-size:11px;line-height:1.7;color:var(--chat-muted)}
.chat-progress{padding:24px 0 25px;list-style:none;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid var(--chat-line)}
.chat-progress li{display:flex;align-items:center;gap:12px;font-size:11px;color:#b6a8c8;line-height:1.4}
.chat-progress li>span{display:grid;place-items:center;width:22px;height:22px;flex:none;border-radius:50%;border:1px solid #51445f;font-size:8px;color:#a08cb7}
.chat-progress li.complete{color:#e9dcff}.chat-progress li.complete>span{background:#c9b9ff1a;border-color:#b095d16b;color:#d9c4ff}.chat-progress svg{width:11px;height:11px}
.chat-empty-summary{padding:32px 8px 36px;color:#9d8cac;text-align:center}.chat-empty-summary svg{width:30px;height:30px;opacity:.55}.chat-empty-summary p{font-size:11px;line-height:1.7;margin-top:15px}
.chat-live-summary{padding-top:24px}.chat-live-summary summary{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#d1bded;cursor:pointer;list-style:none;gap:10px}.chat-live-summary summary svg{width:14px;height:14px}.chat-live-summary summary::-webkit-details-marker{display:none}
.chat-fact-list{margin-top:20px}.chat-fact{margin:0 0 19px;overflow-wrap:anywhere}.chat-fact dt{font-size:10px;color:#a698b7;margin-bottom:7px;line-height:1.5}.chat-fact dt span{display:inline-block;margin-left:7px;color:#c7b189;font-size:9px}.chat-fact dd{font-size:11px;line-height:1.7;color:#e3d9ef;white-space:pre-wrap}
.chat-sidebar-bottom{margin-top:auto;padding-top:24px}.chat-recipient{display:flex;align-items:center;gap:11px;border-top:1px solid var(--chat-line);padding-top:23px}.chat-recipient img,.chat-success-person img{border-radius:50%;object-fit:cover;border:1px solid #8065997a}.chat-recipient small{display:block;font-size:9px;color:#a99aba;margin-bottom:5px}.chat-recipient strong{font-size:11px;font-weight:500}.chat-sidebar-bottom>p{font-size:10px;line-height:1.7;color:#92839f;margin-top:15px}
.chat-typing{display:flex;align-items:center;gap:11px;font-size:11px;color:#b6a2cd;margin-bottom:20px}.chat-typing>span{display:flex;gap:4px}.chat-typing i{height:4px;width:4px;border-radius:50%;background:#c4a3e8;animation:chat-dot 1.4s ease-in-out infinite}.chat-typing i:nth-child(2){animation-delay:.18s}.chat-typing i:nth-child(3){animation-delay:.36s}
.chat-error{flex:none;padding:15px 30px;color:#f1c0c9;background:#4b203343;border-top:1px solid #9b526758;font-size:12px;line-height:1.7}.chat-error button{background:transparent;border:1px solid #bb7b9580;color:#f6d4e4;border-radius:8px;padding:8px 12px;font-size:11px;margin-top:10px}
.chat-inline-actions{display:flex;flex-wrap:wrap;gap:12px}.chat-notice,.chat-loading{font-size:12px;color:#b7a8cb;line-height:1.7;padding:5px 0 20px}
.chat-primary,.chat-secondary{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;border-radius:11px;padding:13px 20px;font-size:12px;font-weight:550;line-height:1.5;text-align:center}
.chat-primary{background:var(--chat-accent);color:#20162e;border:1px solid var(--chat-accent)}.chat-primary:hover:not(:disabled){background:#ddcefa;border-color:#ddcefa}.chat-secondary{background:transparent;color:#d5c6e7;border:1px solid #756088}.chat-secondary:hover{background:#c9b9ff0e}.chat-primary svg{width:17px;height:17px}
.chat-ready{display:flex;gap:15px;align-items:flex-start;border:1px solid #84689f73;background:#c9b9ff0a;border-radius:16px;padding:21px;margin-top:18px}.chat-ready-icon{display:grid;place-items:center;width:28px;height:28px;flex:none;background:#c9b9ff20;border-radius:50%;color:var(--chat-accent)}.chat-ready-icon svg{width:15px;height:15px}.chat-ready strong{display:block;font-size:16px;font-weight:550;margin:4px 0 9px}.chat-ready p{font-size:12px;line-height:1.7;color:#b9a8cb;margin-bottom:19px}
.chat-review h3,.chat-contact h3,.chat-success h3{font-size:32px;line-height:1.2;letter-spacing:-.035em;font-weight:550;margin:14px 0 18px}.chat-view-lead{font-size:13px;line-height:1.8;color:#b8abca;margin-bottom:30px!important}
.chat-review-fields{border-top:1px solid var(--chat-line)}.chat-review-fields .chat-fact{padding:18px 0;margin:0;border-bottom:1px solid var(--chat-line)}.chat-review-fields .chat-fact dt{font-size:11px}.chat-review-fields .chat-fact dd{font-size:13px}.chat-review-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px}
.chat-contact{max-width:520px;padding-bottom:15px}.chat-contact>label:not(.chat-consent){display:block;font-size:12px;color:#e7ddf3;margin-top:23px}.chat-contact input:not([type='checkbox']){display:block;width:100%;margin-top:10px;padding:15px 16px;background:#21192f;border:1px solid #67517b;border-radius:11px;color:var(--chat-text);font-size:15px}.chat-contact .chat-consent{display:flex;align-items:flex-start;gap:12px;font-size:11px;line-height:1.8;color:#bdaeCA;margin:27px 0 22px}.chat-consent input{width:18px;height:18px;flex:none;accent-color:var(--chat-accent);margin-top:2px}.chat-consent a{color:#d5bbee;text-underline-offset:3px}.chat-local-note{padding:13px 16px;border:1px solid #8873544d;background:#8063310e;color:#c8b38c;font-size:11px;line-height:1.7;border-radius:10px;margin-bottom:23px!important}.chat-back{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#b3a0c7;font-size:11px;padding:18px 0}.chat-back svg{width:14px;height:14px}
.chat-success{padding:30px 0;max-width:480px}.chat-success-orb{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;color:#d8c2ff;background:radial-gradient(circle,#b594ea24,#b594ea05);border:1px solid #a080c36b;box-shadow:0 0 40px #bb97f318;margin-bottom:32px}.chat-success-orb svg{width:25px;height:25px}.chat-success-person{display:flex;align-items:center;gap:13px;padding:22px 0;margin-bottom:24px;border-block:1px solid var(--chat-line)}.chat-success-person strong{display:block;font-size:13px;margin-bottom:6px}.chat-success-person span{font-size:11px;color:var(--chat-muted)}
.chat-reset-panel{flex:none;padding:22px 30px;background:#31223f;border-bottom:1px solid #8b66a86e}.chat-reset-panel h3{font-size:17px;margin-bottom:9px}.chat-reset-panel p{font-size:12px;line-height:1.7;color:#c3b2d5;margin-bottom:17px}
@keyframes chat-dot{0%,70%,100%{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}
@keyframes chat-enter{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.chat-layout{grid-template-columns:minmax(0,1fr) 265px}.chat-sidebar{padding:27px 21px}.chat-scroll{padding:30px 27px 25px}.chat-header{padding:19px 24px}.chat-message p{font-size:13px}}
@media(max-width:760px){.orbit-chat{width:calc(100% - 18px);height:calc(100dvh - 18px);border-radius:20px}.chat-header{padding:15px 14px;gap:8px}.chat-header h2{font-size:13px}.chat-header p{font-size:9px}.chat-orb{width:35px;height:35px;border-radius:12px}.chat-identity{gap:10px}.chat-header-actions{gap:4px}.chat-reset{width:32px;padding:6px}.chat-reset span{display:none}.chat-icon-button{width:34px;height:36px}.chat-layout{display:flex;flex-direction:column}.chat-main{flex:1}.chat-sidebar{display:none}.chat-scroll{padding:27px 19px 20px}.chat-intro{padding-bottom:29px}.chat-intro h3{font-size:29px;max-width:280px}.chat-intro>p{max-width:280px}.chat-message{max-width:100%;margin-bottom:25px}.chat-message.user{max-width:92%;margin-bottom:27px}.chat-message p{font-size:13px;line-height:1.8}.chat-message.user p{padding:13px 16px}.chat-choices{gap:10px}.chat-choices button{font-size:11px;padding:11px 13px}.chat-composer{padding:13px 13px 10px}.chat-input-wrap{padding:12px 10px 10px 13px}.chat-input-wrap textarea{font-size:16px;min-height:49px}.chat-composer-note{font-size:8px}.chat-composer-note button{font-size:9px}.chat-first-disclosure{padding:0 17px 11px;font-size:9px}.chat-ready{padding:17px 15px;gap:10px}.chat-ready .chat-primary{font-size:11px;gap:8px;padding-inline:12px}.chat-review h3,.chat-contact h3,.chat-success h3{font-size:29px}.chat-review-actions{align-items:stretch}.chat-contact .chat-primary{width:100%}.chat-contact input:not([type='checkbox']){font-size:16px}.chat-error{padding:12px 17px;font-size:11px}.chat-reset-panel{padding:18px}.chat-success{padding-top:15px}.chat-eyebrow{font-size:8px}}
@media(prefers-reduced-motion:reduce){.orbit-chat *{animation:none!important;transition:none!important}}
.chat-human-option{flex:none;display:flex;justify-content:flex-end;padding:0 27px 14px}.chat-human-option button{display:inline-flex;align-items:center;gap:8px;border:0;background:none;color:#b8a5cb;font-size:10px;min-height:30px;padding:4px 0}.chat-human-option button:hover{color:#e4d1ff}.chat-human-option svg{width:13px;height:13px}.chat-handoff{margin-bottom:20px}.chat-handoff .chat-primary{margin-top:0}
@media(max-width:760px){.chat-human-option{justify-content:center;padding:0 16px 9px}.chat-human-option button{font-size:10px;min-height:34px}}
/* One conversation, without a separate summary or contact screen. */
.orbit-chat{width:min(920px,calc(100% - 48px))}
.chat-main{flex:1}
.chat-scroll{padding:40px 42px 24px}
.chat-message{max-width:94%;margin-bottom:34px}
.chat-message.user{max-width:84%;margin-bottom:36px}
.chat-message p{font-size:15px;line-height:1.8}
.chat-portrait{position:relative;display:block;width:48px;height:48px;flex:none;border-radius:50%;padding:3px;background:linear-gradient(145deg,#e0d0ff,#8565b6 55%,#392b50);box-shadow:0 0 0 4px #c9b9ff09,0 0 26px #ae83e62b}
.chat-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 30%;border-radius:50%;filter:saturate(.65);border:2px solid #21192f}
.chat-avatar-badge{position:absolute;right:-5px;bottom:-3px;display:grid;place-items:center;width:22px;height:16px;border-radius:6px;background:#c9b9ff;color:#251a37;font-size:8px;font-weight:700;border:2px solid #191326;letter-spacing:.02em}
.chat-contact-notice{font-size:11px;line-height:1.7;color:#afa0c2;padding:0 3px 14px!important;max-width:690px}
.chat-contact-notice a{color:#d4bff1;text-underline-offset:3px}
.chat-refine{border:0;border-bottom:1px solid #9b80ba66;background:none;color:#b9a7d0;padding:4px 0 6px;font-size:11px;line-height:1.6;margin-bottom:12px}
.chat-refine:hover{color:#eadbff;border-color:#d2b9ed}
@media(max-width:760px){.orbit-chat{width:calc(100% - 18px)}.chat-scroll{padding:26px 20px 18px}.chat-portrait{width:39px;height:39px;padding:2px}.chat-avatar-badge{width:20px;height:15px;font-size:7px}.chat-message p{font-size:14px}.chat-message,.chat-message.user{margin-bottom:28px}.chat-contact-notice{font-size:10px;padding-bottom:11px!important}.chat-header-actions{gap:2px}.chat-header h2{font-size:12px}}
@media(max-height:600px){.chat-contact-notice{font-size:10px;line-height:1.45}.chat-composer{padding-top:10px}.chat-header{padding-block:12px}}
