/* [project]/components/Drop/elements/recipients/ai/RecipientAiChatModal.module.css [app-client] (css) */
.RecipientAiChatModal-module__cUgImG__shell {
  flex-direction: column;
  width: 100%;
  height: min(72vh, 560px);
  min-height: 280px;
  max-height: min(72vh, 560px);
  display: flex;
  overflow: hidden;
}

.RecipientAiChatModal-module__cUgImG__shellFullscreen {
  flex: 1;
  height: auto;
  min-height: 0;
  max-height: none;
}

.RecipientAiChatModal-module__cUgImG__messagesViewport {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  flex: auto;
  min-height: 0;
  padding: 12px 16px 8px;
  overflow: hidden auto;
}

.RecipientAiChatModal-module__cUgImG__messageList {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.RecipientAiChatModal-module__cUgImG__messageRow {
  width: 100%;
  display: flex;
}

.RecipientAiChatModal-module__cUgImG__messageRowUser {
  justify-content: flex-end;
}

.RecipientAiChatModal-module__cUgImG__messageRowAssistant {
  justify-content: flex-start;
}

.RecipientAiChatModal-module__cUgImG__bubble {
  white-space: pre-wrap;
  word-break: break-word;
  border-radius: 18px;
  max-width: min(88%, 420px);
  padding: 10px 14px;
  line-height: 1.45;
}

.RecipientAiChatModal-module__cUgImG__bubbleUser {
  background: linear-gradient(135deg, color-mix(in oklch, var(--mantine-color-blue-6) 92%, white), color-mix(in oklch, var(--mantine-color-blue-7) 88%, transparent));
  color: var(--mantine-color-white);
  box-shadow: 0 4px 14px color-mix(in oklch, var(--mantine-color-blue-6) 28%, transparent);
  border-bottom-right-radius: 6px;
}

.RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  background: #ffffffeb;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  background: #38383ef2;
}

.RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  color: var(--mantine-color-text);
  border: 1px solid #0f172a14;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  border: 1px solid #ffffff1a;
}

.RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  border-bottom-left-radius: 6px;
  box-shadow: 0 2px 10px #0206170f;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__bubbleAssistant {
  box-shadow: 0 2px 10px #0003;
}

.RecipientAiChatModal-module__cUgImG__messageColumn {
  width: fit-content;
  min-width: 0;
  max-width: min(88%, 420px);
}

.RecipientAiChatModal-module__cUgImG__messageTime {
  font-size: 10px;
  line-height: 1.2;
}

.RecipientAiChatModal-module__cUgImG__messageTimeUser {
  text-align: right;
  align-self: flex-end;
  width: 100%;
}

.RecipientAiChatModal-module__cUgImG__messageTimeAssistant {
  text-align: left;
  align-self: flex-start;
}

.RecipientAiChatModal-module__cUgImG__assistantMessageGroup {
  min-width: 0;
  max-width: min(92%, 460px);
}

.RecipientAiChatModal-module__cUgImG__botIcon {
  flex-shrink: 0;
  margin-top: 2px;
}

.RecipientAiChatModal-module__cUgImG__assistantMessage {
  flex: 1;
  min-width: 0;
  max-width: min(88%, 420px);
}

