#iap-launcher{position:fixed;right:24px;bottom:24px;z-index:99998;display:flex;align-items:center;gap:10px;font:600 14px/1.2 system-ui,-apple-system,"Segoe UI",sans-serif}
.iap-launcher-label{padding:10px 14px;border:1px solid #e7ecf4;border-radius:999px;background:#fff;color:#253247;box-shadow:0 6px 22px rgba(20,40,80,.15);opacity:0;transform:translateX(8px);pointer-events:none;transition:.22s ease}
#iap-launcher:hover .iap-launcher-label,#iap-launcher:focus-within .iap-launcher-label{opacity:1;transform:translateX(0)}
#iap-open{position:relative;display:grid;place-items:center;width:62px;height:62px;padding:0;border:0;border-radius:50%;background:linear-gradient(145deg,#2679ec,#0757ca);color:#fff;cursor:pointer;box-shadow:0 10px 28px rgba(9,83,190,.38);transition:transform .2s ease,box-shadow .2s ease}
#iap-open:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 32px rgba(9,83,190,.45)}
#iap-open:focus-visible{outline:3px solid rgba(38,121,236,.3);outline-offset:4px}
#iap-open svg{width:29px;height:29px;fill:currentColor}
.iap-status-dot{position:absolute;right:3px;bottom:5px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#27c46b}
#iap-chat{position:fixed;right:24px;bottom:100px;z-index:99999;width:min(380px,calc(100vw - 32px));height:520px;background:#fff;color:#222;border:1px solid rgba(15,35,65,.08);border-radius:18px;box-shadow:0 20px 55px rgba(15,35,65,.25);overflow:hidden;font:15px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif;animation:iap-in .2s ease-out}
@keyframes iap-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
#iap-chat[hidden]{display:none}
#iap-chat header{height:58px;padding:0 18px;background:linear-gradient(135deg,#2375e6,#0758cc);color:#fff;display:flex;align-items:center;justify-content:space-between;font-weight:700}
#iap-close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:25px;line-height:1;cursor:pointer;transition:background .2s ease}
#iap-close:hover{background:rgba(255,255,255,.24)}
#iap-messages{height:392px;overflow:auto;padding:16px;background:#f4f7fb;scrollbar-width:thin;scrollbar-color:#afbdd0 transparent}
#iap-messages p{max-width:82%;padding:10px 13px;border-radius:15px;margin:8px 0;white-space:pre-wrap;box-shadow:0 2px 7px rgba(20,40,70,.05)}
.iap-bot{background:#fff;border-bottom-left-radius:5px!important}
.iap-user{background:#1768dc;color:#fff;margin-left:auto!important;border-bottom-right-radius:5px!important}
#iap-form{height:70px;display:flex;gap:8px;padding:11px;background:#fff;border-top:1px solid #e4e9f0}
#iap-input{min-width:0;flex:1;border:1px solid #c9d2df;border-radius:11px;padding:10px 12px;outline:0;transition:border-color .2s,box-shadow .2s}
#iap-input:focus{border-color:#2475e5;box-shadow:0 0 0 3px rgba(36,117,229,.12)}
#iap-form button{border:0;border-radius:11px;background:#1768dc;color:#fff;padding:0 16px;font-weight:600;cursor:pointer;transition:background .2s}
#iap-form button:hover{background:#0957c5}
#iap-booking-open{display:block;margin:12px auto;padding:9px 13px;border:1px solid #1768dc;border-radius:10px;background:#fff;color:#1768dc;font-weight:600;cursor:pointer}
#iap-booking{padding:12px;margin:10px 0;border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(20,40,70,.1)}
#iap-booking label{display:block;margin:7px 0;font-size:12px;color:#46566c}#iap-booking input,#iap-booking select,#iap-booking textarea{box-sizing:border-box;width:100%;margin-top:3px;padding:7px;border:1px solid #cbd5e1;border-radius:7px;font:inherit}#iap-booking button{margin:6px 4px 2px 0;padding:8px 10px;border:0;border-radius:8px;background:#1768dc;color:#fff;cursor:pointer}#iap-booking small{display:block;margin-top:6px;color:#68778b}.iap-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
@media(max-width:520px){#iap-launcher{right:16px;bottom:16px}.iap-launcher-label{display:none}#iap-open{width:58px;height:58px}#iap-chat{right:12px;bottom:86px;width:calc(100vw - 24px);height:min(520px,calc(100vh - 110px))}#iap-messages{height:calc(100% - 128px)}}
@media(prefers-reduced-motion:reduce){#iap-open,.iap-launcher-label,#iap-chat{animation:none;transition:none}}
