html,body,#root,#__next{height:100%;margin:0;padding:0;overflow:hidden}.category-buttons{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:16px;display:grid}.category-button-main{cursor:pointer;text-align:center;background:#fff;border:2px solid #e1e5e9;border-radius:12px;flex-direction:column;align-items:center;gap:6px;min-height:80px;padding:16px;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.category-button-main:hover:not(:disabled){background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);border-color:#667eea;transform:translateY(-1px);box-shadow:0 6px 12px #667eea26}.category-button-main:active:not(:disabled){transform:translateY(0)}.category-button-main:disabled{opacity:.6;cursor:not-allowed}.category-button-main .category-icon{margin-bottom:2px;font-size:1.8rem;display:block}.category-button-main .category-name{color:#333;margin:0;font-size:.95rem;font-weight:600}.category-button-main .category-desc{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;line-height:1.3;display:-webkit-box;overflow:hidden}.message-buttons{flex-wrap:wrap;gap:8px;max-width:100%;margin-top:12px;display:flex}.message-button{color:#333;cursor:pointer;text-align:left;word-wrap:break-word;word-break:break-word;white-space:normal;background:#fff;border:2px solid #e1e5e9;border-radius:20px;flex:calc(50% - 4px);align-items:center;max-width:100%;min-height:40px;padding:10px 16px;font-size:.9rem;line-height:1.3;transition:all .2s;display:flex}.message-button:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 8px #667eea33}.message-button:active:not(:disabled){transform:translateY(0)}.message-button:disabled{opacity:.6;cursor:not-allowed;background:#f8f9fa}.message-button:first-child{flex-basis:100%}.message-button.short-text{flex:none;min-width:120px}.back-button-container{margin-top:16px;margin-bottom:8px}.back-button-main{cursor:pointer;color:#495057;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:1px solid #dee2e6;border-radius:25px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.back-button-main:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;transform:translate(-2px)}.back-button-main:active:not(:disabled){transform:translate(0)}.back-button-main:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.category-buttons{grid-template-columns:repeat(2,1fr);gap:8px}.category-button-main{min-height:70px;padding:12px}.category-button-main .category-icon{font-size:1.5rem}.category-button-main .category-name{font-size:.9rem}.category-button-main .category-desc{font-size:.7rem}}@media (max-width:480px){.category-buttons{grid-template-columns:repeat(2,1fr);gap:6px}.category-button-main{min-height:65px;padding:10px}.category-button-main .category-icon{font-size:1.3rem}.category-button-main .category-name{font-size:.85rem}.category-button-main .category-desc{-webkit-line-clamp:1;font-size:.65rem}}@media (max-width:768px){.message-button{min-height:44px;padding:12px 16px;font-size:.95rem}}@media (max-width:480px){.message-buttons{flex-direction:column;gap:10px}.message-button{border-radius:24px;flex:100%;width:100%;min-height:48px;padding:14px 18px;font-size:1rem}.category-button-main{min-height:75px;padding:14px}.category-button-main .category-icon{font-size:1.4rem}.category-button-main .category-name{font-size:.9rem}.category-button-main .category-desc{font-size:.7rem}.back-button-main{border-radius:28px;min-height:44px;padding:14px 22px;font-size:1rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-buttons .message-button{animation:.3s ease-out slideIn}.message-buttons .message-button:first-child{animation-delay:.1s}.message-buttons .message-button:nth-child(2){animation-delay:.15s}.message-buttons .message-button:nth-child(3){animation-delay:.2s}.message-buttons .message-button:nth-child(4){animation-delay:.25s}.message-buttons .message-button:nth-child(5){animation-delay:.3s}.message-buttons .message-button:nth-child(6){animation-delay:.35s}.chatbot{background:#fff;border-radius:12px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.chatbot-header{color:#fff;z-index:100;background:linear-gradient(135deg,#16035d 0%,#670c3a 100%);border-bottom:1px solid #eee;flex-shrink:0;padding:20px;position:sticky;top:0}.chatbot-header-content{align-items:center;gap:15px;display:flex}.chatbot-logo{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:50px;height:50px}.chatbot-header-text h3{margin:0;font-size:1.2rem;font-weight:600}.chatbot-header-text p{opacity:.9;margin:5px 0 0;font-size:.9rem}.chatbot-messages{background:#fafafa;flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px;display:flex;overflow-y:auto}.message{align-items:flex-start;gap:12px;max-width:100%;display:flex}.user-message{flex-direction:row-reverse}.message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.avatar-image{object-fit:cover;width:100%;height:100%}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b258d 0%,#764ba2 100%);font-size:12px;font-weight:600}.message-content{flex:1;min-width:0;max-width:90%}.message-text{color:#333;word-wrap:break-word;background:#fff;border-radius:18px;padding:12px 16px;line-height:1.5;box-shadow:0 1px 2px #0000001a}.user-message .message-text{color:#fff;background:linear-gradient(135deg,#3b258d 0%,#764ba2 100%)}.message-text p{margin:0 0 8px}.message-text p:last-child{margin-bottom:0}.typing-indicator{align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-indicator span{background-color:#ccc;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chatbot-input{z-index:100;background:#fff;border-top:1px solid #eee;flex-shrink:0;margin-bottom:0;padding:15px 20px 10px}.input-container{align-items:flex-end;gap:8px;display:flex}.input-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.message-input{resize:none;background:#f0f2f5;border:2px solid #e1e5e9;border-radius:20px;flex:1;min-height:40px;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s}.message-input:focus{background:#fff;border-color:#667eea;outline:none}.message-input:disabled{cursor:not-allowed;background:#f8f9fa}.send-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#473a76 0%,#7a2d54 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 8px #667eea4d}.send-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{cursor:not-allowed;color:#8696a0;box-shadow:none;background:#e1e5e9}.send-button-mic-wrapper button{color:#667eea;cursor:pointer;background:#fff;border:2px solid #e1e5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.send-button-mic-wrapper button:hover:not(:disabled){background:#f8f9fa;border-color:#667eea;transform:translateY(-1px)}.send-button-mic-wrapper button:disabled{cursor:not-allowed;color:#8696a0;background:#f8f9fa;border-color:#e1e5e9}.send-button-mic-wrapper button.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;animation:1.5s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #667eeab3}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}.send-button-mic-wrapper{flex-shrink:0;width:44px;height:44px}.send-button-mic .flex{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:768px){.chatbot{border-radius:0;height:100%;max-height:100vh}.chatbot-header{z-index:100;padding:15px;position:sticky;top:0}.chatbot-header-content{gap:12px}.chatbot-logo{width:40px;height:40px}.chatbot-header-text h3{font-size:1.1rem}.chatbot-header-text p{margin-top:3px;font-size:.8rem}.chatbot-messages{gap:12px;padding:15px}.message-avatar{width:32px;height:32px}.message-text{border-radius:16px;padding:10px 14px;font-size:14px}.chatbot-input{z-index:100;padding:12px 15px 8px;position:sticky;bottom:0}.input-container{gap:10px}.message-input{border-radius:22px;min-height:48px;padding:12px 15px;font-size:16px}.send-button{width:48px;height:48px}}@media (max-width:480px){.chatbot-header{z-index:100;padding:12px;position:sticky;top:0}.chatbot-logo{width:36px;height:36px}.chatbot-header-text h3{font-size:1rem}.chatbot-header-text p{font-size:.75rem}.chatbot-messages{gap:10px;padding:12px}.message-avatar{width:28px;height:28px}.user-avatar{font-size:10px}.message-text{border-radius:14px;padding:8px 12px;font-size:13px}.chatbot-input{z-index:100;padding:10px 12px 6px;position:sticky;bottom:0}.input-container{gap:8px}.message-input{border-radius:20px;min-height:44px;padding:10px 12px}.send-button{width:44px;height:44px}}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#999}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{color:#2c3e50;margin:16px 0 8px;font-weight:600}.message-text h1{font-size:1.5em}.message-text h2{font-size:1.3em}.message-text h3{font-size:1.1em}.message-text p{margin:8px 0;line-height:1.5}.message-text ul,.message-text ol{margin:8px 0;padding-left:20px}.message-text li{margin:4px 0;line-height:1.5}.message-text ul li{list-style-type:disc}.message-text ol li{list-style-type:decimal}.message-text strong{color:#2c3e50;font-weight:600}.message-text em{color:#555;font-style:italic}.message-text code{color:#e83e8c;background:#f8f9fa;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:.9em}.message-text pre{background:#f8f9fa;border-radius:6px;margin:8px 0;padding:12px;overflow-x:auto}.message-text pre code{color:#333;background:0 0;padding:0}.message-text blockquote{color:#666;border-left:4px solid #667eea;margin:8px 0;padding-left:12px;font-style:italic}.message-text a{color:#667eea!important;pointer-events:auto!important;cursor:pointer!important;z-index:1000!important;text-decoration:none!important;display:inline-block!important;position:relative!important}.message-text a:hover{color:#5a6fd8!important;text-decoration:underline!important}.message-text a:visited{color:#7b5aa6!important}.message-text a:active{color:#4c5fc7!important}@media (min-width:769px){.chatbot{height:100vh;max-height:100vh}.chatbot-header{z-index:100;position:sticky;top:0}.chatbot-input{z-index:100;position:sticky;bottom:0}.chatbot-messages{flex:1;overflow-y:auto}}
.page-container{background-color:#fff;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.chat-wrapper{flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow:hidden}.chat-wrapper>div{width:100%;height:100%}