.RecipientAiChatModal-module__cUgImG__limitCallout {
  border: 1px solid color-mix(in oklch, var(--mantine-color-yellow-4) 70%, transparent);
  border-radius: 10px;
  padding: 8px 10px;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__limitCallout {
  border: 1px solid color-mix(in oklch, var(--mantine-color-yellow-7) 45%, transparent);
}

.RecipientAiChatModal-module__cUgImG__limitCallout {
  background: color-mix(in oklch, var(--mantine-color-yellow-0) 85%, white);
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__limitCallout {
  background: color-mix(in oklch, var(--mantine-color-yellow-9) 28%, transparent);
}

.RecipientAiChatModal-module__cUgImG__limitCallout {
  color: var(--mantine-color-yellow-9);
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__limitCallout {
  color: var(--mantine-color-yellow-2);
}

.RecipientAiChatModal-module__cUgImG__typing {
  background: #ffffffeb;
  border-radius: 18px 18px 18px 6px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  display: inline-flex;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__typing {
  background: #38383ef2;
}

.RecipientAiChatModal-module__cUgImG__typing {
  border: 1px solid #0f172a14;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__typing {
  border: 1px solid #ffffff1a;
}

.RecipientAiChatModal-module__cUgImG__cohortBar {
  background: color-mix(in oklch, var(--mantine-color-blue-0) 80%, white);
  border-radius: 10px;
  flex-shrink: 0;
  margin: 0 16px 6px;
  padding: 8px 10px 10px;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__cohortBar {
  background: color-mix(in oklch, var(--mantine-color-blue-9) 35%, transparent);
}

.RecipientAiChatModal-module__cUgImG__cohortBar {
  border: 1px solid color-mix(in oklch, var(--mantine-color-blue-3) 55%, transparent);
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__cohortBar {
  border: 1px solid color-mix(in oklch, var(--mantine-color-blue-6) 35%, transparent);
}

.RecipientAiChatModal-module__cUgImG__cohortHeader {
  width: 100%;
  color: inherit;
  border-radius: 8px;
  padding: 2px 0;
  display: block;
}

.RecipientAiChatModal-module__cUgImG__cohortHeader:hover {
  background: color-mix(in oklch, var(--mantine-color-blue-1) 50%, transparent);
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__cohortHeader:hover {
  background: color-mix(in oklch, var(--mantine-color-blue-8) 25%, transparent);
}

.RecipientAiChatModal-module__cUgImG__cohortMeta {
  flex: 1;
  min-width: 0;
}

.RecipientAiChatModal-module__cUgImG__cohortActions, .RecipientAiChatModal-module__cUgImG__cohortSearch {
  flex-shrink: 0;
}

.RecipientAiChatModal-module__cUgImG__cohortList {
  margin-right: -4px;
}

.RecipientAiChatModal-module__cUgImG__cohortRow {
  background: #ffffffa6;
  border: none;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 8px;
  display: flex;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__cohortRow {
  background: #0000001f;
}

.RecipientAiChatModal-module__cUgImG__cohortRow {
  color: inherit;
  cursor: pointer;
  transition: opacity .15s, background-color .15s;
}

.RecipientAiChatModal-module__cUgImG__cohortRow:hover:not(:disabled) {
  background: color-mix(in oklch, var(--mantine-color-blue-0) 70%, white);
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__cohortRow:hover:not(:disabled) {
  background: color-mix(in oklch, var(--mantine-color-blue-9) 40%, transparent);
}

.RecipientAiChatModal-module__cUgImG__cohortRowInDrop {
  opacity: .45;
}

.RecipientAiChatModal-module__cUgImG__cohortRow:disabled {
  cursor: not-allowed;
}

.RecipientAiChatModal-module__cUgImG__cohortRowMain, .RecipientAiChatModal-module__cUgImG__cohortRowLabel {
  flex: 1;
  min-width: 0;
}

.RecipientAiChatModal-module__cUgImG__cohortRowBadge {
  pointer-events: none;
  flex-shrink: 0;
}

.RecipientAiChatModal-module__cUgImG__feedbackPanel {
  background: color-mix(in oklch, var(--mantine-color-gray-0) 92%, white);
  border-radius: 18px;
  max-width: min(88%, 420px);
  padding: 10px 14px;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__feedbackPanel {
  background: color-mix(in oklch, var(--mantine-color-dark-6) 88%, transparent);
}

.RecipientAiChatModal-module__cUgImG__feedbackPanel {
  border: 1px solid #0f172a14;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__feedbackPanel {
  border: 1px solid #ffffff14;
}

.RecipientAiChatModal-module__cUgImG__footer {
  border-top: 1px solid #0f172a14;
  flex-shrink: 0;
  padding: 12px 16px 16px;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__footer {
  border-top: 1px solid #ffffff14;
}

.RecipientAiChatModal-module__cUgImG__footer {
  background: #f8fafcf5;
}

[data-mantine-color-scheme="dark"] .RecipientAiChatModal-module__cUgImG__footer {
  background: #1e1e22fa;
}

.RecipientAiChatModal-module__cUgImG__headerIcon {
  background: linear-gradient(135deg, color-mix(in oklch, var(--mantine-color-blue-5) 25%, transparent), color-mix(in oklch, var(--mantine-color-violet-5) 20%, transparent));
  width: 40px;
  height: 40px;
  color: var(--mantine-color-blue-6);
  border-radius: 12px;
  flex-shrink: 0;
  place-items: center;
  display: grid;
}

/* [project]/components/Drop/elements/recipients/RecipientSelectorModal.module.css [app-client] (css) */
.RecipientSelectorModal-module__JXNfSG__modalHeader {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
  display: flex;
}

.RecipientSelectorModal-module__JXNfSG__modalTitleRow {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.RecipientSelectorModal-module__JXNfSG__modalTitle {
  letter-spacing: -.02em;
  color: var(--mantine-color-text);
  font-weight: 850;
  line-height: 1.1;
}

.RecipientSelectorModal-module__JXNfSG__gridWrap {
  width: min(760px, 100%);
  margin-inline: auto;
}

.RecipientSelectorModal-module__JXNfSG__tile {
  text-align: left;
  border-radius: 14px;
  outline: none;
  width: 100%;
  transition: transform .14s cubic-bezier(.2, .8, .2, 1), box-shadow .14s cubic-bezier(.2, .8, .2, 1), filter .14s cubic-bezier(.2, .8, .2, 1);
  transform: translateY(0);
}

.RecipientSelectorModal-module__JXNfSG__tile:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in oklch, var(--mantine-color-blue-6) 55%, transparent);
}

.RecipientSelectorModal-module__JXNfSG__tileInner {
  background: radial-gradient(140px 120px at 18% 18%, var(--qd-tile-tint, transparent), transparent 70%), #fffffff5;
  border-radius: 14px;
  height: 100%;
  min-height: 112px;
  padding: 14px 14px 12px;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tileInner {
  background: radial-gradient(140px 120px at 18% 18%, var(--qd-tile-tint, transparent), transparent 70%), #38383efa;
}

.RecipientSelectorModal-module__JXNfSG__tileInner {
  border: 1px solid #0f172a1f;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tileInner {
  border: 1px solid #ffffff42;
}

.RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px #0f172a05, 0 10px 24px #02061714;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px #ffffff0a, 0 10px 24px #00000052;
}

.RecipientSelectorModal-module__JXNfSG__tileInner {
  transition: background .14s cubic-bezier(.2, .8, .2, 1), border-color .14s cubic-bezier(.2, .8, .2, 1), box-shadow .14s cubic-bezier(.2, .8, .2, 1);
}

.RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  background: radial-gradient(140px 120px at 18% 18%, var(--qd-tile-tint-strong, var(--qd-tile-tint, transparent)), transparent 70%), #fffffffa;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  background: radial-gradient(140px 120px at 18% 18%, var(--qd-tile-tint-strong, var(--qd-tile-tint, transparent)), transparent 70%), #404046fc;
}

.RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  border-color: color-mix(in oklch, var(--mantine-color-blue-6) 35%, transparent);
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  border-color: color-mix(in oklch, var(--mantine-color-blue-6) 45%, #ffffff29);
}

.RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px #0f172a05, 0 14px 32px #02061724;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tile:hover .RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px #ffffff0d, 0 14px 32px #0000006b;
}

.RecipientSelectorModal-module__JXNfSG__tile:hover {
  transform: translateY(-2px);
}

.RecipientSelectorModal-module__JXNfSG__tileSelected .RecipientSelectorModal-module__JXNfSG__tileInner {
  border-color: color-mix(in oklch, var(--mantine-color-blue-6) 55%, transparent);
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tileSelected .RecipientSelectorModal-module__JXNfSG__tileInner {
  border-color: color-mix(in oklch, var(--mantine-color-blue-6) 60%, #ffffff29);
}

.RecipientSelectorModal-module__JXNfSG__tileSelected .RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px color-mix(in oklch, var(--mantine-color-blue-6) 30%, transparent), 0 16px 36px #02061724;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__tileSelected .RecipientSelectorModal-module__JXNfSG__tileInner {
  box-shadow: 0 0 0 1px color-mix(in oklch, var(--mantine-color-blue-6) 35%, #fff3), 0 16px 36px #0000007a;
}

.RecipientSelectorModal-module__JXNfSG__tileDisabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none !important;
}

.RecipientSelectorModal-module__JXNfSG__tileCenter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  min-height: 112px;
  display: flex;
}

.RecipientSelectorModal-module__JXNfSG__iconBadge {
  border: 1px solid #0f172a1a;
  border-radius: 999px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__iconBadge {
  border: 1px solid #ffffff29;
}

.RecipientSelectorModal-module__JXNfSG__iconBadge {
  background: #fffc;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__iconBadge {
  background: #ffffff14;
}

.RecipientSelectorModal-module__JXNfSG__iconBadge {
  box-shadow: inset 0 1px #ffffff8c, 0 6px 14px #0000001f;
}

[data-mantine-color-scheme="dark"] .RecipientSelectorModal-module__JXNfSG__iconBadge {
  box-shadow: inset 0 1px #ffffff14, 0 6px 14px #0000001f;
}

.RecipientSelectorModal-module__JXNfSG__label {
  letter-spacing: -.01em;
  color: var(--mantine-color-text);
  font-weight: 650;
  line-height: 1.1;
}

/* [project]/components/Drop/elements/TokenSelector.module.css [app-client] (css) */
.TokenSelector-module__zNmVdW__input {
  color: #f66;
}

/*# sourceMappingURL=components_Drop_elements_1337174c._.css.map*/