.forexify-admin {
  --fx-bg: #f6f6f7;
  --fx-surface: #ffffff;
  --fx-surface-subtle: #f9fafb;
  --fx-ink: #111827;
  --fx-ink-muted: #4b5563;
  --fx-ink-subtle: #6b7280;
  --fx-line: #dfe3e8;
  --fx-line-soft: #edf0f2;
  --fx-brand: #1f6f4a;
  --fx-brand-strong: #0f5f3f;
  --fx-brand-soft: #e4f5ed;
  --fx-ready: #22c55e;
  --fx-ready-strong: #15803d;
  --fx-ready-soft: #dcfce7;
  --fx-info: #0b5cab;
  --fx-info-soft: #eaf4ff;
  --fx-warning: #8a6116;
  --fx-warning-soft: #fff4d6;
  --fx-danger: #b42318;
  --fx-danger-soft: #fff0f0;
  --fx-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.05);
  --fx-shadow-md: 0 8px 24px rgba(16, 24, 40, 0.08);
  color: var(--fx-ink);
  font-size: 14px;
  line-height: 1.45;
}

.forexify-admin *,
.forexify-admin *::before,
.forexify-admin *::after {
  box-sizing: border-box;
}

.forexify-admin button,
.forexify-admin input {
  font: inherit;
}

.fx-page {
  margin: 0 auto;
  max-width: 1180px;
}

.fx-page-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 20px;
}

.fx-page-title {
  font-size: 28px;
  font-weight: 750;
  line-height: 1.15;
  margin: 0;
}

.fx-subtitle,
.fx-card-subtitle,
.fx-hint {
  color: var(--fx-ink-muted);
  margin: 0;
}

.fx-subtitle {
  margin-top: 6px;
  max-width: 700px;
}

.fx-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.fx-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--fx-line);
  border-radius: 8px;
  box-shadow: var(--fx-shadow-sm);
  color: var(--fx-ink);
  cursor: pointer;
  display: inline-flex;
  font-weight: 650;
  gap: 8px;
  height: 36px;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.fx-btn:hover {
  border-color: #b9c0c7;
}

.fx-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.fx-btn--primary {
  background: var(--fx-brand);
  border-color: var(--fx-brand);
  color: #ffffff;
}

.fx-btn--primary:hover {
  background: var(--fx-brand-strong);
}

.fx-btn--success {
  background: var(--fx-brand);
  border-color: var(--fx-brand);
  color: #ffffff;
}

.fx-btn--success:hover {
  background: var(--fx-brand-strong);
  border-color: var(--fx-brand-strong);
}

.fx-btn--danger {
  background: var(--fx-danger-soft);
  border-color: #f0b8b3;
  color: var(--fx-danger);
}

.fx-btn--danger:hover {
  background: #ffe3e1;
  border-color: #df8b84;
}

.fx-btn--plain {
  background: transparent;
  box-shadow: none;
}

.fx-btn--small {
  height: 32px;
  padding: 0 11px;
}

.fx-btn-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.fx-btn--success .fx-btn-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.fx-btn--danger .fx-btn-icon {
  background: #ffd8d5;
  color: var(--fx-danger);
}

.fx-status-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  margin-bottom: 18px;
}

.fx-metric,
.fx-card {
  background: var(--fx-surface);
  border: 1px solid var(--fx-line-soft);
  border-radius: 8px;
  box-shadow: var(--fx-shadow-sm);
}

.fx-metric {
  padding: 14px 16px;
}

.fx-metric-label {
  color: var(--fx-ink-subtle);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fx-metric-value {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 750;
  gap: 8px;
  margin-top: 4px;
}

.fx-metric-value--ready {
  color: var(--fx-ready-strong);
}

.fx-metric-note {
  color: var(--fx-ink-subtle);
  font-size: 12px;
  margin-top: 3px;
}

.fx-dot {
  background: var(--fx-brand);
  border-radius: 99px;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.fx-dot--gray {
  background: #8a929c;
}

.fx-dot--blue {
  background: var(--fx-info);
}

.fx-dot--ready {
  background: var(--fx-ready);
  box-shadow: 0 0 0 3px var(--fx-ready-soft);
}

.fx-main-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.05fr) 390px;
}

.fx-stack {
  display: grid;
  gap: 18px;
}

.fx-card {
  overflow: hidden;
}

.fx-card--pad,
.fx-card-body {
  padding: 18px;
}

.fx-card-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 18px 18px 0;
}

.fx-card-title {
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
  margin: 0;
}

