/* TS: 2026-07-30 01:35 ET */

.market-explorer-page {
  margin: 0;
  overflow-x: hidden;
  background: #f7f2e7;
  color: #0b100f;
  font-family: Arial, Helvetica, sans-serif;
}

.explorer-hero {
  padding: 72px clamp(24px, 6vw, 104px) 68px;
  background: #0b100f;
  color: #f7f2e7;
}

.explorer-shell,
.explorer-main {
  width: min(1280px, 92vw);
  margin: 0 auto;
}

.explorer-kicker {
  margin: 0 0 18px;
  color: var(--editorial-lime, #b8f34a);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .065em;
}

.explorer-hero h1,
.explorer-section h2 {
  margin: 0;
  font-family: var(--editorial-display-font, "Segoe UI", Arial, sans-serif);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .94;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.explorer-hero h1 {
  max-width: 1050px;
  font-size: clamp(58px, 8vw, 116px);
}

.explorer-hero h1 strong {
  color: var(--editorial-lime, #b8f34a);
}

.explorer-intro {
  max-width: 840px;
  margin: 26px 0 0;
  color: #cbd1cd;
  font-size: 18px;
  line-height: 1.65;
}

.explorer-main {
  padding: 54px 0 88px;
}

.explorer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.explorer-trust-strip article {
  min-width: 0;
  padding: 20px;
  border-top: 6px solid var(--editorial-gold, #d9aa31);
  background: #101512;
  color: #fff;
}

.explorer-trust-strip article:first-child {
  border-top-color: var(--editorial-lime, #b8f34a);
}

.explorer-trust-strip strong,
.explorer-trust-strip span {
  display: block;
}

.explorer-trust-strip strong {
  font-family: var(--editorial-display-font, "Segoe UI", Arial, sans-serif);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.explorer-trust-strip span {
  margin-top: 8px;
  color: #cbd1cd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1.4;
}

.explorer-notice {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 24px;
  padding: 20px 22px;
  border-left: 7px solid var(--editorial-red, #b72d27);
  background: #ebe4d6;
}

/* TS: 2026-08-01 18:24 ET */
.explorer-ticker-form {
  margin-bottom: 22px;
  padding: 20px;
  border: 2px solid #111;
  background: #b8f34a;
  color: #0b100f;
}

.explorer-ticker-form label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
}

.explorer-ticker-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.explorer-ticker-form input {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 2px solid #111;
  background: #fff;
  color: #0b100f;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.explorer-ticker-form button {
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid #111;
  border-left: 0;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .035em;
  cursor: pointer;
}

.explorer-ticker-form small {
  display: block;
  margin-top: 9px;
  font-weight: 800;
}

@media (max-width: 650px) {
  .explorer-ticker-form > div { grid-template-columns: 1fr; }
  .explorer-ticker-form button { border-top: 0; border-left: 2px solid #111; }
}

.explorer-notice strong {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .045em;
}

.explorer-notice span {
  color: #454b46;
  font-size: 14px;
  line-height: 1.55;
}

.explorer-controls {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  gap: 16px;
  align-items: end;
  margin: 34px 0 18px;
  padding: 24px;
  border: 2px solid #111;
  background: #f1eadc;
}

.explorer-select-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
}

.explorer-select-group select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid #111;
  background: #fff;
  color: #0b100f;
  font: inherit;
  font-weight: 800;
}

.explorer-swap {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  background: var(--editorial-red, #b72d27);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  cursor: pointer;
}

.explorer-swap:hover,
.explorer-swap:focus-visible {
  background: #8f211d;
}

.explorer-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.explorer-chart-card {
  min-width: 0;
  padding: 20px;
  border: 2px solid #111;
  background: #101512;
  color: #f7f2e7;
}

.explorer-chart-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 82px;
  margin-bottom: 16px;
}

.explorer-chart-title strong,
.explorer-chart-title span {
  display: block;
}

.explorer-chart-title strong {
  font-family: var(--editorial-display-font, "Segoe UI", Arial, sans-serif);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.explorer-chart-title span {
  margin-top: 6px;
  color: #cbd1cd;
  font-size: 13px;
  line-height: 1.4;
}

.explorer-chart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.explorer-chart-actions a {
  padding: 9px 11px;
  border: 1px solid #737a75;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .035em;
  text-decoration: none;
}

.explorer-chart-actions a:hover,
.explorer-chart-actions a:focus-visible {
  border-color: var(--editorial-lime, #b8f34a);
  color: var(--editorial-lime, #b8f34a);
}

.explorer-chart-frame {
  height: 520px;
  overflow: hidden;
  border: 1px solid #737a75;
  background: #fff;
}

.explorer-chart-frame .tradingview-widget-container,
.explorer-chart-frame .tradingview-widget-container__widget {
  min-height: 100%;
}

.explorer-chart-frame .tradingview-widget-copyright {
  padding: 5px 10px;
  background: #fff;
  font-size: 11px;
}

.explorer-loading {
  margin: 0;
  padding: 28px;
  color: #4d534e;
}

.explorer-quick-section {
  margin-top: 42px;
  padding: 28px;
  border: 2px solid #111;
  background: #eee8dc;
}

.explorer-quick-head {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 20px;
}

.explorer-quick-head h2 {
  font-size: clamp(38px, 5vw, 64px);
}

.explorer-quick-head p {
  margin: 0;
  color: #4d534e;
  font-size: 15px;
  line-height: 1.6;
}

.explorer-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.explorer-buttons button {
  min-height: 48px;
  border: 2px solid #111;
  background: #fff;
  color: #0b100f;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.explorer-buttons button:hover,
.explorer-buttons button:focus-visible {
  background: #101512;
  color: var(--editorial-lime, #b8f34a);
}

.explorer-footer-note {
  margin-top: 30px;
  padding: 20px 24px;
  border-left: 6px solid var(--editorial-gold, #d9aa31);
  background: #ebe4d6;
  color: #3f4540;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .explorer-trust-strip,
  .explorer-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .explorer-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .explorer-main {
    width: min(100% - 30px, 1280px);
  }

  .explorer-notice,
  .explorer-controls,
  .explorer-quick-head {
    grid-template-columns: 1fr;
  }

  .explorer-swap {
    width: 100%;
  }

  .explorer-chart-head {
    display: grid;
  }

  .explorer-chart-actions {
    justify-content: flex-start;
  }

  .explorer-chart-frame {
    height: 440px;
  }
}

@media (max-width: 460px) {
  .explorer-trust-strip,
  .explorer-buttons {
    grid-template-columns: 1fr;
  }
}
