.tr-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, .35);
}

.tr-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
  padding: 14px;
  max-width: 360px;
  width: 92vw;
}

.tr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr-head h6 {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
}

.tr-body {
  margin-top: 10px;
}

.tr-row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.tr-row button {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .5rem .75rem;
  font-weight: 700;
  background: #fff;
}

.tr-row button.active {
  border-color: #2563eb;
  background: #f5f8ff;
  color: #1d4ed8;
}
