/* Özlem Asistan — compact UI aligned with the clinic's mint-green system. */
:root {
    --chat-blue: #7fc9a7;
    --chat-blue-dark: #5fb58c;
    --chat-ink: #243d66;
    --chat-muted: #6a7a86;
    --chat-line: #d7e2e7;
    --chat-ice: #f2f8fa;
    --chat-soft: #f7fafb;
    --chat-teal: #4c9e93;
}

.chatbot-csrf {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-float,
.chatbot-launcher,
.chatbot-panel,
.chatbot-panel button,
.chatbot-panel input {
    box-sizing: border-box;
    font-family: inherit;
}

/* Floating contact controls */
.whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 1035;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding: 7px;
    border: 1px solid #20be5d;
    border-radius: 50%;
    background: linear-gradient(135deg, #2ee678, #15b85b);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(24, 185, 90, .3), 0 0 0 7px rgba(37, 211, 102, .08), inset 0 1px 0 rgba(255, 255, 255, .34);
    transition: width .26s ease, padding .26s ease, border-radius .26s ease, transform .18s ease, opacity .17s ease, visibility .17s ease;
}

.whatsapp-float-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26), 0 5px 13px rgba(0, 0, 0, .08);
}

.whatsapp-float-icon svg { width: 29px; height: 29px; display: block; color: #fff; }
.whatsapp-float-label { max-width: 0; overflow: hidden; opacity: 0; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.2; white-space: nowrap; transform: translateX(-4px); transition: max-width .24s ease, margin-left .24s ease, opacity .16s ease, transform .22s ease; }
.whatsapp-float:hover,
.whatsapp-float:focus-visible { width: 238px; padding-right: 22px; border-radius: 999px; transform: translateY(-3px); }
.whatsapp-float:hover .whatsapp-float-label,
.whatsapp-float:focus-visible .whatsapp-float-label { max-width: 170px; margin-left: 12px; opacity: 1; transform: translateX(0); }
.whatsapp-float:active { transform: translateY(1px) scale(.98); }

.chatbot-nudge {
    position: fixed;
    right: 24px;
    bottom: 101px;
    z-index: 1034;
    max-width: min(302px, calc(100vw - 122px));
    padding: 14px 17px 14px 18px;
    border: 1px solid #d5e3e7;
    border-radius: 18px 18px 8px 18px;
    background: rgba(255, 255, 255, .98);
    color: var(--chat-ink);
    box-shadow: 0 16px 34px rgba(17, 35, 68, .14), 0 0 0 5px rgba(127, 201, 167, .1);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
    opacity: 0;
    transform: translateY(6px) scale(.98);
    transition: opacity .16s ease, transform .18s ease;
}

.chatbot-nudge::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 3px;
    height: 28px;
    border-radius: 999px;
    background: var(--chat-blue);
}

.chatbot-nudge::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: -7px;
    width: 13px;
    height: 13px;
    border-right: 1px solid #d5e3e7;
    border-bottom: 1px solid #d5e3e7;
    background: #fff;
    transform: rotate(45deg);
}

.chatbot-nudge-copy { position: relative; z-index: 1; display: block; padding-left: 7px; }
.chatbot-nudge[hidden] { display: none; }
.chatbot-nudge.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.chatbot-nudge:hover { transform: translateY(-2px) scale(1); }
body[data-chat-ready="true"] .chatbot-nudge { display: none; }

.chatbot-launcher {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1036;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    padding: 7px;
    border: 1px solid var(--chat-blue);
    border-radius: 50%;
    background: var(--chat-blue);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(127, 201, 167, .28), inset 0 1px 0 rgba(255, 255, 255, .3);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.chatbot-launcher:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(127, 201, 167, .34); }
