/**
 * ترانسفورماتور — استایل اختصاصی
 */
.ic-tr-split {
  direction: ltr;
}

.ic-tr-split .ic-tool-select-btn {
  flex: 1;
  width: auto;
  max-width: none;
  min-height: 65px;
}

.ic-tr-split .ic-tool-field-wrap {
  flex: 1;
}

[data-tr-freq-wrap][hidden] {
  display: none !important;
}

.ic-tr-results {
  width: 100%;
  margin-top: 24px;
}

.ic-tr-results[hidden] {
  display: none !important;
}

.ic-tr-result-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}

.ic-tr-result-item {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 0.7px solid #dbdbdb;
  text-align: center;
}

.ic-tr-result-value {
  font-size: 16px;
  font-weight: 700;
  color: #2d3a4a;
  line-height: 1.35;
}

.ic-tr-result-label {
  margin: 8px 0 0;
  font-size: 9px;
  color: #8090a8;
}

.ic-tr-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 8px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 15px;
  background: #f8f9fa;
  border: 0.7px solid #dbdbdb;
}

.ic-tr-stat {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.ic-tr-stat-value {
  font-size: 14px;
  font-weight: 700;
  color: #4e91e6;
  margin-bottom: 4px;
  line-height: 1.3;
}

.ic-tr-stat-label {
  margin: 0;
  font-size: 9px;
  color: #8090a8;
  line-height: 1.3;
}

.ic-tr-toast {
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 120;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(45, 58, 74, 0.92);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ic-tr-toast.is-visible {
  opacity: 1;
}

.ic-tr-toast[hidden] {
  display: block !important;
}
