/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/AgentTable.module.css [app-client] (css) */
.AgentTable-module__H36A6a__tableContainer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #ffffffe6;
  border: 1px solid #0000000f;
  border-radius: 20px;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000f, 0 2px 4px #0000000a;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableContainer {
  background: #1e293bcc;
  border-color: #94a3b81a;
  box-shadow: 0 4px 12px #0003, 0 2px 4px #00000026;
}

.AgentTable-module__H36A6a__table {
  border-collapse: collapse;
  width: 100%;
}

.AgentTable-module__H36A6a__tableHead {
  background: linear-gradient(135deg, #f8fafccc 0%, #f1f5f9e6 100%);
  border-bottom: 2px solid #0000000f;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableHead {
  background: linear-gradient(135deg, #0f172a99 0%, #1e293bb3 100%);
  border-bottom-color: #94a3b81a;
}

.AgentTable-module__H36A6a__tableHeaderRow {
  transition: background .2s;
}

.AgentTable-module__H36A6a__tableHeaderCell {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #64748b;
  white-space: nowrap;
  padding: 1rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableHeaderCell {
  color: #94a3b8;
}

.AgentTable-module__H36A6a__tableHeaderCell.AgentTable-module__H36A6a__alignRight {
  text-align: right;
}

.AgentTable-module__H36A6a__tableBody {
  background: none;
}

.AgentTable-module__H36A6a__tableRow {
  border-bottom: 1px solid #0000000a;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  position: relative;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableRow {
  border-bottom-color: #94a3b80f;
}

.AgentTable-module__H36A6a__tableRow:hover {
  background: #3b82f60a;
  transform: translateX(4px);
  box-shadow: -4px 0 #3b82f666, 0 2px 8px #0000000a;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableRow:hover {
  background: #3b82f614;
  box-shadow: -4px 0 #3b82f699, 0 2px 8px #0003;
}

.AgentTable-module__H36A6a__tableCell {
  color: #1e293b;
  padding: 1.125rem 1.25rem;
  font-size: .875rem;
  transition: all .3s;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableCell {
  color: #e2e8f0;
}

.AgentTable-module__H36A6a__cellContent {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.AgentTable-module__H36A6a__cellIcon {
  flex-shrink: 0;
  transition: all .3s;
}

.AgentTable-module__H36A6a__cellIcon.AgentTable-module__H36A6a__primary {
  color: #3b82f6;
}

.AgentTable-module__H36A6a__cellIcon.AgentTable-module__H36A6a__secondary {
  color: #94a3b8;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__cellIcon.AgentTable-module__H36A6a__secondary {
  color: #475569;
}

.AgentTable-module__H36A6a__tableRow:hover .AgentTable-module__H36A6a__cellIcon {
  transform: scale(1.1);
}

.AgentTable-module__H36A6a__cellText {
  font-weight: 500;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__cellText {
  color: #000;
}

.AgentTable-module__H36A6a__cellTextSecondary {
  color: #475569;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__cellTextSecondary {
  color: #1e293b;
}

.AgentTable-module__H36A6a__cellTextCapitalize {
  text-transform: capitalize;
}

.AgentTable-module__H36A6a__statusBadge {
  letter-spacing: .025em;
  border-radius: 999px;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-flex;
}

.AgentTable-module__H36A6a__statusBadge.AgentTable-module__H36A6a__active {
  color: #16a34a;
  background: linear-gradient(135deg, #22c55e26 0%, #16a34a33 100%);
  border: 1px solid #22c55e4d;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__statusBadge.AgentTable-module__H36A6a__active {
  color: #4ade80;
  background: linear-gradient(135deg, #22c55e33 0%, #16a34a40 100%);
  border-color: #22c55e66;
}

.AgentTable-module__H36A6a__statusBadge.AgentTable-module__H36A6a__inactive {
  color: #64748b;
  background: linear-gradient(135deg, #94a3b826 0%, #64748b33 100%);
  border: 1px solid #94a3b84d;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__statusBadge.AgentTable-module__H36A6a__inactive {
  color: #94a3b8;
  background: linear-gradient(135deg, #94a3b833 0%, #64748b40 100%);
  border-color: #94a3b866;
}

.AgentTable-module__H36A6a__tableRow:hover .AgentTable-module__H36A6a__statusBadge {
  transform: scale(1.05);
}

.AgentTable-module__H36A6a__actionButtons {
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.AgentTable-module__H36A6a__actionButton {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.AgentTable-module__H36A6a__actionButton:before {
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
}

.AgentTable-module__H36A6a__actionButton:hover:before {
  transform: translate(-50%, -50%)scale(1);
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__edit {
  color: #3b82f6;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__edit:before {
  background: #3b82f61a;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__edit:hover {
  color: #2563eb;
  box-shadow: 0 4px 12px #3b82f633;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__edit:hover {
  box-shadow: 0 4px 12px #3b82f64d;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__chat {
  color: #22c55e;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__chat:before {
  background: #22c55e1a;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__chat:hover {
  color: #16a34a;
  box-shadow: 0 4px 12px #22c55e33;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__chat:hover {
  box-shadow: 0 4px 12px #22c55e4d;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__delete {
  color: #ef4444;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__delete:before {
  background: #ef44441a;
}

.AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__delete:hover {
  color: #dc2626;
  box-shadow: 0 4px 12px #ef444433;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__actionButton.AgentTable-module__H36A6a__delete:hover {
  box-shadow: 0 4px 12px #ef44444d;
}

.AgentTable-module__H36A6a__actionButton:active {
  transform: scale(.95);
}

.AgentTable-module__H36A6a__emptyState {
  text-align: center;
  padding: 4rem 2rem;
}

.AgentTable-module__H36A6a__emptyStateText {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__emptyStateText {
  color: #94a3b8;
}

.AgentTable-module__H36A6a__tableRow.AgentTable-module__H36A6a__selected {
  background: #3b82f614;
  border-left: 3px solid #3b82f6;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__tableRow.AgentTable-module__H36A6a__selected {
  background: #3b82f626;
  border-left-color: #60a5fa;
}

.AgentTable-module__H36A6a__radioButton {
  cursor: pointer;
  accent-color: #3b82f6;
  width: 18px;
  height: 18px;
}

.AgentTable-module__H36A6a__agentId {
  color: #64748b;
  background: #64748b1a;
  border-radius: 6px;
  padding: .25rem .5rem;
  font-family: Courier New, monospace;
  font-size: .8rem;
  font-weight: 600;
}

.AgentTable-module__H36A6a__darkMode .AgentTable-module__H36A6a__agentId {
  color: #94a3b8;
  background: #94a3b826;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/ChatTestModal.module.css [app-client] (css) */
.ChatTestModal-module__k9mn4W__modalOverlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 2000;
  background: #00000080;
  justify-content: center;
  align-items: center;
  animation: .2s ChatTestModal-module__k9mn4W__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes ChatTestModal-module__k9mn4W__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ChatTestModal-module__k9mn4W__modalContent {
  background: #fff;
  border-radius: 24px;
  flex-direction: column;
  width: 90%;
  max-width: 700px;
  height: 80vh;
  max-height: 800px;
  animation: .3s cubic-bezier(.16, 1, .3, 1) ChatTestModal-module__k9mn4W__slideUp;
  display: flex;
  overflow: hidden;
  box-shadow: 0 24px 48px #0003, 0 12px 24px #00000026;
}

@keyframes ChatTestModal-module__k9mn4W__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__modalContent {
  background: linear-gradient(#1e293b 0%, #0f172a 100%);
  box-shadow: 0 24px 48px #0006, 0 12px 24px #0000004d;
}

.ChatTestModal-module__k9mn4W__modalHeader {
  background: linear-gradient(135deg, #2563eb0d 0%, #3b82f605 100%);
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__modalHeader {
  background: linear-gradient(135deg, #2563eb1a 0%, #3b82f60d 100%);
  border-bottom-color: #94a3b81a;
}

.ChatTestModal-module__k9mn4W__headerLeft {
  color: #2563eb;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__headerLeft {
  color: #60a5fa;
}

.ChatTestModal-module__k9mn4W__headerLeft h2 {
  color: #1e293b;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__headerLeft h2 {
  color: #e2e8f0;
}

.ChatTestModal-module__k9mn4W__headerLeft p {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__headerLeft p {
  color: #94a3b8;
}

.ChatTestModal-module__k9mn4W__headerActions {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__clearButton, .ChatTestModal-module__k9mn4W__closeButton {
  color: #64748b;
  cursor: pointer;
  background: #0000000d;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.ChatTestModal-module__k9mn4W__clearButton:hover {
  color: #ef4444;
  background: #ef44441a;
  transform: scale(1.05);
}

.ChatTestModal-module__k9mn4W__closeButton:hover {
  color: #1e293b;
  background: #0000001a;
  transform: scale(1.05);
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__clearButton, .ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__closeButton {
  color: #94a3b8;
  background: #ffffff0d;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__clearButton:hover {
  color: #f87171;
  background: #ef444426;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__closeButton:hover {
  color: #e2e8f0;
  background: #ffffff1a;
}

.ChatTestModal-module__k9mn4W__messagesContainer {
  background: #f8fafc;
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__messagesContainer {
  background: #0f172a;
}

.ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar {
  width: 8px;
}

.ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar-track {
  background: none;
}

.ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar-thumb {
  background: #0000001a;
  border-radius: 4px;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar-thumb {
  background: #ffffff1a;
}

.ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar-thumb:hover {
  background: #0003;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__messagesContainer::-webkit-scrollbar-thumb:hover {
  background: #fff3;
}

.ChatTestModal-module__k9mn4W__emptyState {
  color: #94a3b8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  display: flex;
}

.ChatTestModal-module__k9mn4W__emptyState p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.ChatTestModal-module__k9mn4W__emptyState span {
  color: #cbd5e1;
  font-size: .875rem;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__emptyState {
  color: #64748b;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__emptyState span {
  color: #475569;
}

.ChatTestModal-module__k9mn4W__messagesList {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__message {
  animation: .3s ChatTestModal-module__k9mn4W__messageSlideIn;
  display: flex;
}

@keyframes ChatTestModal-module__k9mn4W__messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.ChatTestModal-module__k9mn4W__userMessage {
  justify-content: flex-end;
}

.ChatTestModal-module__k9mn4W__assistantMessage {
  justify-content: flex-start;
}

.ChatTestModal-module__k9mn4W__messageContent {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  border-radius: 16px;
  max-width: 75%;
  padding: .875rem 1.25rem;
  font-size: .9375rem;
  line-height: 1.6;
}

.ChatTestModal-module__k9mn4W__userMessage .ChatTestModal-module__k9mn4W__messageContent {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 12px #2563eb4d;
}

.ChatTestModal-module__k9mn4W__assistantMessage .ChatTestModal-module__k9mn4W__messageContent {
  color: #1e293b;
  background: #fff;
  border: 1px solid #0000000f;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 8px #00000014;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__assistantMessage .ChatTestModal-module__k9mn4W__messageContent {
  color: #e2e8f0;
  background: #1e293b;
  border-color: #94a3b81a;
  box-shadow: 0 2px 8px #0003;
}

.ChatTestModal-module__k9mn4W__messageContent.ChatTestModal-module__k9mn4W__typing {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__spinner {
  animation: 1s linear infinite ChatTestModal-module__k9mn4W__spin;
}

@keyframes ChatTestModal-module__k9mn4W__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.ChatTestModal-module__k9mn4W__errorBanner {
  color: #dc2626;
  background: #ef44441a;
  border-top: 2px solid #ef4444;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__errorBanner {
  color: #f87171;
  background: #ef444426;
}

.ChatTestModal-module__k9mn4W__inputContainer {
  background: #fff;
  border-top: 1px solid #00000014;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__inputContainer {
  background: #1e293b;
  border-top-color: #94a3b81a;
}

.ChatTestModal-module__k9mn4W__messageInput {
  color: #1e293b;
  background: #f8fafc;
  border: 2px solid #0000001a;
  border-radius: 12px;
  outline: none;
  flex: 1;
  padding: .875rem 1.25rem;
  font-family: inherit;
  font-size: .9375rem;
  transition: all .2s;
}

.ChatTestModal-module__k9mn4W__messageInput:focus {
  background: #fff;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb1a;
}

.ChatTestModal-module__k9mn4W__messageInput:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__messageInput {
  color: #e2e8f0;
  background: #0f172a;
  border-color: #94a3b833;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__messageInput:focus {
  background: #1e293b;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px #3b82f61a;
}

.ChatTestModal-module__k9mn4W__sendButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 4px 12px #2563eb4d;
}

.ChatTestModal-module__k9mn4W__sendButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #2563eb66;
}

.ChatTestModal-module__k9mn4W__sendButton:active:not(:disabled) {
  transform: translateY(0);
}

.ChatTestModal-module__k9mn4W__sendButton:disabled {
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none;
  background: #94a3b8;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__sendButton {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

@media (max-width: 768px) {
  .ChatTestModal-module__k9mn4W__modalContent {
    border-radius: 16px;
    width: 95%;
    height: 90vh;
  }

  .ChatTestModal-module__k9mn4W__modalHeader {
    padding: 1rem 1.5rem;
  }

  .ChatTestModal-module__k9mn4W__headerLeft h2 {
    font-size: 1.25rem;
  }

  .ChatTestModal-module__k9mn4W__messagesContainer {
    padding: 1rem;
  }

  .ChatTestModal-module__k9mn4W__messageContent {
    max-width: 85%;
    font-size: .875rem;
  }

  .ChatTestModal-module__k9mn4W__inputContainer {
    padding: 1rem;
  }
}

.ChatTestModal-module__k9mn4W__toolLogs {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  margin-bottom: .75rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__toolLogItem {
  background: #00000008;
  border: 1px solid #0000000d;
  border-radius: 8px;
  font-size: .85rem;
  overflow: hidden;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolLogItem {
  background: #ffffff0d;
  border-color: #ffffff1a;
}

.ChatTestModal-module__k9mn4W__toolLogHeader {
  background: #00000005;
  border-bottom: 1px solid #0000000d;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolLogHeader {
  background: #ffffff05;
  border-bottom-color: #ffffff0d;
}

.ChatTestModal-module__k9mn4W__toolName {
  color: #475569;
  font-weight: 600;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolName {
  color: #cbd5e1;
}

.ChatTestModal-module__k9mn4W__toolTime {
  color: #94a3b8;
  font-size: .75rem;
}

.ChatTestModal-module__k9mn4W__toolDetails {
  padding: .5rem .75rem;
}

.ChatTestModal-module__k9mn4W__toolDetails summary {
  cursor: pointer;
  color: #64748b;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  font-size: .8rem;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolDetails summary {
  color: #94a3b8;
}

.ChatTestModal-module__k9mn4W__toolPayload {
  flex-direction: column;
  gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.ChatTestModal-module__k9mn4W__toolPayload strong {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolPayload strong {
  color: #94a3b8;
}

.ChatTestModal-module__k9mn4W__toolPayload pre {
  white-space: pre-wrap;
  word-break: break-all;
  color: #334155;
  background: #00000008;
  border-radius: 4px;
  margin: 0;
  padding: .5rem;
  font-family: monospace;
  font-size: .75rem;
}

.ChatTestModal-module__k9mn4W__darkMode .ChatTestModal-module__k9mn4W__toolPayload pre {
  color: #e2e8f0;
  background: #0000004d;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/AgentModal.module.css [app-client] (css) */
.AgentModal-module__PDUznG__modalContainer {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__modalContainer {
  background: #1e293b;
  border: 1px solid #ffffff1a;
}

.AgentModal-module__PDUznG__modalHeader {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__modalHeader {
  background: #1e293b;
  border-bottom-color: #334155;
}

.AgentModal-module__PDUznG__modalTitle {
  color: #0f172a;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__modalTitle {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__closeButton {
  color: #64748b;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.AgentModal-module__PDUznG__closeButton:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__closeButton:hover {
  color: #f8fafc;
  background: #334155;
}

.AgentModal-module__PDUznG__formContainer {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  flex-direction: column;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__formContainer {
  background: none;
  border: none;
}

.AgentModal-module__PDUznG__formContent {
  padding: 1.5rem 1.5rem 6rem;
}

.AgentModal-module__PDUznG__sectionsContainer {
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.AgentModal-module__PDUznG__section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__section {
  background: #1e293b;
  border-color: #334155;
}

.AgentModal-module__PDUznG__section:hover {
  box-shadow: 0 10px 15px -3px #0000000d;
}

.AgentModal-module__PDUznG__sectionHeader {
  cursor: pointer;
  color: #0f172a;
  background: #f8fafc;
  border-bottom: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__sectionHeader {
  color: #f8fafc;
  background: #0f172a;
}

.AgentModal-module__PDUznG__sectionHeader:hover {
  background: #f1f5f9;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__sectionHeader:hover {
  background: #1e293b;
}

.AgentModal-module__PDUznG__sectionContent {
  padding: 1.5rem;
}

.AgentModal-module__PDUznG__formGroup {
  flex-direction: column;
  gap: .375rem;
  display: flex;
}

.AgentModal-module__PDUznG__formLabel {
  color: #334155;
  font-size: .875rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__formLabel {
  color: #cbd5e1;
}

.AgentModal-module__PDUznG__formLabelWithAction {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.AgentModal-module__PDUznG__formHint {
  color: #94a3b8;
  margin-top: .25rem;
  font-size: .6875rem;
  line-height: 1.4;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__formHint {
  color: #64748b;
}

.AgentModal-module__PDUznG__input, .AgentModal-module__PDUznG__select, .AgentModal-module__PDUznG__textarea {
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: border-color .2s, box-shadow .2s;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__input, .AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__select, .AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__textarea {
  color: #f8fafc;
  background: #0f172a;
  border-color: #475569;
}

.AgentModal-module__PDUznG__input:focus, .AgentModal-module__PDUznG__select:focus, .AgentModal-module__PDUznG__textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__input:focus, .AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__select:focus, .AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px #60a5fa33;
}

.AgentModal-module__PDUznG__input::placeholder, .AgentModal-module__PDUznG__textarea::placeholder {
  color: #94a3b8;
}

.AgentModal-module__PDUznG__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3Csvg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 2.5rem;
}

.AgentModal-module__PDUznG__textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.5;
}

.AgentModal-module__PDUznG__grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  display: grid;
}

.AgentModal-module__PDUznG__grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  display: grid;
}

@media (max-width: 640px) {
  .AgentModal-module__PDUznG__grid2, .AgentModal-module__PDUznG__grid3 {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.AgentModal-module__PDUznG__toggleCard {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toggleCard {
  background: #0f172a;
  border-color: #334155;
}

.AgentModal-module__PDUznG__toggleCardTitle {
  color: #0f172a;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toggleCardTitle {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__toggleCardDescription {
  color: #64748b;
  margin: .125rem 0 0;
  font-size: .75rem;
}

.AgentModal-module__PDUznG__checkbox {
  accent-color: #3b82f6;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}

.AgentModal-module__PDUznG__rangeContainer {
  padding: .5rem 0;
}

.AgentModal-module__PDUznG__rangeInput {
  appearance: none;
  background: #e2e8f0;
  border-radius: 3px;
  outline: none;
  width: 100%;
  height: 6px;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__rangeInput {
  background: #475569;
}

.AgentModal-module__PDUznG__rangeInput::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  background: #3b82f6;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: transform .1s;
}

.AgentModal-module__PDUznG__rangeInput::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.AgentModal-module__PDUznG__playButton {
  color: #3b82f6;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__playButton {
  color: #60a5fa;
  background: #1e293b;
  border-color: #475569;
}

.AgentModal-module__PDUznG__playButton:hover:not(:disabled) {
  background: #f0f9ff;
  border-color: #3b82f6;
}

.AgentModal-module__PDUznG__testButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: 1px solid #22c55e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: flex;
  box-shadow: 0 2px 4px #22c55e33;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__testButton {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-color: #22c55e;
}

.AgentModal-module__PDUznG__testButton:hover:not(:disabled) {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  border-color: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px #22c55e4d;
}

.AgentModal-module__PDUznG__testButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.AgentModal-module__PDUznG__testButtonHeader {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: 1px solid #22c55e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .8125rem;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s, background .2s;
  display: flex;
  box-shadow: 0 2px 4px #22c55e33;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__testButtonHeader {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-color: #22c55e;
}

.AgentModal-module__PDUznG__testButtonHeader:hover:not(:disabled) {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  border-color: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px #22c55e4d;
}

.AgentModal-module__PDUznG__testButtonHeader:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.AgentModal-module__PDUznG__actions {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 100;
  background: #fffffffa;
  border-top: 1px solid #e2e8f0;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 280px;
  right: 0;
  box-shadow: 0 -4px 6px -1px #0000001a;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__actions {
  background: #1e293bfa;
  border-top-color: #334155;
  box-shadow: 0 -4px 6px -1px #0000004d;
}

.AgentModal-module__PDUznG__cancelButton {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s, color .2s, border-color .2s;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__cancelButton {
  color: #cbd5e1;
  background: #1e293b;
  border-color: #475569;
}

.AgentModal-module__PDUznG__cancelButton:hover {
  color: #0f172a;
  background: #f8fafc;
  border-color: #94a3b8;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__cancelButton:hover {
  color: #f8fafc;
  background: #334155;
}

.AgentModal-module__PDUznG__submitButton {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 8px;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background-color .2s, border-color .2s;
  box-shadow: 0 1px 2px #0000000d;
}

.AgentModal-module__PDUznG__submitButton:hover:not(:disabled) {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.AgentModal-module__PDUznG__submitButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.AgentModal-module__PDUznG__liveAgentBadge {
  background: linear-gradient(135deg, #a855f71a 0%, #ec48991a 100%);
  border: 1px solid #a855f733;
  border-radius: 12px;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  transition: border-color .3s, box-shadow .3s;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__liveAgentBadge {
  background: linear-gradient(135deg, #a855f726 0%, #ec489926 100%);
  border-color: #a855f74d;
}

.AgentModal-module__PDUznG__liveAgentBadge:hover {
  box-shadow: 0 4px 12px #a855f726;
}

.AgentModal-module__PDUznG__liveAgentIcon {
  background: #a855f733;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__liveAgentIcon {
  background: #a855f740;
}

.AgentModal-module__PDUznG__liveAgentContent h3 {
  color: #0f172a;
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__liveAgentContent h3 {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__liveAgentContent p {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__liveAgentContent p {
  color: #94a3b8;
}

.AgentModal-module__PDUznG__standardAgentBadge {
  background: linear-gradient(135deg, #22c55e1a 0%, #15803d1a 100%);
  border: 1px solid #22c55e33;
  border-radius: 12px;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  transition: border-color .3s, box-shadow .3s;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__standardAgentBadge {
  background: linear-gradient(135deg, #22c55e26 0%, #15803d26 100%);
  border-color: #22c55e4d;
}

.AgentModal-module__PDUznG__standardAgentBadge:hover {
  box-shadow: 0 4px 12px #22c55e26;
}

.AgentModal-module__PDUznG__standardAgentIcon {
  background: #22c55e33;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__standardAgentIcon {
  background: #22c55e40;
}

.AgentModal-module__PDUznG__standardAgentContent h3 {
  color: #0f172a;
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__standardAgentContent h3 {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__standardAgentContent p {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__standardAgentContent p {
  color: #94a3b8;
}

.AgentModal-module__PDUznG__toolDetailsCard {
  background: linear-gradient(135deg, #3b82f60d 0%, #93c5fd0d 100%);
  border: 1px solid #3b82f633;
  border-radius: 12px;
  margin-top: 1rem;
  padding: 1.25rem;
  transition: border-color .3s, box-shadow .3s;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailsCard {
  background: linear-gradient(135deg, #3b82f61a 0%, #93c5fd1a 100%);
  border-color: #3b82f64d;
}

.AgentModal-module__PDUznG__toolDetailsCard:hover {
  box-shadow: 0 4px 12px #3b82f61a;
}

.AgentModal-module__PDUznG__toolDetailsHeader {
  color: #0f172a;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailsHeader {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__toolDetailsContent {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__toolDetailRow {
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.AgentModal-module__PDUznG__toolDetailRow.AgentModal-module__PDUznG__highlighted {
  background: #fff;
  border: 1px solid #3b82f64d;
  border-radius: 8px;
  padding: .75rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailRow.AgentModal-module__PDUznG__highlighted {
  background: #0f172a80;
  border-color: #3b82f666;
}

.AgentModal-module__PDUznG__toolDetailLabel {
  color: #64748b;
  font-weight: 500;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailLabel {
  color: #94a3b8;
}

.AgentModal-module__PDUznG__toolDetailValue {
  color: #0f172a;
  font-family: Monaco, Courier New, monospace;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailValue {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__toolDetailValue.AgentModal-module__PDUznG__toolId {
  color: #3b82f6;
  font-size: 1.125rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolDetailValue.AgentModal-module__PDUznG__toolId {
  color: #60a5fa;
}

.AgentModal-module__PDUznG__toolDetailValue.AgentModal-module__PDUznG__truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  font-size: .75rem;
  overflow: hidden;
}

.AgentModal-module__PDUznG__toolUsageHint {
  background: #fbbf241a;
  border: 1px solid #fbbf244d;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .75rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolUsageHint {
  background: #fbbf2426;
  border-color: #fbbf2466;
}

.AgentModal-module__PDUznG__toolUsageHint p {
  color: #92400e;
  margin: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolUsageHint p {
  color: #fbbf24;
}

.AgentModal-module__PDUznG__toolUsageHint strong {
  font-weight: 600;
}

.AgentModal-module__PDUznG__toolUsageHint code {
  background: #fbbf2433;
  border-radius: 4px;
  padding: .125rem .375rem;
  font-family: Monaco, Courier New, monospace;
  font-size: .6875rem;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__toolUsageHint code {
  background: #fbbf2440;
}

.AgentModal-module__PDUznG__addToolContainer {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__addToolContainer .AgentModal-module__PDUznG__select {
  flex: 1;
}

.AgentModal-module__PDUznG__addToolButton {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: 1px solid #3b82f6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .375rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 4px #3b82f633;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__addToolButton {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-color: #3b82f6;
}

.AgentModal-module__PDUznG__addToolButton:hover:not(:disabled) {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px #3b82f64d;
}

.AgentModal-module__PDUznG__addToolButton:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.AgentModal-module__PDUznG__selectedToolsSection {
  background: linear-gradient(135deg, #3b82f60d 0%, #93c5fd0d 100%);
  border: 1px solid #3b82f633;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1.25rem;
  transition: opacity .2s, max-height .3s;
  overflow: hidden;
}

.AgentModal-module__PDUznG__selectedToolsSection.AgentModal-module__PDUznG__hidden {
  display: none;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__selectedToolsSection {
  background: linear-gradient(135deg, #3b82f61a 0%, #93c5fd1a 100%);
  border-color: #3b82f64d;
}

.AgentModal-module__PDUznG__selectedToolsHeader {
  color: #0f172a;
  margin: 0 0 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__selectedToolsHeader {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__selectedToolsList {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__selectedToolCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  transition: all .2s;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__selectedToolCard {
  background: #1e293b;
  border-color: #334155;
}

.AgentModal-module__PDUznG__selectedToolCard:hover {
  box-shadow: 0 2px 8px #0000000d;
}

.AgentModal-module__PDUznG__selectedToolHeader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__selectedToolName {
  color: #0f172a;
  font-size: .875rem;
  font-weight: 600;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__selectedToolName {
  color: #f8fafc;
}

.AgentModal-module__PDUznG__removeToolButton {
  color: #ef4444;
  cursor: pointer;
  background: none;
  border: 1px solid #ef4444;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 1.25rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.AgentModal-module__PDUznG__removeToolButton:hover {
  color: #fff;
  background: #ef4444;
}

.AgentModal-module__PDUznG__selectedToolDetails {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  gap: .5rem;
  padding-top: .75rem;
  display: flex;
}

.AgentModal-module__PDUznG__darkMode .AgentModal-module__PDUznG__selectedToolDetails {
  border-top-color: #334155;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/WebCallModal.module.css [app-client] (css) */
.WebCallModal-module__UjU54a__overlay {
  z-index: 2000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.WebCallModal-module__UjU54a__modal {
  background: #1e1e1e;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 50px #00000080;
}

.WebCallModal-module__UjU54a__closeButton {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  transition: color .2s;
  position: absolute;
  top: 15px;
  right: 15px;
}

.WebCallModal-module__UjU54a__closeButton:hover {
  color: #fff;
}

.WebCallModal-module__UjU54a__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.WebCallModal-module__UjU54a__avatarContainer {
  margin-bottom: 25px;
  position: relative;
}

.WebCallModal-module__UjU54a__avatarRing {
  background: #fff;
  border: 4px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 5px;
  transition: border-color .3s, box-shadow .1s;
  display: flex;
}

.WebCallModal-module__UjU54a__pulsing {
  border-color: #4caf50;
}

.WebCallModal-module__UjU54a__avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.WebCallModal-module__UjU54a__title {
  color: #fff;
  margin: 0 0 5px;
  font-size: 24px;
}

.WebCallModal-module__UjU54a__status {
  color: #888;
  margin: 0 0 10px;
  font-size: 16px;
}

.WebCallModal-module__UjU54a__timer {
  color: #4caf50;
  margin: 0 0 30px;
  font-family: monospace;
  font-size: 24px;
}

.WebCallModal-module__UjU54a__controls {
  justify-content: center;
  width: 100%;
  display: flex;
}

.WebCallModal-module__UjU54a__callButton {
  color: #fff;
  cursor: pointer;
  background: #4caf50;
  border: none;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  transition: transform .2s, background .2s;
  display: flex;
}

.WebCallModal-module__UjU54a__callButton:hover {
  background: #45a049;
  transform: scale(1.05);
}

.WebCallModal-module__UjU54a__activeControls {
  gap: 20px;
  display: flex;
}

.WebCallModal-module__UjU54a__controlButton {
  color: #fff;
  cursor: pointer;
  background: #333;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.WebCallModal-module__UjU54a__controlButton:hover {
  background: #444;
}

.WebCallModal-module__UjU54a__danger {
  background: #f44336;
}

.WebCallModal-module__UjU54a__danger:hover {
  background: #d32f2f;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/CallLogsTable.module.css [app-client] (css) */
.CallLogsTable-module__G_MvpW__tableContainer {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableContainer {
  background: #1e293b;
  border-color: #ffffff1a;
  box-shadow: 0 4px 6px -1px #0000004d;
}

.CallLogsTable-module__G_MvpW__tableWrapper {
  overflow-x: auto;
}

.CallLogsTable-module__G_MvpW__table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.CallLogsTable-module__G_MvpW__tableHead {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableHead {
  background: #0f172a;
  border-bottom-color: #334155;
}

.CallLogsTable-module__G_MvpW__tableHeaderCell {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
  white-space: nowrap;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 600;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableHeaderCell {
  color: #94a3b8;
}

.CallLogsTable-module__G_MvpW__tableRow {
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  transition: all .2s;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableRow {
  border-bottom-color: #334155;
}

.CallLogsTable-module__G_MvpW__tableRow:hover {
  background: #f8fafc;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableRow:hover {
  background: #1e293b80;
}

.CallLogsTable-module__G_MvpW__tableRow.CallLogsTable-module__G_MvpW__expanded {
  background: #eff6ff;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableRow.CallLogsTable-module__G_MvpW__expanded {
  background: #3b82f61a;
}

.CallLogsTable-module__G_MvpW__tableCell {
  color: #0f172a;
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__tableCell {
  color: #f8fafc;
}

.CallLogsTable-module__G_MvpW__secondaryText {
  color: #64748b;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__secondaryText {
  color: #94a3b8;
}

.CallLogsTable-module__G_MvpW__monoText {
  font-family: Monaco, Courier New, monospace;
  font-size: .8125rem;
}

.CallLogsTable-module__G_MvpW__directionBadge {
  border-radius: 6px;
  align-items: center;
  gap: .25rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.CallLogsTable-module__G_MvpW__directionBadge.CallLogsTable-module__G_MvpW__outbound {
  color: #9333ea;
  background: #9333ea1a;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__directionBadge.CallLogsTable-module__G_MvpW__outbound {
  color: #d8b4fe;
  background: #9333ea33;
}

.CallLogsTable-module__G_MvpW__directionBadge.CallLogsTable-module__G_MvpW__inbound {
  color: #3b82f6;
  background: #3b82f61a;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__directionBadge.CallLogsTable-module__G_MvpW__inbound {
  color: #93c5fd;
  background: #3b82f633;
}

.CallLogsTable-module__G_MvpW__statusBadge {
  text-transform: uppercase;
  letter-spacing: .025em;
  border: 1px solid #0000;
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.CallLogsTable-module__G_MvpW__statusBadge.CallLogsTable-module__G_MvpW__completed {
  color: #16a34a;
  background: #22c55e1a;
  border-color: #22c55e33;
}

.CallLogsTable-module__G_MvpW__statusBadge.CallLogsTable-module__G_MvpW__failed {
  color: #dc2626;
  background: #ef44441a;
  border-color: #ef444433;
}

.CallLogsTable-module__G_MvpW__statusBadge.CallLogsTable-module__G_MvpW__busy {
  color: #ea580c;
  background: #f973161a;
  border-color: #f9731633;
}

.CallLogsTable-module__G_MvpW__statusBadge.CallLogsTable-module__G_MvpW__noAnswer {
  color: #475569;
  background: #64748b1a;
  border-color: #64748b33;
}

.CallLogsTable-module__G_MvpW__expandedRow {
  background: #f8fafc;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__expandedRow {
  background: #0f172a;
}

.CallLogsTable-module__G_MvpW__expandedContent {
  border-bottom: 1px solid #e2e8f0;
  padding: 2rem;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__expandedContent {
  border-bottom-color: #334155;
}

.CallLogsTable-module__G_MvpW__detailsGrid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  display: grid;
}

@media (min-width: 1024px) {
  .CallLogsTable-module__G_MvpW__detailsGrid {
    grid-template-columns: 1fr 2fr;
  }
}

.CallLogsTable-module__G_MvpW__detailCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 1px 2px #0000000d;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__detailCard {
  background: #1e293b;
  border-color: #334155;
}

.CallLogsTable-module__G_MvpW__cardTitle {
  color: #0f172a;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__cardTitle {
  color: #f8fafc;
  border-bottom-color: #334155;
}

.CallLogsTable-module__G_MvpW__audioPlayer {
  background: #f8fafc;
  border-radius: 8px;
  align-items: center;
  gap: 1rem;
  padding: .75rem;
  display: flex;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__audioPlayer {
  background: #0f172a;
}

.CallLogsTable-module__G_MvpW__playButton {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.CallLogsTable-module__G_MvpW__playButton:hover {
  background: #2563eb;
  transform: scale(1.05);
}

.CallLogsTable-module__G_MvpW__progressBar {
  background: #e2e8f0;
  border-radius: 2px;
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__progressBar {
  background: #334155;
}

.CallLogsTable-module__G_MvpW__progressFill {
  background: #3b82f6;
  width: 0;
  height: 100%;
  transition: width .1s linear;
}

.CallLogsTable-module__G_MvpW__progressFill.CallLogsTable-module__G_MvpW__playing {
  animation: 2s linear infinite CallLogsTable-module__G_MvpW__progress;
}

.CallLogsTable-module__G_MvpW__transcriptContainer {
  max-height: 400px;
  padding-right: .5rem;
  overflow-y: auto;
}

.CallLogsTable-module__G_MvpW__messageRow {
  margin-bottom: 1rem;
  display: flex;
}

.CallLogsTable-module__G_MvpW__messageRow.CallLogsTable-module__G_MvpW__user {
  justify-content: flex-end;
}

.CallLogsTable-module__G_MvpW__messageBubble {
  border-radius: 12px;
  max-width: 80%;
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  position: relative;
}

.CallLogsTable-module__G_MvpW__messageRow.CallLogsTable-module__G_MvpW__user .CallLogsTable-module__G_MvpW__messageBubble {
  color: #1e40af;
  background: #eff6ff;
  border-bottom-right-radius: 2px;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__messageRow.CallLogsTable-module__G_MvpW__user .CallLogsTable-module__G_MvpW__messageBubble {
  color: #bfdbfe;
  background: #3b82f633;
}

.CallLogsTable-module__G_MvpW__messageRow.CallLogsTable-module__G_MvpW__agent .CallLogsTable-module__G_MvpW__messageBubble {
  color: #334155;
  background: #f1f5f9;
  border-bottom-left-radius: 2px;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__messageRow.CallLogsTable-module__G_MvpW__agent .CallLogsTable-module__G_MvpW__messageBubble {
  color: #f1f5f9;
  background: #334155;
}

.CallLogsTable-module__G_MvpW__messageHeader {
  opacity: .7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
  font-size: .75rem;
  display: flex;
}

.CallLogsTable-module__G_MvpW__emptyState {
  text-align: center;
  color: #64748b;
  padding: 4rem;
}

.CallLogsTable-module__G_MvpW__darkMode .CallLogsTable-module__G_MvpW__emptyState {
  color: #94a3b8;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/LoginPage.module.css [app-client] (css) */
.LoginPage-module__FeNDRa__loginContainer {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8eef9 25%, #f5f7fc 50%, #e0e7ff 75%, #eef2ff 100%) 0 0 / 200% 200%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  animation: 15s infinite LoginPage-module__FeNDRa__gradientShift;
  display: flex;
  position: relative;
}

@keyframes LoginPage-module__FeNDRa__gradientShift {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

.LoginPage-module__FeNDRa__loginCard {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffffffa;
  border-radius: 28px;
  width: 100%;
  max-width: 420px;
  padding: 3rem 2.5rem;
  transition: background .3s, box-shadow .3s, border .3s;
  animation: .7s cubic-bezier(.16, 1, .3, 1) LoginPage-module__FeNDRa__cardEntrance;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000801f, 0 8px 24px #00008014, 0 2px 8px #0000800a, inset 0 1px #fffc;
}

.LoginPage-module__FeNDRa__loginCard:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #0000, #fff6, #0000);
  width: 100%;
  height: 100%;
  animation: 3s ease-in-out 1s infinite LoginPage-module__FeNDRa__cardShine;
  position: absolute;
  top: 0;
  left: -100%;
}

@keyframes LoginPage-module__FeNDRa__cardEntrance {
  from {
    opacity: 0;
    transform: translateY(30px)scale(.96);
  }

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

@keyframes LoginPage-module__FeNDRa__cardShine {
  0%, 100% {
    left: -100%;
  }

  50% {
    left: 100%;
  }
}

.LoginPage-module__FeNDRa__logoSection {
  text-align: center;
  margin-bottom: 2.75rem;
}

.LoginPage-module__FeNDRa__logoWrapper {
  margin-bottom: 1.75rem;
  display: inline-block;
  position: relative;
}

.LoginPage-module__FeNDRa__logoWrapper:before {
  content: "";
  opacity: .6;
  z-index: -1;
  background: linear-gradient(135deg, #0000801a, #0000b80d);
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  animation: 3s ease-in-out infinite LoginPage-module__FeNDRa__pulse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes LoginPage-module__FeNDRa__pulse {
  0%, 100% {
    opacity: .6;
    transform: translate(-50%, -50%)scale(1);
  }

  50% {
    opacity: .3;
    transform: translate(-50%, -50%)scale(1.08);
  }
}

.LoginPage-module__FeNDRa__logoImage {
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 12px 32px #00008033, 0 4px 12px #0000801a, 0 0 0 1px #0000800f, inset 0 1px 2px #fffc;
}

.LoginPage-module__FeNDRa__logoImage:hover {
  transform: scale(1.06)translateY(-2px);
  box-shadow: 0 16px 48px #00008040, 0 6px 18px #00008026, 0 0 0 1px #0000801a, inset 0 1px 2px #ffffffe6;
}

.LoginPage-module__FeNDRa__brandTitle {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
  -webkit-text-fill-color: transparent;
  letter-spacing: -.03em;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 .5rem;
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.LoginPage-module__FeNDRa__brandSubtitle {
  color: #475569;
  letter-spacing: .01em;
  margin: .5rem 0 1rem;
  font-size: .9375rem;
  font-weight: 500;
}

.LoginPage-module__FeNDRa__loginPrompt {
  color: #64748b;
  letter-spacing: .005em;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
}

.LoginPage-module__FeNDRa__loginForm {
  margin-top: 2.25rem;
}

.LoginPage-module__FeNDRa__formGroup {
  margin-bottom: 1.75rem;
}

.LoginPage-module__FeNDRa__formLabel {
  color: #1e293b;
  letter-spacing: .015em;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 600;
  display: block;
}

.LoginPage-module__FeNDRa__inputWrapper {
  position: relative;
}

.LoginPage-module__FeNDRa__inputIcon {
  color: #94a3b8;
  pointer-events: none;
  z-index: 1;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 50%;
  left: 1.125rem;
  transform: translateY(-50%);
}

.LoginPage-module__FeNDRa__inputWrapper:focus-within .LoginPage-module__FeNDRa__inputIcon {
  color: #1e40af;
  transform: translateY(-50%)scale(1.1);
}

.LoginPage-module__FeNDRa__formInput {
  color: #1e293b;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  outline: none;
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: .875rem 1rem .875rem 3rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 1px 2px #00000005, inset 0 1px 3px #00000005;
}

.LoginPage-module__FeNDRa__formInput::placeholder {
  color: #cbd5e1;
  font-weight: 400;
}

.LoginPage-module__FeNDRa__formInput:hover:not(:focus) {
  border-color: #cbd5e1;
  box-shadow: 0 2px 4px #00000008, inset 0 1px 3px #00000005;
}

.LoginPage-module__FeNDRa__formInput:focus {
  background: #fff;
  border-color: #1e40af;
  box-shadow: 0 0 0 4px #1e40af1a, 0 4px 12px #1e40af14, inset 0 1px 3px #00000005;
}

.LoginPage-module__FeNDRa__errorMessage {
  color: #dc2626;
  text-align: center;
  background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
  border: 2px solid #fecaca;
  border-radius: 12px;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  animation: .5s cubic-bezier(.36, .07, .19, .97) LoginPage-module__FeNDRa__errorShake;
  box-shadow: 0 4px 12px #dc262626, inset 0 1px 2px #dc26260d;
}

@keyframes LoginPage-module__FeNDRa__errorShake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-6px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(6px);
  }
}

.LoginPage-module__FeNDRa__submitButton {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%) 0 0 / 200% 100%;
  border: none;
  border-radius: 14px;
  width: 100%;
  height: 58px;
  margin-top: 2.25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px #1e40af4d, 0 2px 8px #1e40af33, inset 0 1px #fff3;
}

.LoginPage-module__FeNDRa__submitButton:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff4d, #0000);
  width: 50%;
  height: 100%;
  transition: left .6s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  left: -100%;
}

.LoginPage-module__FeNDRa__submitButton:hover:not(:disabled) {
  background-position: 100% 0;
  transform: translateY(-3px)scale(1.01);
  box-shadow: 0 12px 32px #1e40af66, 0 6px 16px #1e40af4d, inset 0 1px #ffffff40;
}

.LoginPage-module__FeNDRa__submitButton:hover:not(:disabled):before {
  left: 150%;
}

.LoginPage-module__FeNDRa__submitButton:active:not(:disabled) {
  transform: translateY(-1px)scale(.99);
  box-shadow: 0 4px 16px #1e40af4d, 0 2px 8px #1e40af33, inset 0 2px 4px #0000001a;
}

.LoginPage-module__FeNDRa__submitButton:disabled {
  opacity: .5;
  cursor: not-allowed;
  background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
  transform: none;
  box-shadow: 0 2px 8px #0000001a, inset 0 1px #ffffff1a;
}

.LoginPage-module__FeNDRa__demoSection {
  border-top: 1.5px solid #e2e8f0;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
}

.LoginPage-module__FeNDRa__demoText {
  text-align: center;
  color: #64748b;
  margin: 0;
  font-size: .8125rem;
  font-weight: 500;
}

.LoginPage-module__FeNDRa__demoCredentials {
  color: #475569;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-left: .375rem;
  padding: .25rem .625rem;
  font-family: SF Mono, Monaco, Courier New, monospace;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 1px 3px #0000000d, inset 0 1px 1px #fffc;
}

.LoginPage-module__FeNDRa__footer {
  text-align: center;
  opacity: .8;
  margin-top: 2.5rem;
}

.LoginPage-module__FeNDRa__footerText {
  color: #475569;
  letter-spacing: .01em;
  margin: 0;
  font-size: .8125rem;
  font-weight: 500;
}

.LoginPage-module__FeNDRa__themeToggle {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #1e293b;
  cursor: pointer;
  z-index: 100;
  background: #ffffffe6;
  border: 2px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  box-shadow: 0 4px 12px #0000001a, 0 2px 4px #00000014;
}

.LoginPage-module__FeNDRa__themeToggle:hover {
  border-color: #00000026;
  transform: scale(1.05)translateY(-2px);
  box-shadow: 0 8px 20px #00000026, 0 4px 8px #0000001a;
}

.LoginPage-module__FeNDRa__themeToggle:active {
  transform: scale(.98);
}

.LoginPage-module__FeNDRa__darkMode {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #1e293b 75%, #0f172a 100%);
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__loginCard {
  background: #1e293bf2;
  border: 1px solid #94a3b81a;
  box-shadow: 0 20px 60px #0006, 0 8px 24px #0000004d, 0 2px 8px #0003, inset 0 1px #ffffff0d;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__logoImage {
  border-color: #fff3;
  box-shadow: 0 12px 32px #00000080, 0 4px 12px #0000004d, 0 0 0 1px #ffffff1a;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__brandTitle {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__brandSubtitle {
  color: #94a3b8;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__loginPrompt {
  color: #64748b;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__formLabel {
  color: #e2e8f0;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__inputIcon {
  color: #64748b;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__inputWrapper:focus-within .LoginPage-module__FeNDRa__inputIcon {
  color: #60a5fa;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__formInput {
  color: #e2e8f0;
  background: #0f172a80;
  border-color: #94a3b833;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__formInput::placeholder {
  color: #475569;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__formInput:hover:not(:focus) {
  border-color: #94a3b84d;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__formInput:focus {
  background: #0f172a99;
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px #3b82f626, 0 4px 12px #3b82f61a;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__submitButton {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
  box-shadow: 0 6px 20px #2563eb66, 0 2px 8px #2563eb4d;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__submitButton:hover:not(:disabled) {
  box-shadow: 0 12px 32px #2563eb80, 0 6px 16px #2563eb66;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__errorMessage {
  color: #fca5a5;
  background: linear-gradient(135deg, #7f1d1d99 0%, #991b1b99 100%);
  border-color: #f8717166;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__demoSection {
  border-top-color: #94a3b833;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__demoText {
  color: #94a3b8;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__demoCredentials {
  color: #cbd5e1;
  background: linear-gradient(135deg, #0f172a99 0%, #1e293b99 100%);
  border-color: #94a3b833;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__footerText {
  color: #94a3b8;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__themeToggle {
  color: #e2e8f0;
  background: #1e293be6;
  border-color: #94a3b833;
}

.LoginPage-module__FeNDRa__darkMode .LoginPage-module__FeNDRa__themeToggle:hover {
  border-color: #94a3b84d;
}

@media (max-width: 640px) {
  .LoginPage-module__FeNDRa__loginContainer {
    padding: 1rem;
  }

  .LoginPage-module__FeNDRa__loginCard {
    border-radius: 24px;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }

  .LoginPage-module__FeNDRa__logoImage {
    border: 4px solid #fff;
    width: 110px;
    height: 110px;
  }

  .LoginPage-module__FeNDRa__brandTitle {
    font-size: 1.875rem;
  }

  .LoginPage-module__FeNDRa__brandSubtitle {
    font-size: .875rem;
  }

  .LoginPage-module__FeNDRa__formInput {
    height: 50px;
    padding: .75rem .875rem .75rem 2.75rem;
    font-size: .875rem;
  }

  .LoginPage-module__FeNDRa__submitButton {
    height: 52px;
    font-size: .9375rem;
  }

  .LoginPage-module__FeNDRa__formGroup {
    margin-bottom: 1.5rem;
  }

  .LoginPage-module__FeNDRa__themeToggle {
    width: 44px;
    height: 44px;
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width: 400px) {
  .LoginPage-module__FeNDRa__loginContainer {
    padding: .75rem;
  }

  .LoginPage-module__FeNDRa__loginCard {
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
  }

  .LoginPage-module__FeNDRa__logoImage {
    width: 100px;
    height: 100px;
  }

  .LoginPage-module__FeNDRa__brandTitle {
    font-size: 1.625rem;
  }

  .LoginPage-module__FeNDRa__brandSubtitle {
    font-size: .8125rem;
  }

  .LoginPage-module__FeNDRa__formInput {
    height: 48px;
    padding: .625rem .75rem .625rem 2.5rem;
    font-size: .875rem;
  }

  .LoginPage-module__FeNDRa__submitButton {
    height: 50px;
    font-size: .875rem;
  }

  .LoginPage-module__FeNDRa__themeToggle {
    width: 40px;
    height: 40px;
  }
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/Settings.module.css [app-client] (css) */
.Settings-module__iChRKG__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.Settings-module__iChRKG__header {
  margin-bottom: 2rem;
}

.Settings-module__iChRKG__title {
  color: #0f172a;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
}

.Settings-module__iChRKG__subtitle {
  color: #64748b;
  margin-top: .5rem;
  font-size: .875rem;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__title {
  color: #f8fafc;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__subtitle {
  color: #94a3b8;
}

.Settings-module__iChRKG__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 2rem;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0000000d;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__card {
  background: #1e293b;
  border-color: #334155;
}

.Settings-module__iChRKG__cardHeader {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__cardHeader {
  background: #0f172a;
  border-bottom-color: #334155;
}

.Settings-module__iChRKG__cardTitle {
  color: #0f172a;
  align-items: center;
  gap: .75rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__cardTitle {
  color: #f8fafc;
}

.Settings-module__iChRKG__cardDescription {
  color: #64748b;
  margin-top: .25rem;
  font-size: .875rem;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__cardDescription {
  color: #94a3b8;
}

.Settings-module__iChRKG__cardContent {
  padding: 1.5rem;
}

.Settings-module__iChRKG__formSection {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__formSection {
  background: #0f172a;
  border-color: #334155;
}

.Settings-module__iChRKG__grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  display: grid;
}

.Settings-module__iChRKG__formGroup {
  flex-direction: column;
  gap: .375rem;
  margin-bottom: 1rem;
  display: flex;
}

.Settings-module__iChRKG__label {
  color: #334155;
  font-size: .875rem;
  font-weight: 500;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__label {
  color: #cbd5e1;
}

.Settings-module__iChRKG__input, .Settings-module__iChRKG__select, .Settings-module__iChRKG__textarea {
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: all .2s;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__input, .Settings-module__iChRKG__darkMode .Settings-module__iChRKG__select, .Settings-module__iChRKG__darkMode .Settings-module__iChRKG__textarea {
  color: #f8fafc;
  background: #1e293b;
  border-color: #475569;
}

.Settings-module__iChRKG__input:focus, .Settings-module__iChRKG__select:focus, .Settings-module__iChRKG__textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__input:focus, .Settings-module__iChRKG__darkMode .Settings-module__iChRKG__select:focus, .Settings-module__iChRKG__darkMode .Settings-module__iChRKG__textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px #60a5fa33;
}

.Settings-module__iChRKG__hint {
  color: #64748b;
  margin-top: .25rem;
  font-size: .75rem;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__hint {
  color: #94a3b8;
}

.Settings-module__iChRKG__addButton {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.Settings-module__iChRKG__addButton:hover {
  background: #2563eb;
}

.Settings-module__iChRKG__cancelButton {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__cancelButton {
  color: #cbd5e1;
  background: #1e293b;
  border-color: #475569;
}

.Settings-module__iChRKG__cancelButton:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__cancelButton:hover {
  color: #f8fafc;
  background: #334155;
}

.Settings-module__iChRKG__saveButton {
  color: #fff;
  cursor: pointer;
  background: #10b981;
  border: none;
  border-radius: 8px;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
}

.Settings-module__iChRKG__saveButton:hover {
  background: #059669;
}

.Settings-module__iChRKG__deleteButton {
  color: #ef4444;
  cursor: pointer;
  background: #ef44441a;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: .25rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.Settings-module__iChRKG__deleteButton:hover {
  background: #ef444433;
}

.Settings-module__iChRKG__tableContainer {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow-x: auto;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__tableContainer {
  border-color: #334155;
}

.Settings-module__iChRKG__table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.Settings-module__iChRKG__table th {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: .75rem 1rem;
  font-size: .75rem;
  font-weight: 600;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__table th {
  color: #94a3b8;
  background: #0f172a;
  border-bottom-color: #334155;
}

.Settings-module__iChRKG__table td {
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  padding: 1rem;
  font-size: .875rem;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__table td {
  color: #cbd5e1;
  border-bottom-color: #334155;
}

.Settings-module__iChRKG__table tr:last-child td {
  border-bottom: none;
}

.Settings-module__iChRKG__badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.Settings-module__iChRKG__badgeActive {
  color: #166534;
  background: #dcfce7;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__badgeActive {
  color: #4ade80;
  background: #16653433;
}

.Settings-module__iChRKG__badgeInactive {
  color: #991b1b;
  background: #fee2e2;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__badgeInactive {
  color: #f87171;
  background: #991b1b33;
}

.Settings-module__iChRKG__badgeBlue {
  color: #1e40af;
  background: #dbeafe;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__badgeBlue {
  color: #60a5fa;
  background: #1e40af33;
}

.Settings-module__iChRKG__badgePurple {
  color: #6b21a8;
  background: #f3e8ff;
}

.Settings-module__iChRKG__darkMode .Settings-module__iChRKG__badgePurple {
  color: #c084fc;
  background: #6b21a833;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/ToolsPage.module.css [app-client] (css) */
.ToolsPage-module__Qp2ZFq__toolsContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.ToolsPage-module__Qp2ZFq__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__headerContent h3 {
  color: var(--text-primary);
  margin: 0 0 .5rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.ToolsPage-module__Qp2ZFq__headerContent p {
  color: var(--text-secondary);
  margin: 0;
  font-size: .875rem;
}

.ToolsPage-module__Qp2ZFq__addButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__addButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #667eea66;
}

.ToolsPage-module__Qp2ZFq__loadingContainer {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__loadingText {
  color: var(--text-secondary);
  font-size: 1rem;
}

.ToolsPage-module__Qp2ZFq__emptyState {
  border: 1px solid var(--border-color);
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 4rem 2rem;
}

.ToolsPage-module__Qp2ZFq__emptyIcon {
  color: var(--text-secondary);
  opacity: .5;
  margin: 0 auto 1.5rem;
}

.ToolsPage-module__Qp2ZFq__emptyState h3 {
  color: var(--text-primary);
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__emptyState p {
  color: var(--text-secondary);
  margin: 0 0 2rem;
  font-size: .875rem;
}

.ToolsPage-module__Qp2ZFq__toolsGrid {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.ToolsPage-module__Qp2ZFq__toolCard {
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__toolCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.ToolsPage-module__Qp2ZFq__toolHeader {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__toolTitle {
  flex: 1;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__toolIcon {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__toolTitle h4 {
  color: var(--text-primary);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__statusBadge {
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 6px;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__statusBadge.ToolsPage-module__Qp2ZFq__active {
  color: #22c55e;
  background: #22c55e1a;
  border: 1px solid #22c55e4d;
}

.ToolsPage-module__Qp2ZFq__statusBadge.ToolsPage-module__Qp2ZFq__inactive {
  color: #9ca3af;
  background: #9ca3af1a;
  border: 1px solid #9ca3af4d;
}

.ToolsPage-module__Qp2ZFq__toolDetails {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__detailItem {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__detailLabel {
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .75rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__detailValue {
  color: var(--text-primary);
  word-break: break-all;
  font-size: .875rem;
}

.ToolsPage-module__Qp2ZFq__webhookUrl {
  border: 1px solid var(--border-color);
  background: #00000005;
  border-radius: 6px;
  padding: .5rem;
  font-family: Monaco, Courier New, monospace;
  font-size: .75rem;
}

.ToolsPage-module__Qp2ZFq__description {
  line-height: 1.5;
}

.ToolsPage-module__Qp2ZFq__actionButtons {
  gap: .5rem;
  margin-top: auto;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__testButton {
  color: #3b82f6;
  cursor: pointer;
  background: #3b82f61a;
  border: 1px solid #3b82f64d;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__testButton:hover {
  background: #3b82f633;
  transform: translateY(-1px);
}

.ToolsPage-module__Qp2ZFq__editButton {
  color: #6b7280;
  cursor: pointer;
  background: #6b72801a;
  border: 1px solid #6b72804d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  transition: all .3s;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__editButton:hover {
  background: #6b728033;
  transform: translateY(-1px);
}

.ToolsPage-module__Qp2ZFq__deleteButton {
  color: #ef4444;
  cursor: pointer;
  background: #ef44441a;
  border: 1px solid #ef44444d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1rem;
  transition: all .3s;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__deleteButton:hover {
  background: #ef444433;
  transform: translateY(-1px);
}

.ToolsPage-module__Qp2ZFq__modalOverlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 50;
  background: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.ToolsPage-module__Qp2ZFq__modalContent {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 42rem;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
}

.ToolsPage-module__Qp2ZFq__modalHeader {
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__modalHeader h3 {
  color: var(--text-primary);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__closeButton {
  cursor: pointer;
  color: var(--text-secondary);
  background: none;
  border: none;
  border-radius: 8px;
  padding: .5rem;
  transition: all .3s;
}

.ToolsPage-module__Qp2ZFq__closeButton:hover {
  background: #0000000d;
}

.ToolsPage-module__Qp2ZFq__modalBody {
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__formGroup {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__formLabel {
  color: var(--text-primary);
  font-size: .875rem;
  font-weight: 600;
}

.ToolsPage-module__Qp2ZFq__formInput {
  border: 1px solid var(--border-color);
  width: 100%;
  color: var(--text-primary);
  background: #fff;
  border-radius: 8px;
  padding: .75rem;
  font-size: .875rem;
  transition: all .3s;
}

.ToolsPage-module__Qp2ZFq__formInput:focus {
  border-color: #667eea;
  outline: none;
  box-shadow: 0 0 0 3px #667eea1a;
}

.ToolsPage-module__Qp2ZFq__formInput.ToolsPage-module__Qp2ZFq__mono {
  font-family: Monaco, Courier New, monospace;
  font-size: .8125rem;
}

.ToolsPage-module__Qp2ZFq__formTextarea {
  border: 1px solid var(--border-color);
  width: 100%;
  color: var(--text-primary);
  resize: vertical;
  background: #fff;
  border-radius: 8px;
  min-height: 100px;
  padding: .75rem;
  font-size: .875rem;
  transition: all .3s;
}

.ToolsPage-module__Qp2ZFq__formTextarea:focus {
  border-color: #667eea;
  outline: none;
  box-shadow: 0 0 0 3px #667eea1a;
}

.ToolsPage-module__Qp2ZFq__formHint {
  color: var(--text-secondary);
  font-size: .75rem;
}

.ToolsPage-module__Qp2ZFq__modalFooter {
  border-top: 1px solid var(--border-color);
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem;
  display: flex;
}

.ToolsPage-module__Qp2ZFq__cancelButton {
  color: #6b7280;
  cursor: pointer;
  background: #6b72801a;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.ToolsPage-module__Qp2ZFq__cancelButton:hover {
  background: #6b728033;
}

.ToolsPage-module__Qp2ZFq__saveButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.ToolsPage-module__Qp2ZFq__saveButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #667eea66;
}

:is(.darkMode .ToolsPage-module__Qp2ZFq__toolCard, .darkMode .ToolsPage-module__Qp2ZFq__emptyState, .darkMode .ToolsPage-module__Qp2ZFq__modalContent) {
  background: #1e293b;
  border-color: #ffffff1a;
}

:is(.darkMode .ToolsPage-module__Qp2ZFq__formInput, .darkMode .ToolsPage-module__Qp2ZFq__formTextarea) {
  color: #f1f5f9;
  background: #0f172a;
  border-color: #ffffff1a;
}

.darkMode .ToolsPage-module__Qp2ZFq__toolCard:hover {
  box-shadow: 0 8px 16px #0000004d;
}

.darkMode .ToolsPage-module__Qp2ZFq__webhookUrl {
  background: #ffffff08;
}

.darkMode .ToolsPage-module__Qp2ZFq__closeButton:hover {
  background: #ffffff1a;
}

@media (max-width: 768px) {
  .ToolsPage-module__Qp2ZFq__toolsGrid {
    grid-template-columns: 1fr;
  }

  .ToolsPage-module__Qp2ZFq__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .ToolsPage-module__Qp2ZFq__addButton {
    justify-content: center;
    width: 100%;
  }

  .ToolsPage-module__Qp2ZFq__actionButtons {
    flex-wrap: wrap;
  }

  .ToolsPage-module__Qp2ZFq__testButton {
    flex: 100%;
  }
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/Maintenance.module.css [app-client] (css) */
.Maintenance-module__8TRBUG__maintenanceContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.Maintenance-module__8TRBUG__loadingContainer {
  min-height: 400px;
  color: var(--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Maintenance-module__8TRBUG__loadingIcon {
  animation: 1s linear infinite Maintenance-module__8TRBUG__spin;
}

@keyframes Maintenance-module__8TRBUG__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.Maintenance-module__8TRBUG__section {
  margin-bottom: 2rem;
}

.Maintenance-module__8TRBUG__sectionTitle {
  color: var(--text-primary);
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.Maintenance-module__8TRBUG__healthGrid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.Maintenance-module__8TRBUG__healthCard {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.Maintenance-module__8TRBUG__healthCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.Maintenance-module__8TRBUG__healthCardHeader {
  color: var(--text-primary);
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
}

.Maintenance-module__8TRBUG__statusBadge {
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.Maintenance-module__8TRBUG__statusBadge.Maintenance-module__8TRBUG__healthy {
  color: #22c55e;
  background: #22c55e1a;
  border: 1px solid #22c55e4d;
}

.Maintenance-module__8TRBUG__statusBadge.Maintenance-module__8TRBUG__unhealthy {
  color: #ef4444;
  background: #ef44441a;
  border: 1px solid #ef44444d;
}

.Maintenance-module__8TRBUG__statusBadge.Maintenance-module__8TRBUG__warning {
  color: #fb923c;
  background: #fb923c1a;
  border: 1px solid #fb923c4d;
}

.Maintenance-module__8TRBUG__metricsGrid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Maintenance-module__8TRBUG__metricCard {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  gap: 1rem;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.Maintenance-module__8TRBUG__metricCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.Maintenance-module__8TRBUG__metricIcon {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.Maintenance-module__8TRBUG__metricContent {
  flex: 1;
}

.Maintenance-module__8TRBUG__metricLabel {
  color: var(--text-secondary);
  margin-bottom: .25rem;
  font-size: .875rem;
}

.Maintenance-module__8TRBUG__metricValue {
  color: var(--text-primary);
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.Maintenance-module__8TRBUG__metricDetail {
  color: var(--text-secondary);
  font-size: .75rem;
}

.Maintenance-module__8TRBUG__statsGrid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Maintenance-module__8TRBUG__statCard {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  text-align: center;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.Maintenance-module__8TRBUG__statCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.Maintenance-module__8TRBUG__statValue {
  color: var(--text-primary);
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.Maintenance-module__8TRBUG__statLabel {
  color: var(--text-secondary);
  font-size: .875rem;
}

.Maintenance-module__8TRBUG__actionsGrid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Maintenance-module__8TRBUG__actionCard {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.Maintenance-module__8TRBUG__actionCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.Maintenance-module__8TRBUG__actionHeader {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  display: flex;
}

.Maintenance-module__8TRBUG__actionHeader h3 {
  color: var(--text-primary);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.Maintenance-module__8TRBUG__actionDescription {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.5;
}

.Maintenance-module__8TRBUG__actionWhen {
  color: var(--text-secondary);
  background: #3b82f60d;
  border-left: 3px solid #3b82f6;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: .75rem;
  font-size: .8rem;
}

.Maintenance-module__8TRBUG__actionWhen strong {
  color: var(--text-primary);
}

.Maintenance-module__8TRBUG__actionButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.Maintenance-module__8TRBUG__actionButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #667eea66;
}

.Maintenance-module__8TRBUG__actionButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.Maintenance-module__8TRBUG__actionButtons {
  gap: .75rem;
  display: flex;
}

.Maintenance-module__8TRBUG__actionButtons .Maintenance-module__8TRBUG__actionButton {
  flex: 1;
}

.Maintenance-module__8TRBUG__servicesGrid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: grid;
}

.Maintenance-module__8TRBUG__serviceCard {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.Maintenance-module__8TRBUG__serviceCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000001a;
}

.Maintenance-module__8TRBUG__serviceMainContent {
  flex-direction: column;
  flex: 1;
  gap: .75rem;
  display: flex;
}

.Maintenance-module__8TRBUG__serviceHeader {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.Maintenance-module__8TRBUG__serviceIcon {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.Maintenance-module__8TRBUG__serviceInfo {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.Maintenance-module__8TRBUG__serviceInfo h3 {
  color: var(--text-primary);
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.Maintenance-module__8TRBUG__serviceType {
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: .75rem;
  font-weight: 500;
}

.Maintenance-module__8TRBUG__serviceStatusColumn {
  flex-direction: column;
  gap: .5rem;
  min-width: 140px;
  display: flex;
}

.Maintenance-module__8TRBUG__serviceStatus {
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.Maintenance-module__8TRBUG__serviceStatus.Maintenance-module__8TRBUG__online {
  color: #22c55e;
  background: #22c55e1a;
  border: 1px solid #22c55e4d;
}

.Maintenance-module__8TRBUG__serviceStatus.Maintenance-module__8TRBUG__offline {
  color: #ef4444;
  background: #ef44441a;
  border: 1px solid #ef44444d;
}

.Maintenance-module__8TRBUG__serviceDetails {
  color: var(--text-secondary);
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .8125rem;
  display: flex;
}

.Maintenance-module__8TRBUG__detailItem {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.Maintenance-module__8TRBUG__detailItem span:first-child {
  font-weight: 500;
}

.Maintenance-module__8TRBUG__detailItem span:last-child {
  color: var(--text-primary);
  font-family: Monaco, Courier New, monospace;
  font-weight: 600;
}

.Maintenance-module__8TRBUG__restartButtonSmall {
  color: #3b82f6;
  cursor: pointer;
  background: none;
  border: 1px solid #3b82f64d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.Maintenance-module__8TRBUG__restartButtonSmall:hover:not(:disabled) {
  background: #3b82f60d;
  border-color: #3b82f6;
}

.Maintenance-module__8TRBUG__restartButtonSmall:disabled {
  opacity: .6;
  cursor: not-allowed;
  color: var(--text-secondary);
  border-color: var(--border-color);
}

.Maintenance-module__8TRBUG__spinning {
  animation: 1s linear infinite Maintenance-module__8TRBUG__spin;
}

.Maintenance-module__8TRBUG__loadingText {
  text-align: center;
  color: var(--text-secondary);
  padding: 2rem;
  font-size: .875rem;
}

:is(.darkMode .Maintenance-module__8TRBUG__healthCard, .darkMode .Maintenance-module__8TRBUG__metricCard, .darkMode .Maintenance-module__8TRBUG__statCard, .darkMode .Maintenance-module__8TRBUG__actionCard, .darkMode .Maintenance-module__8TRBUG__serviceCard) {
  background: #ffffff0d;
  border-color: #ffffff1a;
}

:is(.darkMode .Maintenance-module__8TRBUG__healthCard:hover, .darkMode .Maintenance-module__8TRBUG__metricCard:hover, .darkMode .Maintenance-module__8TRBUG__statCard:hover, .darkMode .Maintenance-module__8TRBUG__actionCard:hover, .darkMode .Maintenance-module__8TRBUG__serviceCard:hover) {
  box-shadow: 0 8px 16px #0000004d;
}

.darkMode .Maintenance-module__8TRBUG__serviceDetails {
  background: #ffffff08;
}

@media (max-width: 768px) {
  .Maintenance-module__8TRBUG__healthGrid, .Maintenance-module__8TRBUG__metricsGrid, .Maintenance-module__8TRBUG__statsGrid, .Maintenance-module__8TRBUG__actionsGrid, .Maintenance-module__8TRBUG__servicesGrid {
    grid-template-columns: 1fr;
  }

  .Maintenance-module__8TRBUG__actionButtons {
    flex-direction: column;
  }
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/UserManagement.module.css [app-client] (css) */
.UserManagement-module__mVeltq__container {
  padding: 0;
}

.UserManagement-module__mVeltq__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.UserManagement-module__mVeltq__header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.UserManagement-module__mVeltq__addButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.UserManagement-module__mVeltq__addButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #3b82f666;
}

.UserManagement-module__mVeltq__tableContainer {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000001a;
}

.UserManagement-module__mVeltq__table {
  border-collapse: collapse;
  width: 100%;
}

.UserManagement-module__mVeltq__table thead {
  background: #f8f9fa;
}

.UserManagement-module__mVeltq__table th {
  text-align: left;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
  padding: 16px;
  font-weight: 600;
}

.UserManagement-module__mVeltq__table td {
  border-bottom: 1px solid #dee2e6;
  padding: 16px;
}

.UserManagement-module__mVeltq__table tbody tr:hover {
  background: #f8f9fa;
}

.UserManagement-module__mVeltq__roleBadge {
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.UserManagement-module__mVeltq__roleBadge.UserManagement-module__mVeltq__admin {
  color: #000;
  background: #ffc107;
}

.UserManagement-module__mVeltq__roleBadge.UserManagement-module__mVeltq__manager {
  color: #fff;
  background: #17a2b8;
}

.UserManagement-module__mVeltq__roleBadge.UserManagement-module__mVeltq__user {
  color: #fff;
  background: #6c757d;
}

.UserManagement-module__mVeltq__actions {
  gap: 8px;
  display: flex;
}

.UserManagement-module__mVeltq__editButton, .UserManagement-module__mVeltq__deleteButton {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 6px;
  transition: background .2s;
}

.UserManagement-module__mVeltq__editButton {
  color: #1976d2;
  background: #e3f2fd;
}

.UserManagement-module__mVeltq__editButton:hover {
  background: #bbdefb;
}

.UserManagement-module__mVeltq__deleteButton {
  color: #d32f2f;
  background: #ffebee;
}

.UserManagement-module__mVeltq__deleteButton:hover {
  background: #ffcdd2;
}

.UserManagement-module__mVeltq__loading {
  text-align: center;
  color: #6c757d;
  padding: 40px;
}

.UserManagement-module__mVeltq__unauthorized {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 60px 20px;
  box-shadow: 0 2px 8px #0000001a;
}

.UserManagement-module__mVeltq__unauthorized h2 {
  color: #d32f2f;
  margin-bottom: 12px;
}

.UserManagement-module__mVeltq__unauthorized p {
  color: #6c757d;
  font-size: 16px;
}

.UserManagement-module__mVeltq__modalOverlay {
  z-index: 1000;
  background: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.UserManagement-module__mVeltq__modal {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}

.UserManagement-module__mVeltq__modalHeader {
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.UserManagement-module__mVeltq__modalHeader h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.UserManagement-module__mVeltq__closeButton {
  cursor: pointer;
  color: #6c757d;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.UserManagement-module__mVeltq__closeButton:hover {
  color: #000;
}

.UserManagement-module__mVeltq__form {
  padding: 20px;
}

.UserManagement-module__mVeltq__formGroup {
  margin-bottom: 20px;
}

.UserManagement-module__mVeltq__formGroup label {
  color: #495057;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}

.UserManagement-module__mVeltq__input, .UserManagement-module__mVeltq__select {
  border: 1px solid #ced4da;
  border-radius: 6px;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .2s;
}

.UserManagement-module__mVeltq__input:focus, .UserManagement-module__mVeltq__select:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px #3b82f61a;
}

.UserManagement-module__mVeltq__error {
  color: #d32f2f;
  background: #ffebee;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px;
  font-size: 14px;
}

.UserManagement-module__mVeltq__modalActions {
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.UserManagement-module__mVeltq__cancelButton, .UserManagement-module__mVeltq__submitButton {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .2s;
}

.UserManagement-module__mVeltq__cancelButton {
  color: #495057;
  background: #f8f9fa;
}

.UserManagement-module__mVeltq__cancelButton:hover {
  background: #e9ecef;
}

.UserManagement-module__mVeltq__submitButton {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.UserManagement-module__mVeltq__submitButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #3b82f64d;
}

.UserManagement-module__mVeltq__roleInfo {
  background: #f8f9fa;
  border-left: 3px solid #3b82f6;
  border-radius: 6px;
  margin-top: 8px;
  padding: 12px;
}

.UserManagement-module__mVeltq__infoText {
  color: #495057;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.UserManagement-module__mVeltq__infoText strong {
  color: #2d3748;
  font-weight: 600;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/components/UserProfileModal.module.css [app-client] (css) */
.UserProfileModal-module__HTp4Ya__modalOverlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
  background: #00000080;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.UserProfileModal-module__HTp4Ya__modalContainer {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px #00000040;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__modalContainer {
  background: #1e293b;
  border: 1px solid #ffffff1a;
}

.UserProfileModal-module__HTp4Ya__modalHeader {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__modalHeader {
  background: #1e293b;
  border-bottom-color: #334155;
}

.UserProfileModal-module__HTp4Ya__modalTitle {
  color: #0f172a;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__modalTitle {
  color: #f8fafc;
}

.UserProfileModal-module__HTp4Ya__closeButton {
  color: #64748b;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.UserProfileModal-module__HTp4Ya__closeButton:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__closeButton:hover {
  color: #f8fafc;
  background: #334155;
}

.UserProfileModal-module__HTp4Ya__modalContent {
  padding: 1.5rem;
  overflow-y: auto;
}

.UserProfileModal-module__HTp4Ya__section {
  margin-bottom: 2rem;
}

.UserProfileModal-module__HTp4Ya__sectionTitle {
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__sectionTitle {
  color: #f8fafc;
  border-bottom-color: #334155;
}

.UserProfileModal-module__HTp4Ya__formGroup {
  flex-direction: column;
  gap: .375rem;
  margin-bottom: 1rem;
  display: flex;
}

.UserProfileModal-module__HTp4Ya__formLabel {
  color: #334155;
  font-size: .875rem;
  font-weight: 600;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__formLabel {
  color: #cbd5e1;
}

.UserProfileModal-module__HTp4Ya__input {
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .625rem .875rem;
  font-size: .875rem;
  transition: all .2s;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__input {
  color: #f8fafc;
  background: #0f172a;
  border-color: #475569;
}

.UserProfileModal-module__HTp4Ya__input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px #3b82f61a;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__input:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 2px #60a5fa33;
}

.UserProfileModal-module__HTp4Ya__input:disabled {
  color: #64748b;
  cursor: not-allowed;
  background: #f1f5f9;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__input:disabled {
  color: #94a3b8;
  background: #334155;
}

.UserProfileModal-module__HTp4Ya__actions {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__actions {
  background: #0f172a;
  border-top-color: #334155;
}

.UserProfileModal-module__HTp4Ya__cancelButton {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__cancelButton {
  color: #cbd5e1;
  background: #1e293b;
  border-color: #475569;
}

.UserProfileModal-module__HTp4Ya__cancelButton:hover {
  color: #0f172a;
  background: #f8fafc;
  border-color: #94a3b8;
}

.UserProfileModal-module__HTp4Ya__darkMode .UserProfileModal-module__HTp4Ya__cancelButton:hover {
  color: #f8fafc;
  background: #334155;
}

.UserProfileModal-module__HTp4Ya__submitButton {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 8px;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
}

.UserProfileModal-module__HTp4Ya__submitButton:hover:not(:disabled) {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.UserProfileModal-module__HTp4Ya__submitButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.UserProfileModal-module__HTp4Ya__avatarContainer {
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.UserProfileModal-module__HTp4Ya__avatar {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000001a;
}

/* [project]/.gemini/antigravity/scratch/openvoice-gateway/frontend/src/app/Dashboard.module.css [app-client] (css) */
.Dashboard-module__RWb8ZG__dashboardContainer {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8eef9 50%, #f5f7fc 100%);
  min-height: 100vh;
  transition: background .3s;
  display: flex;
}

.Dashboard-module__RWb8ZG__dashboardContainer.Dashboard-module__RWb8ZG__darkMode {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.Dashboard-module__RWb8ZG__sidebar {
  z-index: 1000;
  background: linear-gradient(#1e293b 0%, #334155 100%);
  flex-direction: column;
  flex-shrink: 0;
  width: 280px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 4px 0 24px #0000001f, 2px 0 8px #00000014;
}

.Dashboard-module__RWb8ZG__sidebar:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #ffffff08 0%, #0000 70%);
  width: 200%;
  height: 200%;
  animation: 10s ease-in-out infinite Dashboard-module__RWb8ZG__sidebarGlow;
  position: absolute;
  top: -50%;
  left: -50%;
}

@keyframes Dashboard-module__RWb8ZG__sidebarGlow {
  0%, 100% {
    opacity: .5;
    transform: translate(0);
  }

  50% {
    opacity: .8;
    transform: translate(10%, 10%);
  }
}

.Dashboard-module__RWb8ZG__logoSection {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0f172a80;
  border-bottom: 1px solid #94a3b81a;
  padding: 2rem 1.5rem;
}

.Dashboard-module__RWb8ZG__logoContent {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.Dashboard-module__RWb8ZG__logoWrapper {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 1rem;
  padding: 4px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 24px #0000004d, 0 4px 12px #0003, inset 0 2px 4px #fffc;
}

.Dashboard-module__RWb8ZG__logoWrapper:hover {
  transform: scale(1.05)translateY(-2px);
  box-shadow: 0 12px 32px #0006, 0 6px 16px #0000004d, inset 0 2px 4px #ffffffe6;
}

.Dashboard-module__RWb8ZG__logoImage {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.Dashboard-module__RWb8ZG__brandTitle {
  background: linear-gradient(135deg, #fff 0%, #e2e8f0 100%);
  -webkit-text-fill-color: transparent;
  letter-spacing: .02em;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 .25rem;
  font-size: 1.75rem;
  font-weight: 800;
}

.Dashboard-module__RWb8ZG__brandSubtitle {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
}

.Dashboard-module__RWb8ZG__nav {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  padding: 1.5rem;
  display: flex;
  overflow: hidden auto;
}

.Dashboard-module__RWb8ZG__navButton {
  color: #94a3b8;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: .75rem;
  padding: .875rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.Dashboard-module__RWb8ZG__navButton:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff1a, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.Dashboard-module__RWb8ZG__navButton:hover {
  color: #fff;
  background: #1e293b99;
  transform: translateX(4px);
}

.Dashboard-module__RWb8ZG__navButton:hover:before {
  left: 100%;
}

.Dashboard-module__RWb8ZG__navButton.Dashboard-module__RWb8ZG__active {
  color: #fff;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 4px 12px #2563eb66, 0 2px 6px #2563eb4d, inset 0 1px #fff3;
}

.Dashboard-module__RWb8ZG__navButton.Dashboard-module__RWb8ZG__active:hover {
  transform: translateX(4px)translateY(-1px);
  box-shadow: 0 6px 16px #2563eb80, 0 3px 8px #2563eb66, inset 0 1px #ffffff40;
}

.Dashboard-module__RWb8ZG__userSection {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #02061799;
  border-top: 1px solid #94a3b81a;
  padding: 1rem;
}

.Dashboard-module__RWb8ZG__userInfo {
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
  padding: .5rem;
  display: flex;
}

.Dashboard-module__RWb8ZG__userAvatar {
  color: #fff;
  background: linear-gradient(135deg, #334155 0%, #475569 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 12px #0000004d, inset 0 1px 2px #ffffff1a;
}

.Dashboard-module__RWb8ZG__userDetails {
  flex: 1;
  overflow: hidden;
}

.Dashboard-module__RWb8ZG__userName {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  overflow: hidden;
}

.Dashboard-module__RWb8ZG__userRole {
  color: #64748b;
  margin: 0;
  font-size: .75rem;
}

.Dashboard-module__RWb8ZG__logoutButton {
  color: #f87171;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .625rem .75rem;
  font-size: .8125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.Dashboard-module__RWb8ZG__logoutButton:hover {
  color: #fca5a5;
  background: #7f1d1d4d;
}

.Dashboard-module__RWb8ZG__mainContent {
  background: none;
  flex-direction: column;
  flex: 1;
  margin-left: 280px;
  transition: background .3s;
  display: flex;
  overflow: hidden;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__mainContent {
  background: none;
}

.Dashboard-module__RWb8ZG__header {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #fffc;
  border-bottom: 1px solid #0000000f;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px #0000000a;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__header {
  background: #1e293bcc;
  border-bottom-color: #94a3b81a;
  box-shadow: 0 2px 8px #0003;
}

.Dashboard-module__RWb8ZG__headerContent h2 {
  color: #1e293b;
  letter-spacing: -.02em;
  margin: 0 0 .25rem;
  font-size: 1.75rem;
  font-weight: 800;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__headerContent h2 {
  color: #e2e8f0;
}

.Dashboard-module__RWb8ZG__headerContent p {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__headerContent p {
  color: #94a3b8;
}

.Dashboard-module__RWb8ZG__themeToggle {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #1e293b;
  cursor: pointer;
  background: #ffffffe6;
  border: 2px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 4px 12px #0000001a, 0 2px 4px #00000014;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__themeToggle {
  color: #e2e8f0;
  background: #1e293be6;
  border-color: #94a3b833;
}

.Dashboard-module__RWb8ZG__themeToggle:hover {
  border-color: #00000026;
  transform: scale(1.05)translateY(-2px);
  box-shadow: 0 8px 20px #00000026, 0 4px 8px #0000001a;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__themeToggle:hover {
  border-color: #94a3b84d;
}

.Dashboard-module__RWb8ZG__themeToggle:active {
  transform: scale(.98);
}

.Dashboard-module__RWb8ZG__contentArea {
  flex: 1;
  padding: 2rem;
  overflow-y: auto;
}

.Dashboard-module__RWb8ZG__contentInner {
  max-width: 1400px;
  margin: 0 auto;
}

.Dashboard-module__RWb8ZG__statsGrid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.Dashboard-module__RWb8ZG__statCard {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #ffffffe6;
  border: 1px solid #0000000f;
  border-radius: 20px;
  padding: 1.75rem;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000f, 0 2px 4px #0000000a;
}

.Dashboard-module__RWb8ZG__statCard:before {
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #0000, currentColor, #0000);
  height: 3px;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.Dashboard-module__RWb8ZG__statCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #0000001a, 0 6px 12px #00000014;
}

.Dashboard-module__RWb8ZG__statCard:hover:before {
  opacity: 1;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__statCard {
  background: #1e293bcc;
  border-color: #94a3b81a;
  box-shadow: 0 4px 12px #0003, 0 2px 4px #00000026;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__statCard:hover {
  box-shadow: 0 12px 24px #0000004d, 0 6px 12px #00000040;
}

.Dashboard-module__RWb8ZG__statCardHeader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.Dashboard-module__RWb8ZG__statIcon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
}

.Dashboard-module__RWb8ZG__statIcon.Dashboard-module__RWb8ZG__blue {
  color: #3b82f6;
  background: linear-gradient(135deg, #3b82f61a 0%, #2563eb26 100%);
}

.Dashboard-module__RWb8ZG__statIcon.Dashboard-module__RWb8ZG__green {
  color: #22c55e;
  background: linear-gradient(135deg, #22c55e1a 0%, #16a34a26 100%);
}

.Dashboard-module__RWb8ZG__statIcon.Dashboard-module__RWb8ZG__purple {
  color: #a855f7;
  background: linear-gradient(135deg, #a855f71a 0%, #9333ea26 100%);
}

.Dashboard-module__RWb8ZG__statIcon.Dashboard-module__RWb8ZG__orange {
  color: #fb923c;
  background: linear-gradient(135deg, #fb923c1a 0%, #f9731626 100%);
}

.Dashboard-module__RWb8ZG__statCard:hover .Dashboard-module__RWb8ZG__statIcon {
  transform: scale(1.1)rotate(5deg);
}

.Dashboard-module__RWb8ZG__statBadge {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #94a3b8;
  font-size: .6875rem;
  font-weight: 700;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__statBadge {
  color: #64748b;
}

.Dashboard-module__RWb8ZG__statValue {
  color: #1e293b;
  letter-spacing: -.02em;
  margin: 0 0 .25rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__statValue {
  color: #e2e8f0;
}

.Dashboard-module__RWb8ZG__statLabel {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__statLabel {
  color: #94a3b8;
}

.Dashboard-module__RWb8ZG__loadingContainer {
  color: #94a3b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__loadingContainer {
  color: #64748b;
}

.Dashboard-module__RWb8ZG__loadingIcon {
  color: #3b82f6;
  margin-bottom: 1rem;
  animation: 2s ease-in-out infinite Dashboard-module__RWb8ZG__pulse;
}

@keyframes Dashboard-module__RWb8ZG__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.Dashboard-module__RWb8ZG__loadingText {
  font-size: 1.125rem;
  font-weight: 600;
}

.Dashboard-module__RWb8ZG__testButton {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #22c55e;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e1a 0%, #16a34a26 100%);
  border: 2px solid #22c55e4d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: .75rem;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 4px 12px #22c55e33, 0 2px 4px #22c55e26;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__testButton {
  color: #4ade80;
  background: linear-gradient(135deg, #22c55e26 0%, #16a34a33 100%);
  border-color: #22c55e66;
}

.Dashboard-module__RWb8ZG__testButton:hover:not(:disabled) {
  background: linear-gradient(135deg, #22c55e33 0%, #16a34a40 100%);
  border-color: #22c55e80;
  transform: scale(1.05)translateY(-2px);
  box-shadow: 0 8px 20px #22c55e4d, 0 4px 8px #22c55e33;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__testButton:hover:not(:disabled) {
  background: linear-gradient(135deg, #22c55e40 0%, #16a34a4d 100%);
  border-color: #22c55e99;
}

.Dashboard-module__RWb8ZG__testButton:active:not(:disabled) {
  transform: scale(.98);
}

.Dashboard-module__RWb8ZG__testButton:disabled {
  opacity: .4;
  cursor: not-allowed;
  color: #94a3b8;
  box-shadow: none;
  background: #94a3b81a;
  border-color: #94a3b833;
}

.Dashboard-module__RWb8ZG__darkMode .Dashboard-module__RWb8ZG__testButton:disabled {
  color: #64748b;
  background: #4755691a;
  border-color: #47556933;
}

/*# sourceMappingURL=_gemini_antigravity_scratch_openvoice-gateway_frontend_src_app_d20d38b1._.css.map*/