.chatbot-launcher:active { transform: translateY(1px) scale(.96); }
.chatbot-launcher-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #fff; overflow: hidden; transition: opacity .13s ease, transform .16s ease; }
.chatbot-launcher-mark svg { width: 32px; height: 32px; display: block; color: var(--chat-blue-dark); }
.chatbot-launcher-close { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; color: #fff; font-size: 31px; font-weight: 300; line-height: 1; transform: scale(.82); transition: opacity .13s ease, transform .17s ease; }
.chatbot-launcher[aria-expanded="true"] .chatbot-launcher-mark { opacity: 0; transform: scale(.55); }
.chatbot-launcher[aria-expanded="true"] .chatbot-launcher-close { opacity: 1; transform: scale(1); }

/* The panel is one vertical stack. The content wrapper prevents old grid rows from creating blank space. */
.chatbot-panel {
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 1035;
    width: min(400px, calc(100vw - 32px));
    height: min(580px, calc(100dvh - 124px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    border: 1px solid #cddde5;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 74px rgba(17, 35, 68, .2), 0 0 0 5px rgba(127, 201, 167, .04), inset 0 1px 0 rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.98);
    transform-origin: bottom right;
    transition: opacity .17s ease, transform .2s ease, visibility 0s linear .2s;
}

.chatbot-panel.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }

.chatbot-header {
    position: sticky;
    top: 0;
    z-index: 20;
    flex: 0 0 auto;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: var(--chat-blue);
    color: #fff;
}

.chatbot-identity { min-width: 0; display: flex; align-items: center; gap: 13px; }
.chatbot-identity > span:last-child { min-width: 0; display: grid; line-height: 1.2; }
.chatbot-identity strong { color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.chatbot-identity small { margin-top: 4px; overflow: hidden; color: rgba(255, 255, 255, .78); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.chatbot-orb { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #fff; overflow: hidden; }
.chatbot-orb img { width: 39px; height: 25px; object-fit: contain; }
.chatbot-header-actions { display: inline-flex; gap: 8px; }
.chatbot-header-button { width: 36px; height: 36px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .34); border-radius: 10px; background: rgba(255, 255, 255, .09); color: #fff; font-size: 21px; font-weight: 500; line-height: 1; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.chatbot-delete-icon { width: 19px; height: 19px; display: block; }
.chatbot-header-button:hover { border-color: rgba(255, 255, 255, .52); background: rgba(255, 255, 255, .17); transform: translateY(-1px); }

.chatbot-scope {
    position: sticky;
    top: 92px;
    z-index: 19;
    flex: 0 0 auto;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #e1ebef;
    background: var(--chat-ice);
    color: var(--chat-muted);
    font-size: 11px;
    line-height: 1.35;
}

.chatbot-scope > span:first-child { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #b8cbd4; border-radius: 50%; color: var(--chat-muted); font-size: 13px; }

.chatbot-content {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    overflow: hidden;
    scroll-padding-top: 1px;
    background: #fff;
}

/* Registration is intentionally auto-height: only its real content is rendered. */
.chatbot-panel.chatbot-awaiting-registration,
body[data-chat-ready="false"] .chatbot-panel {
    height: min(580px, calc(100dvh - 124px));
    max-height: none;
}

.chatbot-panel.chatbot-awaiting-registration .chatbot-content,
body[data-chat-ready="false"] .chatbot-panel .chatbot-content {
    flex: 0 1 auto;
    display: block;
    overflow-y: auto;
}

.chatbot-panel.chatbot-awaiting-registration .chatbot-messages,
body[data-chat-ready="false"] .chatbot-panel .chatbot-messages { display: none; }

.chatbot-lead-gate {
    grid-row: 1 / -1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 28px 24px 24px;
    background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%);
}

.chatbot-panel.chatbot-awaiting-registration .chatbot-lead-gate,
body[data-chat-ready="false"] .chatbot-panel .chatbot-lead-gate { overflow-y: auto; }
.chatbot-lead-gate[hidden] { display: none !important; }
.chatbot-lead-intro, .chatbot-lead-form { width: 100%; }
.chatbot-lead-intro { display: grid; gap: 8px; }
.chatbot-lead-intro strong { color: var(--chat-ink); font-size: 21px; font-weight: 800; line-height: 1.16; letter-spacing: -.025em; }
.chatbot-lead-intro p { max-width: 35em; margin: 0; color: var(--chat-muted); font-size: 13px; line-height: 1.55; }
.chatbot-lead-form { display: grid; gap: 16px; }
.chatbot-lead-field { display: grid; gap: 7px; }
.chatbot-lead-field label { color: var(--chat-ink); font-size: 11px; font-weight: 800; }
.chatbot-lead-field input { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid #cbdbe2; border-radius: 15px; background: var(--chat-soft); color: var(--chat-ink); font: inherit; font-size: 14px; outline: none; }
.chatbot-lead-field input::placeholder, .chatbot-composer input::placeholder { color: #7b858b; opacity: 1; }
.chatbot-lead-field input:focus, .chatbot-composer input:focus { border-color: var(--chat-blue); box-shadow: 0 0 0 4px rgba(127, 201, 167, .24); }
.chatbot-lead-form > button, .chatbot-composer button { min-height: 54px; border: 1px solid var(--chat-blue); border-radius: 15px; background: var(--chat-blue); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.chatbot-lead-form > button { margin-top: 8px; }
.chatbot-lead-form > button:hover, .chatbot-composer button:hover { background: var(--chat-blue-dark); box-shadow: 0 10px 22px rgba(127, 201, 167, .24); }
.chatbot-lead-form > button:active, .chatbot-composer button:active { transform: translateY(1px); }
.chatbot-lead-form > button:disabled, .chatbot-composer button:disabled { opacity: .65; cursor: wait; }
.chatbot-lead-form > small { color: var(--chat-muted); font-size: 11px; line-height: 1.45; text-align: center; }
.chatbot-lead-error { margin: -5px 0 0; color: #a84842; font-size: 12px; line-height: 1.4; }

.chatbot-messages { grid-row: 1; min-height: 0; display: flex; flex-direction: column; gap: 14px; padding: 20px 20px 14px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #b9cbd3 transparent; }
.chatbot-message { max-width: 94%; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: end; gap: 9px; animation: chatbot-message-in .18s ease both; }
.chatbot-message-body { min-width: 0; display: grid; gap: 8px; }
.chatbot-message p { margin: 0; padding: 12px 14px; border: 1px solid #e1ebef; border-radius: 5px 16px 16px 16px; background: var(--chat-soft); color: var(--chat-ink); font-size: 12px; line-height: 1.5; }
.chatbot-message.is-assistant p { white-space: pre-line; overflow-wrap: anywhere; }
.chatbot-message.is-user { align-self: flex-end; grid-template-columns: minmax(0, 1fr); justify-items: end; max-width: 84%; }
.chatbot-message.is-user p { border-color: var(--chat-blue); border-radius: 16px 5px 16px 16px; background: var(--chat-blue); color: #fff; }
.chatbot-message-avatar { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cbdbe2; border-radius: 50%; background: #e8f4f6; color: var(--chat-teal); font-size: 8px; font-weight: 800; }
.chatbot-message-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.chatbot-message-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 11px; border: 1px solid var(--chat-blue); border-radius: 10px; color: var(--chat-blue); font-size: 11px; font-weight: 700; text-decoration: none; }
.chatbot-message-actions a:first-child { background: var(--chat-blue); color: #fff; }
.chatbot-typing-dots { width: 58px; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid #e1ebef; border-radius: 5px 16px 16px 16px; background: var(--chat-soft); }
.chatbot-typing-dots i { width: 6px; height: 6px; border-radius: 50%; background: #8fa5af; animation: chatbot-thinking .9s ease-in-out infinite; }
.chatbot-typing-dots i:nth-child(2) { animation-delay: .12s; }
.chatbot-typing-dots i:nth-child(3) { animation-delay: .24s; }

.chatbot-prompts { grid-row: 2; padding: 0 20px 14px; }
.chatbot-prompts > p { margin: 0 0 9px; color: var(--chat-muted); font-size: 10px; line-height: 1.4; }
.chatbot-quick-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.chatbot-quick-actions button { min-height: 36px; display: inline-flex; align-items: center; justify-content: space-between; gap: 9px; padding: 7px 11px 7px 13px; border: 1px solid var(--chat-line); border-radius: 999px; background: #fff; color: var(--chat-ink); font: inherit; font-size: 10px; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.chatbot-quick-actions button:hover { border-color: var(--chat-blue); background: #eff9f3; transform: translateY(-1px); }
.chatbot-quick-actions button > span:last-child { color: var(--chat-muted); font-size: 13px; }

.chatbot-composer { grid-row: 3; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; padding: 13px 20px 9px; border-top: 1px solid #e1ebef; background: var(--chat-soft); }
.chatbot-composer input { width: 100%; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid #cbdbe2; border-radius: 14px; background: #fff; color: var(--chat-ink); font: inherit; font-size: 12px; outline: none; }
.chatbot-composer button { min-width: 78px; min-height: 48px; padding: 0 15px; border-radius: 14px; }
.chatbot-privacy { grid-row: 4; margin: 0; padding: 0 20px 14px; background: var(--chat-soft); color: #8fa5af; font-size: 10px; line-height: 1.4; text-align: center; }

.chatbot-panel button:focus-visible,
.whatsapp-float:focus-visible,
.chatbot-launcher:focus-visible { outline: 3px solid rgba(127, 201, 167, .32); outline-offset: 3px; }
.chatbot-prompts[hidden], .chatbot-composer[hidden], .chatbot-privacy[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Dark mode mirrors the site's deep botanical surfaces and mint accent system. */
body.site-dark-mode {
    --chat-blue: #399b74;
    --chat-blue-dark: #2f855f;
    --chat-ink: #effaf4;
    --chat-muted: #b2c8bf;
    --chat-line: rgba(127, 201, 167, .28);
    --chat-ice: #10231f;
    --chat-soft: #142b25;
    --chat-teal: #8bd4b0;
}

body.site-dark-mode .chatbot-nudge {
    border-color: rgba(127, 201, 167, .3);
    background: rgba(16, 42, 36, .98);
    color: #effaf4;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .3), 0 0 0 5px rgba(127, 201, 167, .08);
}

body.site-dark-mode .chatbot-nudge::after {
    border-color: rgba(127, 201, 167, .3);
    background: #102a24;
}

body.site-dark-mode .chatbot-launcher {
    border-color: #7fc9a7;
    background: linear-gradient(135deg, #399b74, #2f855f);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .24);
}

body.site-dark-mode .chatbot-launcher:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

body.site-dark-mode .chatbot-panel {
    border-color: rgba(127, 201, 167, .28);
    background: #0d1e1a;
    box-shadow: 0 28px 74px rgba(0, 0, 0, .42), 0 0 0 5px rgba(127, 201, 167, .06), inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.site-dark-mode .chatbot-header {
    background: linear-gradient(135deg, #16362d, #10251f);
}

body.site-dark-mode .chatbot-header-button {
    border-color: rgba(161, 223, 188, .4);
    background: rgba(127, 201, 167, .1);
}

body.site-dark-mode .chatbot-header-button:hover {
    border-color: #a1dfbc;
    background: rgba(127, 201, 167, .2);
}

body.site-dark-mode .chatbot-scope {
    border-bottom-color: rgba(127, 201, 167, .2);
    background: #10231f;
    color: #b2c8bf !important;
}

body.site-dark-mode .chatbot-scope > span:first-child {
    border-color: #5d8b75;
    color: #bfe9d0;
}

body.site-dark-mode .chatbot-content {
    background: #0d1e1a;
}

body.site-dark-mode .chatbot-lead-gate {
    background: linear-gradient(180deg, #0d1e1a 0%, #10231f 100%);
}

body.site-dark-mode .chatbot-lead-intro strong,
body.site-dark-mode .chatbot-lead-field label {
    color: #effaf4;
}

body.site-dark-mode .chatbot-lead-intro p,
body.site-dark-mode .chatbot-lead-form > small,
body.site-dark-mode .chatbot-prompts > p {
    color: #b2c8bf !important;
}

body.site-dark-mode .chatbot-lead-field input {
    border-color: #365d4e;
    background: #10231f;
    color: #e9f7ef;
}

body.site-dark-mode .chatbot-lead-field input::placeholder,
body.site-dark-mode .chatbot-composer input::placeholder {
    color: #8dbba2;
}

body.site-dark-mode .chatbot-lead-field input:focus,
body.site-dark-mode .chatbot-composer input:focus {
    border-color: #7fc9a7;
    box-shadow: 0 0 0 4px rgba(127, 201, 167, .2);
}

body.site-dark-mode .chatbot-lead-form > button,
body.site-dark-mode .chatbot-composer button {
    border-color: #7fc9a7;
    background: linear-gradient(135deg, #399b74, #2f855f);
}

body.site-dark-mode .chatbot-lead-form > button:hover,
body.site-dark-mode .chatbot-composer button:hover {
    background: linear-gradient(135deg, #48aa83, #2f855f);
    box-shadow: 0 10px 22px rgba(57, 155, 116, .24);
}

body.site-dark-mode .chatbot-lead-error {
    color: #f0aaa1;
}

body.site-dark-mode .chatbot-messages {
    scrollbar-color: #365d4e transparent;
}

body.site-dark-mode .chatbot-message p {
    border-color: rgba(127, 201, 167, .2);
    background: #142b25;
    color: #d6eee0 !important;
}

body.site-dark-mode .chatbot-message.is-user p {
    border-color: #7fc9a7;
    background: #399b74;
    color: #fff !important;
}

body.site-dark-mode .chatbot-message-avatar {
    border-color: #365d4e;
    background: #19372d;
    color: #a9e4c3;
}

body.site-dark-mode .chatbot-message-actions a {
    border-color: #7fc9a7;
    color: #a9e4c3;
}

body.site-dark-mode .chatbot-message-actions a:first-child {
    background: #399b74;
    color: #fff;
}

body.site-dark-mode .chatbot-typing-dots {
    border-color: rgba(127, 201, 167, .2);
    background: #142b25;
}

body.site-dark-mode .chatbot-typing-dots i {
    background: #8dbba2;
}

body.site-dark-mode .chatbot-quick-actions button {
    border-color: #365d4e;
    background: #142b25;
    color: #d6eee0;
}

body.site-dark-mode .chatbot-quick-actions button:hover {
    border-color: #7fc9a7;
    background: #19372d;
}

body.site-dark-mode .chatbot-quick-actions button > span:last-child {
    color: #8dbba2;
}

body.site-dark-mode .chatbot-composer {
    border-top-color: rgba(127, 201, 167, .2);
    background: #10231f;
}

body.site-dark-mode .chatbot-composer input {
    border-color: #365d4e;
    background: #0d1e1a;
    color: #e9f7ef;
}

body.site-dark-mode .chatbot-privacy {
    background: #10231f;
    color: #8dbba2 !important;
}

@keyframes chatbot-message-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes chatbot-thinking { 0%, 100% { opacity: .35; transform: translateY(1px); } 50% { opacity: 1; transform: translateY(-2px); } }

@media (prefers-reduced-motion: reduce) {
    .chatbot-panel, .chatbot-launcher, .whatsapp-float, .chatbot-nudge, .chatbot-message, .chatbot-quick-actions button { transition: none; animation: none; }
}

@media (max-width: 767px) {
    body.chatbot-open { overflow: hidden; }
    .whatsapp-float { left: 14px; bottom: 14px; width: 58px; height: 58px; padding: 6px; }
    .whatsapp-float:hover, .whatsapp-float:focus-visible { width: min(226px, calc(100vw - 104px)); padding-right: 16px; }
    .whatsapp-float-icon { width: 44px; height: 44px; }
    .chatbot-nudge { right: 14px; bottom: 84px; max-width: calc(100vw - 28px); }
    .chatbot-launcher { right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 6px; }
    .chatbot-launcher-mark { width: 44px; height: 44px; }
    .chatbot-panel { right: 12px; bottom: 84px; width: min(400px, calc(100vw - 24px)); height: min(580px, calc(100dvh - 108px)); border-radius: 21px; }
    .chatbot-panel.chatbot-awaiting-registration,
    body[data-chat-ready="false"] .chatbot-panel { height: min(580px, calc(100dvh - 108px)); max-height: calc(100dvh - 108px); }
    .chatbot-header { min-height: 82px; padding: 14px 16px; }
    .chatbot-scope { top: 82px; }
    .chatbot-identity strong { font-size: 17px; }
    .chatbot-identity small { font-size: 11px; }
    .chatbot-orb { width: 48px; height: 48px; }
    .chatbot-orb img { width: 35px; height: 23px; }
    .chatbot-header-button { width: 34px; height: 34px; }
    .chatbot-scope { padding-right: 16px; padding-left: 16px; }
    .chatbot-lead-gate { gap: 20px; padding: 24px 18px 22px; }
    .chatbot-lead-intro strong { font-size: 21px; }
    .chatbot-lead-intro p { font-size: 13px; }
    .chatbot-lead-field input { min-height: 52px; }
    .chatbot-messages { padding: 16px 16px 12px; }
    .chatbot-prompts { padding-right: 16px; padding-left: 16px; }
    .chatbot-composer { padding-right: 16px; padding-left: 16px; }
    .chatbot-privacy { padding-right: 16px; padding-left: 16px; }
}
