.app-footer{text-align:center;color:#4b5563;box-sizing:border-box;background:0 0;width:100%;margin-top:12px;padding:14px 10px;font-size:13px;line-height:1.4}.admin-chat-page{background:#eef1f5;flex-direction:column;min-height:100vh;display:flex}.admin-chat-content{flex:1;padding:18px}.admin-chat-container{background:#fff;border-radius:18px;grid-template-columns:340px 1fr;height:100%;min-height:calc(100vh - 110px);display:grid;overflow:hidden;box-shadow:0 14px 35px #0f172a1f}.admin-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;min-height:0;display:flex}.conversation-list{flex:1;min-height:0;overflow-y:auto}.conversation-item{cursor:pointer;border-bottom:1px solid #edf2f7;padding:14px 16px;transition:background-color .25s,transform .2s}.conversation-item.active{background:#dbeafe;border-left:4px solid #2563eb;padding-left:12px}.conversation-item.highlight{background:#fff7ed;animation:1.2s ease-in-out 2 pulseHighlight}@keyframes pulseHighlight{0%{background:#ffedd5}50%{background:#fed7aa}to{background:#fff7ed}}.conversation-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.conversation-top strong{color:#0f172a;font-size:15px}.new-badge{color:#fff;background:#f97316;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.admin-chat-detail{background:linear-gradient(#ffffffeb,#ffffffeb),radial-gradient(circle at 0 0,#dbeafe 0,#0000 30%),radial-gradient(circle at 100% 100%,#e0f2fe 0,#0000 30%);flex-direction:column;min-height:0;display:flex}.admin-detail-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:16px 20px}.admin-detail-header-content{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-detail-header-content h2{color:#0f172a;margin:0;font-size:22px;font-weight:700}.admin-logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;flex-shrink:0;padding:10px 14px;font-size:14px;font-weight:600;transition:background .2s}.admin-logout-btn:hover{background:#dc2626}.admin-messages{flex-direction:column;flex:1;gap:14px;min-height:0;padding:24px 22px;display:flex;overflow-y:auto}.admin-message{word-break:break-word;border-radius:16px;max-width:72%;padding:12px 14px;box-shadow:0 4px 14px #0f172a0f}.admin-message.user{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-bottom-right-radius:4px;align-self:flex-end}.admin-message.bot{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.admin-message-sender{opacity:.9;margin-bottom:5px;font-size:11px;font-weight:700}.admin-message-text{font-size:15px;line-height:1.5}.admin-loading{color:#64748b;padding:20px}.conversation-list::-webkit-scrollbar{width:8px}.admin-messages::-webkit-scrollbar{width:8px}.conversation-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.admin-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.conversation-list::-webkit-scrollbar-track{background:0 0}.admin-messages::-webkit-scrollbar-track{background:0 0}@media (width<=768px){.admin-chat-page{padding:0}.admin-chat-content{padding:10px}.admin-chat-container{border-radius:14px;grid-template-columns:1fr;min-height:calc(100vh - 90px)}.admin-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;min-height:260px;max-height:300px}.conversation-list{max-height:240px;overflow-y:auto}.admin-detail-header{padding:14px 16px}.admin-detail-header-content{flex-direction:column;align-items:stretch;gap:10px}.admin-detail-header-content h2{font-size:18px}.admin-logout-btn{width:100%;height:42px}.admin-messages{gap:10px;padding:14px}.admin-message{max-width:90%;padding:10px 12px;font-size:14px}.admin-message-sender{font-size:11px}.new-badge{min-width:20px;height:20px;font-size:10px}}@media (width<=480px){.admin-chat-content{padding:8px}.admin-chat-container{border-radius:12px}.conversation-item{padding:10px 12px}.admin-messages{padding:12px}.admin-message{max-width:94%}.admin-message-text{font-size:13px}.admin-detail-header-content h2{font-size:16px}.admin-logout-btn{height:40px;font-size:13px}}.conversation-last-message{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:12px;overflow:hidden}.admin-login-page{background:linear-gradient(135deg,#1e3a8a,#2563eb);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-card{background:#fff;border-radius:18px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 16px 40px #0003}.admin-login-header{text-align:center;padding:28px 24px 18px}.admin-login-header h1{color:#0f172a;margin-bottom:8px;font-size:20px;line-height:1.2}.admin-login-header p{color:#64748b;font-size:14px}.admin-login-form{padding:0 24px 28px}.admin-form-group{margin-bottom:16px}.admin-form-group label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.admin-form-group input{border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:46px;padding:0 14px;font-size:15px}.admin-form-group input:focus{border-color:#2563eb}.admin-login-error{color:#b91c1c;background:#fee2e2;border-radius:10px;margin-bottom:14px;padding:12px 14px;font-size:14px}.admin-login-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;height:46px;font-size:15px;font-weight:700}.admin-login-btn:disabled{opacity:.7;cursor:not-allowed}.admin-login-page{background:linear-gradient(135deg,#1e3a8a,#2563eb);flex-direction:column;min-height:100vh;display:flex}.admin-login-content{flex:1;justify-content:center;align-items:center;padding:20px;display:flex}*{box-sizing:border-box;margin:0;padding:0}body{background:#f3f4f6;font-family:Arial,sans-serif}#app{min-height:100vh}.chat-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.chat-card{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:700px;height:85vh;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001f}.chat-header{color:#fff;background:#2563eb;padding:20px}.chat-header h1{margin-bottom:6px;font-size:24px}.chat-header p{opacity:.9;font-size:14px}.chat-messages{background:#f9fafb;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.message{border-radius:14px;max-width:75%;padding:12px 14px;font-size:15px;line-height:1.4}.message.user{color:#fff;background:#2563eb;border-bottom-right-radius:4px;align-self:flex-end}.message.bot{color:#111827;background:#e5e7eb;border-bottom-left-radius:4px;align-self:flex-start}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;gap:10px;padding:16px;display:flex}.chat-input-area input{border:1px solid #d1d5db;border-radius:10px;outline:none;flex:1;height:44px;padding:0 14px;font-size:15px}.chat-input-area button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;height:44px;padding:0 18px;font-size:15px;font-weight:600}.chat-input-area button:hover{background:#1d4ed8}.admin-chat-page{background:#f3f4f6;min-height:100vh;padding:20px}.admin-chat-container{background:#fff;border-radius:16px;grid-template-columns:320px 1fr;height:calc(100vh - 40px);display:grid;overflow:hidden;box-shadow:0 10px 30px #0000001f}.admin-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;display:flex}.admin-sidebar-header{color:#fff;background:#2563eb;padding:18px}.conversation-list{flex:1;overflow-y:auto}.conversation-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:14px 16px}.conversation-item:hover{background:#f8fafc}.conversation-item.active{background:#dbeafe}.conversation-top{margin-bottom:6px}.conversation-session{color:#475569;word-break:break-all;margin-bottom:4px;font-size:13px}.conversation-meta{color:#64748b;font-size:12px}.quick-options{flex-direction:column;gap:10px;margin-bottom:10px;padding:12px 20px 0;display:flex}.option-btn{color:#2563eb;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4ff;border-radius:14px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #2563eb14}.option-btn:hover{background:#eff6ff;border-color:#93c5fd}@media (width<=768px){.admin-chat-page{padding:10px}.admin-chat-container{border-radius:14px;grid-template-columns:1fr;height:auto;min-height:calc(100vh - 20px)}.admin-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;min-height:260px;max-height:300px}.admin-sidebar-header{padding:14px 16px}.admin-sidebar-header h2{font-size:1.05rem}.conversation-list{max-height:240px;overflow-y:auto}.conversation-item{padding:12px 14px}.conversation-session{font-size:12px}.conversation-meta{font-size:11px}.admin-chat-detail{min-height:420px}.admin-detail-header{padding:14px 16px}.admin-detail-header-content{flex-direction:column;align-items:stretch;gap:10px;display:flex}.admin-detail-header-content h2{margin:0;font-size:1rem}.admin-logout-btn{width:100%;height:42px;font-size:14px}.admin-messages{gap:10px;padding:14px}.admin-message{max-width:90%;padding:10px 12px;font-size:14px}.admin-message-sender{font-size:11px}.new-badge{min-width:20px;height:20px;padding:0 6px;font-size:10px}.admin-login-header h1{font-size:17px}.admin-login-header p{font-size:13px}.chat-page{min-height:100vh;padding:10px}.chat-content{flex:1;align-items:stretch;width:100%;padding:0}.chat-card{border-radius:14px;width:100%;max-width:100%;height:calc(100vh - 20px)}.chat-messages{gap:10px;padding:14px}.chat-header h1{font-size:18px}.chat-header p{font-size:13px}.message{word-break:break-word;max-width:90%;padding:10px 12px;font-size:14px}.chat-input-area{flex-direction:column;gap:8px;padding:12px}.chat-input-area input{width:100%;min-width:0}.chat-input-area button{width:100%;height:42px}}@media (width<=480px){.admin-chat-page{padding:8px}.admin-chat-container{border-radius:12px;min-height:calc(100vh - 16px)}.admin-sidebar-header,.admin-detail-header{padding:12px}.conversation-item{padding:10px 12px}.admin-messages{padding:12px}.admin-message{max-width:94%;font-size:13px}.admin-logout-btn{height:40px;font-size:13px}.admin-login-header h1{font-size:16px}.chat-page{padding:6px}.chat-card{border-radius:10px;height:100vh}.chat-header{padding:14px 12px}.chat-header h1{font-size:16px}.chat-header p{font-size:12px}.chat-messages{padding:10px}.message{max-width:92%;padding:8px 10px;font-size:13px}.chat-input-area{gap:6px;padding:10px}.chat-input-area input,.chat-input-area button{height:38px;font-size:13px}}
