@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(#fff6f0,#ffe0cc)}.chatbot-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(#fff6f0,#ffe0cc)}.chatbot-popup{position:relative;width:100%;height:100vh;max-width:100%;max-height:100vh;overflow:hidden;background-color:#fff;border-radius:0;box-shadow:none;will-change:width;transition:none;resize:none;display:flex;flex-direction:column}.chat-header .header-info{display:flex;gap:10px;align-items:center;flex-grow:0;justify-content:flex-start;max-width:70%}.chat-body{height:calc(100vh - 120px);margin-bottom:0;flex:1;min-height:0}@media (max-width: 600px){.chatbot-container{bottom:0;right:0;width:100%;height:100%}.chatbot-popup{width:100vw;max-width:100vw;height:100vh;border-radius:0;resize:none}.chat-body{height:calc(100vh - 110px)!important;flex:1}.chat-footer{padding:10px 15px 15px}}.chatbot-toggle,.home{display:none}.resize-handle{position:absolute;left:0;top:0;bottom:0;width:8px;cursor:ew-resize;background-color:transparent;touch-action:none}@media (max-width: 600px){.resize-handle{display:none}}.resize-handle:hover{background-color:#f27a1a1a}.resize-handle:active{background-color:#f27a1a33}.header-info svg{width:35px;height:35px;padding:6px;flex-shrink:0;fill:#f27a1a;border-radius:50%;background:#fff}.header-info .header-logo{width:35px;height:35px;padding:2px;flex-shrink:0;border-radius:50%;background:#fff;object-fit:contain}.header-info .logo-text{font-size:1.31rem;font-weight:600;color:#fff}@media (max-width: 400px){.header-info .logo-text{font-size:1.1rem}.header-info svg{width:30px;height:30px;padding:5px}.header-info .header-logo{width:30px;height:30px}}.chat-header button{height:40px;width:40px;border:none;cursor:pointer;outline:none;color:#fff;background:none;transition:.2s ease;font-size:1.9rem;margin-right:10px;border-radius:50%}.chat-header button:hover{background:#e26200}.chat-body{display:flex;flex-direction:column;gap:20px;padding:25px 22px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#ffe0cc transparent;position:relative;scroll-behavior:smooth;background-color:#fff}.chat-body .message:last-child{margin-bottom:25px}.message.streaming .message-text{border-left:3px solid #f27a1a}.scroll-indicator{position:absolute;bottom:15px;right:15px;width:40px;height:40px;border-radius:50%;background-color:#f27a1a;color:#fff;border:none;box-shadow:0 2px 8px #0003;cursor:pointer;display:none;align-items:center;justify-content:center;animation:bounce 1s infinite alternate;z-index:10}.chat-body.has-new-content .scroll-indicator{display:flex}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.scroll-indicator:hover{background-color:#e26200}.scroll-indicator .material-symbols-rounded{font-size:20px}@media (max-width: 768px){.chat-body{height:calc(100vh - 110px);flex:1}}@media (max-height: 700px){.chat-body{height:calc(100vh - 100px);flex:1}}@media (max-width: 600px){.chat-body{padding:15px;gap:15px;height:calc(100vh - 100px)}}.chat-body .message{display:flex;align-items:center;gap:11px}.chat-body .bot-message svg{width:35px;height:35px;padding:6px;flex-shrink:0;fill:#fff;margin-bottom:2px;align-self:flex-end;background:#f27a1a;border-radius:50%}.chat-body .bot-message .bot-logo{width:35px;height:35px;padding:2px;flex-shrink:0;border-radius:50%;margin-bottom:2px;align-self:flex-end;background:#f27a1a;object-fit:contain}@media (max-width: 400px){.chat-body .bot-message svg{width:30px;height:30px;padding:5px}.chat-body .message{gap:8px}.chat-body .bot-message .bot-logo{width:30px;height:30px;padding:1px}}@media (max-width: 400px){.chat-body .message .message-text{max-width:85%;padding:10px 12px;font-size:.9rem}}.chat-body .bot-message .message-text{background-color:#fff6f0;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:row-reverse;align-self:flex-end;width:100%;justify-content:flex-end}.chat-body .user-message .message-text{background-color:#f27a1a;color:#fff;border-radius:13px 13px 3px;margin-left:auto}.message-text ul,.message-text ol{margin-left:20px;margin-bottom:10px}.message-text p{margin-bottom:10px}.message-text p:last-child{margin-bottom:0}.message-text strong{font-weight:600}.message-text em{font-style:italic}.message-text code{background-color:#0000001a;padding:2px 4px;border-radius:4px;font-family:monospace}.message-text pre{background-color:#0000001a;padding:10px;border-radius:4px;overflow-x:auto;margin:10px 0}.bot-message .message-text a{color:#f27a1a;text-decoration:underline}.user-message .message-text a{color:#fff;text-decoration:underline}.chat-footer{position:relative;bottom:auto;width:100%;padding:15px 22px 20px;background:#fff;flex-shrink:0;border-top:1px solid #f0f0f0}@media (max-width: 600px){.chat-footer{padding:10px 15px 15px}}.chat-footer .chat-form{display:flex;align-items:center;background:#fff;border-radius:32px;outline:1px solid #FFCCA5;box-shadow:0 0 8px #0000000f;padding:0 6px;position:relative}.chat-form .message-input{height:47px;padding:0 17px 0 10px;border:none;outline:none;font-size:.95rem;background:#fff;align-items:center;flex:1}@media (max-width: 400px){.chat-form .message-input{height:42px;padding:0 12px;font-size:.9rem}}.chat-form .send-button{height:35px;width:35px;flex-shrink:0;border:none;display:none;cursor:pointer;border-radius:50%;font-size:1.15rem;color:#fff;margin-right:6px;background:#f27a1a;transition:.2s ease}.chat-form .send-button:hover{background:#e26200}.chat-form .message-input:valid~.send-button{display:block}.input-language-selector{display:none}.chat-form .lang-button-in-form{margin-left:8px;margin-right:4px;width:30px;height:30px;min-width:30px;flex-shrink:0}.chat-form .lang-button-in-form img{width:18px;height:18px}.language-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.input-language-selector{margin-bottom:6px;display:flex;justify-content:flex-end;padding-right:5px;position:absolute;right:10px;top:15px;z-index:10}.language-toggle-container{display:flex;align-items:center;gap:4px}.language-label{font-size:.75rem;color:#888;transition:color .3s}.language-label.active{color:#f27a1a;font-weight:600}.toggle-switch{position:relative;display:inline-block;width:36px;height:18px;margin:0 3px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffe0cc;transition:.3s;border-radius:18px;border:1px solid #FFCCA5}.slider:before{position:absolute;content:"";height:12px;width:12px;left:3px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 1px 2px #0000001a}input:checked+.slider{background-color:#f27a1a}input:focus+.slider{box-shadow:0 0 1px #f27a1a}input:checked+.slider:before{transform:translate(16px)}.language-toggle-btn{display:none}.goog-te-menu-value{color:#f27a1a!important}.goog-te-banner-frame{display:none!important}.goog-menu{z-index:2000!important}.goog-menuitem{padding:5px 10px!important;font-family:Inter,sans-serif!important}.goog-menuitem-highlight,.goog-menuitem-hover{background-color:#fff6f0!important}.transliteration-preview{padding:8px 12px;margin-bottom:8px;background-color:#fff6f0;border-radius:8px;border:1px solid #ffe0cc;font-size:1rem;color:#f27a1a;overflow:hidden;text-overflow:ellipsis;max-width:100%;min-height:24px;white-space:normal;word-wrap:break-word;font-weight:500;line-height:1.4}@media (max-width: 400px){.transliteration-preview{padding:6px 10px;font-size:.9rem}}.faq-section{margin-top:15px;border-top:1px solid rgba(242,122,26,.2);padding-top:10px}.faq-title{font-weight:600;color:#f27a1a;margin-bottom:8px;font-size:.95rem}.faq-list{list-style:none;padding:0;margin:0}.faq-item{background-color:#fff;border:1px solid #ffcca5;border-radius:8px;padding:10px 12px;margin-bottom:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease;color:#333}@media (max-width: 400px){.faq-item{padding:8px 10px;font-size:.85rem}}.faq-item:hover{background-color:#fff6f0;border-color:#f27a1a;transform:translateY(-1px)}.faq-item:active{transform:translateY(0);background-color:#ffe0cc}.disclosure-text{font-size:.7rem;color:#999;text-align:center;padding:5px 0 0;margin-top:5px}.disclosure-text a{color:#f27a1a;text-decoration:none}.disclosure-text a:hover{text-decoration:underline}.language-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#f27a1a;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease;padding:0;overflow:hidden;box-shadow:0 2px 4px #0000001a}.language-button:hover{transform:scale(1.05);background-color:#e26200}.language-button:active{transform:scale(.95)}.language-button img{width:24px;height:24px;object-fit:contain}.language-toggle-container{display:flex;align-items:center;justify-content:flex-start}@media (pointer: coarse){.chat-form button{height:42px;width:42px;margin-right:5px}.language-button{width:36px;height:36px}.faq-item{padding:12px}}.spinner-container{display:flex;align-items:center;gap:10px;padding:1px 0}.spinner{display:flex;align-items:center;justify-content:center}.spinner-circle{width:20px;height:20px;border:3px solid rgba(242,122,26,.3);border-top-color:#f27a1a;border-radius:50%;animation:spinner-rotation .8s infinite linear}.thinking-text{color:#333;font-weight:500}@keyframes spinner-rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.chatbot-popup{width:450px;max-width:90vw}}.transliteration-suggestions{margin-bottom:8px;background-color:#f8f8f8;border-radius:8px;border:1px solid #ffe0cc;box-shadow:0 2px 6px #00000014;overflow:hidden;position:relative;padding:6px 4px}.suggestions-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;white-space:nowrap;gap:6px;scrollbar-width:none;-ms-overflow-style:none;padding:2px}.suggestions-list::-webkit-scrollbar{display:none}.suggestion-item{padding:6px 12px;background-color:#fff;border:1px solid #ffe0cc;border-radius:16px;font-size:.85rem;color:#333;cursor:pointer;transition:all .15s ease;text-align:center;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.suggestion-item:hover,.suggestion-item:focus{background-color:#fff6f0;border-color:#f27a1a;transform:translateY(-1px)}.suggestion-item:active{transform:translateY(0);background-color:#ffe0cc}.suggestion-loading{display:flex;justify-content:center;align-items:center;height:32px;gap:6px;width:100%}.suggestion-loading-dot{width:6px;height:6px;background-color:#f27a1a;border-radius:50%;opacity:.6;animation:dot-pulse 1.5s infinite ease-in-out}.suggestion-loading-dot:nth-child(2){animation-delay:.5s}.suggestion-loading-dot:nth-child(3){animation-delay:1s}@keyframes dot-pulse{0%,to{transform:scale(.8);opacity:.6}50%{transform:scale(1.2);opacity:1}}@media (max-width: 600px){.transliteration-suggestions{margin-bottom:6px;padding:4px 2px}.suggestion-item{padding:4px 10px;font-size:.8rem;border-radius:14px}}.reset-chat-button{display:none}.new-chat-button{display:flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border:none;cursor:pointer;outline:none;color:#fff;background-color:#fff3;border-radius:16px;transition:all .2s ease;margin-left:8px;flex-shrink:0}.new-chat-button:hover{background-color:#ffffff4d}.new-chat-button .material-symbols-rounded{font-size:20px}.new-chat-text{font-size:14px;font-weight:500;white-space:nowrap}.chat-header .close-button{height:34px;width:34px;flex-shrink:0;margin-right:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-header button.material-symbols-rounded{margin-right:0}.feedback-form-button{display:flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 60px;border:none;cursor:pointer;outline:none;color:#fff;background-color:#fff3;border-radius:16px;transition:all .2s ease;flex-shrink:0;margin-right:8px}.feedback-form-button:hover{background-color:#ffffff4d}.feedback-form-button .material-symbols-rounded{font-size:20px}.feedback-text{font-size:14px;font-weight:500;white-space:nowrap}.chat-header-buttons{display:flex;align-items:center;gap:20px;flex-shrink:0;margin-left:auto}@media (max-width: 500px){.feedback-text,.new-chat-text{display:none}.feedback-form-button,.new-chat-button{width:34px;height:34px;padding:0;border-radius:50%}.chat-header-buttons{gap:16px}.feedback-form-button{margin-right:6px}.new-chat-button{margin-left:6px}}@media (max-width: 400px){.feedback-form-button,.new-chat-button{height:30px;width:30px}.feedback-form-button .material-symbols-rounded,.new-chat-button .material-symbols-rounded{font-size:18px}.chat-header-buttons{gap:14px}.feedback-form-button{margin-right:4px}.new-chat-button{margin-left:4px}}.chatbot-popup .chat-header{display:flex;align-items:center;justify-content:space-between;padding:15px 28px 15px 22px;background-color:#f27a1a}@media (max-width: 400px){.chatbot-popup .chat-header{padding:15px 16px 15px 12px}}.message-content{display:flex;flex-direction:column;max-width:80%;word-wrap:normal;white-space:normal}.chat-body .message .message-text{padding:12px 16px;font-size:.95rem;display:inline-block;line-height:1.4;overflow-wrap:break-word;text-align:left;width:100%;box-sizing:border-box}.bot-message .message-content{align-items:flex-start}.user-message .message-content{align-items:flex-end;margin-left:auto}@media (max-width: 400px){.message-content{max-width:85%}.chat-body .message .message-text{padding:10px 12px;font-size:.9rem}}.text-feedback-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.text-feedback-popup{background:#fff;border-radius:12px;width:90%;max-width:400px;max-height:80vh;box-shadow:0 10px 30px #0000004d;animation:slideIn .3s ease-out}.text-feedback-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.text-feedback-header h3{margin:0;color:#333;font-size:1.1rem;font-weight:600}.text-feedback-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.text-feedback-close:hover{background-color:#f0f0f0;color:#333}.text-feedback-form{padding:20px}.text-feedback-textarea{width:100%;border:2px solid #e0e0e0;border-radius:8px;padding:12px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease;box-sizing:border-box}.text-feedback-textarea:focus{outline:none;border-color:#f27a1a}.text-feedback-textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.text-feedback-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.character-count{font-size:.8rem;color:#666}.action-buttons{display:flex;gap:12px}.cancel-btn,.submit-btn{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.text-feedback-popup{width:95%;margin:20px}.text-feedback-form{padding:16px}.text-feedback-header{padding:12px 16px}.text-feedback-textarea{min-height:80px}.action-buttons{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%;padding:10px}}.feedback-buttons{display:flex;gap:8px;margin-top:8px;align-items:center}.feedback-btn{background:#f8f9fa;border:2px solid #e9ecef;cursor:pointer;padding:6px;border-radius:50%;font-size:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;outline:none}.feedback-btn:hover{background-color:#e9ecef;transform:scale(1.05);border-color:#dee2e6}.feedback-btn:active{transform:scale(.95)}.feedback-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.text-feedback-btn{background:#fff6f0;border-color:#ffe0cc}.text-feedback-btn:hover{background-color:#ffe0cc;border-color:#f27a1a}.feedback-btn.active.thumbs-up{background-color:#22c55e!important;border:3px solid #16a34a!important;color:#fff!important;transform:scale(1.1)!important;box-shadow:0 0 15px #22c55e99!important}.feedback-btn.active.thumbs-up:hover{background-color:#16a34a!important;transform:scale(1.1)!important}.feedback-btn.active.thumbs-down{background-color:#22c55e!important;border:3px solid #16a34a!important;color:#fff!important;transform:scale(1.1)!important;box-shadow:0 0 15px #22c55e99!important}.feedback-btn.active.thumbs-down:hover{background-color:#16a34a!important;transform:scale(1.1)!important}.feedback-btn.active{background-color:#22c55e!important;border:3px solid #16a34a!important;color:#fff!important;transform:scale(1.1)!important;box-shadow:0 0 15px #22c55e99!important}.feedback-btn.active:hover{background-color:#16a34a!important}@media (max-width: 400px){.feedback-buttons{gap:6px;margin-top:6px}.feedback-btn{width:32px;height:32px;font-size:14px}}.feedback-btn.submitting{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.feedback-btn.active{animation:selected-bounce .6s ease-out}@keyframes selected-bounce{0%{transform:scale(1);box-shadow:0 0 #22c55ecc}50%{transform:scale(1.3);box-shadow:0 0 0 10px #22c55e66}to{transform:scale(1.1);box-shadow:0 0 15px #22c55e99}}.user-feedback-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.user-feedback-popup{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;box-shadow:0 10px 30px #0000004d;animation:slideIn .3s ease-out;overflow:hidden}.user-feedback-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background-color:#f27a1a;color:#fff}.user-feedback-header h3{margin:0;font-size:1.2rem;font-weight:600}.user-feedback-close{background:none;border:none;font-size:28px;cursor:pointer;color:#fff;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.user-feedback-close:hover:not(:disabled){background-color:#fff3}.user-feedback-close:disabled{opacity:.6;cursor:not-allowed}.user-feedback-form{overflow-y:auto;max-height:calc(90vh - 80px)}.feedback-content{padding:24px}.feedback-intro{margin-bottom:24px;color:#666;font-size:.95rem;line-height:1.4}.rating-section{margin-bottom:24px}.rating-question{margin-bottom:20px}.rating-label{display:block;margin-bottom:12px;font-weight:500;color:#333;font-size:.9rem;line-height:1.4}.rating-scale{display:flex;gap:8px;margin-bottom:8px}.rating-btn{width:40px;height:40px;border:2px solid #e0e0e0;background:#fff;border-radius:50%;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1}.rating-btn:hover:not(:disabled){border-color:#f27a1a;background-color:#fff6f0}.rating-btn.active{background-color:#f27a1a;border-color:#f27a1a;color:#fff}.rating-btn:disabled{opacity:.6;cursor:not-allowed}.rating-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#999;margin-top:4px}.scale-label{font-size:.75rem}.text-section{margin-bottom:24px}.text-question{margin-bottom:20px}.text-label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:.9rem;line-height:1.4}.feedback-textarea{width:100%;border:2px solid #e0e0e0;border-radius:8px;padding:12px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease;box-sizing:border-box}.feedback-textarea:focus{outline:none;border-color:#f27a1a}.feedback-textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.feedback-textarea::placeholder{color:#999}.char-count{font-size:.75rem;color:#999;margin-top:4px;display:block;text-align:right}.feedback-actions{padding:20px 24px;border-top:1px solid #e0e0e0;background-color:#f8f9fa}.status-message{margin-bottom:16px;padding:12px 16px;border-radius:6px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.action-buttons{display:flex;gap:12px;justify-content:flex-end}.cancel-btn,.submit-btn{padding:10px 20px;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500}.cancel-btn{background-color:#f5f5f5;color:#666}.cancel-btn:hover:not(:disabled){background-color:#e0e0e0}.submit-btn{background-color:#f27a1a;color:#fff}.submit-btn:hover:not(:disabled){background-color:#e26200}.submit-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 600px){.user-feedback-popup{width:95%;max-height:95vh}.feedback-content{padding:20px}.user-feedback-header{padding:16px 20px}.rating-scale{gap:6px}.rating-btn{width:36px;height:36px;font-size:.85rem}.feedback-actions{padding:16px 20px}.action-buttons{flex-direction:column;gap:8px}.cancel-btn,.submit-btn{width:100%;padding:12px}}@media (max-width: 400px){.rating-scale{gap:4px}.rating-btn{width:32px;height:32px;font-size:.8rem}.feedback-intro,.rating-label,.text-label,.feedback-textarea{font-size:.85rem}}
