.hidden{display:none}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.w-full{width:100%}.h-full{height:100%}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-3{padding-bottom:.75rem}.text-center{text-align:center}.text-white{color:#fff}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.border-t{border-top-width:1px;border-top-style:solid}.border-gray-200{border-color:#e5e7eb}.bg-white{background-color:#fff}.opacity-0{opacity:0}.-translate-y-2{transform:translateY(-.5rem)}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(96,165,250,.5)}.focus\:ring-blue-400:focus{--tw-ring-color:rgba(96,165,250,.5)}.focus\:ring-offset-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(96,165,250,.5)}#chat-window{width:440px;height:680px}.sant-view-fade-out{animation:sant-view-out .18s ease-in forwards}.sant-view-fade-in{animation:sant-view-in .18s ease-out forwards}@keyframes sant-view-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}@keyframes sant-view-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}#sant-help-panel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;overflow-y:auto;animation:sant-view-in .2s ease-out forwards}#sant-help-panel.closing{animation:sant-view-out .15s ease-in forwards}#chat-bubble:hover{transform:scale(1.1)}.message-pop-in{animation:message-pop-in .4s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes message-pop-in{from{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.thinking-dot{animation:wave-dot-classic 1.4s ease-in-out infinite}.thinking-dot:nth-child(1){animation-delay:0s}.thinking-dot:nth-child(2){animation-delay:.15s}.thinking-dot:nth-child(3){animation-delay:.3s}@keyframes wave-dot-classic{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sant-design-playful.chat-open~#chat-bubble-container #chat-bubble{background:#fff !important}.sant-design-playful.chat-open~#chat-bubble-container #chat-bubble:hover{transform:scale(1.05)}.sant-hover-glass:hover{background:rgba(255,255,255,.2) !important}#minimize-chat:hover{opacity:1 !important;background:rgba(255,255,255,.1) !important}.sant-hover-dark:hover{background:#333 !important}.sant-hover-dark-subtle:hover{background:#2d2d2d !important}.sant-hover-lift:hover{transform:translateY(-2px) !important;box-shadow:0 8px 20px rgba(0,0,0,.15) !important}.sant-hover-lift-sm:hover{transform:translateY(-2px) !important;box-shadow:0 4px 12px rgba(0,0,0,.1) !important}#send-button:hover{transform:scale(1.05) !important;box-shadow:0 4px 12px var(--sant-send-btn-shadow) !important}#voice-btn:not(.recording):hover{transform:scale(1.05) !important;background:var(--sant-voice-hover-bg) !important}#chat-bubble:hover{transform:scale(1.05) !important;box-shadow:0 6px 24px rgba(59,130,246,.5),0 2px 10px rgba(0,0,0,.2) !important}#footer-links a:hover{color:var(--sant-footer-link-hover) !important}#footer-links .sant-powered-by:hover{opacity:.8 !important}#user-input:focus{border-color:var(--sant-input-focus-color) !important;background:var(--sant-input-focus-bg) !important;box-shadow:0 0 0 3px var(--sant-input-focus-shadow) !important}#playful-help-search:focus{border-color:#f5d547 !important}#help-search:focus{border-color:var(--sant-send-btn-color) !important;background:#fff !important}@media only screen and (max-width:768px){#chatbot-container{bottom:0 !important;right:0 !important;left:0 !important;width:100% !important}#chat-window{width:100% !important;height:100vh !important;height:100dvh !important;max-height:100vh !important;max-height:100dvh !important;border-radius:0 !important;bottom:0 !important;right:0 !important}.sant-design-playful #chat-window{position:fixed !important;bottom:0 !important;right:0 !important;left:0 !important;width:100% !important}#chat-bubble-container,#chat-bubble-container #chat-bubble{bottom:15px !important;right:15px !important}#chat-bubble{width:60px !important;height:60px !important}#chat-window>div:first-child{padding:16px !important}#action-icons{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:6px !important;padding:10px 12px !important}#message-area{padding:16px !important}.sant-message-text{max-width:85% !important;font-size:14px !important;word-break:break-word !important;overflow-wrap:break-word !important}#send-button{width:44px !important;height:44px !important;min-width:44px !important}#user-input{font-size:16px !important;padding:12px 16px !important}#sant-quick-replies{padding:8px !important;gap:6px !important}#sant-quick-replies button{font-size:13px !important;padding:6px 12px !important}.rating-buttons button{min-width:36px;min-height:36px}#chat-window .px-4.pb-3.text-xs{font-size:11px !important}}@media only screen and (min-width:769px) and (max-width:1024px){#chat-window{width:380px !important;height:65vh !important}#chatbot-container{bottom:15px !important;right:15px !important}}#chat-window,#chat-bubble{-webkit-transition:opacity .3s ease-in-out,transform .3s ease-in-out;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.sant-message-text{word-break:break-word;overflow-wrap:break-word}@media print{#chatbot-container,#chat-bubble-container{display:none !important}}