/* [project]/components/assistant/AssistantView.module.css [app-client] (css) */
.AssistantView-module__VF_bCa__visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.AssistantView-module__VF_bCa__desk {
  --desk-navy: #101b2f;
  --desk-navy-soft: #172740;
  --desk-paper: #fbfbf8;
  --desk-rule: #16233a18;
  animation: AssistantView-module__VF_bCa__deskArrival .42s var(--ease-out);
  background: var(--desk-paper);
  grid-template-columns: minmax(440px, 1fr) 306px;
  min-width: 0;
  height: calc(100dvh - 56px);
  display: grid;
  position: relative;
  overflow: hidden;
}

@keyframes AssistantView-module__VF_bCa__deskArrival {
  from {
    opacity: 0;
    transform: translateY(8px)scale(.997);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.AssistantView-module__VF_bCa__kicker {
  color: var(--text-3);
  font-family: var(--font-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.4;
  display: block;
}

.AssistantView-module__VF_bCa__journal {
  background: linear-gradient(90deg, #ffffff06 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, var(--desk-navy-soft), var(--desk-navy));
  color: #eef3fb;
  border-right: 1px solid #ffffff14;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 22px 15px 16px;
  display: flex;
}

.AssistantView-module__VF_bCa__mobileJournal {
  display: none;
}

.AssistantView-module__VF_bCa__sidebarJournal {
  color: var(--side-text);
  background: none;
  border: 0;
  height: min(39vh, 350px);
  padding: 3px 0 0;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__journalHeader {
  padding: 0 5px 8px 7px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__journalHeader h2 {
  color: #a7b3cbb8;
  font-family: var(--font-body);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 680;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__newSessionButton {
  background: none;
  border-color: #ffffff1a;
  width: 28px;
  height: 28px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionSearch {
  border-radius: 8px;
  min-height: 31px;
  margin: 0 2px 7px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionList {
  gap: 2px;
  padding-bottom: 2px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionItem {
  border-radius: 8px;
  grid-template-columns: 2px minmax(0, 1fr) auto;
  gap: 6px;
  min-height: 46px;
  padding: 6px 5px 6px 4px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionMarker {
  width: 2px;
  height: 22px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionCopy strong {
  font-size: 11px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionCopy span {
  font-size: 9px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__sessionItem time {
  font-size: 7.5px;
}

.AssistantView-module__VF_bCa__sidebarJournal .AssistantView-module__VF_bCa__emptyJournal {
  min-height: 76px;
}

.AssistantView-module__VF_bCa__journalHeader {
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 17px;
  display: flex;
}

.AssistantView-module__VF_bCa__journalHeader .AssistantView-module__VF_bCa__kicker {
  color: #7f91ae;
}

.AssistantView-module__VF_bCa__journalHeader h2, .AssistantView-module__VF_bCa__sourcesHeader h2, .AssistantView-module__VF_bCa__conversationHeader h2 {
  font-family: var(--font-display);
  margin: 0;
}

.AssistantView-module__VF_bCa__journalHeader h2 {
  letter-spacing: -.02em;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 640;
  line-height: 1.25;
}

.AssistantView-module__VF_bCa__newSessionButton {
  color: #f7f9fc;
  height: 34px;
  transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__newSessionButton:hover:not(:disabled) {
  background: #4cc3f724;
  border-color: #4cc3f76b;
  transform: translateY(-1px);
}

.AssistantView-module__VF_bCa__sessionSearch {
  color: #8292ac;
  background: #ffffff0e;
  border: 1px solid #ffffff14;
  border-radius: 9px;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin: 0 1px 10px;
  padding: 0 10px;
  display: grid;
}

.AssistantView-module__VF_bCa__sessionSearch:focus-within {
  border-color: #4cc3f7a6;
  box-shadow: 0 0 0 3px #4cc3f71a;
}

.AssistantView-module__VF_bCa__sessionSearch input {
  color: #f5f8fc;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  padding: 6px 0;
  font-size: 12px;
}

.AssistantView-module__VF_bCa__sessionSearch input::placeholder {
  color: #8292ac;
}

.AssistantView-module__VF_bCa__sessionList {
  scrollbar-color: #ffffff2e transparent;
  scrollbar-width: thin;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-height: 0;
  padding: 2px 0 10px;
  display: flex;
  overflow-y: auto;
}

.AssistantView-module__VF_bCa__sessionItem {
  color: #aeb9cc;
  text-align: left;
  min-height: 62px;
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease), color var(--dur-base) var(--ease);
  background: none;
  border: 1px solid #0000;
  border-radius: 11px;
  grid-template-columns: 3px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 9px 9px 7px;
  display: grid;
}

.AssistantView-module__VF_bCa__sessionItem:hover:not(:disabled) {
  color: #e9eef7;
  background: #ffffff0e;
}

.AssistantView-module__VF_bCa__sessionItemActive {
  color: #f5f8fd;
  background: linear-gradient(105deg, #2e7cf62e, #4cc3f712);
  border-color: #4cc3f729;
}

.AssistantView-module__VF_bCa__sessionMarker {
  height: 28px;
  transition: background var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
  background: none;
  border-radius: 10px;
  width: 3px;
}

.AssistantView-module__VF_bCa__sessionItemActive .AssistantView-module__VF_bCa__sessionMarker {
  background: #4cc3f7;
  box-shadow: 0 0 12px #4cc3f77a;
}

.AssistantView-module__VF_bCa__sessionCopy {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.AssistantView-module__VF_bCa__sessionCopy strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 590;
  line-height: 1.35;
  overflow: hidden;
}

.AssistantView-module__VF_bCa__headerActions {
  flex: none;
  align-items: center;
  gap: 8px;
  display: flex;
}

.AssistantView-module__VF_bCa__memoryButton, .AssistantView-module__VF_bCa__attentionButton, .AssistantView-module__VF_bCa__callButton {
  color: var(--info-text);
  min-height: 30px;
  transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: linear-gradient(135deg, #2e7cf617, #4cc3f70d);
  border: 1px solid #2e7cf62e;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 10.5px;
  font-weight: 620;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__memoryButton:hover, .AssistantView-module__VF_bCa__attentionButton:hover, .AssistantView-module__VF_bCa__callButton:hover {
  background: #2e7cf621;
  border-color: #2e7cf657;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px #2e7cf61a;
}

.AssistantView-module__VF_bCa__callButton {
  color: #276a42;
  min-height: 30px;
  transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: linear-gradient(135deg, #2a7e4c21, #4eaa700f);
  border: 1px solid #2a7e4c3d;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-size: 10.5px;
  font-weight: 680;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__callButton:hover {
  background: #2a7e4c29;
  border-color: #2a7e4c66;
  transform: translateY(-1px);
}

.AssistantView-module__VF_bCa__callButton:disabled {
  cursor: default;
  opacity: .48;
  transform: none;
}

.AssistantView-module__VF_bCa__attentionButton {
  color: #7f5818;
  background: linear-gradient(135deg, #c2842317, #c2842309);
  border-color: #c2842333;
  position: relative;
}

.AssistantView-module__VF_bCa__attentionButton:hover {
  background: #c284231f;
  border-color: #c2842359;
  box-shadow: 0 5px 14px #8e5e1117;
}

.AssistantView-module__VF_bCa__attentionBadge {
  border: 2px solid var(--desk-paper);
  color: #fff;
  font-family: var(--font-mono);
  background: #b97819;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  font-size: 7.5px;
  font-weight: 750;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__sessionCopy span {
  color: #7588a7;
  font-size: 10.5px;
}

.AssistantView-module__VF_bCa__sessionItem time {
  color: #8292ac;
  font-family: var(--font-mono);
  align-self: start;
  margin-top: 2px;
  font-size: 8.5px;
}

.AssistantView-module__VF_bCa__emptyJournal {
  color: #7185a4;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 130px;
  font-size: 12px;
  display: flex;
}

.AssistantView-module__VF_bCa__sessionSkeleton {
  gap: 8px;
  padding: 2px;
  display: grid;
}

.AssistantView-module__VF_bCa__sessionSkeleton span {
  background: #fff1;
  border-radius: 11px;
  height: 60px;
  animation: 1.4s ease-in-out infinite AssistantView-module__VF_bCa__skeletonPulse;
}

.AssistantView-module__VF_bCa__sessionSkeleton span:nth-child(2) {
  animation-delay: .12s;
}

.AssistantView-module__VF_bCa__sessionSkeleton span:nth-child(3) {
  animation-delay: .24s;
}

.AssistantView-module__VF_bCa__conversation {
  background: radial-gradient(circle at 50% -20%, #2e7cf613, transparent 38%),
    linear-gradient(90deg, transparent 0, transparent 41px, #2e7cf60e 42px, transparent 43px),
    var(--desk-paper);
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  display: flex;
  position: relative;
}

.AssistantView-module__VF_bCa__conversationHeader {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--desk-rule);
  z-index: 2;
  background: #fbfbf8e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 14px 22px;
  display: flex;
  position: relative;
}

.AssistantView-module__VF_bCa__identity {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.AssistantView-module__VF_bCa__identityRing {
  background: #f8fbff;
  border: 1px solid #2e7cf633;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
  box-shadow: 0 0 0 4px #2e7cf60f, 0 4px 12px #16233a14;
}

.AssistantView-module__VF_bCa__identityRing img, .AssistantView-module__VF_bCa__assistantAvatar img, .AssistantView-module__VF_bCa__heroCore img {
  object-fit: contain;
  height: auto;
}

.AssistantView-module__VF_bCa__conversationHeader h2 {
  letter-spacing: -.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 36vw;
  margin-top: 2px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
  overflow: hidden;
}

.AssistantView-module__VF_bCa__errorBanner {
  background: var(--crit-tint);
  border-bottom: 1px solid var(--crit-line);
  color: var(--crit-text);
  flex: none;
  grid-template-columns: 18px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  padding: 9px 14px 9px 20px;
  font-size: 12px;
  display: grid;
}

.AssistantView-module__VF_bCa__retryButton, .AssistantView-module__VF_bCa__dismissButton {
  color: inherit;
  background: #ffffff94;
  border: 1px solid #a02b222e;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__retryButton {
  border-radius: 8px;
  gap: 5px;
  min-height: 28px;
  padding: 4px 8px;
  font-size: 10.5px;
}

.AssistantView-module__VF_bCa__dismissButton {
  border-radius: 50%;
  width: 27px;
  height: 27px;
}

.AssistantView-module__VF_bCa__retryButton:hover, .AssistantView-module__VF_bCa__dismissButton:hover {
  background: #fff;
}

.AssistantView-module__VF_bCa__transcript {
  scroll-behavior: smooth;
  flex-direction: column;
  flex: 1;
  gap: 22px;
  min-height: 0;
  padding: 28px clamp(24px, 5vw, 68px) 36px;
  display: flex;
  overflow-y: auto;
}

.AssistantView-module__VF_bCa__messageRow {
  animation: AssistantView-module__VF_bCa__messageArrival .28s var(--ease-out);
  gap: 11px;
  width: 100%;
  display: flex;
}

@keyframes AssistantView-module__VF_bCa__messageArrival {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AssistantView-module__VF_bCa__messageRowAssistant {
  align-self: flex-start;
  max-width: 92%;
}

.AssistantView-module__VF_bCa__messageRowUser {
  justify-content: flex-end;
  align-self: flex-end;
  max-width: 82%;
}

.AssistantView-module__VF_bCa__assistantAvatar {
  background: #f7faff;
  border: 1px solid #2e7cf626;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  display: inline-flex;
  box-shadow: 0 2px 8px #16233a12;
}

.AssistantView-module__VF_bCa__messageColumn {
  gap: 10px;
  min-width: 0;
  display: grid;
}

.AssistantView-module__VF_bCa__message {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.65;
}

.AssistantView-module__VF_bCa__assistantMessage {
  color: var(--text);
  padding: 6px 4px 6px 0;
}

.AssistantView-module__VF_bCa__userMessage {
  background: var(--ink);
  color: #f7f9fc;
  border: 1px solid #ffffff0f;
  border-radius: 16px 16px 4px;
  padding: 11px 15px;
  box-shadow: 0 5px 18px #0e17261f;
}

.AssistantView-module__VF_bCa__streamingMessage {
  min-height: 35px;
}

.AssistantView-module__VF_bCa__streamCaret {
  background: var(--accent);
  width: 2px;
  height: 1.05em;
  margin-left: 3px;
  animation: .9s steps(2, jump-none) infinite AssistantView-module__VF_bCa__caretBlink;
  display: inline-block;
  transform: translateY(2px);
}

@keyframes AssistantView-module__VF_bCa__caretBlink {
  50% {
    opacity: .15;
  }
}

.AssistantView-module__VF_bCa__thinking {
  color: var(--text-3);
  align-items: center;
  gap: 4px;
  font-size: 12px;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__thinking i {
  background: var(--accent);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  animation: 1.1s ease-in-out infinite AssistantView-module__VF_bCa__thinkingDot;
  display: inline-block;
}

.AssistantView-module__VF_bCa__thinking i:nth-child(2) {
  animation-delay: .13s;
}

.AssistantView-module__VF_bCa__thinking i:nth-child(3) {
  margin-right: 4px;
  animation-delay: .26s;
}

@keyframes AssistantView-module__VF_bCa__thinkingDot {
  0%, 70%, 100% {
    opacity: .28;
    transform: translateY(0);
  }

  35% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.AssistantView-module__VF_bCa__transcriptSkeleton {
  gap: 19px;
  margin-top: 4px;
  display: grid;
}

.AssistantView-module__VF_bCa__transcriptSkeleton span {
  background: linear-gradient(90deg, var(--surface-2), #2e7cf60e, var(--surface-2));
  border-radius: 10px;
  width: 68%;
  height: 54px;
  animation: 1.4s ease-in-out infinite AssistantView-module__VF_bCa__skeletonPulse;
}

.AssistantView-module__VF_bCa__transcriptSkeleton span:nth-child(2) {
  justify-self: end;
  width: 52%;
  animation-delay: .13s;
}

.AssistantView-module__VF_bCa__transcriptSkeleton span:nth-child(3) {
  width: 78%;
  animation-delay: .26s;
}

@keyframes AssistantView-module__VF_bCa__skeletonPulse {
  0%, 100% {
    opacity: .5;
  }

  50% {
    opacity: .95;
  }
}

.AssistantView-module__VF_bCa__emptyState {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 26px 0 34px;
  display: flex;
}

.AssistantView-module__VF_bCa__heroMark {
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.AssistantView-module__VF_bCa__heroOrbit {
  border: 1px solid #2e7cf629;
  border-radius: 50%;
  animation: 9s linear infinite AssistantView-module__VF_bCa__orbitTurn;
  position: absolute;
  inset: 0;
}

.AssistantView-module__VF_bCa__heroOrbit:before, .AssistantView-module__VF_bCa__heroOrbit:after {
  background: var(--accent);
  border: 3px solid var(--desk-paper);
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
}

.AssistantView-module__VF_bCa__heroOrbit:before {
  top: 13px;
  right: 13px;
}

.AssistantView-module__VF_bCa__heroOrbit:after {
  opacity: .42;
  bottom: 8px;
  left: 20px;
}

@keyframes AssistantView-module__VF_bCa__orbitTurn {
  to {
    transform: rotate(360deg);
  }
}

.AssistantView-module__VF_bCa__heroCore {
  background: #fff;
  border: 1px solid #2e7cf624;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  display: flex;
  box-shadow: 0 12px 34px #2e7cf61f, 0 0 0 9px #2e7cf609;
}

.AssistantView-module__VF_bCa__emptyEyebrow {
  color: var(--accent);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 700;
}

.AssistantView-module__VF_bCa__emptyState h3 {
  color: var(--ink-deep);
  font-family: var(--font-display);
  letter-spacing: -.035em;
  margin: 7px 0 10px;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 620;
  line-height: 1.12;
}

.AssistantView-module__VF_bCa__emptyState > p {
  color: var(--text-2);
  text-wrap: balance;
  max-width: 52ch;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
}

.AssistantView-module__VF_bCa__starterGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 27px;
  display: grid;
}

.AssistantView-module__VF_bCa__starterGrid button {
  border: 1px solid var(--border);
  color: var(--text-2);
  text-align: left;
  min-height: 88px;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: #ffffffb3;
  border-radius: 12px;
  gap: 8px;
  padding: 11px;
  font-size: 11px;
  line-height: 1.4;
  display: grid;
}

.AssistantView-module__VF_bCa__starterGrid button:hover:not(:disabled) {
  color: var(--ink);
  border-color: #2e7cf673;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px #2e7cf617;
}

.AssistantView-module__VF_bCa__starterGrid button span {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 9px;
}

.AssistantView-module__VF_bCa__composerArea {
  background: linear-gradient(180deg, #fbfbf800, var(--desk-paper) 20%);
  z-index: 2;
  flex: none;
  padding: 13px clamp(20px, 4vw, 54px) 17px;
  position: relative;
}

.AssistantView-module__VF_bCa__composer {
  border: 1px solid var(--border-strong);
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
  background: #fff;
  border-radius: 15px;
  grid-template-columns: 18px minmax(0, 1fr) 38px;
  align-items: end;
  gap: 9px;
  padding: 8px 8px 8px 13px;
  display: grid;
  box-shadow: 0 7px 24px #16233a16;
}

.AssistantView-module__VF_bCa__composer:focus-within {
  border-color: #2e7cf6a6;
  box-shadow: 0 0 0 3px #2e7cf617, 0 9px 28px #16233a17;
}

.AssistantView-module__VF_bCa__composerSpark {
  color: var(--accent);
  margin-bottom: 10px;
}

.AssistantView-module__VF_bCa__composer textarea {
  color: var(--text);
  resize: none;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-height: 36px;
  max-height: 156px;
  padding: 7px 0 5px;
  line-height: 1.5;
  overflow-y: auto;
}

.AssistantView-module__VF_bCa__composer textarea::placeholder {
  color: var(--text-3);
}

.AssistantView-module__VF_bCa__sendButton {
  background: var(--button-gradient);
  color: #fff;
  height: 38px;
  transition: box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  border: 0;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 38px;
  display: inline-flex;
  box-shadow: 0 5px 13px #2e7cf638;
}

.AssistantView-module__VF_bCa__sendButton:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px #2e7cf657;
}

.AssistantView-module__VF_bCa__composerMeta {
  color: var(--text-3);
  justify-content: flex-start;
  padding: 7px 4px 0;
  font-size: 9.5px;
  display: flex;
}

.AssistantView-module__VF_bCa__sourcesRail {
  border-left: 1px solid var(--desk-rule);
  background: linear-gradient(#2e7cf606 1px, #0000 1px) 0 0 / 100% 28px, #f4f6f8;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  padding: 22px 17px 16px;
  display: flex;
}

.AssistantView-module__VF_bCa__sourcesHeader {
  color: var(--ink);
  align-items: center;
  gap: 10px;
  padding: 0 3px;
  display: flex;
}

.AssistantView-module__VF_bCa__sourcesHeader > svg {
  color: var(--accent);
  flex: none;
}

.AssistantView-module__VF_bCa__sourcesHeader h2 {
  letter-spacing: -.015em;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 640;
  line-height: 1.3;
}

.AssistantView-module__VF_bCa__sourcesIntro {
  color: var(--text-3);
  margin: 13px 3px 15px;
  font-size: 11.5px;
  line-height: 1.5;
}

.AssistantView-module__VF_bCa__sourcesList {
  flex-direction: column;
  flex: 1;
  gap: 9px;
  min-height: 0;
  padding: 1px 2px 10px;
  display: flex;
  overflow-y: auto;
}

.AssistantView-module__VF_bCa__sourceCard {
  border: 1px solid var(--border);
  background: #ffffffe6;
  border-radius: 12px;
  gap: 8px;
  padding: 12px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px #16233a0b;
}

.AssistantView-module__VF_bCa__sourceCard:before {
  background: var(--ring-gradient);
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.AssistantView-module__VF_bCa__sourceCardHead {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.AssistantView-module__VF_bCa__sourceNumber {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
}

.AssistantView-module__VF_bCa__sourceKind {
  background: var(--accent-weak);
  color: var(--info-text);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 8.5px;
  font-weight: 650;
}

.AssistantView-module__VF_bCa__sourceCard h4 {
  color: var(--ink);
  font-family: var(--font-display);
  margin: 0;
  font-size: 12.5px;
  font-weight: 640;
  line-height: 1.35;
}

.AssistantView-module__VF_bCa__sourceCard p {
  color: var(--text-2);
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 10.5px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.AssistantView-module__VF_bCa__sourceCard time {
  border-top: 1px solid var(--border);
  color: var(--text-3);
  font-family: var(--font-mono);
  align-items: center;
  gap: 5px;
  padding-top: 8px;
  font-size: 8.5px;
  display: flex;
}

.AssistantView-module__VF_bCa__sourceId {
  color: var(--text-3);
  font-family: var(--font-mono);
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  overflow: hidden;
}

.AssistantView-module__VF_bCa__emptySources {
  color: var(--text-3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 210px;
  margin: auto;
  padding: 24px 10px;
  display: flex;
}

.AssistantView-module__VF_bCa__emptySourcesIcon {
  border: 1px solid var(--border);
  color: var(--accent);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 11px;
  display: flex;
}

.AssistantView-module__VF_bCa__emptySources strong {
  color: var(--text-2);
  font-family: var(--font-display);
  font-size: 13px;
}

.AssistantView-module__VF_bCa__emptySources p {
  margin: 5px 0 0;
  font-size: 10.5px;
  line-height: 1.55;
}

.AssistantView-module__VF_bCa__inlineSources {
  display: none;
}

.AssistantView-module__VF_bCa__sourceCardCompact {
  max-width: 100%;
}

.AssistantView-module__VF_bCa__inlineSourcesLabel {
  color: var(--text-3);
  align-items: center;
  gap: 5px;
  font-size: 10px;
  display: flex;
}

@media (max-width: 1480px) {
  .AssistantView-module__VF_bCa__desk {
    grid-template-columns: 230px minmax(400px, 1fr) 276px;
  }

  .AssistantView-module__VF_bCa__transcript {
    padding-left: 34px;
    padding-right: 34px;
  }

  .AssistantView-module__VF_bCa__starterGrid {
    grid-template-columns: 1fr;
    max-width: 430px;
  }

  .AssistantView-module__VF_bCa__starterGrid button {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 48px;
  }
}

@media (max-width: 1320px) {
  .AssistantView-module__VF_bCa__desk {
    grid-template-columns: minmax(0, 1fr);
  }

  .AssistantView-module__VF_bCa__sourcesRail {
    display: none;
  }

  .AssistantView-module__VF_bCa__inlineSources {
    gap: 7px;
    max-width: 520px;
    display: grid;
  }

  .AssistantView-module__VF_bCa__sourceCardCompact {
    box-shadow: none;
    background: #eaf1fe85;
  }

  .AssistantView-module__VF_bCa__sourceCardCompact p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 880px) {
  .AssistantView-module__VF_bCa__desk {
    grid-template-columns: minmax(0, 1fr);
    height: calc(100dvh - 56px);
  }

  .AssistantView-module__VF_bCa__conversation {
    min-height: 600px;
  }
}

@media (max-width: 760px) {
  .AssistantView-module__VF_bCa__desk {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    grid-template-rows: auto minmax(590px, 1fr);
    gap: 10px;
    height: auto;
    min-height: 0;
    margin: -2px;
    overflow: visible;
  }

  .AssistantView-module__VF_bCa__mobileJournal {
    border: 0;
    border-radius: 15px;
    padding: 12px 12px 9px;
    display: flex;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__journalHeader {
    padding: 0 2px 9px;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__sessionSearch {
    max-width: none;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__sessionList {
    flex-direction: row;
    flex: none;
    padding-bottom: 4px;
    overflow: auto hidden;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__sessionItem {
    flex-shrink: 0;
    flex-basis: min(72vw, 230px);
    min-height: 56px;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__sessionSkeleton {
    display: flex;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__sessionSkeleton span {
    flex: 0 0 210px;
  }

  .AssistantView-module__VF_bCa__mobileJournal .AssistantView-module__VF_bCa__emptyJournal {
    flex-direction: row;
    align-items: center;
    min-height: 48px;
    padding: 0 7px;
  }

  .AssistantView-module__VF_bCa__conversation {
    border: 1px solid var(--border);
    border-radius: 15px;
    height: max(590px, 100dvh - 148px);
    min-height: 590px;
    overflow: hidden;
  }

  .AssistantView-module__VF_bCa__conversationHeader {
    min-height: 68px;
    padding: 10px 12px;
  }

  .AssistantView-module__VF_bCa__identity {
    gap: 9px;
  }

  .AssistantView-module__VF_bCa__identityRing {
    width: 40px;
    height: 40px;
  }

  .AssistantView-module__VF_bCa__identityRing img {
    width: 30px;
  }

  .AssistantView-module__VF_bCa__conversationHeader h2 {
    max-width: 48vw;
    font-size: 15px;
  }

  .AssistantView-module__VF_bCa__headerActions {
    gap: 6px;
  }

  .AssistantView-module__VF_bCa__memoryButton, .AssistantView-module__VF_bCa__attentionButton, .AssistantView-module__VF_bCa__callButton {
    justify-content: center;
    gap: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    font-size: 0;
  }

  .AssistantView-module__VF_bCa__attentionBadge {
    min-width: 15px;
    height: 15px;
    position: absolute;
    top: -4px;
    right: -4px;
  }

  .AssistantView-module__VF_bCa__errorBanner {
    grid-template-columns: 17px minmax(0, 1fr) auto;
    gap: 6px;
    padding: 8px 9px;
  }

  .AssistantView-module__VF_bCa__retryButton {
    gap: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 0;
  }

  .AssistantView-module__VF_bCa__retryButton svg {
    width: 14px;
    height: 14px;
  }

  .AssistantView-module__VF_bCa__dismissButton {
    display: none;
  }

  .AssistantView-module__VF_bCa__transcript {
    gap: 18px;
    padding: 21px 14px 28px;
  }

  .AssistantView-module__VF_bCa__messageRowAssistant {
    max-width: 100%;
  }

  .AssistantView-module__VF_bCa__messageRowUser {
    max-width: 88%;
  }

  .AssistantView-module__VF_bCa__message {
    font-size: 13.5px;
  }

  .AssistantView-module__VF_bCa__assistantAvatar {
    width: 31px;
    height: 31px;
  }

  .AssistantView-module__VF_bCa__assistantAvatar img {
    width: 23px;
  }

  .AssistantView-module__VF_bCa__emptyState {
    justify-content: flex-start;
    padding: 28px 4px 24px;
  }

  .AssistantView-module__VF_bCa__heroMark {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }

  .AssistantView-module__VF_bCa__heroCore {
    width: 70px;
    height: 70px;
  }

  .AssistantView-module__VF_bCa__heroCore img {
    width: 55px;
  }

  .AssistantView-module__VF_bCa__emptyState h3 {
    font-size: 27px;
  }

  .AssistantView-module__VF_bCa__emptyState > p {
    max-width: 42ch;
    font-size: 12.5px;
  }

  .AssistantView-module__VF_bCa__starterGrid {
    margin-top: 20px;
  }

  .AssistantView-module__VF_bCa__starterGrid button {
    min-height: 45px;
  }

  .AssistantView-module__VF_bCa__composerArea {
    padding: 10px 10px 11px;
  }

  .AssistantView-module__VF_bCa__composer {
    grid-template-columns: minmax(0, 1fr) 38px;
    padding-left: 12px;
  }

  .AssistantView-module__VF_bCa__composerSpark, .AssistantView-module__VF_bCa__composerMeta > span:first-child {
    display: none;
  }

  .AssistantView-module__VF_bCa__composerMeta {
    justify-content: flex-start;
  }

  .AssistantView-module__VF_bCa__sourceCardCompact {
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .AssistantView-module__VF_bCa__conversationHeader .AssistantView-module__VF_bCa__kicker {
    letter-spacing: .1em;
    font-size: 8px;
  }

  .AssistantView-module__VF_bCa__messageRow {
    gap: 8px;
  }

  .AssistantView-module__VF_bCa__messageRowUser {
    max-width: 92%;
  }

  .AssistantView-module__VF_bCa__userMessage {
    padding: 10px 12px;
  }

  .AssistantView-module__VF_bCa__emptyState {
    padding-left: 0;
    padding-right: 0;
  }
}

.AssistantView-module__VF_bCa__actionCard {
  background: linear-gradient(135deg, #eef5fceb, #f9faf7f5);
  border: 1px solid #2048702e;
  border-left: 3px solid #315f8b;
  border-radius: 12px;
  align-self: flex-start;
  max-width: min(590px, 100% - 92px);
  margin: -4px 44px 14px 48px;
  padding: 13px 15px;
  box-shadow: 0 8px 24px #0f243a12;
}

.AssistantView-module__VF_bCa__briefingCard {
  color: #f6f9fc;
  background: linear-gradient(140deg, #142943, #1c3d5d);
  border: 1px solid #ffffff1f;
  border-radius: 15px;
  width: calc(100% - 28px);
  max-width: 680px;
  margin: 4px auto 20px;
  padding: 17px 18px 15px;
  box-shadow: 0 14px 34px #0e22382e;
}

.AssistantView-module__VF_bCa__briefingHead {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.AssistantView-module__VF_bCa__briefingHead .AssistantView-module__VF_bCa__kicker {
  color: #89a9c7;
}

.AssistantView-module__VF_bCa__briefingHead h3 {
  font-family: var(--font-display);
  margin: 3px 0 0;
  font-size: 19px;
  font-weight: 600;
}

.AssistantView-module__VF_bCa__briefingHead > button {
  color: #dce7f2;
  cursor: pointer;
  background: #ffffff14;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.AssistantView-module__VF_bCa__briefingCard ul {
  gap: 8px;
  margin: 14px 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
}

.AssistantView-module__VF_bCa__briefingCard li {
  grid-template-columns: 7px 1fr;
  align-items: flex-start;
  gap: 9px;
  display: grid;
}

.AssistantView-module__VF_bCa__briefingCard li > span {
  background: #dfb65a;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-top: 5px;
  box-shadow: 0 0 0 4px #dfb65a1a;
}

.AssistantView-module__VF_bCa__briefingCard li[data-priority="high"] > span {
  background: #ee8473;
  box-shadow: 0 0 0 4px #ee84731c;
}

.AssistantView-module__VF_bCa__briefingCard li div {
  gap: 1px;
  display: grid;
}

.AssistantView-module__VF_bCa__briefingCard li strong {
  font-size: 12.5px;
  font-weight: 650;
}

.AssistantView-module__VF_bCa__briefingCard li small {
  color: #aebfd0;
  font-size: 10.5px;
}

.AssistantView-module__VF_bCa__briefingAttentionLink {
  color: #b9cee0;
  cursor: pointer;
  font: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 6px;
  padding: 3px 0 0;
  font-size: 10.5px;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__callProtocol {
  background: #f7f6f1;
  border: 1px solid #1d30471f;
  border-radius: 11px;
  width: calc(100% - 28px);
  max-width: 680px;
  margin: 0 auto 18px;
  padding: 11px 13px;
}

.AssistantView-module__VF_bCa__callProtocol summary {
  color: #36536e;
  cursor: pointer;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 650;
  display: flex;
}

.AssistantView-module__VF_bCa__callProtocol pre {
  color: var(--text-2);
  white-space: pre-wrap;
  margin: 13px 2px 2px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.55;
}

.AssistantView-module__VF_bCa__actionCardHead {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 14px;
  display: flex;
}

.AssistantView-module__VF_bCa__actionCardHead span {
  color: #315f8b;
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.AssistantView-module__VF_bCa__actionCardHead strong {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 650;
}

.AssistantView-module__VF_bCa__actionCardHead strong[data-state="succeeded"] {
  color: #247052;
}

.AssistantView-module__VF_bCa__actionCardHead strong[data-state="failed_terminal"], .AssistantView-module__VF_bCa__actionCardHead strong[data-state="compensation_failed"] {
  color: #a4483c;
}

.AssistantView-module__VF_bCa__actionCard p {
  color: var(--text-1);
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.AssistantView-module__VF_bCa__actionButtons {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.AssistantView-module__VF_bCa__actionButtons button {
  color: #fff;
  cursor: pointer;
  font: inherit;
  background: #173b5e;
  border: 1px solid #173b5e;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  font-size: 11.5px;
  font-weight: 650;
  display: inline-flex;
}

.AssistantView-module__VF_bCa__actionButtons button:disabled {
  cursor: wait;
  opacity: .55;
}

.AssistantView-module__VF_bCa__actionButtons .AssistantView-module__VF_bCa__actionSecondary {
  color: #173b5e;
  background: none;
  border-color: #173b5e47;
}

@media (max-width: 640px) {
  .AssistantView-module__VF_bCa__actionCard {
    max-width: calc(100% - 43px);
    margin-left: 39px;
    margin-right: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .AssistantView-module__VF_bCa__desk, .AssistantView-module__VF_bCa__memoryButton, .AssistantView-module__VF_bCa__attentionButton, .AssistantView-module__VF_bCa__callButton, .AssistantView-module__VF_bCa__messageRow, .AssistantView-module__VF_bCa__heroOrbit, .AssistantView-module__VF_bCa__thinking i, .AssistantView-module__VF_bCa__streamCaret, .AssistantView-module__VF_bCa__sessionSkeleton span, .AssistantView-module__VF_bCa__transcriptSkeleton span {
    animation: none;
  }

  .AssistantView-module__VF_bCa__transcript {
    scroll-behavior: auto;
  }
}

/* [project]/components/assistant/MemoryPanel.module.css [app-client] (css) */
.MemoryPanel-module__v-M-uG__visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.MemoryPanel-module__v-M-uG__memoryDialog {
  --memory-ink: #132238;
  --memory-paper: #fbfbf7;
  --memory-rule: #1322381c;
  background: linear-gradient(90deg, transparent 0, transparent 47px, #2e7cf60b 48px, transparent 49px),
    var(--memory-paper);
  flex-direction: column;
  gap: 0;
  max-width: 880px;
  height: min(780px, 100dvh - 52px);
  max-height: calc(100dvh - 52px);
  padding: 0;
  display: flex;
  overflow: hidden;
}

.MemoryPanel-module__v-M-uG__panelHeader {
  border-bottom: 1px solid var(--memory-rule);
  background: linear-gradient(115deg, #2e7cf614, #0000 48%), #fbfbf7f5;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 15px 20px 15px 22px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__panelIdentity {
  align-items: center;
  gap: 13px;
  min-width: 0;
  display: flex;
}

.MemoryPanel-module__v-M-uG__memorySeal {
  color: var(--accent);
  background: #fff;
  border: 1px solid #2e7cf638;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
  box-shadow: 0 5px 18px #1f3a6317, 0 0 0 5px #2e7cf60b;
}

.MemoryPanel-module__v-M-uG__eyebrow {
  color: var(--text-3);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.MemoryPanel-module__v-M-uG__panelHeader h2, .MemoryPanel-module__v-M-uG__focusView h3, .MemoryPanel-module__v-M-uG__emptyMemory h3 {
  color: var(--memory-ink);
  font-family: var(--font-display);
  margin: 0;
}

.MemoryPanel-module__v-M-uG__panelHeader h2 {
  letter-spacing: -.025em;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
}

.MemoryPanel-module__v-M-uG__closeButton {
  border: 1px solid var(--border);
  color: var(--text-2);
  height: 36px;
  transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: #ffffffb8;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__closeButton:hover {
  border-color: var(--border-strong);
  background: #fff;
  transform: rotate(4deg);
}

.MemoryPanel-module__v-M-uG__panelBody {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.MemoryPanel-module__v-M-uG__memoryOverview {
  border-bottom: 1px solid var(--memory-rule);
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 17px 24px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__overviewCount {
  border-right: 1px solid var(--memory-rule);
  flex-direction: column;
  align-items: baseline;
  min-width: 118px;
  padding-right: 20px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__overviewCount strong {
  color: var(--memory-ink);
  font-family: var(--font-display);
  letter-spacing: -.04em;
  font-size: 29px;
  font-weight: 620;
  line-height: 1;
}

.MemoryPanel-module__v-M-uG__overviewCount span {
  color: var(--text-3);
  margin-top: 4px;
  font-size: 10px;
}

.MemoryPanel-module__v-M-uG__overviewCopy {
  min-width: 0;
}

.MemoryPanel-module__v-M-uG__overviewCopy p {
  color: var(--text-3);
  margin: 4px 0 0;
  font-size: 10.5px;
  line-height: 1.5;
}

.MemoryPanel-module__v-M-uG__statusLine {
  color: var(--text-2);
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
}

.MemoryPanel-module__v-M-uG__statusLine svg {
  color: var(--accent);
  flex: none;
}

.MemoryPanel-module__v-M-uG__statusRetryButton {
  color: var(--accent);
  background: none;
  border: 0;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  padding: 0;
  font-size: 9.5px;
  font-weight: 620;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__statusRetryButton:disabled {
  cursor: wait;
  opacity: .62;
}

.MemoryPanel-module__v-M-uG__overviewCopy .MemoryPanel-module__v-M-uG__statusRetryError {
  color: var(--crit-text);
  margin-top: 5px;
  font-size: 9px;
}

.MemoryPanel-module__v-M-uG__spinning {
  animation: 1.1s linear infinite MemoryPanel-module__v-M-uG__memorySpin;
}

@keyframes MemoryPanel-module__v-M-uG__memorySpin {
  to {
    transform: rotate(360deg);
  }
}

.MemoryPanel-module__v-M-uG__workingState {
  border-bottom: 1px solid var(--memory-rule);
  color: var(--text-2);
  background: linear-gradient(90deg, #2e7cf60e, #2e7cf605);
}

.MemoryPanel-module__v-M-uG__workingState summary, .MemoryPanel-module__v-M-uG__disclosure summary {
  cursor: pointer;
  align-items: center;
  list-style: none;
  display: flex;
}

.MemoryPanel-module__v-M-uG__workingState summary::-webkit-details-marker {
  display: none;
}

.MemoryPanel-module__v-M-uG__disclosure summary::-webkit-details-marker {
  display: none;
}

.MemoryPanel-module__v-M-uG__workingState summary {
  gap: 7px;
  min-height: 39px;
  padding: 7px 24px;
  font-size: 11px;
  font-weight: 620;
}

.MemoryPanel-module__v-M-uG__workingState summary > svg:first-child {
  color: var(--accent);
}

.MemoryPanel-module__v-M-uG__disclosureChevron {
  transition: transform var(--dur-fast) var(--ease);
  margin-left: auto;
}

.MemoryPanel-module__v-M-uG__workingState[open] .MemoryPanel-module__v-M-uG__disclosureChevron, .MemoryPanel-module__v-M-uG__disclosure[open] .MemoryPanel-module__v-M-uG__disclosureChevron {
  transform: rotate(180deg);
}

.MemoryPanel-module__v-M-uG__workingState > div {
  border-top: 1px solid #2e7cf614;
  padding: 11px 24px 14px 46px;
}

.MemoryPanel-module__v-M-uG__workingState p {
  white-space: pre-wrap;
  margin: 0;
  font-size: 11.5px;
  line-height: 1.55;
}

.MemoryPanel-module__v-M-uG__workingState ul {
  flex-wrap: wrap;
  gap: 5px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.MemoryPanel-module__v-M-uG__workingState li {
  color: var(--info-text);
  background: #ffffffc7;
  border: 1px solid #2e7cf624;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 9px;
}

.MemoryPanel-module__v-M-uG__workingState time {
  color: var(--text-3);
  font-family: var(--font-mono);
  margin-top: 9px;
  font-size: 8.5px;
  display: block;
}

.MemoryPanel-module__v-M-uG__controls {
  border-bottom: 1px solid var(--memory-rule);
  background: #fbfbf7f0;
  grid-template-columns: minmax(0, 1fr) 154px;
  align-items: center;
  gap: 9px;
  padding: 12px 24px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__searchField {
  border: 1px solid var(--border);
  color: var(--text-3);
  background: #fff;
  border-radius: 10px;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__searchField:focus-within, .MemoryPanel-module__v-M-uG__kindFilter:focus-within, .MemoryPanel-module__v-M-uG__formField:focus-within, .MemoryPanel-module__v-M-uG__confirmField:focus-within {
  border-color: #2e7cf694;
  box-shadow: 0 0 0 3px #2e7cf614;
}

.MemoryPanel-module__v-M-uG__searchField input, .MemoryPanel-module__v-M-uG__kindFilter select {
  color: var(--text);
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  font-size: 12px;
}

.MemoryPanel-module__v-M-uG__searchField input {
  padding: 8px 0;
}

.MemoryPanel-module__v-M-uG__searchField input::placeholder {
  color: var(--text-3);
}

.MemoryPanel-module__v-M-uG__kindFilter {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  align-items: center;
  min-height: 38px;
  padding: 0 9px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__kindFilter select {
  cursor: pointer;
  padding: 7px 0;
}

.MemoryPanel-module__v-M-uG__listRegion {
  scrollbar-color: #16233a33 transparent;
  scrollbar-width: thin;
  flex: 1;
  min-height: 0;
  padding: 17px 24px 22px;
  overflow-y: auto;
}

.MemoryPanel-module__v-M-uG__errorNotice, .MemoryPanel-module__v-M-uG__formError {
  background: var(--crit-tint);
  border: 1px solid var(--crit-line);
  color: var(--crit-text);
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  font-size: 11px;
  line-height: 1.45;
  display: flex;
}

.MemoryPanel-module__v-M-uG__successNotice {
  background: var(--ok-tint);
  color: var(--ok-text);
  border: 1px solid #1f8a5b2e;
  border-radius: 10px;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 9px 10px;
  font-size: 10.5px;
  line-height: 1.45;
  display: flex;
}

.MemoryPanel-module__v-M-uG__errorNotice {
  margin-bottom: 12px;
}

.MemoryPanel-module__v-M-uG__errorNotice span {
  flex: 1;
}

.MemoryPanel-module__v-M-uG__errorNotice button {
  color: inherit;
  background: #ffffffb3;
  border: 1px solid #a02b222e;
  border-radius: 8px;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  font-size: 10px;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__memorySkeleton {
  gap: 10px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__memorySkeleton span {
  border: 1px solid var(--border);
  background: linear-gradient(90deg, #f0f2f4, #f8f9f8, #f0f2f4);
  border-radius: 13px;
  height: 124px;
  animation: 1.35s ease-in-out infinite MemoryPanel-module__v-M-uG__memorySkeletonPulse;
}

.MemoryPanel-module__v-M-uG__memorySkeleton span:nth-child(2) {
  animation-delay: .12s;
}

.MemoryPanel-module__v-M-uG__memorySkeleton span:nth-child(3) {
  animation-delay: .24s;
}

@keyframes MemoryPanel-module__v-M-uG__memorySkeletonPulse {
  0%, 100% {
    opacity: .58;
  }

  50% {
    opacity: 1;
  }
}

.MemoryPanel-module__v-M-uG__memoryList {
  transition: opacity var(--dur-fast) var(--ease);
  gap: 12px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__memoryListRefreshing {
  opacity: .6;
}

.MemoryPanel-module__v-M-uG__paginationError {
  background: color-mix(in srgb, var(--crit-tint) 72%, transparent);
  border: 1px solid var(--crit-line);
  color: var(--crit-text);
  border-radius: 10px;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  padding: 8px 10px;
  font-size: 10.5px;
  line-height: 1.45;
  display: flex;
}

.MemoryPanel-module__v-M-uG__paginationError svg {
  flex: none;
}

.MemoryPanel-module__v-M-uG__paginationControls {
  justify-content: center;
  padding-top: 15px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__loadMoreButton {
  color: var(--info-text);
  min-height: 36px;
  transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  background: #ffffffc7;
  border: 1px solid #2e7cf638;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 10.5px;
  font-weight: 620;
  display: inline-flex;
  box-shadow: 0 4px 14px #16233a0d;
}

.MemoryPanel-module__v-M-uG__loadMoreButton:hover:not(:disabled) {
  background: #fff;
  border-color: #2e7cf66b;
  transform: translateY(-1px);
}

.MemoryPanel-module__v-M-uG__loadMoreButton:disabled {
  cursor: wait;
  opacity: .72;
}

.MemoryPanel-module__v-M-uG__memoryCard {
  border: 1px solid var(--border);
  background: linear-gradient(90deg, #2e7cf60e 1px, #0000 1px) 19px 0 / 28px 100%, #ffffffeb;
  border-radius: 13px;
  padding: 15px 16px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 12px #16233a0b;
}

.MemoryPanel-module__v-M-uG__memoryCard:before {
  background: linear-gradient(180deg, var(--accent), #7bcdf0);
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.MemoryPanel-module__v-M-uG__memoryCardConflicted:before {
  background: var(--warn-dot);
}

.MemoryPanel-module__v-M-uG__memoryCardTopline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.MemoryPanel-module__v-M-uG__kindBadge {
  background: var(--accent-weak);
  color: var(--info-text);
  font-family: var(--font-mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 8px;
  font-weight: 700;
}

.MemoryPanel-module__v-M-uG__versionMark {
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 8.5px;
}

.MemoryPanel-module__v-M-uG__memoryContent {
  color: var(--memory-ink);
  font-family: var(--font-display);
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  margin: 11px 0 10px;
  font-size: 15px;
  font-weight: 570;
  line-height: 1.48;
}

.MemoryPanel-module__v-M-uG__memoryMeta {
  color: var(--text-3);
  justify-content: space-between;
  align-items: center;
  font-size: 9.5px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__memoryMeta > span {
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__trustLabel svg {
  color: var(--ok-dot);
}

.MemoryPanel-module__v-M-uG__needsReview {
  color: var(--warn-text);
  font-weight: 620;
}

.MemoryPanel-module__v-M-uG__cardDisclosures {
  border-top: 1px solid var(--border);
  margin-top: 13px;
}

.MemoryPanel-module__v-M-uG__disclosure + .MemoryPanel-module__v-M-uG__disclosure {
  border-top: 1px solid var(--border);
}

.MemoryPanel-module__v-M-uG__disclosure summary {
  color: var(--text-2);
  gap: 6px;
  min-height: 37px;
  padding: 6px 0;
  font-size: 10.5px;
}

.MemoryPanel-module__v-M-uG__disclosure summary:hover {
  color: var(--memory-ink);
}

.MemoryPanel-module__v-M-uG__disclosure summary > svg:first-child {
  color: var(--accent);
}

.MemoryPanel-module__v-M-uG__sourceStack, .MemoryPanel-module__v-M-uG__revisionList {
  border-top: 1px dashed var(--border-strong);
  margin: 0;
  padding: 10px 0 12px;
}

.MemoryPanel-module__v-M-uG__sourceStack {
  gap: 8px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__memorySource {
  background: #f4f7fbbd;
  border: 1px solid #2e7cf61a;
  border-radius: 9px;
  padding: 9px 10px;
}

.MemoryPanel-module__v-M-uG__memorySource > div {
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__memorySource strong {
  color: var(--text-2);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  overflow: hidden;
}

.MemoryPanel-module__v-M-uG__memorySource time, .MemoryPanel-module__v-M-uG__memorySource > span {
  color: var(--text-3);
  font-family: var(--font-mono);
  flex: none;
  font-size: 8px;
}

.MemoryPanel-module__v-M-uG__memorySource p {
  color: var(--text-2);
  white-space: pre-wrap;
  margin: 6px 0;
  font-size: 10.5px;
  line-height: 1.5;
}

.MemoryPanel-module__v-M-uG__disclosureEmpty {
  color: var(--text-3);
  margin: 0;
  font-size: 10.5px;
}

.MemoryPanel-module__v-M-uG__revisionList {
  gap: 0;
  list-style: none;
  display: grid;
}

.MemoryPanel-module__v-M-uG__revisionList li {
  border-left: 1px solid #2e7cf638;
  margin-left: 5px;
  padding: 0 0 12px 14px;
  position: relative;
}

.MemoryPanel-module__v-M-uG__revisionList li:last-child {
  padding-bottom: 2px;
}

.MemoryPanel-module__v-M-uG__revisionList li:before {
  border: 2px solid var(--accent);
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: -4px;
}

.MemoryPanel-module__v-M-uG__revisionList li > div {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__revisionList strong {
  color: var(--text-2);
  font-size: 9.5px;
}

.MemoryPanel-module__v-M-uG__revisionList span, .MemoryPanel-module__v-M-uG__revisionList time {
  color: var(--text-3);
  font-size: 8.5px;
}

.MemoryPanel-module__v-M-uG__revisionList time {
  font-family: var(--font-mono);
  margin-left: auto;
}

.MemoryPanel-module__v-M-uG__revisionList p {
  color: var(--text-2);
  white-space: pre-wrap;
  margin: 5px 0 0;
  font-size: 10.5px;
  line-height: 1.45;
}

.MemoryPanel-module__v-M-uG__historyTruncated {
  color: var(--text-3);
  margin: 2px 0 0;
  padding: 8px 0 2px 19px;
  font-size: 9px;
  line-height: 1.45;
}

.MemoryPanel-module__v-M-uG__cardActions {
  border-top: 1px solid var(--border);
  background: #f6f7f6c2;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 0 -16px;
  padding: 8px 11px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__textButton {
  color: var(--text-2);
  background: none;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 5px;
  padding: 6px 7px;
  font-size: 9.5px;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__textButton:hover {
  color: var(--memory-ink);
  background: #fff;
}

.MemoryPanel-module__v-M-uG__dangerTextButton {
  color: var(--crit-text);
}

.MemoryPanel-module__v-M-uG__emptyMemory {
  color: var(--text-3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  margin: auto;
  padding: 52px 20px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__emptyMemory > span {
  border: 1px solid var(--border);
  color: var(--accent);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  display: flex;
  box-shadow: 0 8px 22px #16233a12;
}

.MemoryPanel-module__v-M-uG__emptyMemory h3 {
  font-size: 17px;
  font-weight: 630;
}

.MemoryPanel-module__v-M-uG__emptyMemory p {
  margin: 7px 0 0;
  font-size: 11.5px;
  line-height: 1.6;
}

.MemoryPanel-module__v-M-uG__panelFooter {
  border-top: 1px solid var(--memory-rule);
  background: #fbfbf7f7;
  justify-content: flex-end;
  align-items: center;
  padding: 11px 24px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__clearButton {
  color: var(--crit-text);
  text-underline-offset: 3px;
  background: none;
  border: 0;
  padding: 6px;
  font-size: 9.5px;
  -webkit-text-decoration: underline #a02b223d;
  text-decoration: underline #a02b223d;
}

.MemoryPanel-module__v-M-uG__clearButton:hover:not(:disabled) {
  text-decoration-color: currentColor;
}

.MemoryPanel-module__v-M-uG__focusView {
  align-self: center;
  gap: 17px;
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding: 36px 28px;
  display: grid;
  overflow-y: auto;
}

.MemoryPanel-module__v-M-uG__focusViewHeading {
  align-items: center;
  gap: 12px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__focusIcon {
  background: var(--accent-weak);
  color: var(--accent);
  border: 1px solid #2e7cf624;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__focusIconDanger {
  background: var(--crit-tint);
  border-color: var(--crit-line);
  color: var(--crit-text);
}

.MemoryPanel-module__v-M-uG__focusView h3 {
  letter-spacing: -.02em;
  outline: none;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 640;
  line-height: 1.25;
}

.MemoryPanel-module__v-M-uG__focusIntro, .MemoryPanel-module__v-M-uG__clearExplanation {
  color: var(--text-2);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.MemoryPanel-module__v-M-uG__formField, .MemoryPanel-module__v-M-uG__confirmField {
  border: 1px solid var(--border);
  background: #ffffffd6;
  border-radius: 11px;
  gap: 7px;
  padding: 10px 11px;
  display: grid;
}

.MemoryPanel-module__v-M-uG__formField > span, .MemoryPanel-module__v-M-uG__confirmField > span {
  color: var(--text-2);
  font-size: 10px;
  font-weight: 620;
}

.MemoryPanel-module__v-M-uG__formField select, .MemoryPanel-module__v-M-uG__formField textarea, .MemoryPanel-module__v-M-uG__confirmField input {
  color: var(--text);
  background: none;
  border: 0;
  outline: none;
  width: 100%;
}

.MemoryPanel-module__v-M-uG__formField select, .MemoryPanel-module__v-M-uG__confirmField input {
  padding: 3px 0;
  font-size: 12px;
}

.MemoryPanel-module__v-M-uG__formField textarea {
  resize: vertical;
  min-height: 142px;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.6;
}

.MemoryPanel-module__v-M-uG__versionHint {
  color: var(--text-3);
  margin: -8px 2px 0;
  font-size: 9.5px;
}

.MemoryPanel-module__v-M-uG__focusActions {
  justify-content: flex-end;
  gap: 9px;
  margin-top: 3px;
  display: flex;
}

.MemoryPanel-module__v-M-uG__primaryButton, .MemoryPanel-module__v-M-uG__secondaryButton, .MemoryPanel-module__v-M-uG__destructiveButton {
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 37px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 620;
  display: inline-flex;
}

.MemoryPanel-module__v-M-uG__primaryButton {
  background: var(--button-gradient);
  color: #fff;
  border: 0;
  box-shadow: 0 5px 14px #2e7cf633;
}

.MemoryPanel-module__v-M-uG__secondaryButton {
  border: 1px solid var(--border-strong);
  color: var(--text-2);
  background: #fff;
}

.MemoryPanel-module__v-M-uG__destructiveButton {
  background: var(--crit-dot);
  border: 1px solid var(--crit-dot);
  color: #fff;
}

.MemoryPanel-module__v-M-uG__deleteQuote {
  border: 1px solid var(--border);
  border-left: 3px solid var(--crit-dot);
  color: var(--memory-ink);
  font-family: var(--font-display);
  background: #fff;
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 13px 14px;
  font-size: 14px;
  line-height: 1.55;
}

.MemoryPanel-module__v-M-uG__clearExplanation {
  border: 1px solid var(--border);
  background: #ffffffbf;
  border-radius: 11px;
  padding: 13px 14px;
}

.MemoryPanel-module__v-M-uG__clearExplanation p {
  margin: 0;
}

.MemoryPanel-module__v-M-uG__clearExplanation p + p {
  margin-top: 7px;
}

.MemoryPanel-module__v-M-uG__confirmField input {
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  letter-spacing: .035em;
  padding-top: 9px;
}

@media (max-width: 760px) {
  .MemoryPanel-module__v-M-uG__memoryDialog {
    height: min(94dvh, 820px);
    max-height: calc(100dvh - 18px);
  }

  .MemoryPanel-module__v-M-uG__panelHeader {
    min-height: 70px;
    padding: 10px 14px;
  }

  .MemoryPanel-module__v-M-uG__memorySeal {
    width: 40px;
    height: 40px;
  }

  .MemoryPanel-module__v-M-uG__panelHeader h2 {
    font-size: 18px;
  }

  .MemoryPanel-module__v-M-uG__memoryOverview {
    gap: 12px;
    padding: 13px 15px;
  }

  .MemoryPanel-module__v-M-uG__overviewCount {
    min-width: 83px;
    padding-right: 12px;
  }

  .MemoryPanel-module__v-M-uG__overviewCount strong {
    font-size: 25px;
  }

  .MemoryPanel-module__v-M-uG__overviewCount span, .MemoryPanel-module__v-M-uG__overviewCopy p {
    font-size: 9px;
  }

  .MemoryPanel-module__v-M-uG__statusLine {
    align-items: flex-start;
    font-size: 10.5px;
  }

  .MemoryPanel-module__v-M-uG__workingState summary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .MemoryPanel-module__v-M-uG__workingState > div {
    padding-left: 36px;
    padding-right: 15px;
  }

  .MemoryPanel-module__v-M-uG__controls {
    grid-template-columns: minmax(0, 1fr) 125px;
    padding: 10px 14px;
  }

  .MemoryPanel-module__v-M-uG__listRegion {
    padding: 13px 14px 18px;
  }

  .MemoryPanel-module__v-M-uG__memoryCard {
    padding-left: 14px;
    padding-right: 14px;
  }

  .MemoryPanel-module__v-M-uG__cardActions {
    margin-left: -14px;
    margin-right: -14px;
  }

  .MemoryPanel-module__v-M-uG__panelFooter {
    padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  }

  .MemoryPanel-module__v-M-uG__clearButton {
    margin-left: auto;
  }

  .MemoryPanel-module__v-M-uG__focusView {
    max-width: none;
    padding: 25px 16px calc(24px + env(safe-area-inset-bottom));
    align-self: stretch;
    margin: 0;
  }

  .MemoryPanel-module__v-M-uG__focusActions {
    grid-template-columns: 1fr 1.25fr;
    display: grid;
  }
}

@media (max-width: 480px) {
  .MemoryPanel-module__v-M-uG__overviewCopy p {
    display: none;
  }

  .MemoryPanel-module__v-M-uG__controls {
    grid-template-columns: 1fr;
  }

  .MemoryPanel-module__v-M-uG__kindFilter select {
    min-height: 28px;
  }

  .MemoryPanel-module__v-M-uG__memorySource > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .MemoryPanel-module__v-M-uG__memorySource strong {
    white-space: normal;
  }

  .MemoryPanel-module__v-M-uG__focusActions {
    grid-template-columns: 1fr;
  }

  .MemoryPanel-module__v-M-uG__focusActions .MemoryPanel-module__v-M-uG__destructiveButton, .MemoryPanel-module__v-M-uG__focusActions .MemoryPanel-module__v-M-uG__primaryButton {
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .MemoryPanel-module__v-M-uG__spinning, .MemoryPanel-module__v-M-uG__memorySkeleton span {
    animation: none;
  }

  .MemoryPanel-module__v-M-uG__disclosureChevron, .MemoryPanel-module__v-M-uG__closeButton, .MemoryPanel-module__v-M-uG__loadMoreButton {
    transition: none;
  }
}

/* [project]/components/assistant/AttentionPanel.module.css [app-client] (css) */
.AttentionPanel-module__NGxN_G__visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.AttentionPanel-module__NGxN_G__attentionDialog {
  --attention-ink: #15243a;
  --attention-paper: #fbfaf6;
  --attention-rule: #15243a1c;
  background: linear-gradient(90deg, transparent 0, transparent 51px, #c284230e 52px, transparent 53px),
    var(--attention-paper);
  flex-direction: column;
  max-width: 820px;
  height: min(800px, 100dvh - 48px);
  max-height: calc(100dvh - 48px);
  padding: 0;
  display: flex;
  overflow: hidden;
}

.AttentionPanel-module__NGxN_G__panelHeader {
  border-bottom: 1px solid var(--attention-rule);
  background: linear-gradient(112deg, #c2842317, #0000 46%), #fbfaf6f7;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 15px 20px 15px 22px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__panelIdentity {
  align-items: center;
  gap: 13px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__attentionSeal {
  color: #a16b17;
  background: #fff;
  border: 1px solid #c2842347;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
  box-shadow: 0 5px 18px #1f2d4214, 0 0 0 5px #c284230b;
}

.AttentionPanel-module__NGxN_G__eyebrow {
  color: var(--text-3);
  font-family: var(--font-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  display: block;
}

.AttentionPanel-module__NGxN_G__panelHeader h2, .AttentionPanel-module__NGxN_G__groupHeading h3, .AttentionPanel-module__NGxN_G__emptyState h3 {
  color: var(--attention-ink);
  font-family: var(--font-display);
  margin: 0;
}

.AttentionPanel-module__NGxN_G__panelHeader h2 {
  letter-spacing: -.025em;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 650;
}

.AttentionPanel-module__NGxN_G__closeButton {
  border: 1px solid var(--border);
  color: var(--text-2);
  background: #ffffffbd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__closeButton:hover {
  border-color: var(--border-strong);
  background: #fff;
  transform: rotate(4deg);
}

.AttentionPanel-module__NGxN_G__panelBody {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.AttentionPanel-module__NGxN_G__summary {
  border-bottom: 1px solid var(--attention-rule);
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__summary > div:first-child {
  border-right: 1px solid var(--attention-rule);
  flex-direction: column;
  align-items: baseline;
  padding-right: 20px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__summary strong {
  color: var(--attention-ink);
  font-family: var(--font-display);
  letter-spacing: -.04em;
  font-size: 29px;
  font-weight: 620;
  line-height: 1;
}

.AttentionPanel-module__NGxN_G__summary span, .AttentionPanel-module__NGxN_G__summary p {
  color: var(--text-3);
  font-size: 10px;
}

.AttentionPanel-module__NGxN_G__summary p {
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  line-height: 1.5;
  display: flex;
}

.AttentionPanel-module__NGxN_G__summary p svg {
  color: var(--accent);
  flex: none;
}

.AttentionPanel-module__NGxN_G__createToggle {
  color: var(--info-text);
  white-space: nowrap;
  background: #fff;
  border: 1px solid #2e7cf638;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 10.5px;
  font-weight: 630;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__createToggle:hover {
  border-color: #2e7cf66b;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #2e7cf614;
}

.AttentionPanel-module__NGxN_G__createForm {
  background: #fff;
  border: 1px solid #2e7cf62b;
  border-radius: 13px;
  grid-column: 1 / -1;
  gap: 10px;
  padding: 13px;
  display: grid;
  box-shadow: 0 7px 24px #15243a14;
}

.AttentionPanel-module__NGxN_G__createFormHeading, .AttentionPanel-module__NGxN_G__createFooter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.AttentionPanel-module__NGxN_G__createFormHeading > div {
  gap: 2px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__createFormHeading span, .AttentionPanel-module__NGxN_G__createForm label > span {
  color: var(--text-3);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 640;
}

.AttentionPanel-module__NGxN_G__createFormHeading strong {
  color: var(--attention-ink);
  font-family: var(--font-display);
  font-size: 14px;
}

.AttentionPanel-module__NGxN_G__createFormHeading button {
  color: var(--text-3);
  background: none;
  border: 0;
  align-items: center;
  padding: 4px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__createForm label {
  gap: 5px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__createForm label small {
  color: var(--text-3);
  text-align: right;
  font-size: 9px;
}

.AttentionPanel-module__NGxN_G__createForm input, .AttentionPanel-module__NGxN_G__createForm select, .AttentionPanel-module__NGxN_G__customTimeRow input {
  border: 1px solid var(--border);
  color: var(--text);
  background: #fbfcfd;
  border-radius: 9px;
  min-height: 38px;
  padding: 7px 9px;
  font-size: 12px;
}

.AttentionPanel-module__NGxN_G__createForm input:focus, .AttentionPanel-module__NGxN_G__createForm select:focus, .AttentionPanel-module__NGxN_G__customTimeRow input:focus {
  border-color: #2e7cf68c;
  outline: 0;
  box-shadow: 0 0 0 3px #2e7cf614;
}

.AttentionPanel-module__NGxN_G__createFooter > span {
  text-transform: none;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__createFooter > button {
  background: var(--button-gradient);
  color: #fff;
  border: 0;
  border-radius: 9px;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 10.5px;
  font-weight: 630;
}

.AttentionPanel-module__NGxN_G__errorNotice {
  background: var(--crit-tint);
  border-bottom: 1px solid var(--crit-line);
  color: var(--crit-text);
  align-items: center;
  gap: 8px;
  padding: 9px 24px;
  font-size: 10.5px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__errorNotice span {
  flex: 1;
}

.AttentionPanel-module__NGxN_G__errorNotice button {
  color: inherit;
  background: #fff9;
  border: 1px solid #a02b222b;
  border-radius: 7px;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  font-size: 9.5px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__inbox {
  scrollbar-color: #15243a33 transparent;
  scrollbar-width: thin;
  flex: 1;
  min-height: 0;
  padding: 18px 24px 26px;
  overflow-y: auto;
}

.AttentionPanel-module__NGxN_G__group + .AttentionPanel-module__NGxN_G__group, .AttentionPanel-module__NGxN_G__group + .AttentionPanel-module__NGxN_G__laterGroup {
  margin-top: 24px;
}

.AttentionPanel-module__NGxN_G__groupHeading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__groupHeading h3 {
  font-size: 16px;
  font-weight: 650;
}

.AttentionPanel-module__NGxN_G__groupHeading p {
  color: var(--text-3);
  margin: 3px 0 0;
  font-size: 10px;
}

.AttentionPanel-module__NGxN_G__groupHeading > span {
  color: var(--text-2);
  font-family: var(--font-mono);
  background: #15243a0f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 9px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__groupList {
  gap: 10px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__reminderCard {
  border: 1px solid var(--border);
  background: #ffffffe8;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 3px 12px #15243a0b;
}

.AttentionPanel-module__NGxN_G__reminderMain {
  grid-template-columns: 3px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 15px 12px 0;
  display: grid;
}

.AttentionPanel-module__NGxN_G__toneMark {
  background: #a9b4c3;
  border-radius: 0 999px 999px 0;
}

.AttentionPanel-module__NGxN_G__tone_overdue .AttentionPanel-module__NGxN_G__toneMark {
  background: #c58422;
}

.AttentionPanel-module__NGxN_G__tone_today .AttentionPanel-module__NGxN_G__toneMark {
  background: var(--accent);
}

.AttentionPanel-module__NGxN_G__reminderCopy {
  min-width: 0;
}

.AttentionPanel-module__NGxN_G__reminderMeta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.AttentionPanel-module__NGxN_G__reminderMeta span {
  color: var(--text-3);
  font-family: var(--font-mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
}

.AttentionPanel-module__NGxN_G__tone_overdue .AttentionPanel-module__NGxN_G__reminderMeta span {
  color: #9a6414;
}

.AttentionPanel-module__NGxN_G__tone_today .AttentionPanel-module__NGxN_G__reminderMeta span {
  color: var(--info-text);
}

.AttentionPanel-module__NGxN_G__reminderMeta time, .AttentionPanel-module__NGxN_G__zoneLabel {
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 8.5px;
}

.AttentionPanel-module__NGxN_G__reminderCopy h4 {
  color: var(--attention-ink);
  font-family: var(--font-display);
  overflow-wrap: anywhere;
  margin: 8px 0 6px;
  font-size: 15px;
  font-weight: 590;
  line-height: 1.45;
}

.AttentionPanel-module__NGxN_G__cardActions {
  border-top: 1px solid var(--border);
  background: #f6f7f6c7;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  padding: 7px 10px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__cardActions button, .AttentionPanel-module__NGxN_G__customTimeRow button {
  color: var(--text-2);
  background: none;
  border: 0;
  border-radius: 7px;
  align-items: center;
  gap: 4px;
  min-height: 29px;
  padding: 5px 7px;
  font-size: 9.5px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__cardActions button:hover:not(:disabled), .AttentionPanel-module__NGxN_G__customTimeRow button:hover:not(:disabled) {
  color: var(--attention-ink);
  background: #fff;
}

.AttentionPanel-module__NGxN_G__cardActions .AttentionPanel-module__NGxN_G__mutedDanger {
  color: var(--crit-text);
  margin-left: auto;
}

.AttentionPanel-module__NGxN_G__cardActions .AttentionPanel-module__NGxN_G__eraseButton {
  color: var(--crit-text);
}

.AttentionPanel-module__NGxN_G__eraseConfirm {
  background: var(--crit-tint);
  border-top: 1px solid var(--crit-line);
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__eraseConfirm p {
  color: var(--crit-text);
  margin: 0;
  font-size: 9.5px;
  line-height: 1.45;
}

.AttentionPanel-module__NGxN_G__eraseConfirm > div, .AttentionPanel-module__NGxN_G__clearAll > div {
  flex: none;
  gap: 6px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__eraseConfirm button, .AttentionPanel-module__NGxN_G__clearAll button, .AttentionPanel-module__NGxN_G__clearToggle {
  border: 1px solid var(--border);
  color: var(--text-2);
  background: #fff;
  border-radius: 8px;
  min-height: 31px;
  padding: 6px 9px;
  font-size: 9.5px;
}

.AttentionPanel-module__NGxN_G__eraseConfirm .AttentionPanel-module__NGxN_G__confirmDanger, .AttentionPanel-module__NGxN_G__clearAll .AttentionPanel-module__NGxN_G__confirmDanger {
  background: var(--crit-text);
  border-color: var(--crit-text);
  color: #fff;
}

.AttentionPanel-module__NGxN_G__clearToggle {
  border-color: var(--crit-line);
  color: var(--crit-text);
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0 24px 16px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__clearAll {
  background: var(--crit-tint);
  border-top: 1px solid var(--crit-line);
  gap: 9px;
  padding: 13px 24px 16px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__clearAll h3 {
  color: var(--crit-text);
  font-family: var(--font-display);
  margin: 0;
  font-size: 14px;
}

.AttentionPanel-module__NGxN_G__clearAll p, .AttentionPanel-module__NGxN_G__clearAll label span {
  color: var(--text-2);
  margin: 0;
  font-size: 9.5px;
}

.AttentionPanel-module__NGxN_G__clearAll label {
  gap: 5px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__clearAll input {
  border: 1px solid var(--crit-line);
  color: var(--text);
  background: #fff;
  border-radius: 8px;
  min-height: 35px;
  padding: 7px 9px;
  font-size: 11px;
}

.AttentionPanel-module__NGxN_G__customTimeRow {
  background: #2e7cf60b;
  border-top: 1px solid #2e7cf61a;
  align-items: center;
  gap: 5px;
  padding: 8px 11px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__customTimeRow label {
  flex: 1;
}

.AttentionPanel-module__NGxN_G__customTimeRow input {
  width: 100%;
  min-height: 34px;
}

.AttentionPanel-module__NGxN_G__laterGroup {
  border-top: 1px solid var(--attention-rule);
  padding-top: 16px;
}

.AttentionPanel-module__NGxN_G__laterGroup summary {
  color: var(--attention-ink);
  cursor: pointer;
  font-family: var(--font-display);
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 10px;
  font-size: 14px;
  font-weight: 620;
  list-style: none;
  display: flex;
}

.AttentionPanel-module__NGxN_G__laterGroup summary::-webkit-details-marker {
  display: none;
}

.AttentionPanel-module__NGxN_G__laterGroup summary small {
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 500;
}

.AttentionPanel-module__NGxN_G__emptyState {
  color: var(--text-3);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.AttentionPanel-module__NGxN_G__emptyState > span {
  border: 1px solid var(--border);
  color: var(--ok-text);
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: inline-flex;
}

.AttentionPanel-module__NGxN_G__emptyState h3 {
  font-size: 18px;
  font-weight: 630;
}

.AttentionPanel-module__NGxN_G__emptyState p {
  margin: 5px 0 0;
  font-size: 10.5px;
}

.AttentionPanel-module__NGxN_G__skeleton {
  gap: 10px;
  display: grid;
}

.AttentionPanel-module__NGxN_G__skeleton span {
  border: 1px solid var(--border);
  background: linear-gradient(90deg, #f0f1ef, #fafaf8, #f0f1ef);
  border-radius: 13px;
  height: 112px;
  animation: 1.35s ease-in-out infinite AttentionPanel-module__NGxN_G__attentionSkeleton;
}

.AttentionPanel-module__NGxN_G__skeleton span:nth-child(2) {
  animation-delay: .12s;
}

.AttentionPanel-module__NGxN_G__skeleton span:nth-child(3) {
  animation-delay: .24s;
}

@keyframes AttentionPanel-module__NGxN_G__attentionSkeleton {
  0%, 100% {
    opacity: .58;
  }

  50% {
    opacity: 1;
  }
}

.AttentionPanel-module__NGxN_G__spinning {
  color: var(--accent);
  margin-left: 3px;
  animation: 1s linear infinite AttentionPanel-module__NGxN_G__attentionSpin;
}

@keyframes AttentionPanel-module__NGxN_G__attentionSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 720px) {
  .AttentionPanel-module__NGxN_G__attentionDialog {
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
  }

  .AttentionPanel-module__NGxN_G__panelHeader {
    min-height: 72px;
    padding: 12px 14px;
  }

  .AttentionPanel-module__NGxN_G__attentionSeal {
    width: 40px;
    height: 40px;
  }

  .AttentionPanel-module__NGxN_G__panelHeader h2 {
    font-size: 19px;
  }

  .AttentionPanel-module__NGxN_G__summary {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    padding: 13px 15px;
  }

  .AttentionPanel-module__NGxN_G__summary > div:first-child {
    min-width: 86px;
    padding-right: 12px;
  }

  .AttentionPanel-module__NGxN_G__summary p {
    font-size: 9.5px;
  }

  .AttentionPanel-module__NGxN_G__createToggle, .AttentionPanel-module__NGxN_G__createForm {
    grid-column: 1 / -1;
  }

  .AttentionPanel-module__NGxN_G__createToggle {
    justify-self: start;
  }

  .AttentionPanel-module__NGxN_G__inbox {
    padding: 15px 14px 22px;
  }

  .AttentionPanel-module__NGxN_G__reminderMeta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .AttentionPanel-module__NGxN_G__cardActions .AttentionPanel-module__NGxN_G__mutedDanger {
    margin-left: 0;
  }

  .AttentionPanel-module__NGxN_G__eraseConfirm {
    flex-direction: column;
    align-items: stretch;
  }

  .AttentionPanel-module__NGxN_G__clearToggle {
    margin-inline: 14px;
  }

  .AttentionPanel-module__NGxN_G__clearAll {
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .AttentionPanel-module__NGxN_G__spinning, .AttentionPanel-module__NGxN_G__skeleton span {
    animation: none;
  }
}

/* [project]/components/assistant/VoiceCallOverlay.module.css [app-client] (css) */
.VoiceCallOverlay-module__sfXDjG__backdrop {
  z-index: 1200;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #09120fd1;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}

.VoiceCallOverlay-module__sfXDjG__overlay {
  color: #eef7f1;
  background: #0d1713;
  border: 1px solid #d6ebdd2e;
  border-radius: 28px;
  width: min(1120px, 100%);
  height: min(760px, 100dvh - 40px);
  overflow: hidden;
  box-shadow: 0 34px 100px #0000008c;
}

.VoiceCallOverlay-module__sfXDjG__header {
  border-bottom: 1px solid #e7f5eb1a;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 28px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__header h2, .VoiceCallOverlay-module__sfXDjG__transcriptHead h3 {
  font-family: var(--font-serif, Georgia, serif);
  margin: 3px 0 0;
  font-weight: 500;
}

.VoiceCallOverlay-module__sfXDjG__eyebrow, .VoiceCallOverlay-module__sfXDjG__transcriptHead span {
  color: #8bb29b;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .72rem;
}

.VoiceCallOverlay-module__sfXDjG__headerMeta {
  color: #a9c2b2;
  align-items: center;
  gap: 16px;
  font-size: .8rem;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__headerMeta span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__headerMeta button {
  width: 36px;
  height: 36px;
  color: inherit;
  cursor: pointer;
  background: #ffffff12;
  border: 0;
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.VoiceCallOverlay-module__sfXDjG__body {
  grid-template-columns: minmax(0, 1fr) 350px;
  height: calc(100% - 90px);
  display: grid;
}

.VoiceCallOverlay-module__sfXDjG__callStage {
  background: radial-gradient(circle at 50% 42%, #4e8f6724, #0000 42%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.VoiceCallOverlay-module__sfXDjG__orb {
  place-items: center;
  width: 184px;
  height: 184px;
  margin-bottom: 24px;
  display: grid;
  position: relative;
}

.VoiceCallOverlay-module__sfXDjG__orb:before, .VoiceCallOverlay-module__sfXDjG__orbWave {
  content: "";
  border: 1px solid #8bcba159;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.VoiceCallOverlay-module__sfXDjG__orbWave {
  background: radial-gradient(circle, #5cad7947, #1d4a2d14);
  inset: 17px;
}

.VoiceCallOverlay-module__sfXDjG__orbCore {
  z-index: 2;
  background: linear-gradient(145deg, #79c392, #275b3a);
  border-radius: 50%;
  place-items: center;
  width: 92px;
  height: 92px;
  display: grid;
  position: relative;
  box-shadow: 0 0 60px #5dbe7e47;
}

.VoiceCallOverlay-module__sfXDjG__listening:before {
  animation: 2.2s ease-out infinite VoiceCallOverlay-module__sfXDjG__pulse;
}

.VoiceCallOverlay-module__sfXDjG__thinking .VoiceCallOverlay-module__sfXDjG__orbWave {
  animation: 1.4s ease-in-out infinite VoiceCallOverlay-module__sfXDjG__breathe;
}

.VoiceCallOverlay-module__sfXDjG__speaking:before {
  animation: .9s ease-out infinite VoiceCallOverlay-module__sfXDjG__pulse;
}

.VoiceCallOverlay-module__sfXDjG__error .VoiceCallOverlay-module__sfXDjG__orbCore {
  background: linear-gradient(145deg, #c99168, #6d3829);
}

.VoiceCallOverlay-module__sfXDjG__phase {
  font-family: var(--font-serif, Georgia, serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.VoiceCallOverlay-module__sfXDjG__transport {
  color: #91aa9a;
  margin-top: 7px;
  font-size: .82rem;
}

.VoiceCallOverlay-module__sfXDjG__liveUser, .VoiceCallOverlay-module__sfXDjG__liveAssistant {
  color: #dce9df;
  text-align: center;
  width: min(620px, 100%);
  margin: 26px 0 0;
  line-height: 1.55;
}

.VoiceCallOverlay-module__sfXDjG__liveUser span, .VoiceCallOverlay-module__sfXDjG__liveAssistant span {
  color: #79a88a;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .72rem;
  display: block;
}

.VoiceCallOverlay-module__sfXDjG__liveAssistant {
  color: #f6fbf7;
}

.VoiceCallOverlay-module__sfXDjG__controls {
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__secondaryControl {
  color: #d9e8dd;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ddefe329;
  border-radius: 99px;
  align-items: center;
  gap: 8px;
  min-width: 142px;
  padding: 12px 16px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__secondaryControl:disabled {
  opacity: .38;
  cursor: default;
}

.VoiceCallOverlay-module__sfXDjG__hangup {
  color: #fff;
  cursor: pointer;
  background: #c94e45;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 64px;
  height: 64px;
  display: grid;
  box-shadow: 0 12px 32px #c94e4547;
}

.VoiceCallOverlay-module__sfXDjG__hangup:disabled {
  opacity: .45;
}

.VoiceCallOverlay-module__sfXDjG__textFallback {
  color: #88a994;
  background: #ffffff0b;
  border: 1px solid #dceee221;
  border-radius: 14px;
  align-items: center;
  width: min(620px, 100%);
  margin-top: 28px;
  padding: 7px 8px 7px 14px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__textFallback input {
  color: #eff8f1;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
}

.VoiceCallOverlay-module__sfXDjG__textFallback button, .VoiceCallOverlay-module__sfXDjG__error button {
  color: #0a2113;
  cursor: pointer;
  background: #78b88e;
  border: 0;
  border-radius: 9px;
  padding: 8px 12px;
  font-weight: 700;
}

.VoiceCallOverlay-module__sfXDjG__error {
  color: #f2cabd;
  background: #81392638;
  border: 1px solid #e08b6b47;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  width: min(620px, 100%);
  margin-top: 22px;
  padding: 11px 12px;
  font-size: .85rem;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__error span {
  flex: 1;
}

.VoiceCallOverlay-module__sfXDjG__error button {
  background: #d9b095;
  align-items: center;
  gap: 5px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__warning {
  color: #f3dfb8;
  background: #704e1733;
  border: 1px solid #d9a44a4d;
  border-radius: 12px;
  align-items: flex-start;
  gap: 10px;
  width: min(620px, 100%);
  margin-top: 14px;
  padding: 11px 12px;
  font-size: .85rem;
  line-height: 1.45;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__warning svg {
  color: #e2ad52;
  flex: none;
  margin-top: 2px;
}

.VoiceCallOverlay-module__sfXDjG__transcript {
  background: #ffffff06;
  border-left: 1px solid #e7f5eb1a;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__transcriptHead {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.VoiceCallOverlay-module__sfXDjG__transcriptHead strong {
  color: #9fd2b0;
  background: #76b48b24;
  border-radius: 50%;
  place-items: center;
  width: 31px;
  height: 31px;
  font-size: .8rem;
  display: grid;
}

.VoiceCallOverlay-module__sfXDjG__transcriptIntro {
  color: #8fa698;
  font-size: .8rem;
  line-height: 1.5;
}

.VoiceCallOverlay-module__sfXDjG__entries {
  flex: 1;
  margin: 8px -5px 0 0;
  padding-right: 8px;
  overflow: auto;
}

.VoiceCallOverlay-module__sfXDjG__entries article {
  border-top: 1px solid #e7f5eb14;
  padding: 13px 0;
}

.VoiceCallOverlay-module__sfXDjG__entries article span {
  color: #7fa58b;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 700;
}

.VoiceCallOverlay-module__sfXDjG__entries article p {
  color: #d9e5dc;
  margin: 5px 0 0;
  font-size: .86rem;
  line-height: 1.52;
}

.VoiceCallOverlay-module__sfXDjG__empty {
  color: #789083;
  text-align: center;
  padding: 30px 10px;
  font-size: .84rem;
}

.VoiceCallOverlay-module__sfXDjG__transcript footer {
  color: #72887b;
  border-top: 1px solid #e7f5eb14;
  padding-top: 15px;
  font-size: .74rem;
  line-height: 1.5;
}

@keyframes VoiceCallOverlay-module__sfXDjG__pulse {
  from {
    opacity: .75;
    transform: scale(.82);
  }

  to {
    opacity: 0;
    transform: scale(1.15);
  }
}

@keyframes VoiceCallOverlay-module__sfXDjG__breathe {
  50% {
    filter: brightness(1.18);
    transform: scale(1.08);
  }
}

@media (max-width: 820px) {
  .VoiceCallOverlay-module__sfXDjG__backdrop {
    padding: 0;
  }

  .VoiceCallOverlay-module__sfXDjG__overlay {
    border: 0;
    border-radius: 0;
    height: 100dvh;
  }

  .VoiceCallOverlay-module__sfXDjG__body {
    grid-template-columns: 1fr;
  }

  .VoiceCallOverlay-module__sfXDjG__transcript {
    display: none;
  }

  .VoiceCallOverlay-module__sfXDjG__header {
    height: 76px;
    padding: 0 18px;
  }

  .VoiceCallOverlay-module__sfXDjG__body {
    height: calc(100% - 76px);
  }

  .VoiceCallOverlay-module__sfXDjG__headerMeta span {
    display: none;
  }

  .VoiceCallOverlay-module__sfXDjG__callStage {
    padding: 22px 18px;
  }

  .VoiceCallOverlay-module__sfXDjG__orb {
    width: 150px;
    height: 150px;
  }
}

/* [project]/components/assistant/AssistantPreferencesPanel.module.css [app-client] (css) */
.AssistantPreferencesPanel-module__umXZ1W__panel {
  margin-bottom: 18px;
  overflow: hidden;
}

.AssistantPreferencesPanel-module__umXZ1W__heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__heading span, .AssistantPreferencesPanel-module__umXZ1W__sectionLabel {
  color: #75866f;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 700;
}

.AssistantPreferencesPanel-module__umXZ1W__heading h2 {
  margin-top: 5px;
}

.AssistantPreferencesPanel-module__umXZ1W__heading p {
  color: var(--muted);
  margin: 7px 0 0;
  font-size: .88rem;
}

.AssistantPreferencesPanel-module__umXZ1W__status {
  color: #397b50;
  background: #367d4e17;
  border-radius: 12px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__form {
  gap: 22px;
  margin-top: 24px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__nameField {
  gap: 7px;
  max-width: 420px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__nameField span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}

.AssistantPreferencesPanel-module__umXZ1W__nameField input {
  border: 1px solid var(--line);
  background: var(--surface);
  height: 42px;
  color: var(--ink);
  font: inherit;
  border-radius: 10px;
  padding: 0 13px;
}

.AssistantPreferencesPanel-module__umXZ1W__sectionLabel {
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__voices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__voice {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  min-width: 0;
  transition: border-color .16s, box-shadow .16s;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__selected {
  border-color: #307e4b80;
  box-shadow: 0 0 0 2px #307e4b14;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceChoice {
  min-width: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceChoice > span:last-child {
  min-width: 0;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceChoice strong, .AssistantPreferencesPanel-module__umXZ1W__voiceChoice small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceChoice strong {
  font-size: .84rem;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceChoice small {
  color: var(--muted);
  margin-top: 3px;
  font-size: .68rem;
}

.AssistantPreferencesPanel-module__umXZ1W__voiceMark {
  color: #34744a;
  background: #377e4f1a;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 30px;
  height: 30px;
  font-weight: 800;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__preview {
  color: #55705c;
  cursor: pointer;
  background: #38524012;
  border: 0;
  border-radius: 50%;
  align-self: center;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-right: 8px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__tuning {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__tuning label {
  gap: 9px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__tuning span {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  font-size: .76rem;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__tuning strong {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.AssistantPreferencesPanel-module__umXZ1W__tuning input {
  accent-color: #3d8054;
}

.AssistantPreferencesPanel-module__umXZ1W__proactivityGrid {
  gap: 9px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__switchRow, .AssistantPreferencesPanel-module__umXZ1W__selectRow {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 14px;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__switchRow > span, .AssistantPreferencesPanel-module__umXZ1W__selectRow > span {
  gap: 3px;
  display: grid;
}

.AssistantPreferencesPanel-module__umXZ1W__switchRow strong, .AssistantPreferencesPanel-module__umXZ1W__selectRow strong {
  font-size: .82rem;
}

.AssistantPreferencesPanel-module__umXZ1W__switchRow small, .AssistantPreferencesPanel-module__umXZ1W__selectRow small {
  color: var(--muted);
  font-size: .69rem;
  line-height: 1.4;
}

.AssistantPreferencesPanel-module__umXZ1W__switchRow input {
  accent-color: #3d8054;
  width: 18px;
  height: 18px;
}

.AssistantPreferencesPanel-module__umXZ1W__selectRow select {
  border: 1px solid var(--line);
  background: var(--surface);
  min-width: 130px;
  color: var(--ink);
  border-radius: 8px;
  padding: 8px 10px;
}

.AssistantPreferencesPanel-module__umXZ1W__actions {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  padding-top: 15px;
  display: flex;
}

.AssistantPreferencesPanel-module__umXZ1W__actions span, .AssistantPreferencesPanel-module__umXZ1W__loadError {
  color: var(--muted);
  font-size: .78rem;
}

.AssistantPreferencesPanel-module__umXZ1W__spin {
  animation: .8s linear infinite AssistantPreferencesPanel-module__umXZ1W__spin;
}

@keyframes AssistantPreferencesPanel-module__umXZ1W__spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .AssistantPreferencesPanel-module__umXZ1W__voices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .AssistantPreferencesPanel-module__umXZ1W__voices, .AssistantPreferencesPanel-module__umXZ1W__tuning {
    grid-template-columns: 1fr;
  }

  .AssistantPreferencesPanel-module__umXZ1W__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

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