#ua-chatbot-container{position:fixed;bottom:20px;right:20px;width:400px;background:#100e41;border:none;border-radius:12px;box-shadow:0 4px 20px #0003;z-index:10;display:flex;flex-direction:column;font-family:var(--font-body, "Inter", "Segoe UI", Arial, sans-serif);max-height:80vh}#ua-chatbot-header{color:#bfa3f7;padding:16px 20px;border-top-left-radius:12px;border-top-right-radius:12px;font-size:30px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:var(--font-heading, "Inter", "Segoe UI", Arial, sans-serif)}#ua-chatbot-close-btn,#ua-chatbot-open-btn{background-color:#bfa3f7;color:#100e41;width:24px;height:24px;border-radius:5px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.5em;font-weight:700;line-height:1;padding:0;margin:0;box-sizing:border-box;cursor:pointer;user-select:none}#ua-chatbot-body{display:none;flex:1;padding:0 20px;overflow-y:auto;display:flex;flex-direction:column}#ua-chatbot-messages{display:flex;flex-direction:column}.ua-chatbot-bubble{margin:4px 0;border-radius:8px;max-width:90%;word-wrap:break-word;font-size:14px;line-height:20px;box-shadow:none;opacity:0;transform:translateY(8px) scale(.98);animation:ua-chatbot-bubble-in .26s cubic-bezier(.22,.61,.36,1) forwards;padding:6px 12px;font-weight:500}.ua-chatbot-bubble.ua-chatbot-user{background:#fff;color:#100e41;align-self:flex-end}.ua-chatbot-bubble.ua-chatbot-bot{background:#fff;color:#100e41;align-self:flex-start;box-shadow:0 2px 8px #100e4114}.ua-chatbot-bubble.ua-chatbot-highlight{background:#ffff5d;color:#100e41;font-weight:500;box-shadow:0 2px 8px #100e4114}.ua-chatbot-bubble.ua-chatbot-loading{background:transparent;color:#bfa3f7;font-style:normal;align-self:flex-start;font-size:2em}.ua-chatbot-bubble.ua-chatbot-bubble-event{background:#fff;padding:0;box-shadow:0 2px 8px #100e4114;border-radius:14px;overflow:hidden}.ua-chatbot-bubble.ua-chatbot-bubble-buttons{padding:6px 0}@keyframes ua-chatbot-blink{0%,to{opacity:0}50%{opacity:1}}.ua-chatbot-bubble.ua-chatbot-loading:after{content:"...";animation:ua-chatbot-blink 1s infinite}@keyframes ua-chatbot-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.98);filter:blur(2px)}60%{opacity:1;transform:translateY(0) scale(1.01);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.ua-chatbot-bubble{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}}.ua-chatbot-bubble img,.ua-chatbot-img{margin:10px 0;display:block;border-radius:10px}.ua-chatbot-event-bubble{background:#fff;padding:0;box-shadow:0 2px 8px #100e4114;border-radius:16px;margin:12px 0;max-width:100%;overflow:hidden;align-self:flex-start}.ua-chatbot-event-image-container{width:100%;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#eee}.ua-chatbot-event-image{width:100%;height:100%;object-fit:cover;display:block}.ua-chatbot-event-content{padding:18px 18px 14px}.ua-chatbot-event-title{font-size:1.15em;font-weight:700;margin-bottom:4px;color:#100e41}.ua-chatbot-event-date,.ua-chatbot-event-time{font-size:1em;color:#100e41;margin-bottom:2px}.ua-chatbot-event-date-label,.ua-chatbot-event-date-value{font-weight:600}.ua-chatbot-event-more-dates{margin-top:4px;font-size:.95em;color:#6b5a88;display:inline-flex;align-items:center;gap:6px}.ua-chatbot-event-more-dates-icon{display:inline-flex;width:18px;height:18px;border-radius:9px;background:#efe9ff;color:#6b5a88;align-items:center;justify-content:center;font-weight:700;line-height:18px}.ua-chatbot-event-location{font-size:1em;color:#100e41;margin-bottom:6px}.ua-chatbot-event-description{font-size:1em;color:#100e41;margin-bottom:8px}.ua-chatbot-event-links{margin-top:8px;display:flex;gap:12px;flex-wrap:wrap}.ua-chatbot-event-link{color:#100e41;text-decoration:underline;font-weight:500;display:inline-flex;align-items:center;gap:4px}#ua-chatbot-input-container{display:block;border-top:none;padding:12px 20px 16px;background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}#ua-chatbot-input-container>#ua-chatbot-bottom-toprow{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:8px}#ua-chatbot-input-container>#ua-chatbot-bottom-inputrow{display:flex;align-items:center;gap:12px;width:100%}#ua-chatbot-bottom-help{color:#100e41;font-size:14px;font-style:normal;font-weight:500;line-height:20px}#ua-chatbot-reset{color:#100e41;background-color:transparent;border:none;cursor:pointer;border-radius:8px;font-size:14px;font-weight:600;padding:0 12px;display:none;gap:8px;align-items:center;justify-content:center}#ua-chatbot-reset .ua-reset-icon{display:inline-flex;line-height:0}#ua-chatbot-reset .ua-reset-label{display:inline-block}#ua-chatbot-bottom-toprow{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:8px}#ua-chatbot-bottom-help{color:#100e41;font-weight:700;font-size:16px;line-height:1.2;letter-spacing:-.2px}#ua-chatbot-bottom-inputrow{display:flex;align-items:center;gap:12px;width:100%}#ua-chatbot-input{flex:1;padding:12px 16px;border:none;outline:none;border-radius:5px;font-size:14px;background:#fff;border:1px solid lightgray;color:#100e41;height:41px;min-width:0}#ua-chatbot-send{gap:10px;padding:0 10px;background:#100e41;color:#ffff5d;border:none;cursor:pointer;border-radius:5px;font-size:14px;font-weight:600;position:relative;transition:background .2s;line-height:41px;vertical-align:middle;white-space:nowrap}.ua-chatbot-send-icon{display:inline-block;vertical-align:middle;margin-left:5px}#ua-chatbot-send:hover{background:#100e41}.ua-chatbot-options{margin:0;display:flex;flex-wrap:wrap;gap:6px}.ua-chatbot-btn{background-color:#bfa3f7;color:#100e41;border:none;border-radius:8px;padding:6px 10px;font-size:14px;line-height:20px;font-weight:500;cursor:pointer;transition:background .18s;box-shadow:0 1px 4px #100e410f;font-weight:600}.ua-chatbot-btn:hover{background-color:#ffff5d;color:#100e41}#ua-chatbot-container:has(#ua-chatbot-minimized-header[style*="display:flex"]){width:auto;background:transparent;box-shadow:none;border:none;border-radius:0;padding:0}#ua-chatbot-minimized-header[style*="display:flex"] #ua-chatbot-minimized-heading{display:none!important}#ua-chatbot-minimized-header{padding:0;background:transparent}#ua-chatbot-open-btn{width:56px;height:56px;border-radius:50%;font-size:28px;background-color:#bfa3f7;color:#100e41;box-shadow:0 6px 22px #100e4138;display:inline-flex;align-items:center;justify-content:center}#ua-chatbot-open-btn:hover{filter:brightness(.95)}#ua-chatbot-container.ua-minimized{width:auto!important;min-width:0!important;height:auto!important;background:transparent!important;box-shadow:none!important;border:none!important;border-radius:0!important;padding:0!important;pointer-events:none}#ua-chatbot-container.ua-minimized #ua-chatbot-minimized-header{padding:0!important;background:transparent!important;border:none!important}#ua-chatbot-container.ua-minimized #ua-chatbot-minimized-heading{display:none!important}#ua-chatbot-container.ua-minimized #ua-chatbot-open-btn{width:56px;height:56px;border-radius:50%;font-size:28px;background-color:#bfa3f7;color:#100e41;box-shadow:0 6px 22px #100e4138;display:inline-flex;align-items:center;justify-content:center;pointer-events:auto}#ua-chatbot-container.ua-minimized #ua-chatbot-open-btn:hover{filter:brightness(.95)}#ua-chatbot-container.ua-minimized #ua-chatbot-open-btn svg{width:34px;height:34px}@media(max-width:640px){#ua-chatbot-container{position:fixed;inset:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);inset:0;width:100vw;height:100dvh;max-height:none;border-radius:0;box-shadow:none;z-index:1040}#ua-chatbot-header{position:sticky;top:0;z-index:2;padding-top:calc(18px + env(safe-area-inset-top,0))}#ua-chatbot-body{flex:1;overflow-y:auto;padding:0 16px 120px}#ua-chatbot-input-container{position:sticky;bottom:0;z-index:2;padding-bottom:calc(18px + env(safe-area-inset-bottom,0));border-bottom-left-radius:0;border-bottom-right-radius:0;padding:10px;box-shadow:0 -2px 12px #100e410f}#ua-chatbot-container.ua-minimized{position:fixed;inset:auto auto calc(16px + env(safe-area-inset-bottom,0)) calc(16px + env(safe-area-inset-left,0));bottom:calc(16px + env(safe-area-inset-bottom,0));right:calc(16px + env(safe-area-inset-right,0));left:auto;top:auto;width:auto!important;height:auto!important;background:transparent!important;box-shadow:none!important}#ua-chatbot-header{font-size:1.8em}}
