.chat-module__-9LyAa__page{flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.chat-module__-9LyAa__bgOrb{pointer-events:none;background:radial-gradient(circle,#c4714a1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:fixed;top:-200px;right:-200px}.chat-module__-9LyAa__header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f0e6cc;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.chat-module__-9LyAa__back{color:var(--text-muted);font-size:14px;font-family:var(--font-latin);transition:color .2s}.chat-module__-9LyAa__back:hover{color:var(--text-primary)}.chat-module__-9LyAa__headerTitle{color:var(--text-secondary);font-size:15px;font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:8px;font-weight:400;display:flex}.chat-module__-9LyAa__dot{background:var(--moss);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite chat-module__-9LyAa__pulse}@keyframes chat-module__-9LyAa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.chat-module__-9LyAa__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:24px;width:100%;max-width:720px;margin:0 auto;padding:32px 24px;display:flex;overflow-y:auto}.chat-module__-9LyAa__bubble{align-items:flex-start;gap:14px;animation:.3s chat-module__-9LyAa__bubbleIn;display:flex}@keyframes chat-module__-9LyAa__bubbleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-module__-9LyAa__userBubble{flex-direction:row-reverse}.chat-module__-9LyAa__avatar{background:var(--espresso);width:36px;height:36px;color:var(--cream);font-family:var(--font-display);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:16px;display:flex}.chat-module__-9LyAa__bubbleContent{border-radius:var(--radius-md);max-width:80%;padding:16px 20px;font-size:16px;line-height:1.8;position:relative}.chat-module__-9LyAa__assistantBubble .chat-module__-9LyAa__bubbleContent{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--text-primary);border-radius:4px var(--radius-md) var(--radius-md) var(--radius-md);background:#ffffffb3}.chat-module__-9LyAa__userBubble .chat-module__-9LyAa__bubbleContent{background:var(--espresso);color:var(--cream);border-radius:var(--radius-md) 4px var(--radius-md) var(--radius-md)}.chat-module__-9LyAa__cursor{background:var(--clay);vertical-align:text-bottom;width:2px;height:16px;margin-left:2px;animation:1s step-end infinite chat-module__-9LyAa__blink;display:inline-block}@keyframes chat-module__-9LyAa__blink{0%,to{opacity:1}50%{opacity:0}}.chat-module__-9LyAa__inputArea{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#f7f0e6e6;flex-shrink:0;padding:16px 24px 24px}.chat-module__-9LyAa__inputBox{align-items:flex-end;gap:12px;max-width:720px;margin:0 auto;display:flex}.chat-module__-9LyAa__textarea{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);resize:none;background:#ffffffb3;outline:none;flex:1;min-height:52px;max-height:160px;padding:14px 18px;font-size:16px;line-height:1.6;transition:border-color .2s;overflow-y:auto}.chat-module__-9LyAa__textarea::placeholder{color:var(--text-muted)}.chat-module__-9LyAa__textarea:focus{border-color:var(--clay)}.chat-module__-9LyAa__textarea:disabled{opacity:.6}.chat-module__-9LyAa__sendBtn{background:var(--espresso);width:48px;height:48px;color:var(--cream);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__-9LyAa__sendBtn:hover:not(:disabled){background:var(--terracotta)}.chat-module__-9LyAa__sendBtn:disabled{opacity:.4;cursor:default}.chat-module__-9LyAa__sendBtn svg{width:18px;height:18px}.chat-module__-9LyAa__spinner{border:2px solid #f7f0e64d;border-top-color:var(--cream);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite chat-module__-9LyAa__spin}@keyframes chat-module__-9LyAa__spin{to{transform:rotate(360deg)}}.chat-module__-9LyAa__inputHint{text-align:center;color:var(--text-muted);font-size:12px;font-family:var(--font-latin);max-width:720px;margin-top:8px;margin-left:auto;margin-right:auto}
