.chat-module__kzDWvG__container{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.chat-module__kzDWvG__chatWindow{background:#fff;border:1px solid #f0f0f2;border-radius:20px;flex-direction:column;width:100%;max-width:420px;height:600px;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000001a}.chat-module__kzDWvG__chatHeader{color:#fff;background:#000;justify-content:space-between;align-items:center;padding:20px;display:flex}.chat-module__kzDWvG__headerInfo{align-items:center;gap:12px;display:flex}.chat-module__kzDWvG__adminAvatar{background:#fff;border:1px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.chat-module__kzDWvG__adminAvatar img{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.chat-module__kzDWvG__headerInfo h3{margin:0;font-size:18px;font-weight:700}.chat-module__kzDWvG__headerInfo span{opacity:.7;font-size:12px}.chat-module__kzDWvG__closeBtn{color:#fff;cursor:pointer;opacity:.5;background:0 0;border:none;font-size:20px}.chat-module__kzDWvG__finishHeaderBtn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:0 0;border:1px solid #fff6;border-radius:8px;margin-left:auto;margin-right:15px;padding:6px 12px;font-size:10px;font-weight:800;transition:all .2s}.chat-module__kzDWvG__finishHeaderBtn:hover{color:#000;background:#fff;border-color:#fff}.chat-module__kzDWvG__loginForm{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:40px 30px;display:flex}.chat-module__kzDWvG__loginForm h2{color:#1d1d1f;margin-bottom:10px;font-size:22px;font-weight:800}.chat-module__kzDWvG__loginForm p{color:#86868b;margin-bottom:30px;font-size:14px}.chat-module__kzDWvG__loginForm input{background:#fbfbfd;border:1px solid #e5e5e5;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:14px 18px;font-size:16px;transition:border-color .2s}.chat-module__kzDWvG__loginForm input:focus{border-color:#000}.chat-module__kzDWvG__loginForm button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:12px;width:100%;padding:14px;font-weight:700;transition:opacity .2s}.chat-module__kzDWvG__loginForm button:hover{opacity:.8}.chat-module__kzDWvG__messagesArea{background:#fbfbfd;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.chat-module__kzDWvG__welcomeMsg{text-align:center;margin-bottom:10px}.chat-module__kzDWvG__welcomeMsg p{color:#86868b;background:#f0f0f2;border-radius:20px;padding:5px 15px;font-size:13px;display:inline-block}.chat-module__kzDWvG__msgIn,.chat-module__kzDWvG__msgOut{align-items:flex-end;gap:8px;max-width:85%;display:flex}.chat-module__kzDWvG__msgOut{flex-direction:row;align-self:flex-end}.chat-module__kzDWvG__bubble{border-radius:18px;padding:12px 16px;font-size:14px;line-height:1.4}.chat-module__kzDWvG__msgIn .chat-module__kzDWvG__bubble{color:#fff;background:#27ae60;border:none;border-bottom-left-radius:4px}.chat-module__kzDWvG__msgOut .chat-module__kzDWvG__bubble{color:#fff;background:#1d1d1f;border-bottom-right-radius:4px}.chat-module__kzDWvG__msgAvatar,.chat-module__kzDWvG__msgAvatarUser{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.chat-module__kzDWvG__msgAvatar{background:#fff;border:1px solid #f0f0f2;justify-content:center;align-items:center;display:flex;overflow:hidden}.chat-module__kzDWvG__msgAvatar img{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast}.chat-module__kzDWvG__msgAvatarUser{color:#1d1d1f;background:#e5e5e5}.chat-module__kzDWvG__inputArea{background:#f0f0f0;border-top:1px solid #e5e5e5;align-items:flex-end;gap:10px;padding:10px 15px;display:flex;position:relative}.chat-module__kzDWvG__inputContainer{background:#fff;border-radius:24px;flex:1;align-items:center;min-height:44px;padding:0 15px;display:flex;box-shadow:0 1px 2px #0000000d}.chat-module__kzDWvG__textInput{color:#1d1d1f;background:0 0;border:none;outline:none;width:100%;padding:12px 0;font-size:16px}.chat-module__kzDWvG__attachWrapper{justify-content:center;align-items:center;margin-bottom:2px;display:flex;position:relative}.chat-module__kzDWvG__iconBtn{color:#54656f;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.chat-module__kzDWvG__iconBtn:hover{background:#0000000d}.chat-module__kzDWvG__attachMenu{z-index:100;background:#fff;border-radius:16px;flex-direction:column;gap:5px;min-width:200px;padding:10px;animation:.2s chat-module__kzDWvG__slideUp;display:flex;position:absolute;bottom:50px;left:0;box-shadow:0 2px 15px #00000026}@keyframes chat-module__kzDWvG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__kzDWvG__attachMenu button{color:#3b4a54;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px 15px;font-size:15px;font-weight:500;transition:background .2s;display:flex}.chat-module__kzDWvG__attachMenu button:hover{background:#f5f6f6}.chat-module__kzDWvG__attachIconDoc,.chat-module__kzDWvG__attachIconImg{font-size:20px}.chat-module__kzDWvG__micBtn{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:0;transition:transform .2s,background .2s;display:flex;box-shadow:0 1px 2px #0000001a}.chat-module__kzDWvG__micBtn:hover{background:#008f6f;transform:scale(1.05)}.chat-module__kzDWvG__micBtn:disabled{cursor:not-allowed;background:#8696a0;transform:none}.chat-module__kzDWvG__finishedAlert{text-align:center;background:#fff;border:1px solid #f0f0f2;border-radius:12px;margin-top:10px;padding:20px}.chat-module__kzDWvG__finishedAlert p{color:#86868b;margin-bottom:12px;font-size:14px}.chat-module__kzDWvG__restartBtn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:12px;width:100%;padding:12px 30px;font-size:15px;font-weight:800}.chat-module__kzDWvG__ratingArea{border-top:1px dashed #e5e5e5;margin-top:25px;padding-top:20px}.chat-module__kzDWvG__ratingArea p{color:#1d1d1f;margin-bottom:10px;font-size:13px;font-weight:600}.chat-module__kzDWvG__stars{justify-content:center;gap:8px;display:flex}.chat-module__kzDWvG__stars button{cursor:pointer;background:0 0;border:none;padding:0;font-size:32px;transition:transform .2s}.chat-module__kzDWvG__stars button:hover{transform:scale(1.2)}.chat-module__kzDWvG__starActive{color:#fc0}.chat-module__kzDWvG__starInactive{color:#e5e5e5}.chat-module__kzDWvG__recordingTimer{color:#ff3b30;align-items:center;gap:8px;padding:12px 0;font-size:15px;font-weight:500;display:flex}.chat-module__kzDWvG__recordingDot{background:#ff3b30;border-radius:50%;width:8px;height:8px;animation:1s infinite chat-module__kzDWvG__blink}.chat-module__kzDWvG__audioPreviewContainer{align-items:center;gap:8px;width:100%;display:flex;overflow:hidden}.chat-module__kzDWvG__discardBtn{cursor:pointer;color:#ff3b30;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:5px;font-size:20px;transition:transform .2s;display:flex}.chat-module__kzDWvG__discardBtn:hover{transform:scale(1.1)}.chat-module__kzDWvG__previewAudioPlayer{flex:1;width:100%;min-width:0;height:35px}@keyframes chat-module__kzDWvG__blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@media (max-width:480px){.chat-module__kzDWvG__container{background:#f5f5f7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.chat-module__kzDWvG__chatWindow{border:1px solid #f0f0f2;border-radius:20px;flex-direction:column;flex-shrink:0;width:88vw;max-width:360px;height:520px;min-height:280px;max-height:calc(100svh - 60px);display:flex;overflow:hidden;box-shadow:0 15px 40px #00000026}.chat-module__kzDWvG__messagesArea{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.chat-module__kzDWvG__loginForm input,.chat-module__kzDWvG__textInput{font-size:16px!important}}