.fx-card-subtitle {
  font-size: 13px;
  margin-top: 4px;
}

.fx-callout {
  align-items: center;
  background: var(--fx-info-soft);
  border: 1px solid #cae3ff;
  border-radius: 8px;
  color: #113c63;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 13px 14px;
}

.fx-callout--solo {
  grid-template-columns: auto minmax(0, 1fr);
}

.fx-callout--spaced {
  margin-top: 12px;
}

.fx-callout-symbol {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: var(--fx-shadow-sm);
  color: var(--fx-info);
  display: grid;
  font-weight: 800;
  height: 30px;
  place-items: center;
  width: 30px;
}

.fx-callout-title {
  color: #163b5a;
  display: block;
  font-weight: 750;
  margin-bottom: 2px;
}

.fx-callout-text {
  color: #315a77;
  font-size: 13px;
}

.fx-settings-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.fx-field {
  display: grid;
  gap: 7px;
}

.fx-field--wide {
  grid-column: 1 / -1;
}

.fx-label {
  font-size: 13px;
  font-weight: 650;
}

.fx-hint {
  color: var(--fx-ink-subtle);
  font-size: 12px;
}

.fx-segmented {
  background: #eef1f4;
  border: 1px solid #d9dde3;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3px;
}

.fx-segmented-button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #4b5563;
  cursor: pointer;
  font-weight: 650;
  height: 32px;
  min-width: 0;
  padding: 0 10px;
}

.fx-segmented-button.is-active {
  background: #ffffff;
  box-shadow: var(--fx-shadow-sm);
  color: var(--fx-ink);
}

.fx-segmented-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.fx-segmented--chart-days {
  max-width: 360px;
}

.fx-range-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 42px;
}

.fx-range {
  accent-color: var(--fx-brand);
  width: 100%;
}

.fx-range-value {
  border: 1px solid var(--fx-line);
  border-radius: 8px;
  display: grid;
  font-weight: 750;
  height: 32px;
  place-items: center;
}

