html,body,#root{background:0 0;width:100%;min-height:100%;margin:0;padding:0}#root{text-align:center}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{color:#2e2f2c;background:0 0;margin:0;font-family:Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.app{background:0 0;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:100dvh;padding:12px;display:flex;overflow-x:hidden}.chatShell{background:#fff;border-radius:28px;flex-direction:column;width:min(100%,620px);max-width:calc(100vw - 24px);height:min(90dvh,760px);min-height:560px;max-height:min(90dvh,760px);animation:.35s slideIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #2e2f2c24}@keyframes slideIn{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.chatHeader{color:#fff;background:linear-gradient(135deg,#7b4ef3,#9b6bff);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:92px;padding:18px 22px;display:grid}.agentAvatar,.miniAvatar{background:#fff1e5;border-radius:999px;flex:none;overflow:hidden}.agentAvatar{border:3px solid #ffffffb3;width:58px;height:58px}.miniAvatar{width:36px;height:36px;margin-top:2px}.agentAvatar img,.miniAvatar img{object-fit:cover;width:100%;height:100%;display:block}.agentInfo{text-align:left;gap:4px;min-width:0;display:grid}.agentInfo strong{font-size:20px;line-height:1.15}.agentInfo span{opacity:.9;font-size:14px}.backButton{color:#fff;background:#ffffff24;border:1px solid #ffffff8c;border-radius:999px;width:auto;padding:9px 13px;font-size:14px;font-weight:700}.headerActions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.closeButton{color:#fff;background:0 0;border:2px solid #fffc;border-radius:999px;place-items:center;width:38px;height:38px;font-size:28px;font-weight:400;line-height:1;display:inline-grid}.progress{background:#eee8ff;width:100%;height:7px;overflow:hidden}.progressBar{background:linear-gradient(135deg,#20d6a4,#36c5f0);height:100%;transition:width .35s}.chatBody{scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;min-height:0;padding:24px 22px;display:flex;overflow:hidden auto}.messageRow{align-items:flex-start;gap:10px;width:100%;min-width:0;display:flex}.messageRow.user{justify-content:flex-end}.messageBubble,.typingBubble{text-align:left;overflow-wrap:anywhere;border-radius:22px;max-width:min(78%,410px);padding:15px 18px;font-size:17px;line-height:1.45}.messageBubble.bot,.typingBubble{color:#1f211e;background:#f0eef4;border-top-left-radius:8px}.messageBubble.user{color:#fff;background:linear-gradient(135deg,#7b4ef3,#9b6bff);border-top-right-radius:8px;box-shadow:0 10px 24px #7b4ef338}.typingBubble{align-items:center;gap:5px;min-width:66px;min-height:48px;display:inline-flex}.typingBubble span{background:#8b8496;border-radius:999px;width:7px;height:7px;animation:1s ease-in-out infinite typingDot;display:block}.typingBubble span:nth-child(2){animation-delay:.16s}.typingBubble span:nth-child(3){animation-delay:.32s}@keyframes typingDot{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chatFooter{z-index:2;background:#fff;border-top:1px solid #f0edf8;flex:none;padding:16px 22px 22px;position:sticky;bottom:0}.chatControls{width:100%;min-width:0}.formStack{gap:12px;display:grid}.optionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.optionGrid.destinations{grid-template-columns:repeat(3,minmax(0,1fr))}.formGrid{gap:12px;min-width:0;display:grid}.twoColumns{grid-template-columns:repeat(2,minmax(0,1fr))}.field{text-align:left;flex-direction:column;min-width:0;display:flex}.field span{color:#6b6375;margin-bottom:7px;font-size:13px;font-weight:700}input,select,.PhoneInput{width:100%;min-width:0}input,select,.PhoneInputInput{color:#2e2f2c;background:#faf9ff;border:2px solid #eeeafc;border-radius:16px;outline:none;min-width:0;font-size:16px}input{padding:15px 16px}select{appearance:none;background-color:#faf9ff;background-image:linear-gradient(45deg,#0000 50%,#7b4ef3 50%),linear-gradient(135deg,#7b4ef3 50%,#0000 50%);background-position:calc(100% - 20px) 23px,calc(100% - 14px) 23px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;height:54px;padding:0 38px 0 14px}.PhoneInput{background:#faf9ff;border:2px solid #eeeafc;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.PhoneInputInput{background:0 0;border:0;height:50px;padding:0}.PhoneInputCountry{margin:0}input::placeholder,.PhoneInputInput::placeholder{color:#9b94aa}input:focus,select:focus,.PhoneInput:focus-within{background:#fff;border-color:#7b4ef3;box-shadow:0 0 0 4px #7b4ef31f}input[type=date]{appearance:none;max-width:100%;overflow:hidden}.replyButton{text-align:center;border:0;border-radius:16px;place-items:center;width:100%;min-height:52px;padding:14px 18px;font-size:16px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-grid}.replyButton:hover{transform:translateY(-1px)}.replyButton.primary{color:#fff;background:linear-gradient(135deg,#7b4ef3,#9b6bff);box-shadow:0 10px 24px #7b4ef338}.replyButton.secondary{color:#2e2f2c;background:#fff1e5}.formError{color:#c43d3d;text-align:left;margin:0 0 10px;font-size:14px;font-weight:700}@media (width<=700px){.app{align-items:flex-start;min-height:100dvh;padding:8px}.chatShell{border-radius:22px;max-width:calc(100vw - 16px);height:calc(100dvh - 16px);min-height:0;max-height:calc(100dvh - 16px)}.chatHeader{gap:10px;min-height:72px;padding:12px 14px}.agentAvatar{width:46px;height:46px}.agentInfo strong{font-size:17px}.agentInfo span{font-size:13px}.chatBody{gap:10px;padding:14px 12px}.messageBubble,.typingBubble{max-width:min(82%,330px);padding:11px 13px;font-size:15px}.miniAvatar{width:30px;height:30px}.chatFooter{padding:10px 12px 12px}.twoColumns{grid-template-columns:1fr}.optionGrid,.optionGrid.destinations,.mobileTwoColumns{grid-template-columns:repeat(2,minmax(0,1fr))}.field span{font-size:12px}input,select,.PhoneInputInput{font-size:16px}input{padding:13px 12px}select{background-position:calc(100% - 16px) 21px,calc(100% - 10px) 21px;height:50px;padding-left:10px;padding-right:28px}.replyButton{min-height:50px;padding:12px 14px;font-size:15px}}@media (width<=380px){.chatHeader{grid-template-columns:auto 1fr auto}.backButton{padding-inline:10px;font-size:13px}.closeButton{width:34px;height:34px;font-size:25px}.messageBubble,.typingBubble{max-width:84%}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
