.chat-window{background:#fff;flex-direction:column;height:100vh;display:flex}.chat-window-header{justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-window-header-title{color:#000;margin:0;font-family:Inter;font-size:24px;font-weight:600}.chat-window-header-actions{align-items:center;gap:8px;display:flex}.chat-window-header-btn{color:#fff;cursor:pointer;background:#2d2d2d;border:none;border-radius:8px;padding:8px 16px;font-size:14px}.chat-window-header-btn-icon{color:#666;background:0 0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.chat-window-header-btn-icon:hover{color:#1a1a1a}.chat-window-content{flex:1;padding:24px;overflow-y:auto}.chat-window-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;display:flex}.chat-window-empty-avatar{justify-content:center;align-items:center;width:110.8px;height:110.8px;margin-bottom:24px;display:flex}.chat-window-empty-prompt{color:#1a1a1a;margin:0 0 32px;font-size:28px;font-weight:600}.chat-window-suggestions{flex-wrap:wrap;justify-content:center;gap:12px;max-width:600px;display:flex}.chat-window-suggestion-chip{cursor:pointer;color:#2b2b2b;background:#fff;border-radius:24px;align-items:center;gap:5px;padding:12px;font-family:Urbanist;font-size:18px;font-weight:600;display:flex;box-shadow:0 0 12px -1px #2b2b2b14}.chat-window-suggestion-chip-icon{opacity:.7;width:18px;height:18px}.chat-window-messages{flex-direction:column;gap:20px;display:flex}.chat-message{gap:12px;max-width:80%;display:flex}.chat-message-user{align-self:flex-end}.chat-message-user .chat-message-bubble{color:#1a1a1a;background:#e8e8e8}.chat-message-assistant{align-self:flex-start}.chat-message-assistant .chat-message-bubble{color:#1a1a1a;background:#f5f5f5}.chat-message-avatar{background:linear-gradient(135deg,#e85d4c 0%,#d94a3a 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:20px;display:flex}.chat-message-bubble{border-radius:16px;padding:14px 18px;font-size:15px;line-height:1.5}.chat-message-loading{color:#666;align-items:center;gap:6px;display:flex}.chat-input{background:#fff;flex-direction:column;gap:12px;width:100%;padding:16px 24px 24px;display:flex}.chat-input-form{border:1px solid #000;border-radius:24px;align-items:center;gap:12px;width:100%;max-width:775px;height:90px;margin:0 auto;padding:12px 16px;display:flex}.chat-input-form-attach{color:#666;cursor:pointer;background:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:20px;display:flex}.chat-input-form-attach:hover{background:#d0d0d0}.chat-input-form-field{background:0 0;border:none;outline:none;flex:1;font-size:15px}.chat-input-form-field::placeholder{color:#999}.chat-input-form-mic{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.chat-input-form-mic:hover{color:#333}.chat-input-subscription{background:#feece2;border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:8px 12px;display:flex}.chat-input-subscription-text{color:#2b2b2b;font-family:Urbanist;font-size:16px;font-weight:500}.chat-input-subscription-text-count{color:#ef562f;font-weight:700}.chat-input-subscription-btn{color:#fff;cursor:pointer;background:linear-gradient(77.92deg,#f94e5e 8.82%,#fd9d3f 91.18%);border:none;border-radius:12px;align-items:center;gap:4px;padding:8px;font-family:Urbanist;font-size:14px;font-weight:700;display:flex}.chat-input-subscription-btn:hover{opacity:.95}
