@keyframes alhai-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes alhai-pulse-glow{0%,100%{box-shadow:0 4px 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}50%{box-shadow:0 0 0 0 rgba(37,99,235,.8),0 0 0 8px rgba(37,99,235,.4),0 0 0 16px rgba(37,99,235,.2),0 0 20px rgba(37,99,235,.3),0 8px 16px rgba(0,0,0,.2)}}.alhai-button{position:fixed;z-index:99998;display:flex;align-items:center;gap:.5rem;padding:.375rem 1.25rem .375rem .375rem;background-color:#2563eb;color:#fff;border:2px solid #fff;border-radius:.5rem;font-size:1rem;font-weight:600;line-height:1.5;cursor:pointer;box-shadow:0 .25rem .5rem rgba(0,0,0,.1),0 .125rem .25rem rgba(0,0,0,.06);transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.alhai-button__avatar{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover;flex-shrink:0}.alhai-button--pulsing{animation:alhai-pulse 2s ease-in-out,alhai-pulse-glow 2s ease-in-out}.alhai-button--bottom-right{bottom:1rem;right:1.25rem}.alhai-button--bottom-left{bottom:1rem;left:1.25rem}.alhai-button--top-right{top:1rem;right:1.25rem}.alhai-button--top-left{top:1rem;left:1.25rem}.alhai-button:hover{background-color:#1d4ed8;transform:translateY(-.125rem);box-shadow:0 .5rem 1rem rgba(0,0,0,.15),0 .25rem .5rem rgba(0,0,0,.08)}.alhai-button:focus{outline:.125rem solid #2563eb;outline-offset:0.125rem}.alhai-button:active{transform:translateY(0);box-shadow:0 .125rem .25rem rgba(0,0,0,.1)}@keyframes alhai-bubble-fade-in{from{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.alhai-bubble-labels{position:fixed;z-index:99997;display:flex;flex-direction:column;gap:.75rem;max-width:20rem;pointer-events:none;opacity:0;transition:opacity .5s ease,transform .5s ease}.alhai-bubble-labels--visible{opacity:1;pointer-events:auto}.alhai-bubble-labels--bottom-right{bottom:7.25rem;right:1.25rem;align-items:flex-end}.alhai-bubble-labels--bottom-left{bottom:7.25rem;left:1.25rem;align-items:flex-start}.alhai-bubble-labels--top-right{top:7.25rem;right:1.25rem;align-items:flex-end}.alhai-bubble-labels--top-left{top:7.25rem;left:1.25rem;align-items:flex-start}.alhai-bubble{background-color:#1a1a2e;color:#fff;padding:.625rem 1rem;border-radius:.75rem;font-size:1rem;line-height:1.4;box-shadow:0 0 0 2px rgba(130,120,255,.45),0 .25rem .75rem rgba(0,0,0,.2);cursor:pointer;opacity:0;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.alhai-bubble:hover{background-color:#2a2a4e;box-shadow:0 0 0 2px rgba(130,120,255,.7),0 .375rem 1rem rgba(0,0,0,.3);transform:translateY(-.125rem)}.alhai-bubble:active{transform:translateY(0);background-color:#12122a}.alhai-bubble-labels--visible .alhai-bubble{animation:alhai-bubble-fade-in .3s ease forwards}.alhai-bubble-labels--visible .alhai-bubble:nth-child(2){animation-delay:.1s}.alhai-bubble:empty{display:none}.alhai-bubble-labels--hidden{opacity:0;pointer-events:none;transform:translateY(.25rem)}.alhai-iframe-container{position:fixed;z-index:99999;width:55%;height:80%;max-width:100%;max-height:100%;opacity:0;visibility:hidden;border-radius:.75rem;box-shadow:0 1.25rem 2.5rem rgba(0,0,0,.2),0 .5rem 1rem rgba(0,0,0,.1);overflow:hidden;transform:scale(0);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.alhai-iframe-container--bottom-right{bottom:7.25rem;right:1.25rem;transform-origin:bottom right}.alhai-iframe-container--bottom-left{bottom:7.25rem;left:1.25rem;transform-origin:bottom left}.alhai-iframe-container--top-right{top:7.25rem;right:1.25rem;transform-origin:top right}.alhai-iframe-container--top-left{top:7.25rem;left:1.25rem;transform-origin:top left}.alhai-iframe-container--open{opacity:1;visibility:visible;transform:scale(1)}.alhai-close-button{position:absolute;top:.75rem;right:.75rem;z-index:10;text-align:center;width:2.5rem;height:2.5rem;background-color:rgba(255,255,255,.95);border:none;border-radius:50%;padding:0;cursor:pointer;font-size:2rem;line-height:1;color:#000;transition:background-color .2s ease,color .2s ease,transform .2s ease;box-shadow:0 .125rem .25rem rgba(0,0,0,.1)}.alhai-close-button:hover{background-color:#fff;color:#dc2626;transform:scale(1.1)}.alhai-close-button:focus{outline:.125rem solid #2563eb;outline-offset:0.125rem}.alhai-close-button:active{background-color:#f3f4f6;color:#991b1b;transform:scale(1)}.alhai-iframe{width:100%;height:100%;border:none;border-radius:.75rem;display:flex}@media (max-width:768px){.alhai-button{padding:.375rem 1rem .375rem .375rem;font-size:1rem}.alhai-button__avatar{width:3rem;height:3rem}.alhai-bubble-labels--bottom-left,.alhai-bubble-labels--bottom-right{bottom:6.75rem}.alhai-bubble-labels--top-left,.alhai-bubble-labels--top-right{top:6.75rem}.alhai-iframe-container{top:0;bottom:0;right:0;left:0;width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.alhai-iframe{border-radius:0}.single-attractions .alhai-button,.single-hotels .alhai-button{bottom:85px}.single-attractions .alhai-bubble-labels,.single-hotels .alhai-bubble-labels{bottom:calc(85px + 4.5rem)}}@media (max-width:480px){.alhai-button{padding:.75rem 1rem;font-size:1rem}}@media (prefers-contrast:high){.alhai-button{border:.125rem solid currentColor}}@media (prefers-reduced-motion:reduce){.alhai-button,.alhai-iframe-container{transition:none}.alhai-button--pulsing{animation:none}.alhai-bubble-labels--visible .alhai-bubble{animation:none;opacity:1}}@media print{.alhai-bubble-labels,.alhai-button,.alhai-iframe-container{display:none}}