@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:100;src:url(/assets/material-symbols-rounded-latin-100-normal-kuQet6Me.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-100-normal-NtzBTZBo.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:200;src:url(/assets/material-symbols-rounded-latin-200-normal-BlvLaqOc.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-200-normal-C0He3NY1.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/material-symbols-rounded-latin-300-normal-Dyb6xWMC.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-300-normal-BhXg1z3Q.woff) format("woff")}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/material-symbols-rounded-latin-400-normal-hqzGWWY4.woff2) format("woff2"),url(/assets/material-symbols-rounded-latin-400-normal-SCvNNdcZ.woff) format("woff")}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--primary: #0066CC;--primary-600:#0057AE;--primary-700:#004C99;--bg-grad-1:#EEF6FF;--bg-grad-2:#DCEBFF;--bot-bubble:#F2F8FF;--border:#C9D8EE;--text-on-primary:#FFFFFF;--shadow: 0 0 128px 0 rgba(0,0,0,.08), 0 32px 64px -48px rgba(0,0,0,.35);--scrollbar:#CFE1FF}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter Variable,Inter,system-ui,sans-serif}body{width:100%;min-height:100vh;background:linear-gradient(var(--bg-grad-1),var(--bg-grad-2))}#chatbot-toggler{position:fixed;bottom:30px;right:35px;border:none;height:56px;width:56px;display:flex;cursor:pointer;border-radius:50%;background:var(--primary);align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;animation:toggler-float 3.2s ease-in-out infinite,toggler-glow 3.2s ease-in-out infinite}#chatbot-toggler:hover{background:var(--primary-600);transform:scale(1.1);box-shadow:0 10px 24px #0066cc73;animation:none}#chatbot-toggler:active{transform:scale(.96)}#chatbot-toggler span{position:absolute;color:var(--text-on-primary);font-size:1.6rem}.container.show-chatbot #chatbot-toggler{transform:rotate(90deg);animation:none}@keyframes toggler-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes toggler-glow{0%,to{box-shadow:0 4px 14px #0066cc59}50%{box-shadow:0 8px 24px #0066cc8c}}#chatbot-toggler span:last-child,.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{position:fixed;opacity:0;pointer-events:none;bottom:90px;right:35px;width:420px;transform:scale(.2);overflow:hidden;background:#fff;border-radius:15px;transform-origin:bottom right;box-shadow:var(--shadow);transition:all .1s ease}.container.show-chatbot .chatbot-popup{opacity:1;transform:scale(1);pointer-events:auto}.chatbot-popup .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:var(--primary)}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info svg{height:46px;width:46px;padding:7px;flex-shrink:0;fill:var(--primary);background:#fff;border-radius:50%}.header-info .logo-text{color:var(--text-on-primary);font-size:1.31rem;font-weight:600}.chat-header button{height:40px;width:40px;border:none;outline:none;color:var(--text-on-primary);cursor:pointer;font-size:1.9rem;padding-top:2px;border-radius:50%;margin-right:-10px;background:none;transition:.2s}.chat-header button:hover{background:var(--primary-700)}.container.show-chatbot .header-info svg{animation:bot-wake .6s ease-out}@keyframes bot-wake{0%{transform:scale(.4);opacity:0}45%{transform:scale(1.2);opacity:1}60%{transform:scale(.9)}78%{transform:scale(1.06)}to{transform:scale(1);opacity:1}}.lively-bot .bot-face{transform-box:fill-box;transform-origin:50% 85%;animation:bot-sway 4.5s ease-in-out infinite}.lively-bot .bot-eye{transform-box:fill-box;transform-origin:center;animation:bot-blink 4.8s ease-in-out infinite}@keyframes bot-sway{0%,to{transform:rotate(-3.5deg)}50%{transform:rotate(3.5deg)}}@keyframes bot-blink{0%,88%,to{transform:scaleY(1)}92%,95%{transform:scaleY(.12)}}.chat-body{display:flex;flex-direction:column;gap:20px;height:460px;margin-bottom:104px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent;background:linear-gradient(180deg,#FBFDFF 0%,var(--bg-grad-1) 60%,var(--bg-grad-2) 100%)}.chat-body .message{display:flex;gap:11px;align-items:center;animation:msg-in .28s ease-out}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:var(--primary);border-radius:50%}.chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chat-body .bot-message .message-text{background:var(--bot-bubble);border:1px solid var(--border);border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:var(--text-on-primary);background:var(--primary);border-radius:13px 13px 3px}.chat-footer{position:absolute;bottom:0;width:100%;padding:15px 22px 20px;background:var(--bot-bubble);border-top:1px solid var(--border);box-shadow:0 -6px 16px -12px #00000040}.chat-footer .chat-form{display:flex;align-items:center;background:#fff;border-radius:32px;outline:1px solid var(--border);box-shadow:0 0 8px #0000000f}.chat-footer .chat-form:focus-within{outline:2px solid var(--primary)}.chat-form .message-input{border:none;outline:none;width:100%;background:none;height:47px;padding:0 17px;font-size:.95rem}.chat-form button{height:35px;width:35px;border:none;display:none;outline:none;cursor:pointer;font-size:1.15rem;color:#fff;flex-shrink:0;margin-right:6px;border-radius:50%;background:var(--primary);transition:.2s}.chat-form button:hover{background:var(--primary-600)}.chat-form .message-input:valid~button{display:block}.chat-form.is-loading{outline-color:var(--border)}.chat-form .message-input:disabled{cursor:not-allowed;color:#9bb0cf}.chat-form button:disabled{background:var(--border);cursor:not-allowed}.chat-disclaimer{margin-top:9px;text-align:center;font-size:.66rem;line-height:1.35;color:#5e7290;letter-spacing:.1px;padding:0 8px}.chat-disclaimer a{color:var(--primary);text-decoration:none}.chat-disclaimer a:hover{text-decoration:underline}.typing-indicator{display:inline-flex;align-items:center;gap:5px;padding:3px 2px}.typing-indicator span{width:7px;height:7px;border-radius:50%;background:var(--primary);opacity:.4;animation:typing-bounce 1.3s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.18s}.typing-indicator span:nth-child(3){animation-delay:.36s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}@media (prefers-reduced-motion: reduce){#chatbot-toggler,.container.show-chatbot .header-info svg,.lively-bot .bot-face,.lively-bot .bot-eye,.chat-body .message,.typing-indicator span{animation:none!important}}@media (max-width:520px){#chatbot-toggler{right:20px;bottom:20px}.chatbot-popup{top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;border-radius:0;display:flex;flex-direction:column}.chatbot-popup .chat-header{padding:12px 15px;flex:0 0 auto}.chat-body{flex:1 1 auto;height:auto;margin-bottom:0;padding:20px 15px}.chat-footer{position:static;padding:10px 15px 14px;flex:0 0 auto}.chat-form .message-input{font-size:16px;height:44px}.scroll-down-btn{bottom:104px}}.header-actions{display:flex;align-items:center;gap:2px;margin-right:-6px}.header-actions button{margin-right:0}.bot-avatar-wrap{position:relative;display:inline-flex}.bot-avatar-wrap .online-dot{position:absolute;right:1px;bottom:1px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid var(--primary);box-sizing:border-box}.chat-body .message-text a{color:var(--primary);text-decoration:underline}.chat-body .user-message .message-text a{color:#fff}.chat-body .bot-message.no-avatar .message-text{margin-left:46px}.chat-form.is-loading button{display:block}.chat-form .stop-btn{background:#64748b}.chat-form .stop-btn:hover{background:#51606f}.scroll-down-btn{position:absolute;right:18px;bottom:108px;z-index:3;width:34px;height:34px;border:none;border-radius:50%;cursor:pointer;background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 3px 12px #0003;transition:transform .15s ease}.scroll-down-btn:hover{transform:translateY(2px)}body.is-embed{background:transparent!important;overflow:hidden!important}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}
