.admin-chat-trigger{z-index:9999;cursor:pointer;color:#fff;background:linear-gradient(145deg,#00244d 0%,#00152d 100%);border:none;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-radius .3s;animation:3.5s ease-in-out infinite chatPulse;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 30px #00152d66,0 2px 8px #00152d33,inset 0 1px #ffffff14}.admin-chat-trigger:hover{transform:scale(1.07)translateY(-2px);box-shadow:0 14px 36px #00152d80,0 0 0 5px #ffd53b26}.admin-chat-trigger.open{background:linear-gradient(145deg,#1a1a2e 0%,#16213e 100%);border-radius:28px;animation:none;transform:scale(.88)}@keyframes chatPulse{0%,to{box-shadow:0 8px 30px #00152d66,0 0 #ffd53b40}50%{box-shadow:0 8px 30px #00152d66,0 0 0 10px #ffd53b00}}.admin-chat-badge{color:#00152d;background:#ffd53b;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:800;animation:.35s cubic-bezier(.34,1.56,.64,1) badgePop;display:flex;position:absolute;top:-5px;right:-5px}@keyframes badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.admin-chat-panel{z-index:9998;transform-origin:100% 100%;background:#fff;border:1px solid #00152d14;border-radius:26px;flex-direction:column;width:390px;height:620px;max-height:calc(100vh - 125px);display:flex;position:fixed;bottom:100px;right:28px;overflow:hidden;box-shadow:0 30px 90px #00152d2e,0 8px 32px #00152d1a,0 0 0 1px #ffd53b0f}.admin-chat-panel-enter{animation:.38s cubic-bezier(.34,1.56,.64,1) forwards panelIn}.admin-chat-panel-exit{animation:.22s cubic-bezier(.55,0,1,.45) forwards panelOut}@keyframes panelIn{0%{opacity:0;transform:scale(.82)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes panelOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.88)translateY(12px)}}.admin-chat-panel:before{content:"";z-index:10;background:linear-gradient(90deg,#ffd53b 0%,#ffc107 50%,#ffd53b 100%) 0 0/200% 100%;border-radius:26px 26px 0 0;height:3px;animation:3s linear infinite shimmerBar;position:absolute;top:0;left:0;right:0}@keyframes shimmerBar{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-view-container{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-header{background:#fff;border-bottom:1px solid #00152d0f;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.chat-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;padding:8px;transition:all .18s;display:flex}.chat-icon-btn:hover{background:#00152d0f;transform:scale(1.05)}.chat-search{background:#f8fafc;border:1.5px solid #e8edf3;border-radius:14px;align-items:center;gap:10px;margin:0 16px 12px;padding:10px 14px;transition:border-color .2s;display:flex}.chat-search:focus-within{background:#fffef7;border-color:#ffd53b;box-shadow:0 0 0 3px #ffd53b1f}.chat-search input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:13.5px;font-weight:600}.chat-search input::placeholder{color:#94a3b8;font-weight:500}.chat-list-item{cursor:pointer;border-radius:0;align-items:center;gap:12px;padding:11px 18px;transition:background .18s,transform .15s;display:flex}.chat-list-item:hover{background:linear-gradient(90deg,#00152d08 0%,#ffd53b0a 100%)}.chat-list-item:active{background:#00152d0f}.chat-avatar{letter-spacing:-.5px;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:900;transition:transform .2s;display:flex}.chat-list-item:hover .chat-avatar{transform:scale(1.05)}.chat-list-info{flex-direction:column;flex:1;min-width:0;display:flex}.chat-unread-badge{color:#00152d;background:#ffd53b;border-radius:10px;flex-shrink:0;padding:2px 7px;font-size:9px;font-weight:900;box-shadow:0 2px 6px #ffd53b80}.chat-action-banner{cursor:pointer;background:linear-gradient(135deg,#ffd53b14 0%,#ffd53b08 100%);border:1.5px solid #ffd53b4d;border-radius:16px;align-items:center;gap:12px;margin:10px 16px;padding:13px 16px;transition:all .2s;display:flex}.chat-action-banner:hover{background:linear-gradient(135deg,#ffd53b29 0%,#ffd53b0f 100%);border-color:#ffd53b;transform:translateY(-1px);box-shadow:0 4px 12px #ffd53b33}.chat-section-label{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;padding:8px 18px 4px;font-size:9.5px;font-weight:900}.chat-messages{background-color:#f8fafc;background-image:radial-gradient(circle at 10% 20%,#ffd53b0a 0%,#0000 50%),radial-gradient(circle at 90% 80%,#00152d08 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;flex:1;gap:12px;padding:16px 14px;display:flex;overflow-y:auto}.chat-bubble{word-break:break-word;max-width:100%;line-height:1.5}.chat-message-time{color:#94a3b8;margin:3px 4px 0;font-size:9px;font-weight:600}.chat-input-row{background:#fff;border-top:1px solid #00152d0f;align-items:center;gap:10px;padding:12px 14px 14px;display:flex}.chat-input-field{color:#0f172a;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:14px;outline:none;flex:1;padding:10px 16px;font-size:13.5px;font-weight:500;transition:all .2s}.chat-input-field:focus{background:#fffef7;border-color:#ffd53b;box-shadow:0 0 0 3px #ffd53b1f}.chat-input-field::placeholder{color:#94a3b8}.chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00244d 0%,#00152d 100%);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 14px #00152d4d}.chat-send-btn:hover:not(:disabled){transform:scale(1.08)translateY(-1px);box-shadow:0 6px 18px #00152d66}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-attach-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.chat-attach-btn:hover{color:#00152d;background:#ffd53b14;border-color:#ffd53b}.chat-attach-btn.active{color:#ffd53b;background:#00152d;border-color:#00152d;box-shadow:0 4px 12px #00152d4d}.chat-context-panel{background:#fff;border-top:1px solid #00152d0f;animation:.28s cubic-bezier(.34,1.56,.64,1) slideUp}.chat-context-header{background:linear-gradient(90deg,#00152d05 0%,#ffd53b0a 100%);border-bottom:1px solid #00152d0d;justify-content:space-between;align-items:center;padding:10px 16px 8px;display:flex}.chat-context-tabs{border-bottom:1px solid #00152d0d;gap:6px;padding:8px 12px;display:flex;overflow-x:auto}.chat-context-tabs::-webkit-scrollbar{display:none}.chat-context-tab{white-space:nowrap;cursor:pointer;color:#64748b;background:#f1f5f9;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .18s;display:flex}.chat-context-tab:hover{color:#00152d;background:#e2e8f0}.chat-context-tab.active{color:#ffd53b;background:#00152d;border-color:#00152d;box-shadow:0 3px 10px #00152d40}.chat-context-list{max-height:190px;padding:6px 8px;overflow-y:auto}.chat-context-list::-webkit-scrollbar{width:3px}.chat-context-list::-webkit-scrollbar-track{background:0 0}.chat-context-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.chat-context-item{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;transition:background .15s;display:flex}.chat-context-item:hover{background:#f8fafc}.chat-context-item:hover .chat-context-send-btn{opacity:1}.chat-context-send-btn{opacity:0;text-transform:uppercase;letter-spacing:.08em;color:#ffd53b;cursor:pointer;background:#00152d;border:none;border-radius:8px;flex-shrink:0;padding:4px 10px;font-size:9px;font-weight:900;transition:all .15s}.chat-context-send-btn:hover{background:#001f40;transform:scale(1.04)}.chat-divider{background:linear-gradient(90deg,#0000,#00152d14,#0000);height:1px;margin:4px 16px}.animate-fade-in{animation:.28s fadeIn}.animate-slide-up{animation:.32s cubic-bezier(.34,1.56,.64,1) slideUp}@keyframes fadeIn{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.chat-empty-state{color:#cbd5e1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:32px;display:flex}
