.Chat-module__mvFkka__chatWrapper{max-width:1100px;height:100vh;-webkit-backdrop-filter:blur(var(--glass-blur));border-left:1px solid var(--glass-border);border-right:1px solid var(--glass-border);background:#0a0a0a66;flex-direction:column;margin:0 auto;display:flex;position:relative}.Chat-module__mvFkka__authOverlay{z-index:1000;background:radial-gradient(circle,#8b5cf61a 0%,#030303 100%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Chat-module__mvFkka__authCard{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff08;border-radius:2rem;width:90%;max-width:400px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.Chat-module__mvFkka__authIcon{justify-content:center;margin-bottom:1.5rem;display:flex}.Chat-module__mvFkka__authTitle{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:700}.Chat-module__mvFkka__authText{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.Chat-module__mvFkka__authInputWrapper{align-items:center;display:flex;position:relative}.Chat-module__mvFkka__authInput{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:1rem;outline:none;width:100%;padding:1rem 3.5rem 1rem 1.25rem;font-size:1rem;transition:all .3s}.Chat-module__mvFkka__authInput:focus{background:#ffffff14;border-color:#8b5cf6}.Chat-module__mvFkka__authInputError{border-color:#ef4444;animation:.4s Chat-module__mvFkka__shake}@keyframes Chat-module__mvFkka__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.Chat-module__mvFkka__authSubmit{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:absolute;right:8px}.Chat-module__mvFkka__authSubmit:hover{transform:scale(1.1)}.Chat-module__mvFkka__authErrorMessage{color:#f87171;margin-top:.75rem;font-size:.75rem}.Chat-module__mvFkka__authFooter{text-transform:uppercase;color:#52525b;letter-spacing:.2em;margin-top:2rem;font-size:.65rem}.Chat-module__mvFkka__header{border-bottom:1px solid var(--glass-border);background:#0003;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.Chat-module__mvFkka__titleGroup{align-items:center;gap:1rem;display:flex}.Chat-module__mvFkka__statusDot{background-color:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #10b981}.Chat-module__mvFkka__title{letter-spacing:-.02em;color:#fff;font-size:1.5rem;font-weight:700}.Chat-module__mvFkka__badge{text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:800}.Chat-module__mvFkka__controlsGroup{align-items:center;gap:.75rem;display:flex}.Chat-module__mvFkka__toggleBtn{border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.8rem;transition:all .2s;display:flex}.Chat-module__mvFkka__toggleBtn.Chat-module__mvFkka__active{color:#60a5fa;background:#3b82f626;border-color:#3b82f6}.Chat-module__mvFkka__toggleBtn.Chat-module__mvFkka__activeDeep{color:#c084fc;background:#8b5cf626;border-color:#8b5cf6}.Chat-module__mvFkka__pillAction{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.75rem;font-weight:600;display:flex}.Chat-module__mvFkka__messagesArea{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.Chat-module__mvFkka__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.Chat-module__mvFkka__iconContainer{background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:2rem;margin-bottom:2rem;padding:1.5rem}.Chat-module__mvFkka__welcomeTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Chat-module__mvFkka__welcomeText{color:var(--text-muted);max-width:500px;margin-bottom:3rem;line-height:1.7}.Chat-module__mvFkka__capabilitiesGrid{justify-content:center;gap:1.5rem;display:flex}.Chat-module__mvFkka__capability{color:#a1a1aa;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Chat-module__mvFkka__messageRow{width:100%;display:flex}.Chat-module__mvFkka__userRow{justify-content:flex-end}.Chat-module__mvFkka__botRow{justify-content:flex-start}.Chat-module__mvFkka__messageBubble{word-break:break-word;border-radius:1.5rem;max-width:85%;padding:1.1rem 1.4rem;line-height:1.7}.Chat-module__mvFkka__userBubble{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);border-bottom-right-radius:4px}.Chat-module__mvFkka__botBubble{border:1px solid var(--glass-border);color:#e5e7eb;background:#ffffff0d;border-bottom-left-radius:4px}.Chat-module__mvFkka__senderName{opacity:.6;align-items:center;gap:6px;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:flex}.Chat-module__mvFkka__loadingBubble{margin-top:1rem}.Chat-module__mvFkka__loadingContent{color:var(--text-muted);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.Chat-module__mvFkka__inputArea{border-top:1px solid var(--glass-border);background:#0000004d;padding:1.5rem 2rem}.Chat-module__mvFkka__attachmentZone{gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Chat-module__mvFkka__fileBadge,.Chat-module__mvFkka__urlBadge{border:1px solid var(--glass-border);color:#fff;background:#ffffff14;border-radius:10px;align-items:center;gap:.6rem;padding:.5rem .8rem;font-size:.75rem;display:flex}.Chat-module__mvFkka__fileBadge button,.Chat-module__mvFkka__urlBadge button{color:#f87171;cursor:pointer;background:0 0;border:none;display:flex}.Chat-module__mvFkka__urlPanel{border:1px solid var(--glass-border);background:#141414f2;border-radius:12px;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.Chat-module__mvFkka__urlPanel input{border:1px solid var(--glass-border);color:#fff;background:#00000080;border-radius:8px;outline:none;flex:1;padding:.5rem}.Chat-module__mvFkka__urlPanel button{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem}.Chat-module__mvFkka__urlPanel button:first-of-type{color:#fff;background:#8b5cf6}.Chat-module__mvFkka__urlPanel button:last-of-type{color:#fff;background:#333}.Chat-module__mvFkka__form{align-items:center;gap:1rem;display:flex}.Chat-module__mvFkka__actionButtons{gap:.5rem;display:flex}.Chat-module__mvFkka__iconBtn{border:1px solid var(--glass-border);width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Chat-module__mvFkka__iconBtn:hover{color:#fff;background:#ffffff1a}.Chat-module__mvFkka__inputWrapper{flex:1}.Chat-module__mvFkka__input{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:14px;outline:none;width:100%;padding:.85rem 1.25rem;font-size:1rem}.Chat-module__mvFkka__submitBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.Chat-module__mvFkka__submitBtn:hover:not(:disabled){background:#fafafa;transform:scale(1.05)}.Chat-module__mvFkka__submitBtn:disabled{opacity:.3;cursor:not-allowed}.Chat-module__mvFkka__errorBanner{color:#f87171;background:#ef44441a;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;display:flex}.Chat-module__mvFkka__spin{animation:1s linear infinite Chat-module__mvFkka__spin}@keyframes Chat-module__mvFkka__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Chat-module__mvFkka__header{padding:1rem}.Chat-module__mvFkka__title{font-size:1.2rem}.Chat-module__mvFkka__controlsGroup{gap:.5rem}.Chat-module__mvFkka__toggleBtn span,.Chat-module__mvFkka__pillAction span{display:none}.Chat-module__mvFkka__messagesArea{padding:1rem}.Chat-module__mvFkka__welcomeTitle{font-size:1.8rem}.Chat-module__mvFkka__inputArea{padding:1rem}.Chat-module__mvFkka__authCard{width:95%;padding:2rem}.Chat-module__mvFkka__capabilitiesGrid{flex-wrap:wrap;gap:1rem}.Chat-module__mvFkka__messageBubble{max-width:90%}}
