#chatbot-icon-container{position:fixed;bottom:20px;right:20px;top:auto;left:auto;cursor:pointer;z-index:9999;width:50px;height:50px;display:flex;justify-content:center;align-items:center;transition:transform 0.2s ease;background-color:#008080;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-transform:translateZ(0);transform:translateZ(0)}@supports (-webkit-touch-callout:none){#chatbot-icon-container{position:absolute;bottom:20px;right:20px;top:auto;left:auto}}#chatbot-icon-container:hover{transform:scale(1.1)}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.shake-animation{animation:shake 3s cubic-bezier(.36,.07,.19,.97) infinite;animation-delay:5s}.shake-animation:hover{animation-play-state:paused;transform:scale(1.1)}#chatbot-icon-container img{max-width:65%;max-height:65%;display:block;filter:invert(1)}#chatbot-popup-container{position:fixed;bottom:90px;right:20px;width:500px;height:800px!important;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:9000;display:none;flex-direction:column;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){#chatbot-popup-container{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border-radius:0!important;display:none;flex-direction:column;z-index:999999!important;background-color:#ffffff!important;overflow:hidden!important}#chatbot-popup-container.visible{display:flex!important}#chatbot-popup-container #openai-chatbot-header{height:56px!important;padding:0 16px!important;border-radius:0!important;position:sticky!important;top:0!important;z-index:10001!important;display:flex!important;align-items:center!important;justify-content:center!important}#chatbot-popup-container #openai-chatbot-messages{flex:1!important;height:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}#chatbot-popup-container #openai-chatbot-input-area{position:sticky!important;bottom:0!important;margin:10px!important;z-index:10001!important}#chatbot-popup-container #openai-chatbot-close{position:absolute!important;right:16px!important;top:18px!important;cursor:pointer!important;z-index:10002!important;display:flex!important;align-items:center!important;justify-content:center!important;color:white!important;background-color:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;width:auto!important;height:auto!important}#chatbot-popup-container #openai-chatbot-close svg{width:16px!important;height:16px!important;color:white!important;stroke-width:2.5!important}}}@supports (-webkit-touch-callout:none){#chatbot-popup-container{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border-radius:0!important;display:none;flex-direction:column;z-index:9999;-webkit-overflow-scrolling:touch;background-color:#ffffff!important}#chatbot-popup-container.visible{display:flex!important}#chatbot-popup-container #openai-chatbot-header{height:56px!important;padding:0 16px!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important}#chatbot-popup-container #openai-chatbot-close{position:absolute!important;right:16px!important;top:18px!important;cursor:pointer!important;z-index:10000!important;display:flex!important;align-items:center!important;justify-content:center!important;color:white!important;background-color:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;width:auto!important;height:auto!important}#chatbot-popup-container #openai-chatbot-close svg{width:16px;height:16px;color:#fff;stroke-width:2.5}}#openai-chatbot-container{border:none;padding:0;max-width:none;margin:0;font-family:'Arial',sans-serif;background-color:transparent;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;overflow:hidden}#openai-chatbot-header{height:56px;padding:0 16px;font-size:18px;color:#fff;font-weight:600;text-align:center;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;position:relative}#openai-chatbot-close{position:absolute!important;right:16px!important;top:18px!important;cursor:pointer!important;z-index:10000!important;display:flex!important;align-items:center!important;justify-content:center!important;color:white!important;background-color:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;width:auto!important;height:auto!important}#openai-chatbot-close svg{width:16px;height:16px;color:#fff;stroke-width:2.5}#openai-chatbot-expand{position:absolute;left:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform 0.2s ease}#openai-chatbot-expand:hover{transform:scale(1.1)}#chatbot-popup-container.expanded{width:1000px;height:1600px!important}#chatbot-popup-container.expanded #openai-chatbot-messages{max-height:1450px!important}@media (max-width:768px){#chatbot-popup-container{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border-radius:0!important;z-index:999999!important}#chatbot-popup-container #openai-chatbot-header{position:sticky!important;top:0!important;z-index:10001!important;border-radius:0!important}#chatbot-popup-container #openai-chatbot-messages{flex:1!important;height:auto!important;max-height:none!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}#openai-chatbot-input-area{padding-bottom:env(safe-area-inset-bottom,10px)}#chatbot-popup-container #openai-chatbot-input-area{position:sticky!important;bottom:0!important;margin:10px!important;z-index:10001!important}#openai-chatbot-expand{display:none!important}}#openai-chatbot-messages{height:auto;overflow-y:auto;border:none;margin-bottom:16px;padding:10px;background-color:#fff;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent;flex-grow:1;max-height:650px!important;display:flex;flex-direction:column;position:relative}#openai-chatbot-messages>div{width:100%;box-sizing:border-box}#openai-chatbot-messages::-webkit-scrollbar{width:6px}#openai-chatbot-messages::-webkit-scrollbar-track{background:transparent}#openai-chatbot-messages::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:10px}.user-message,.assistant-message{margin-bottom:12px;padding:12px 16px;border-radius:18px;line-height:1.6;max-width:85%;box-shadow:0 1px 2px rgba(0,0,0,.05);word-wrap:break-word;font-size:13px;font-weight:500;letter-spacing:.01em;text-shadow:0 .1px 0 rgba(0,0,0,.1)}.user-message{background-color:#f0f7ff;color:#1a2533;margin-left:auto;border-bottom-right-radius:4px}.assistant-message{background-color:#f7f7f9;color:#1a2533;margin-right:auto;border-bottom-left-radius:4px}.user-message strong,.assistant-message strong{display:block;font-size:.8em;margin-bottom:4px;color:#7f8c8d;font-weight:500}.typing-indicator{background-color:#f7f7f9;padding:10px 16px;border-radius:18px;border-bottom-left-radius:4px;margin-right:auto;margin-bottom:12px;max-width:85%;display:inline-flex;align-items:center;box-shadow:0 1px 2px rgba(0,0,0,.05)}.typing-indicator strong{display:block;font-size:.8em;margin-right:8px;color:#7f8c8d;font-weight:500}.typing-indicator .dots{display:inline-flex}.typing-indicator .dot{width:8px;height:8px;background-color:#95a5a6;border-radius:50%;margin:0 2px;opacity:.6;animation:typingAnimation 1.4s infinite ease-in-out}.typing-indicator .dot:nth-child(1){animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:0.2s}.typing-indicator .dot:nth-child(3){animation-delay:0.4s}@keyframes typingAnimation{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}#openai-chatbot-input-area{display:flex;border:1px solid #eaeaea;border-radius:24px;overflow:hidden;padding:4px;background-color:#f9f9fb;box-shadow:0 1px 3px rgba(0,0,0,.05) inset;margin:0 10px 10px 10px;position:relative;min-height:48px}#openai-chatbot-input{flex-grow:1;padding:12px 16px;padding-right:50px;border:none;background:transparent;font-size:16px;color:#1a2533;outline:none;font-weight:500;letter-spacing:.01em;text-shadow:0 .1px 0 rgba(0,0,0,.1);width:calc(100% - 50px);-webkit-appearance:none;border-radius:0}#openai-chatbot-input::placeholder{color:#95a5a6}#openai-chatbot-send{display:flex;align-items:center;justify-content:center;padding:8px;margin:4px;border:none;background-color:transparent;cursor:pointer;transition:all 0.2s ease;position:absolute;right:8px;top:50%;transform:translateY(-50%);height:36px;width:36px;border-radius:50%;z-index:5}#openai-chatbot-send:hover{background-color:rgba(0,0,0,.05);transform:translateY(-50%) scale(1.1)}#openai-chatbot-send:disabled{opacity:.5;cursor:not-allowed;transform:translateY(-50%)}#openai-chatbot-send svg{width:20px;height:20px;display:block}#chatbot-popup-container.expanded #openai-chatbot-send{right:8px}@supports (-webkit-touch-callout:none){#openai-chatbot-send{padding:8px;right:8px;width:36px;height:36px;background-color:rgba(0,128,128,.1);z-index:10}#openai-chatbot-send svg{width:24px;height:24px;display:block;opacity:1!important;visibility:visible!important}}@media (max-width:320px){#openai-chatbot-input-area{padding:2px}#openai-chatbot-input{padding:10px 45px 10px 10px}}.ios-fix{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;will-change:transform,opacity}@media screen and (-webkit-min-device-pixel-ratio:0){.ios-fix{max-height:70vh!important;height:auto!important;min-height:300px}}#openai-chatbot-status{font-size:.8em;margin-top:8px;color:#95a5a6;min-height:1.2em;text-align:center;font-style:italic;margin-bottom:10px}