.admin-support-view{display:flex;height:100%;gap:20px}.chat-list-panel{width:280px;flex-shrink:0;background-color:#161b22;border-radius:8px;display:flex;flex-direction:column;border:1px solid #30363d}.chat-list-header{padding:20px;font-size:1.2rem;font-weight:600;border-bottom:1px solid #3a4552}.chat-list{list-style:none;padding:10px;margin:0;overflow-y:auto}.chat-list-item{padding:15px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.chat-list-item:hover{background-color:#3a4552}.chat-list-item.active{background-color:#34eed1;color:#121820}.admin-chat-view{flex-grow:1;display:flex;flex-direction:column;background-color:#0d1117;color:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #30363d;border-radius:8px;overflow:hidden}.admin-chat-view__placeholder{display:flex;justify-content:center;align-items:center;height:100%;color:#a0a0a0;font-size:1.1rem}.admin-chat-header{display:flex;align-items:center;padding:1rem;background-color:black;border-bottom:1px solid #30363d;gap:1rem}.admin-chat-header .avatar{width:40px;height:40px;border-radius:50%;background-color:#34eed1;color:#121820;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.admin-chat-header .username{margin:0;font-size:16px;font-weight:600}.admin-chat-messages{flex-grow:1;overflow-y:auto;padding:1rem;background-color:black;display:flex;flex-direction:column;gap:.75rem}.admin-chat-form{display:flex;align-items:center;padding:1rem;background-color:#000000;border-top:1px solid #30363d;gap:10px}.admin-chat-form .admin-chat-input{flex:1 1;width:100%;padding:.75rem 1rem;background-color:#0d1117;border:1px solid #30363d;border-radius:20px;color:white}.admin-chat-form .admin-chat-send-btn{padding:.75rem 1.2rem;background-color:#34eed1;color:#121820;border:none;border-radius:20px;cursor:pointer;font-weight:500}.admin-chat-form .admin-chat-send-btn:disabled{background-color:#424242;cursor:not-allowed}.support-chat-wrapper{display:flex;gap:20px;max-width:600px;margin:0 auto;justify-content:center;flex:1 1;min-height:0}.support-chat-loader{text-align:center;padding:40px;color:#a0a0a0}.user-chat-view{max-width:600px;min-width:0;width:100%;background-color:#0d1117;border:1px solid #30363d;border-radius:8px;display:flex;flex-direction:column;height:550px;color:white;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.user-chat-header{display:flex;align-items:center;padding:1rem;background-color:black;border-bottom:1px solid #30363d;gap:1rem}.user-chat-header .avatar{width:40px;height:40px;border-radius:50%;background-color:#34eed1;color:#121820;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.user-chat-header .username{margin:0;font-size:16px;font-weight:600}.user-chat-messages{flex-grow:1;overflow-y:auto;padding:1rem;background-color:black;display:flex;flex-direction:column;gap:.75rem}.support-chat__disclaimer{text-align:center;padding:8px;background-color:#161b22;font-size:12px;border-radius:5px;color:#8a99aa;margin-bottom:10px}.message-bubble{max-width:70%;padding:.5rem 1rem;border-radius:18px;line-height:1.4;position:relative;font-size:14px;word-wrap:break-word}.message-bubble p{margin:0}.message-bubble.sent{background-color:#34eed1;align-self:flex-end;border-bottom-right-radius:4px;color:#121820}.message-bubble.received{background-color:#2f353d;align-self:flex-start;border-bottom-left-radius:4px}.support-chat__image{max-width:100%;border-radius:10px;margin-bottom:5px;cursor:pointer}.support-chat__preview{padding:10px 15px;border-top:1px solid #30363d;position:relative;background-color:#0d1117;flex-shrink:0}.support-chat__preview img{max-height:80px;border-radius:8px}.support-chat__preview button{position:absolute;top:5px;right:10px;background:rgba(0,0,0,.5);color:white;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;line-height:20px;text-align:center}.user-chat-form{display:flex;align-items:center;padding:1rem;background-color:#000000;border-top:1px solid #30363d;gap:10px}.user-chat-form .support-chat__attach-btn{padding:10px;background:transparent;color:#aaa;border:none;cursor:pointer}.user-chat-form .support-chat__input{flex:1 1;width:100%;padding:.75rem 1rem;background-color:#0d1117;border:1px solid #30363d;border-radius:20px;color:white}.user-chat-form .support-chat__send-btn{padding:.75rem 1.2rem;background-color:#34eed1;color:#121820;border:none;border-radius:20px;cursor:pointer;font-weight:500}.user-chat-form .support-chat__send-btn:disabled{background-color:#424242;cursor:not-allowed}.preset-messages{width:280px;gap:15px}.preset-messages h4{font-size:1rem;font-weight:600;color:#fcfcfc;border-bottom:1px solid #3a4552;padding-bottom:10px;margin-bottom:5px}.preset-message{background-color:#149595;margin-bottom:10px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;font-size:.9rem;border:1px solid #3333331c;font-weight:700;flex-grow:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;border-radius:5px}.preset-message:hover{background-color:#17aeae;transform:translateY(-2px)}@media (max-width:771px){.support-chat-wrapper{margin-top:50px}}@media(max-width:655px){.support-chat-wrapper{flex-direction:column;align-items:center;justify-content:center}.user-chat-view{max-width:340px}}@media(max-width:388px){.user-chat-view{max-width:290px}}