.chat-widget-container{display:flex;flex-direction:column;width:100%;height:100%;background:#fff;border-radius:14px;box-shadow:0 4px 20px #00000014;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;border:1px solid #e0e0e0}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#ed1c24;color:#fff;flex-shrink:0}.chat-header-content{flex:1}.chat-title{margin:0;font-size:18px;font-weight:600;line-height:1.2}.chat-subtitle{margin:4px 0 0;font-size:12px;opacity:.9}.chat-toggle-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.chat-toggle-btn:hover{background:#ffffff4d;transform:scale(1.1)}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;background:#f5f5f5}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#999}.chat-welcome h3{margin:0 0 8px;font-size:16px;color:#333}.chat-welcome p{margin:0;font-size:13px;line-height:1.5}.chat-message{display:flex;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-message-content{max-width:75%}.chat-bubble{padding:10px 14px;border-radius:12px;word-wrap:break-word;font-size:14px;line-height:1.5}.user-bubble{background:#ed1c24;color:#fff;border-radius:14px 14px 4px}.assistant-bubble{background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:12px 12px 12px 4px;box-shadow:0 1px 3px #0000001a}.chat-text{margin:0 0 8px;line-height:1.6}.chat-text:last-child{margin-bottom:0}.chat-text:empty{margin:0;height:8px}.chat-list-item{padding-left:8px;margin-bottom:6px}.assistant-bubble strong{font-weight:600;color:#1a1a2e}.chat-link{color:#ed1c24;text-decoration:none;font-weight:600;cursor:pointer;transition:color .2s}.chat-link:hover{color:#c41920;text-decoration:underline}.message-confidence{display:block;font-size:11px;color:#999;margin-top:4px}.chat-error{padding:10px 14px;background:#fee;color:#c33;border-radius:8px;font-size:13px}.chat-error p{margin:0}.loading{display:flex;align-items:center;justify-content:center;min-height:30px}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#ed1c24;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-input-form{padding:16px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:8px}.chat-input-container{display:flex;gap:8px;align-items:center}.chat-input{flex:1;border:1px solid #ddd;border-radius:24px;padding:10px 16px;font-size:14px;outline:none;transition:all .2s;font-family:inherit}.chat-input:focus{border-color:#ed1c24;box-shadow:0 0 0 3px #ed1c241a}.chat-input:disabled{background:#f5f5f5;cursor:not-allowed}.chat-send-btn{width:38px;height:38px;border:none;border-radius:10px;background:#ed1c24;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.chat-send-btn:hover:not(:disabled){background:#c41920;transform:scale(1.05)}.chat-send-btn:disabled{background:#ccc;cursor:not-allowed}.chat-clear-btn{padding:8px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;font-size:12px;color:#666;cursor:pointer;transition:all .2s;font-family:inherit}.chat-clear-btn:hover{background:#efefef;color:#333}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:768px){.chat-widget-container{border-radius:0;height:100%;border:none;box-shadow:none}.chat-header{border-radius:0;padding:16px 18px;padding-top:env(safe-area-inset-top,16px)}.chat-messages{padding:16px}.chat-input-form{padding:12px 16px;padding-bottom:env(safe-area-inset-bottom,12px)}.chat-toggle-btn{display:none}}@media(max-width:480px){.chat-widget-container{max-width:100%;height:100%;border-radius:0}.chat-message-content{max-width:85%}.chat-title{font-size:16px}.chat-subtitle{font-size:11px}.chat-header{padding:14px 16px;padding-top:calc(env(safe-area-inset-top,0px) + 14px)}.chat-input-form{padding:10px 14px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 10px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;height:100vh;overflow:hidden}#root{height:100vh}.app-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{background:#fff;padding:12px 24px;border-bottom:1px solid #e0e0e0;flex-shrink:0;box-shadow:0 1px 3px #0000000d}.logo-container{display:flex;align-items:center;gap:12px}.logo-icon{width:36px;height:36px}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:16px;font-weight:700;color:#ed1c24}.logo-subtitle{font-size:11px;color:#666}.app-main{display:flex;flex:1;min-height:0;overflow:hidden}.chat-section{flex:1;padding:20px;display:flex;background:#f0f2f5;min-width:0}.info-section{flex:1;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:40px;display:flex;align-items:center;justify-content:center;overflow-y:auto}.info-content{max-width:400px}.info-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}.info-title .highlight{color:#ed1c24}.info-description{font-size:14px;color:#ffffffb3;margin-bottom:28px;line-height:1.6}.features-list{display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:flex-start;gap:14px;padding:14px;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.08);transition:all .2s}.feature-item:hover{background:#ffffff14;border-color:#ed1c24}.feature-icon{font-size:22px;flex-shrink:0}.feature-item h3{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px}.feature-item p{font-size:11px;color:#fff9;line-height:1.4}@media(max-width:1024px){.info-section{padding:24px}.info-title{font-size:24px}}@media(max-width:768px){body{height:100vh;height:100dvh;overflow:hidden}#root,.app-container{height:100vh;height:100dvh}.app-header{display:none}.app-main{flex-direction:column;height:100%}.chat-section{flex:1;padding:0;height:100%}.info-section{display:none}}@media(max-width:480px){.chat-section{padding:0}}
