.studio-chat [hidden]{display:none!important}
.chat-launcher{position:fixed;right:24px;bottom:22px;z-index:45;display:flex;align-items:center;gap:13px;min-height:52px;padding:11px 18px;border:1px solid #fae2a1;border-radius:6px;background:var(--deep);color:var(--gold);box-shadow:0 5px 24px #112e6440;font:700 12px var(--sans);cursor:pointer}
.chat-launcher [lang=hi]{font:600 26px/1 Devanagari,serif;padding-top:4px}
.chat-launcher:hover{background:var(--blue)}
.chat-panel{position:fixed;right:24px;bottom:86px;z-index:46;width:402px;max-width:calc(100% - 32px);height:min(730px,calc(100dvh - 115px));background:var(--paper);border:1px solid #d1b16e;border-radius:14px 14px 4px 4px;box-shadow:0 12px 55px #112e6445;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;text-align:left}
.chat-header{background:var(--blue);color:var(--paper);display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:15px 22px}
.chat-kicker{display:none}
.chat-header h2{font-size:32px;letter-spacing:-.025em;margin:0;color:var(--gold)}
.chat-header p{font-size:10px;margin-top:5px;color:#eee6d7}
.chat-close{font:400 27px var(--sans);border:0;background:transparent;color:var(--gold);cursor:pointer;padding:0 4px;min-width:32px;min-height:32px}
.chat-body{overflow:auto;padding:21px 22px;overscroll-behavior:contain}
.chat-introduction h3{font-size:27px;line-height:1.15;margin-bottom:10px}
.chat-introduction>p{font-size:11px;color:var(--muted);margin-bottom:18px}
.chat-introduction label:not(.chat-consent){display:grid;gap:5px;font-size:11px;font-weight:700;margin-top:12px}
.chat-introduction label>span:not(:only-child){font-size:10px;font-weight:400}
.chat-introduction input:not([type=checkbox]),.chat-introduction select,.chat-introduction textarea{min-width:0;width:100%;border:1px solid var(--line);background:#fffdf8;border-radius:3px;padding:9px 10px;font:400 12px/1.5 var(--sans);color:var(--ink)}
.chat-introduction select{min-height:38px}
.chat-introduction textarea{resize:vertical;max-height:140px}
.chat-introduction small{font-size:10px;color:var(--muted);display:block;margin-top:7px}
.chat-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.chat-consent{display:flex;gap:10px;align-items:flex-start;margin:17px 0;font-size:10px;line-height:1.7;color:var(--muted);font-weight:400}
.chat-consent input{width:16px;height:16px;margin:3px 0 0;flex-shrink:0;accent-color:var(--blue)}
.chat-consent a{text-decoration:underline;color:var(--blue)}
.chat-introduction .studio-button{width:100%;font-size:11px;padding:13px 16px;cursor:pointer}
.studio-chat button:disabled{opacity:.6;cursor:wait;transform:none}
.chat-status{font-size:11px;line-height:1.7;color:var(--rani);margin-top:13px;overflow-wrap:anywhere}
.chat-status:empty{display:none}
.chat-disclosure{font-size:10px;color:var(--muted);line-height:1.75;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:14px}
.chat-messages{max-height:280px;min-height:105px;overflow:auto;overscroll-behavior:contain;padding-right:3px}
.chat-bubble{border:1px solid var(--line);background:#fffaf2;border-radius:0 9px 9px 9px;padding:12px;margin:0 0 13px;overflow-wrap:anywhere}
.chat-bubble strong{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--rani);margin-bottom:6px}
.chat-bubble p{font-size:12px;line-height:1.8;white-space:pre-wrap}
.chat-bubble.visitor{margin-left:24px;background:#e9edf6;border-color:#c9d2e4;border-radius:9px 0 9px 9px}
.chat-bubble.visitor strong{color:var(--blue)}
.chat-bubble a{display:block;color:var(--rani);text-decoration:underline;font-size:11px;margin-top:10px}
.chat-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin:15px 0}
.chat-suggestions button{font:400 10px/1.5 var(--sans);color:var(--blue);border:1px solid #b6c1d4;background:transparent;border-radius:20px;padding:6px 10px;cursor:pointer}
.chat-suggestions button:hover{background:#e9edf6}
#chat-message-form>label{font-size:10px;color:var(--muted);display:block;margin:12px 0 6px}
.chat-composer{display:flex;align-items:stretch;gap:8px}
.chat-composer textarea{flex:1;min-width:0;resize:none;background:#fffdf8;border:1px solid var(--line);border-radius:3px;color:var(--ink);font:400 12px/1.6 var(--sans);padding:9px 10px}
.chat-composer button{align-self:stretch;min-width:42px;border:0;border-radius:3px;background:var(--blue);color:var(--gold);font-size:25px;cursor:pointer}
.chat-footer{background:#f0e3d0;border-top:1px solid var(--line);padding:12px 22px}
.chat-footer>span{font-size:9px;color:var(--muted)}
.chat-footer>div{display:flex;gap:25px;margin-top:5px}
.chat-footer a{font-size:11px;font-weight:700;color:var(--blue)}
.chat-body.is-conversation{display:flex;flex-direction:column;overflow:hidden}
.chat-body.is-conversation #chat-conversation{display:flex;flex-direction:column;flex:1;min-height:0}
.chat-body.is-conversation .chat-messages{flex:1;min-height:0;max-height:none}
.chat-disclosure,.chat-suggestions,#chat-message-form,.chat-status{flex-shrink:0}
.chat-suggestions{max-height:115px;overflow:auto}
@media(max-height:500px){.chat-body.is-conversation{overflow:auto}.chat-body.is-conversation .chat-messages{min-height:90px}}
.studio-footer{padding-bottom:86px}
@media(max-width:600px){.chat-launcher{right:16px;bottom:16px;min-height:48px;padding:9px 14px;gap:11px}.chat-panel{right:12px;bottom:76px;max-width:calc(100% - 24px);height:calc(100dvh - 96px)}.chat-header{padding:15px 18px}.chat-body{padding:18px}.chat-messages{max-height:30dvh}.chat-introduction input:not([type=checkbox]),.chat-introduction select,.chat-introduction textarea,.chat-composer textarea{font-size:16px}.chat-header h2{font-size:31px}.chat-footer{padding:10px 18px}}