.fx-preview-card {
  background: linear-gradient(180deg, #ffffff 0%, #eefaf4 54%, #ffffff 100%);
  border-color: #88c8a7;
  box-shadow:
    0 16px 40px rgba(15, 95, 63, 0.2),
    var(--fx-shadow-sm);
  position: sticky;
  top: 18px;
}

.fx-preview-card::before {
  background: linear-gradient(90deg, var(--fx-brand), #40a36f);
  content: "";
  display: block;
  height: 4px;
}

.fx-preview-card .fx-card-head {
  background: #eefaf4;
  border-bottom: 1px solid #c1e4d1;
  padding-bottom: 16px;
}

.fx-preview-card-body {
  background: #e8f6ef;
  padding: 14px 18px 18px;
}

.fx-preview-surface {
  background: #ffffff;
  border: 1px solid #8fd1ac;
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(31, 111, 74, 0.06),
    0 10px 24px rgba(15, 95, 63, 0.15);
  overflow: hidden;
}

.fx-storefront-preview {
  --forexify-border-color: color-mix(in srgb, currentColor 18%, transparent);
  --forexify-card-background: color-mix(in srgb, currentColor 3%, transparent);
  --forexify-card-radius: 6px;
  --forexify-columns: 3;
  background: var(--forexify-background, transparent);
  color: var(--forexify-color, inherit);
  font-family: inherit;
  font-size: var(--forexify-font-size, inherit);
  line-height: inherit;
  padding: var(--forexify-padding-block, 0) var(--forexify-padding-inline, 0);
  width: 100%;
}

.fx-storefront-preview .forexify-bar__content {
  margin: 0 auto;
  max-width: var(--page-width, 1200px);
  width: 100%;
}

.fx-storefront-preview .forexify-bar__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fx-storefront-preview .forexify-bar__title {
  font-size: 1em;
  font-weight: 600;
}

.fx-storefront-preview .forexify-bar__source {
  font-size: 0.85em;
  opacity: 0.65;
}

.fx-storefront-preview .forexify-bar__loading,
.fx-storefront-preview .forexify-bar__error {
  opacity: 0.75;
}

.fx-storefront-preview .forexify-bar__rate-label,
.fx-storefront-preview .forexify-bar__rate-name,
.fx-storefront-preview .forexify-bar__rate-meta,
.fx-storefront-preview .forexify-bar__rate-value,
.fx-storefront-preview .forexify-bar__change,
.fx-storefront-preview .forexify-bar__chart-caption {
  display: block;
}

.fx-storefront-preview .forexify-bar__rate-name,
.fx-storefront-preview .forexify-bar__rate-meta,
.fx-storefront-preview .forexify-bar__chart-caption {
  opacity: 0.72;
}

.fx-storefront-preview .forexify-bar__rate-label,
.fx-storefront-preview .forexify-bar__rate-value,
.fx-storefront-preview .forexify-bar__change {
  font-weight: 700;
}

.forexify-admin .forexify-bar__movement--positive {
  color: #0b7a3b;
}

.forexify-admin .forexify-bar__movement--negative {
  color: #d21f1f;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__header {
  align-items: baseline;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__rates {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__rate {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  white-space: nowrap;
}

.fx-storefront-preview .forexify-bar__chart {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.fx-storefront-preview .forexify-bar__chart-svg {
  display: block;
  height: 42px;
  overflow: visible;
  width: 100%;
}

.fx-storefront-preview .forexify-bar__chart-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fx-storefront-preview .forexify-bar__chart-caption {
  font-size: 0.78em;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__chart {
  width: 78px;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__chart-svg {
  height: 28px;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__chart-caption {
  display: none;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__rate-header {
  align-items: center;
  display: inline-flex;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__rate-name,
.fx-storefront-preview.forexify-bar--bar .forexify-bar__rate-meta {
  display: none;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__change {
  font-size: 0.9em;
}

.fx-storefront-preview.forexify-bar--bar .forexify-bar__rate-value {
  font-weight: 700;
}

.fx-storefront-preview.forexify-bar--cards {
  text-align: left;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__content {
  display: grid;
  gap: 1rem;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__header {
  gap: 0.5rem;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rates {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1fr;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rate {
  align-content: space-between;
  background: transparent;
  background: var(--forexify-card-background);
  border: 1px solid var(--forexify-border-color);
  border-radius: var(--forexify-card-radius);
  display: grid;
  gap: 0.75rem;
  min-height: 0;
  overflow: hidden;
  padding: 0.875rem;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rate-header {
  display: grid;
  gap: 0.25rem;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rate-name {
  font-size: 0.9em;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rate-value {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.15;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__rate-meta {
  font-size: 0.92em;
}

.fx-storefront-preview.forexify-bar--cards .forexify-bar__chart {
  width: 100%;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__content {
  display: grid;
  gap: 16px;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__header {
  align-items: center;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rates {
  display: grid;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate {
  align-items: center;
  border-bottom: 1px solid var(--forexify-border-color);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.75rem 0;
  text-align: left;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate:last-child {
  border-bottom: 0;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate-header {
  display: grid;
  gap: 0.25rem;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate-name {
  font-size: 0.9em;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate-value {
  text-align: right;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__change {
  grid-column: 2;
  text-align: right;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__rate-meta {
  font-size: 0.9em;
  grid-column: 1 / -1;
}

.fx-storefront-preview.forexify-bar--list .forexify-bar__chart {
  grid-column: 1 / -1;
}

.fx-storefront-preview.forexify-bar--columns-1 {
  --forexify-columns: 1;
}

.fx-storefront-preview.forexify-bar--columns-2 {
  --forexify-columns: 2;
}

.fx-storefront-preview.forexify-bar--columns-3 {
  --forexify-columns: 3;
}

.fx-storefront-preview.forexify-bar--columns-4 {
  --forexify-columns: 4;
}

.fx-storefront-preview.forexify-bar--left {
  text-align: left;
}

.fx-storefront-preview.forexify-bar--left.forexify-bar--bar
  .forexify-bar__content {
  justify-content: flex-start;
}

.fx-storefront-preview.forexify-bar--left.forexify-bar--bar
  .forexify-bar__rates {
  justify-content: flex-start;
}

.fx-storefront-preview.forexify-bar--center {
  text-align: center;
}

.fx-storefront-preview.forexify-bar--center.forexify-bar--bar
  .forexify-bar__content {
  justify-content: center;
}

.fx-storefront-preview.forexify-bar--center.forexify-bar--bar
  .forexify-bar__rates {
  justify-content: center;
}

.fx-storefront-preview.forexify-bar--center.forexify-bar--cards
  .forexify-bar__header,
.fx-storefront-preview.forexify-bar--center.forexify-bar--cards
  .forexify-bar__rate {
  text-align: center;
}

.fx-storefront-preview.forexify-bar--right {
  text-align: right;
}

.fx-storefront-preview.forexify-bar--right.forexify-bar--bar
  .forexify-bar__content {
  justify-content: flex-end;
}

.fx-storefront-preview.forexify-bar--right.forexify-bar--bar
  .forexify-bar__rates {
  justify-content: flex-end;
}

.fx-storefront-preview.forexify-bar--right.forexify-bar--cards
  .forexify-bar__header,
.fx-storefront-preview.forexify-bar--right.forexify-bar--cards
  .forexify-bar__rate {
  text-align: right;
}

.fx-panel-section {
  background: #ffffff;
  border-top: 1px solid #c1e4d1;
  padding: 18px;
}

.fx-mini-title {
  font-size: 14px;
  font-weight: 750;
  margin: 0;
}

.fx-checklist {
  display: grid;
  gap: 11px;
}

.fx-check-item {
  align-items: center;
  background: var(--fx-surface-subtle);
  border: 1px solid var(--fx-line-soft);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  padding: 11px;
}

.fx-check-circle {
  background: var(--fx-brand-soft);
  border-radius: 50%;
  color: var(--fx-brand-strong);
  display: grid;
  font-size: 13px;
  font-weight: 850;
  height: 28px;
  place-items: center;
  width: 28px;
}

.fx-check-text strong,
.fx-check-text span {
  display: block;
}

.fx-check-text strong {
  font-size: 13px;
}

.fx-check-text span {
  color: var(--fx-ink-subtle);
  font-size: 12px;
}

.fx-pair-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--fx-line-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  padding: 16px 18px;
}

.fx-search-wrap {
  position: relative;
}

.fx-search-icon {
  color: #7b8490;
  font-size: 15px;
  left: 12px;
  position: absolute;
  top: 9px;
}

.fx-input {
  background: #ffffff;
  border: 1px solid #cfd6dd;
  border-radius: 8px;
  color: var(--fx-ink);
  height: 40px;
  padding: 0 12px 0 60px;
  width: 100%;
}

.fx-input--plain {
  padding-left: 12px;
}

.fx-checkbox-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--fx-line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 58px;
  padding: 11px 12px;
}

.fx-checkbox-row input {
  accent-color: var(--fx-brand);
  height: 16px;
  width: 16px;
}

.fx-checkbox-row.is-disabled {
  background: #f9fafb;
  cursor: not-allowed;
}

.fx-option-stack {
  display: grid;
  gap: 10px;
}

.fx-checkbox-row strong,
.fx-checkbox-row small {
  display: block;
}

.fx-checkbox-row small {
  color: var(--fx-ink-subtle);
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}

.fx-color-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px minmax(0, 1fr);
}

.fx-color-input {
  background: transparent;
  border: 1px solid var(--fx-line);
  border-radius: 8px;
  cursor: pointer;
  height: 36px;
  padding: 3px;
  width: 44px;
}

.fx-color-input:disabled,
.fx-range:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.fx-upgrade-row {
  align-items: center;
  background: var(--fx-info-soft);
  border: 1px solid #cae3ff;
  border-radius: 8px;
  color: #113c63;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px;
  justify-content: space-between;
  padding: 11px 12px;
}

.fx-input:focus,
.fx-checkbox-row:focus-within,
.fx-color-input:focus-visible,
.fx-segmented-button:focus-visible,
.fx-btn:focus-visible,
.fx-filter-chip:focus-visible,
.fx-switch:focus-visible,
.fx-direction-button:focus-visible {
  outline: 2px solid #458fff;
  outline-offset: 2px;
}

.fx-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fx-bulk-actions {
  border-left: 1px solid var(--fx-line-soft);
  gap: 8px;
  margin-left: 2px;
  padding-left: 12px;
}

.fx-filter-chip {
  background: #ffffff;
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  color: var(--fx-ink-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  padding: 6px 10px;
}

.fx-filter-chip.is-active {
  background: var(--fx-ink);
  border-color: var(--fx-ink);
  color: #ffffff;
}

.fx-table-wrap {
  overflow-x: auto;
}

.fx-table {
  border-collapse: collapse;
  min-width: 900px;
  width: 100%;
}

.fx-table th,
.fx-table td {
  border-bottom: 1px solid var(--fx-line-soft);
  padding: 13px 18px;
  text-align: left;
  vertical-align: middle;
}

.fx-table th {
  background: #fbfcfd;
  color: var(--fx-ink-subtle);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.fx-table tr:hover td {
  background: #fbfcfd;
}

.fx-pair-name {
  align-items: center;
  display: flex;
  font-weight: 750;
  gap: 10px;
}

.fx-flag {
  background: #f0f2f4;
  border: 1px solid #e1e5e9;
  border-radius: 50%;
  display: grid;
  font-size: 14px;
  height: 30px;
  place-items: center;
  width: 30px;
}

.fx-pair-detail,
.fx-rate small {
  color: var(--fx-ink-subtle);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}

.fx-rate {
  font-size: 15px;
  font-weight: 750;
}

.fx-change-value {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.fx-table-chart {
  color: var(--fx-ink);
  max-width: 150px;
  min-width: 120px;
}

.fx-table-chart .forexify-bar__chart {
  display: grid;
  gap: 3px;
}

.fx-table-chart .forexify-bar__chart-svg {
  display: block;
  height: 34px;
  overflow: visible;
  width: 100%;
}

.fx-table-chart .forexify-bar__chart-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fx-table-chart .forexify-bar__chart-caption,
.fx-table-chart-empty {
  color: var(--fx-ink-subtle);
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

.fx-direction-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  color: var(--fx-ink-muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  padding: 5px 9px;
  white-space: nowrap;
}

.fx-status-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 6px;
  padding: 5px 9px;
}

.fx-status-pill--active {
  background: var(--fx-brand-soft);
  color: var(--fx-brand-strong);
}

.fx-status-pill--inactive {
  background: #eef1f4;
  color: #5d6670;
}

.fx-switch {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
}

.fx-switch-track {
  align-items: center;
  background: #9299a3;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  padding: 3px;
  transition: background-color 160ms ease;
  width: 42px;
}

.fx-switch-thumb {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 18px;
  transform: translateX(0);
  transition: transform 160ms ease;
  width: 18px;
}

.fx-switch[aria-checked="true"] .fx-switch-track {
  background: var(--fx-brand);
}

.fx-switch[aria-checked="true"] .fx-switch-thumb {
  transform: translateX(18px);
}

.fx-empty-row {
  color: var(--fx-ink-muted);
  padding: 30px;
  text-align: center;
}

.fx-data-foot {
  align-items: center;
  background: #fbfcfd;
  color: var(--fx-ink-subtle);
  display: flex;
  font-size: 12px;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 18px;
}

.fx-setup-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fx-step-card {
  background: #ffffff;
  border: 1px solid var(--fx-line-soft);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.fx-step-top {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.fx-step-index {
  color: var(--fx-ink-subtle);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fx-step-num {
  background: #111827;
  border-radius: 50%;
  color: #ffffff;
  display: grid;
  font-size: 12px;
  font-weight: 800;
  height: 26px;
  place-items: center;
  width: 26px;
}

.fx-step-image {
  aspect-ratio: 16 / 10;
  background: #f6f8fb;
  border: 1px solid var(--fx-line-soft);
  border-radius: 8px;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.fx-step-title {
  font-size: 14px;
  font-weight: 750;
  margin: 0;
}

.fx-step-text {
  color: var(--fx-ink-muted);
  font-size: 13px;
  margin: 0;
  min-height: 58px;
}

.fx-alert {
  border-radius: 8px;
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 12px 14px;
}

.fx-alert--warning {
  background: var(--fx-warning-soft);
  border: 1px solid #f1d38c;
  color: var(--fx-warning);
}

.fx-alert--info {
  background: var(--fx-info-soft);
  border: 1px solid #cae3ff;
  color: #113c63;
}

.fx-alert--danger {
  background: var(--fx-danger-soft);
  border: 1px solid #ffd2d2;
  color: var(--fx-danger);
}

.fx-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1080px) {
  .fx-main-grid {
    grid-template-columns: 1fr;
  }

  .fx-preview-card {
    position: static;
  }

  .fx-status-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .fx-page-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .fx-actions {
    justify-content: start;
  }

  .fx-status-strip,
  .fx-settings-grid,
  .fx-pair-toolbar,
  .fx-setup-grid {
    grid-template-columns: 1fr;
  }

  .fx-bulk-actions {
    border-left: 0;
    border-top: 1px solid var(--fx-line-soft);
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
  }

  .fx-callout {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fx-callout .fx-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .fx-page-title {
    font-size: 24px;
  }

  .fx-storefront-preview.forexify-bar--cards {
    --forexify-columns: 1;
  }

  .fx-storefront-preview.forexify-bar--list .forexify-bar__rate {
    grid-template-columns: 1fr;
  }

  .fx-storefront-preview.forexify-bar--list .forexify-bar__rate-value {
    text-align: left;
  }

  .fx-storefront-preview.forexify-bar--list .forexify-bar__change {
    grid-column: 1;
    text-align: left;
  }
}
