.ChatInterface-module__WGbyoa__chatInterface{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#12121299;flex-direction:column;width:100%;max-width:700px;height:600px;max-height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.ChatInterface-module__WGbyoa__chatHeader{border-bottom:1px solid var(--border-subtle);background:#ffffff05;align-items:center;gap:1rem;padding:1.5rem;display:flex}.ChatInterface-module__WGbyoa__avatarCircle{background:linear-gradient(135deg,var(--accent-primary),#1e1e1e);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ChatInterface-module__WGbyoa__statusDot{border:2px solid var(--bg-primary);background:#10b981;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.ChatInterface-module__WGbyoa__agentAvatar{position:relative}.ChatInterface-module__WGbyoa__agentInfo h2{color:var(--text-primary);margin-bottom:.2rem;font-size:1rem}.ChatInterface-module__WGbyoa__agentStatus{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.ChatInterface-module__WGbyoa__chatMessages{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.ChatInterface-module__WGbyoa__message{border-radius:var(--radius-md);max-width:80%;padding:1rem 1.5rem;font-size:1rem;line-height:1.6}.ChatInterface-module__WGbyoa__agentMessage{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-subtle);align-self:flex-start}.ChatInterface-module__WGbyoa__userMessage{background:var(--accent-primary);color:#fff;border:none;align-self:flex-end;box-shadow:0 4px 12px #3b82f64d}.ChatInterface-module__WGbyoa__typingIndicator{color:var(--text-secondary);font-size:.8rem;font-style:italic;animation:1.5s infinite ChatInterface-module__WGbyoa__pulse}@keyframes ChatInterface-module__WGbyoa__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.ChatInterface-module__WGbyoa__chatInputArea{border-top:1px solid var(--border-subtle);background:#ffffff05;gap:1rem;padding:1.5rem;display:flex}.ChatInterface-module__WGbyoa__chatInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.ChatInterface-module__WGbyoa__chatInput::placeholder{color:var(--text-muted)}.ChatInterface-module__WGbyoa__sendBtn{background:var(--text-primary);color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.ChatInterface-module__WGbyoa__sendBtn:hover{transform:scale(1.05)}
.page-module___8aEwW__canvas{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__ambienceGlow{background:radial-gradient(circle at center,var(--accent-glow),transparent 70%);opacity:.15;pointer-events:none;z-index:0;filter:blur(80px);width:600px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.page-module___8aEwW__header{z-index:10;justify-content:center;padding:2rem;display:flex}.page-module___8aEwW__logoText{letter-spacing:.2em;color:var(--text-secondary);text-transform:uppercase;font-size:1rem}.page-module___8aEwW__heroChatContainer{z-index:10;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}
