*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f0dc}html,body,#root{height:100vh}._chat-window_8ia04_2{display:flex;flex-direction:column;height:100vh;max-width:680px;width:100%;margin:0 auto;border:1px solid #E5E7EB;box-shadow:0 4px 24px #00000014;background:#f5f0dc}._chat-header_8ia04_15{display:flex;flex-direction:row;align-items:center;gap:12px;height:64px;padding:0 16px;background:#f5f0dc;border-bottom:1px solid #D8BCAB;flex-shrink:0}._chat-header__avatar_8ia04_27{width:40px;height:40px;border-radius:50%;background:#d8bcab;flex-shrink:0}._chat-header__info_8ia04_35{display:flex;flex-direction:column;gap:2px}._chat-header__name_8ia04_41{font-weight:700;font-size:.95rem;color:#111}._chat-header__status_8ia04_47{font-size:.78rem;color:#16a34a}._chat-messages_8ia04_53{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f5f0dc}._bubble_8ia04_64{max-width:75%;padding:10px 14px;border-radius:16px;word-break:break-word;display:flex;flex-direction:column;gap:4px}._bubble--user_8ia04_74{align-self:flex-end;background-color:#d8bcab;color:#3d2b1f;border-radius:16px 16px 4px}._bubble--ai_8ia04_81{align-self:flex-start;background-color:#f3f4f6;color:#111;border-radius:16px 16px 16px 4px}._bubble__text_8ia04_88{font-size:.95rem;line-height:1.5}._bubble__time_8ia04_93{font-size:.7rem;opacity:.6}._bubble--typing_8ia04_99{flex-direction:row;gap:6px;align-items:center;padding:12px 16px}._typing-dot_8ia04_106{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:_typingBounce_8ia04_1 1s infinite}._typing-dot_8ia04_106:nth-child(1){animation-delay:0s}._typing-dot_8ia04_106:nth-child(2){animation-delay:.2s}._typing-dot_8ia04_106:nth-child(3){animation-delay:.4s}@keyframes _typingBounce_8ia04_1{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}._chat-error_8ia04_126{align-self:center;background:#fef2f2;color:#dc2626;border:1px solid #FECACA;border-radius:8px;padding:8px 14px;font-size:.85rem;max-width:90%}._chat-input-area_8ia04_138{border-top:1px solid #E5E7EB;padding:12px 16px;flex-shrink:0;background:#f5f0dc}._message-input_8ia04_145{display:flex;flex-direction:column}textarea{width:100%;resize:none;border:1px solid #D1D5DB;border-radius:8px;padding:10px 12px;font-size:.95rem;font-family:inherit;outline:none;box-sizing:border-box;line-height:1.5;background:#fff}textarea:focus{border-color:#d8bcab}._input-footer_8ia04_169{display:flex;justify-content:space-between;align-items:center;margin-top:6px}._char-count_8ia04_177{font-size:.75rem;color:#6b7280}._char-count--over_8ia04_182{color:#ef4444}button{display:inline-block;width:auto;background:#d8bcab;color:#3d2b1f;border:none;border-radius:8px;padding:10px 24px;cursor:pointer;font-size:.9rem}button:hover:not(:disabled){background:#c9a898}button:disabled{opacity:.5;cursor:not-allowed}
