.oa-chat-launcher{position:fixed;right:26px;bottom:25px;z-index:30;display:flex;align-items:center;gap:11px;min-height:56px;padding:10px 19px 10px 11px;border:1px solid #ffffff40;border-radius:100px;box-shadow:0 8px 36px #101a3433;background:#306fdc;color:white;font:650 14px Inter,Arial,sans-serif}.oa-chat-launcher img{width:32px;height:32px;background:#ffffff12;border-radius:50%;padding:3px}.oa-chat-launcher:hover{background:#255dc3}.oa-chat{position:fixed;right:26px;bottom:95px;z-index:31;width:400px;height:min(670px,calc(100dvh - 120px));background:#fff;border:1px solid #dce0e6;border-radius:22px;box-shadow:0 25px 80px #080e2140;display:flex;flex-direction:column;overflow:hidden;color:#35363b;isolation:isolate}.oa-chat[hidden]{display:none}.oa-chat-head{display:flex;align-items:center;gap:11px;padding:17px 19px;background:#14233c;color:white;flex-shrink:0}.oa-chat-head>img{width:37px;height:37px;border-radius:11px;padding:3px;background:#306fdc}.oa-chat-name{font-size:15px;font-weight:650;line-height:1.3}.oa-chat-subtitle{font-size:10px;color:#c0ddfc;margin-top:4px}.oa-chat-tools{display:flex;gap:4px;margin-left:auto}.oa-chat-tool{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#c0ddfc;display:grid;place-items:center;font-size:23px}.oa-chat-tool:hover{background:#ffffff15}.oa-chat-tool svg{fill:none;stroke:currentColor;stroke-width:1.6;width:17px;height:17px;stroke-linecap:round;stroke-linejoin:round}.oa-chat-scroll{overflow-y:auto;overscroll-behavior:contain;flex:1;padding:24px 21px 18px;background:#f7f8fb;scrollbar-width:thin}.oa-chat-welcome h2{font-size:27px;line-height:1.14;letter-spacing:-.045em;color:#14233c;margin:0 0 11px;font-weight:650}.oa-chat-welcome p{font-size:12px;line-height:1.6;color:#5d6470;margin:0 0 22px;max-width:315px}.oa-chat-label{font-size:9px;letter-spacing:.11em;text-transform:uppercase;font-weight:600;color:#717985;margin:0 0 10px}.oa-chat-suggestions{display:grid;gap:8px;margin-bottom:20px}.oa-chat-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;background:white;border:1px solid #dce0e6;color:#14233c;border-radius:12px;text-align:left;padding:13px 14px;font-size:12px;line-height:1.4;min-height:44px}.oa-chat-suggestion:hover{border-color:#306fdc;background:#edf2fc}.oa-chat-suggestion span{color:#306fdc;font-size:19px}.oa-chat-thread{display:grid;gap:16px}.oa-chat-message{font-size:12px;line-height:1.65;overflow-wrap:anywhere}.oa-chat-message.user{justify-self:end;max-width:88%;background:#306fdc;color:white;padding:10px 14px;border-radius:15px 15px 3px 15px}.oa-chat-message.assistant{background:white;border:1px solid #e2e6ed;border-radius:3px 15px 15px 15px;padding:15px 16px;max-width:100%}.oa-chat-message .message-name{font-size:9px;letter-spacing:.04em;color:#717985;font-weight:600;margin-bottom:7px}.oa-chat-message p{margin:0}.oa-chat-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.oa-chat-link{display:inline-flex;align-items:center;gap:7px;border-radius:100px;padding:7px 10px;background:#eceff5;font-size:10px;color:#14233c;font-weight:600}.oa-chat-link:hover{background:#dfe7f6}.oa-chat-message .oa-chat-suggestions{margin:12px 0 0;gap:6px}.oa-chat-message .oa-chat-suggestion{font-size:11px;padding:9px 11px;background:#f7f8fb;min-height:38px}.oa-chat-compose{padding:16px 17px 13px;border-top:1px solid #e2e6ed;background:white;flex-shrink:0}.oa-chat-compose-box{display:flex;gap:8px;align-items:end;padding:9px 9px 9px 12px;border:1px solid #cfd6e2;border-radius:14px}.oa-chat-compose-box:focus-within{border-color:#306fdc;box-shadow:0 0 0 3px #306fdc12}.oa-chat-compose textarea{resize:none;border:0;outline:none!important;box-shadow:none!important;flex:1;min-width:0;height:43px;max-height:100px;font-size:12px;padding:4px 0;background:transparent;color:#35363b;line-height:1.5}.oa-chat-compose textarea::placeholder{color:#7b8492}.oa-chat-send{width:34px;height:34px;border:0;border-radius:50%;background:#306fdc;color:white;display:grid;place-items:center;flex-shrink:0}.oa-chat-send:disabled{background:#dce3ef;color:#909caf;cursor:default}.oa-chat-send svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.oa-chat-footnote{font-size:9px;text-align:center;color:#717985;margin:9px 0 0}.oa-chat-handoff{background:#14233c;color:white;border:0;border-radius:100px;padding:9px 12px;font-size:11px;font-weight:600;margin-top:13px;min-height:40px}.oa-chat-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#14233c;color:white;padding:12px 20px;border-radius:12px;box-shadow:0 6px 30px #0002;font-size:12px;z-index:40}.oa-chat-toast[hidden]{display:none}
@media(max-width:550px){.oa-chat-launcher{right:16px;bottom:18px;min-height:52px;font-size:13px}.oa-chat{right:12px;left:12px;bottom:84px;width:auto;height:min(650px,calc(100dvh - 104px));border-radius:19px}.oa-chat-head{padding:14px 16px}.oa-chat-scroll{padding:20px 17px}.oa-chat-compose textarea{font-size:16px}.oa-chat-compose{padding:13px}.oa-chat-welcome h2{font-size:25px}.oa-chat-toast{max-width:calc(100% - 32px);width:max-content;font-size:11px;bottom:80px}.oa-chat-message{font-size:13px}.oa-chat-suggestion{font-size:13px}}
/* Production guide and reviewed call request. */
.oa-chat,.oa-chat-launcher{font-family:Inter,Arial,sans-serif;box-sizing:border-box}.oa-chat *{box-sizing:border-box}.oa-chat button,.oa-chat input,.oa-chat textarea,.oa-chat select{font-family:inherit}.oa-chat button,.oa-chat a{cursor:pointer}.oa-chat button:focus-visible,.oa-chat a:focus-visible,.oa-chat input:focus-visible,.oa-chat select:focus-visible,.oa-chat textarea:focus-visible{outline:2px solid #306fdc;outline-offset:3px}.oa-chat-launcher{bottom:calc(25px + var(--oa-offset,0px))}.oa-chat{bottom:calc(95px + var(--oa-offset,0px));height:min(670px,calc(var(--oa-viewport,100dvh) - 120px - var(--oa-offset,0px)))}.oa-chat [hidden]{display:none!important}.oa-chat p{letter-spacing:normal;max-width:none}.oa-chat-message p{white-space:pre-line}.oa-chat h2{font-size:27px;line-height:1.17;letter-spacing:-.035em}.oa-chat-send{font-size:24px}.oa-chat-cta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;font-size:11px}.oa-call-start{background:#14233c;color:white;border:0;border-radius:30px;padding:9px 13px;font-size:12px;font-weight:650;min-height:40px}.oa-chat-cta a{color:#306fdc}.oa-call-view{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:20px;background:#f7f8fb;scrollbar-width:thin}.oa-back{border:0;background:transparent;color:#306fdc;padding:8px 0;font-size:12px;min-height:40px;margin-bottom:12px}.oa-call-view h2{margin:0 0 10px;color:#14233c}.oa-call-view>p{font-size:12px;line-height:1.55;color:#626a77;margin:0 0 20px}.oa-call-form{display:grid;gap:12px}.oa-call-form label{display:grid;gap:6px;font-size:12px;font-weight:600;color:#14233c;margin:0}.oa-call-form label span{font-weight:400;color:#697385;display:contents}.oa-call-form input,.oa-call-form select,.oa-call-form textarea{border:1px solid #cfd6e2;background:white;border-radius:9px;width:100%;min-height:44px;font-size:14px;font-weight:400;color:#35363b;padding:10px;margin:0}.oa-call-form textarea{resize:vertical}.oa-call-note{font-size:11px!important;line-height:1.6!important;color:#697385!important;margin:12px 0 0!important}.oa-call-note a{color:#306fdc;text-decoration:underline}.oa-call-review h3{font-size:17px;letter-spacing:-.02em;margin:0 0 12px}.oa-call-summary{white-space:pre-wrap;overflow-wrap:anywhere;background:white;border:1px solid #dce0e6;border-radius:12px;padding:15px;font:12px/1.6 Inter,Arial,sans-serif;margin:0}.oa-call-send-links{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin:15px 0}.oa-call-send-links .oa-chat-handoff{margin:0}.oa-call-send-links button{border:0;min-height:40px}.oa-call-status{font-size:12px;line-height:1.5;color:#14233c}.oa-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:550px){.oa-chat-launcher{bottom:calc(18px + var(--oa-offset,0px))}.oa-chat{bottom:calc(84px + var(--oa-offset,0px));height:min(650px,calc(var(--oa-viewport,100dvh) - 104px - var(--oa-offset,0px)))}.oa-call-form input,.oa-call-form textarea,.oa-call-form select{font-size:16px}.oa-chat-suggestion{min-height:44px}.oa-chat-head{padding:11px 16px}.oa-chat-compose{padding:10px 13px}.oa-chat-cta{margin-bottom:6px}}
@media(max-height:480px){.oa-chat-launcher{bottom:12px}.oa-chat{top:8px;bottom:8px;height:auto}.oa-chat-head{padding:8px 12px}.oa-chat-compose{padding:8px 12px}.oa-chat-footnote{display:none}}

.oa-chat-message.user p{color:#fff}

/* Keep the open guide and its close control above the sticky navigation. */
.oa-chat{z-index:50}
.oa-chat-launcher{z-index:49}

/* Supplied standalone five-arch symbol at an appropriate display size. */
.oa-chat-launcher img,.oa-chat-head>img{width:32px;height:32px;aspect-ratio:1;object-fit:contain;flex-shrink:0;padding:0;border-radius:0;background:none}

/* Grounded conversation and direct lead submission. */
.oa-chat-message.typing p{color:#717985;font-style:italic}.oa-chat-message.typing p::after{content:' ···';display:inline-block;animation:oa-chat-dots 1.1s steps(4,end) infinite;overflow:hidden;width:0;vertical-align:bottom}.oa-call-success{background:#fff;border:1px solid #cbd9ef;border-radius:14px;padding:20px}.oa-call-success h3{font-size:19px;line-height:1.25;margin:0 0 9px;color:#14233c}.oa-call-success p{font-size:12px;line-height:1.6;margin:0 0 14px}.oa-call-success .oa-chat-link{border:0}.oa-call-status:not(:empty){background:#fff2f1;border:1px solid #ebc8c4;border-radius:9px;padding:10px;color:#8b2e27}.oa-chat-handoff:disabled,.oa-chat-send:disabled{opacity:.7}.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@keyframes oa-chat-dots{to{width:1.8em}}@media(prefers-reduced-motion:reduce){.oa-chat-message.typing p::after{animation:none;width:1.8em}}
