*{box-sizing:border-box}html,body{color:#172033;background:#f7f9fc;min-height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}body{min-height:100vh}.page{place-items:center;min-height:100vh;padding:18px;display:grid}.chatShell{background:#fff;border:1px solid #e6ebf2;border-radius:26px;flex-direction:column;width:min(100%,390px);height:min(760px,100vh - 36px);display:flex;overflow:hidden;box-shadow:0 22px 70px #13274e29}.chatHeader{border-bottom:1px solid #edf1f6;align-items:center;gap:12px;padding:18px 18px 16px;display:flex}.avatar{color:#163d87;background:linear-gradient(145deg,#dbe8ff,#a9c5ff);border:3px solid #fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:13px;font-weight:800;display:grid;box-shadow:0 3px 12px #315daa2e}.titleRow{align-items:center;gap:8px;font-size:17px;display:flex}.onlineDot{background:#20c875;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #def8eb}.chatHeader p{color:#718099;margin:4px 0 0;font-size:12px;font-weight:600}.conversation{background:linear-gradient(#f3fbff 0%,#edf5ff 100%);flex:1;padding:20px 16px;overflow:auto}.row{margin:0 0 14px;display:flex}.userRow{justify-content:flex-end}.bubble{white-space:pre-wrap;border-radius:17px;max-width:82%;padding:13px 15px;font-size:14px;line-height:1.45}.assistantBubble{color:#172033;background:#fff;border-top-left-radius:7px;box-shadow:0 5px 14px #253f690f}.userBubble{color:#fff;background:#4d7df3;border-top-right-radius:7px;box-shadow:0 5px 14px #305bc72e}.bookingButton{text-align:center;color:#fff;background:#245bea;border-radius:12px;margin-top:12px;padding:11px 14px;font-size:13px;font-weight:800;text-decoration:none;display:block}.typing{gap:5px;width:54px;display:flex}.typing span{background:#9ca9bc;border-radius:50%;width:6px;height:6px;animation:1s infinite alternate pulse}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes pulse{to{opacity:.25;transform:translateY(-2px)}}.composer{background:#fff;border-top:1px solid #e9eef5;gap:8px;padding:14px 12px;display:flex}.composer input{color:#172033;background:#fbfcfe;border:1px solid #dce4ef;border-radius:14px;outline:none;flex:1;padding:13px 14px;font-size:14px}.composer input:focus{border-color:#7ca0f7;box-shadow:0 0 0 3px #4d7df31a}.composer button{color:#fff;cursor:pointer;background:#4d7df3;border:0;border-radius:14px;width:46px;font-size:21px}.composer button:disabled{opacity:.45;cursor:not-allowed}.fallback{text-align:center;color:#6c7890;background:#fff;padding:0 0 10px;font-size:11px;text-decoration:none}@media (max-width:520px){.page{padding:0}.chatShell{width:100%;height:100vh;box-shadow:none;border:0;border-radius:0}}body.nc-embed{background:0 0}body.nc-embed .page{min-height:100dvh;padding:0;display:block}body.nc-embed .chatShell{width:100%;height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0}
