.bg_img_cont,
.bg_div {
  display: none;
}

.main {
  width: min(var(--qse-container), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.qse-page .main:empty {
  display: none;
}

.qse-landing-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.qse-landing-main .qse-container {
  position: relative;
}

.qse-section--overlap {
  position: relative;
  z-index: 4;
  margin-top: -52px;
  padding: 0 0 34px;
}

.qse-charts-section,
.qse-content-band {
  position: relative;
  z-index: 5;
}

.qse-leaderboard {
  position: relative;
  z-index: 2;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.qse-panel-switch__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.qse-panel-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 12px 12px 0;
}

.qse-panel-switch label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--qse-radius-sm);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#qse-panel-leaderboard:checked ~ .qse-panel-switch label[for="qse-panel-leaderboard"],
#qse-panel-index:checked ~ .qse-panel-switch label[for="qse-panel-index"] {
  color: #ffffff;
  background: var(--qse-color-maroon);
  border-color: rgba(255, 255, 255, 0.22);
}

.qse-panel-view {
  display: none;
}

#qse-panel-leaderboard:checked ~ .qse-panel-view--leaderboard,
#qse-panel-index:checked ~ .qse-panel-view--index {
  display: block;
}

.qse-panel__title-view--index {
  display: none;
}

#qse-panel-index:checked ~ .qse-panel__head .qse-panel__title-view--leaderboard {
  display: none;
}

#qse-panel-index:checked ~ .qse-panel__head .qse-panel__title-view--index {
  display: inline;
}

#qse-panel-index:checked ~ .qse-panel__head .qse-panel__subtitle {
  display: none;
}

.qse-leaderboard .qse-market-graphic {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
}

.qse-leaderboard .qse-market-graphic__chart {
  height: 185px;
}

@media (max-width: 640px) {
  .qse-leaderboard .qse-market-graphic {
    display: block;
  }
}

.qse-score-chart {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.qse-score-chart__bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 6px;
  height: 160px;
}
.qse-score-bar {
  position: relative;
  flex: 1;
  min-width: 0;
  background: rgba(255,255,255,0.18);
  border-radius: 4px 4px 0 0;
  transition: background 0.2s ease;
  cursor: default;
}
.qse-score-bar:hover {
  background: rgba(255,255,255,0.32);
}
.qse-score-bar span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.qse-score-chart__labels {
  display: flex;
  justify-content: space-around;
  gap: 6px;
}
.qse-score-chart__labels span {
  flex: 1;
  min-width: 0;
  font-size: 10px;
  color: rgba(255,255,255,0.65);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qse-market-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-md);
  animation: qseFadeUp 640ms ease-out 120ms both;
}

.qse-indices-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.qse-index-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(138, 21, 56, 0.08), rgba(184, 145, 76, 0.08)),
    #ffffff;
  overflow: hidden;
}

.qse-index-card:after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -44%;
  width: 330px;
  height: 330px;
  border: 42px solid rgba(138, 21, 56, 0.06);
  border-radius: 50%;
  animation: qseSlowDrift 12s ease-in-out infinite;
}

.qse-index-card span,
.qse-index-card small {
  position: relative;
  z-index: 1;
  color: var(--qse-color-muted);
  font-size: 13px;
  font-weight: 800;
}

.qse-index-card h2 {
  position: relative;
  z-index: 1;
  margin: 4px 0 10px;
  color: var(--qse-color-navy);
  font-size: 19px;
}

.qse-index-card > div > strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--qse-color-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.qse-index-card small {
  display: block;
  margin-top: 8px;
  color: var(--qse-color-green);
}

.qse-index-card__metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.qse-index-card__metrics span {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-index-card__metrics strong {
  color: var(--qse-color-ink);
  font-size: 15px;
}

.qse-indices-table table {
  width: 100%;
  border-collapse: collapse;
}

.qse-indices-table tr {
  animation: qseFadeUp 520ms ease-out both;
}

.qse-indices-table tr:nth-child(2) { animation-delay: 80ms; }
.qse-indices-table tr:nth-child(3) { animation-delay: 140ms; }
.qse-indices-table tr:nth-child(4) { animation-delay: 200ms; }

.qse-indices-table td {
  padding: 11px 0;
  border-bottom: 1px solid var(--qse-color-line);
  color: var(--qse-color-ink);
  font-size: 14px;
  font-weight: 800;
}

.qse-indices-table td:nth-child(2),
.qse-indices-table td:nth-child(3) {
  text-align: right;
}

.qse-indices-table .is-up {
  color: var(--qse-color-green);
}

.qse-indices-table .is-down {
  color: var(--qse-color-red);
}

.qse-summary-card {
  position: relative;
  min-height: 134px;
  padding: 22px 24px;
  border-right: 1px solid var(--qse-color-line);
  transition: transform 180ms ease, background 180ms ease;
  animation: qseFadeUp 540ms ease-out both;
}

.qse-summary-card:nth-child(2) { animation-delay: 80ms; }
.qse-summary-card:nth-child(3) { animation-delay: 150ms; }
.qse-summary-card:nth-child(4) { animation-delay: 220ms; }

.qse-summary-card:last-child {
  border-right: 0;
}

.qse-summary-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--qse-color-maroon), var(--qse-color-gold));
  opacity: 0;
  transition: opacity 160ms ease;
}

.qse-summary-card:hover:before {
  opacity: 1;
}

.qse-summary-card:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 56px;
  height: 26px;
  opacity: 0.2;
  background:
    linear-gradient(135deg, transparent 42%, var(--qse-color-maroon) 43%, var(--qse-color-maroon) 49%, transparent 50%),
    linear-gradient(45deg, transparent 42%, var(--qse-color-gold) 43%, var(--qse-color-gold) 49%, transparent 50%);
  background-size: 18px 18px;
}

.qse-summary-card:hover {
  transform: translateY(-3px);
  background: #fbfcfe;
}

.qse-summary-card span {
  display: block;
  color: var(--qse-color-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-summary-card strong {
  display: block;
  margin-top: 12px;
  color: var(--qse-color-navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.qse-summary-card small {
  display: block;
  margin-top: 12px;
  color: var(--qse-color-muted);
  font-size: 13px;
}

.qse-leaderboard .rankings_table {
  width: 100%;
  border-collapse: collapse;
}

.qse-leaderboard .rankings_table td {
  border-left: 0;
  border-right: 0;
  color: rgba(255, 255, 255, 0.86);
}

.qse-leaderboard .rankings_table .td2 {
  width: 92px;
  text-align: right;
  font-weight: 900;
  color: #f0d895;
}

.qse-leaderboard__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.qse-leaderboard__controls span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  width: 30%;
}

.qse-leaderboard__controls select {
  flex: 1;
  color: var(--qse-color-ink);
  background: #ffffff;
  border-color: #cfd8e3;
}

.qse-content-band {
  background: #ffffff;
  border-top: 1px solid var(--qse-color-line);
  border-bottom: 1px solid var(--qse-color-line);
}

.qse-content-band__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 100px;
  align-items: stretch;
}

.qse-content-band__media {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qse-content-band__frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.qse-content-band__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 90%;
  border-radius: 28px;
  box-shadow: var(--qse-shadow-md);
}

.qse-content-band__badge {
  position: absolute;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 22px;
  box-shadow: var(--qse-shadow-md);
}

.qse-content-band__badge img {
  padding: 30px;
  object-fit: contain;
}

.qse-content-band__badge--maroon {
  width: 200px;
  height: 200px;
  top: 50px;
  left: -50px;
  background: var(--qse-color-maroon);
}

.qse-content-band__badge--blue {
  right: -24px;
  bottom: 60px;
  background: #0072bd;
}

.qse-charts-section {
  padding-top: 28px;
}

.qse-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.qse-chart-card {
  min-height: 260px;
  padding: 22px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.qse-chart-card:hover {
  transform: translateY(-4px);
  border-color: rgba(138, 21, 56, 0.28);
  box-shadow: var(--qse-shadow-md);
}

.qse-chart-card__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 20px;
}

.qse-chart-card__head span {
  color: var(--qse-color-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-chart-card__head strong {
  color: var(--qse-color-navy);
  font-size: 22px;
  font-weight: 900;
}

.qse-donut-chart {
  display: grid;
  place-items: center;
  width: 162px;
  height: 162px;
  margin: 12px auto 0;
  border-radius: 50%;
  background: conic-gradient(var(--qse-color-maroon) 0 78%, #edf1f5 78% 100%);
  animation: qseDonutIn 900ms ease-out both;
}

.qse-donut-chart:before {
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffffff;
}

.qse-donut-chart span {
  position: relative;
  z-index: 1;
  color: var(--qse-color-navy);
  font-size: 27px;
  font-weight: 900;
}

.qse-mini-bars {
  display: flex;
  gap: 14px;
  align-items: end;
  height: 166px;
  padding: 14px;
  background: var(--qse-color-surface-soft);
  border-radius: var(--qse-radius-sm);
}

.qse-mini-bars span {
  flex: 1;
  min-width: 14px;
  background: linear-gradient(180deg, var(--qse-color-gold), var(--qse-color-maroon));
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  animation: qseBarRise 1s ease-out both;
}

.qse-mini-bars span:nth-child(2) { animation-delay: 80ms; }
.qse-mini-bars span:nth-child(3) { animation-delay: 140ms; }
.qse-mini-bars span:nth-child(4) { animation-delay: 200ms; }
.qse-mini-bars span:nth-child(5) { animation-delay: 260ms; }
.qse-mini-bars span:nth-child(6) { animation-delay: 320ms; }

/* ── Disclosure Insights ─────────────────────────────────────── */

/* Section */
.qse-charts-section {
  padding-top: 48px;
  padding-bottom: 16px;
  background: linear-gradient(180deg, rgba(138, 21, 56, 0.03) 0%, transparent 80%);
}

/* Header */
.qse-di-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 32px;
}

.qse-di-header__title {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  color: var(--qse-color-navy);
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 12px;
}


.qse-di-header__title em {
  font-style: normal;
  color: var(--qse-color-maroon);
}

.qse-di-header__desc {
  margin: 0;
  color: rgba(138, 21, 56, 0.65);
  font-size: 13px;
  text-align: center;
  max-width: 560px;
  line-height: 1.55;
}

/* Grid — equal-height cards */
.qse-chart-grid {
  align-items: stretch;
}

/* Cards */
.qse-di-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-top: 3px solid var(--qse-color-maroon) !important;
  min-height: 290px;
}

.qse-di-card:hover {
  border-top-color: var(--qse-color-maroon-dark) !important;
}

/* Card header row */
.qse-di-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

/* Icon square */
.qse-di-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(138, 21, 56, 0.07);
  box-shadow: inset 0 0 0 1px rgba(138, 21, 56, 0.13);
  color: var(--qse-color-maroon);
  font-size: 14px;
  flex-shrink: 0;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.qse-di-card:hover .qse-di-card__icon-wrap {
  background: rgba(138, 21, 56, 0.12);
  box-shadow: inset 0 0 0 1px rgba(138, 21, 56, 0.22);
}

/* Label */
.qse-di-card__label {
  color: var(--qse-color-muted);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* Big number */
.qse-di-card__big-num {
  color: var(--qse-color-navy);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.qse-di-card__big-num--score {
  font-size: 40px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.qse-di-card__big-num sup {
  font-size: 18px;
  vertical-align: super;
  font-weight: 700;
  letter-spacing: 0;
}

.qse-di-card__num-suffix {
  font-size: 15px;
  font-weight: 500;
  color: var(--qse-color-muted);
  letter-spacing: 0;
}

/* Caption */
.qse-di-card__caption {
  margin: auto 0 0;
  color: var(--qse-color-muted);
  font-size: 12px;
  line-height: 1.45;
  padding-top: 8px;
  border-top: 1px solid var(--qse-color-line);
}

/* ── Card 1: Sparkline ── */
.qse-di-sparkline {
  flex: 1;
  min-height: 70px;
  margin: 0 -4px 12px;
}

.qse-di-sparkline svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* Trend badge */
.qse-di-trend-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 8px;
  border-radius: 20px;
  background: rgba(138, 21, 56, 0.06);
  border: 1px solid rgba(138, 21, 56, 0.18);
  color: var(--qse-color-maroon);
  font-size: 11.5px;
  font-weight: 700;
  margin-bottom: 10px;
  width: fit-content;
}

.qse-di-trend-badge .fa {
  font-size: 9px;
}

/* ── Card 2: Arc gauge ── */
.qse-di-score-layout {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.qse-di-arc-wrap {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  filter: drop-shadow(0 2px 8px rgba(138, 21, 56, 0.15));
  animation: qseArcReveal 0.6s ease both;
}

@keyframes qseArcReveal {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}

.qse-di-arc-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.qse-di-score-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Score range label */
.qse-di-scale-label {
  margin: 0 0 6px;
  color: var(--qse-color-muted);
  font-size: 11px;
  line-height: 1.4;
}

/* ── Card 3: Sector bars ── */
.qse-di-hbars {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-top: 4px;
}

.qse-di-hbar {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 5px 10px;
  align-items: center;
}

.qse-di-hbar__name {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--qse-color-navy);
  grid-column: 1;
  grid-row: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qse-di-hbar__val {
  font-size: 13px;
  font-weight: 800;
  color: var(--qse-color-maroon);
  grid-column: 2;
  grid-row: 1;
  font-variant-numeric: tabular-nums;
}

.qse-di-hbar__track {
  display: block;
  height: 7px;
  background: rgba(138, 21, 56, 0.08);
  border-radius: 4px;
  grid-column: 1 / 3;
  grid-row: 2;
  overflow: hidden;
}

.qse-di-hbar__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--qse-color-maroon-dark) 0%, var(--qse-color-maroon) 100%);
  border-radius: 4px;
  transform-origin: left center;
  animation: qseHBarFill 800ms cubic-bezier(0.34, 1.1, 0.64, 1) both;
}

.qse-di-hbar:nth-child(1) .qse-di-hbar__fill { animation-delay: 80ms; }
.qse-di-hbar:nth-child(2) .qse-di-hbar__fill { animation-delay: 160ms; }
.qse-di-hbar:nth-child(3) .qse-di-hbar__fill { animation-delay: 240ms; }
.qse-di-hbar:nth-child(4) .qse-di-hbar__fill { animation-delay: 320ms; }

@keyframes qseHBarFill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.qse-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  margin-top: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.qse-carousel-card {
  min-height: 128px;
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(138, 21, 56, 0.88), rgba(7, 26, 47, 0.96));
  border-radius: var(--qse-radius-md);
  scroll-snap-align: start;
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.qse-carousel-card:hover,
.qse-carousel-card:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: var(--qse-shadow-md);
  text-decoration: none;
}

.qse-carousel-card span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-carousel-card strong {
  font-size: 18px;
  line-height: 1.25;
}

.qse-rich-text {
  color: var(--qse-color-ink);
  font-size: 17px;
}

.qse-rich-text h1,
.qse-rich-text h2,
.qse-rich-text h3 {
  color: var(--qse-color-navy);
  line-height: 1.2;
}

.qse-section-heading {
  margin-bottom: 24px;
}

.qse-section-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--qse-color-maroon);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-section-heading h2 {
  margin: 0;
  color: var(--qse-color-navy);
  font-size: 34px;
  line-height: 1.12;
}

.qse-section-heading--center {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.qse-section-heading--plain span {
  text-transform: none;
  font-weight: 700;
}

.qse-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
}

.qse-editorial-main {
  max-width: 760px;
}

.qse-news-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: var(--qse-color-navy-deep);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  animation: qseFadeUp 640ms ease-out both;
}

.qse-news-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  background: var(--qse-color-maroon);
}

.qse-news-panel__head span,
.qse-news-panel__head a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-news-panel > a {
  position: relative;
  display: block;
  padding: 17px 20px;
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.qse-news-panel > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: var(--qse-color-gold);
  transform: scaleY(0);
  transition: transform 160ms ease;
}

.qse-news-panel > a:hover,
.qse-news-panel > a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.qse-news-panel > a:hover:before,
.qse-news-panel > a:focus:before {
  transform: scaleY(1);
}

.qse-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.qse-theme-card {
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 180px;
  padding: 22px;
  color: var(--qse-color-navy);
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
  animation: qseFadeUp 560ms ease-out both;
}

.qse-theme-card:nth-child(2) { animation-delay: 80ms; }
.qse-theme-card:nth-child(3) { animation-delay: 140ms; }
.qse-theme-card:nth-child(4) { animation-delay: 200ms; }
.qse-theme-card:nth-child(5) { animation-delay: 260ms; }

.qse-theme-card:hover,
.qse-theme-card:focus {
  color: var(--qse-color-maroon);
  border-color: rgba(138, 21, 56, 0.34);
  box-shadow: var(--qse-shadow-md);
  text-decoration: none;
  transform: translateY(-4px);
}

.qse-theme-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.qse-theme-card:hover .qse-theme-card__icon,
.qse-theme-card:focus .qse-theme-card__icon {
  background: rgba(138, 21, 56, 0.08);
  transform: rotate(-4deg) scale(1.04);
}

.qse-theme-card__icon img {
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}
.qse-theme-card__icon .fa {
  font-size: 24px;
  color: var(--qse-color-maroon);
}

.qse-theme-card strong {
  font-size: 16px;
  line-height: 1.25;
}

.qse-center-action {
  margin-top: 26px;
  text-align: center;
}

.qse-content-band .carousel {
  display: flex;
  gap: 16px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow-x: auto;
  color: var(--qse-color-maroon);
}

.qse-content-band .organisation-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-width: 190px;
  min-height: 150px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.qse-content-band .organisation-card:hover {
  box-shadow: var(--qse-shadow-md);
  transform: translateY(-3px);
}

.qse-content-band .organisation_logo {
  max-width: 130px;
  max-height: 96px;
  object-fit: contain;
}

.qse-report-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.qse-publication-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.qse-publication-card:hover,
.qse-publication-card:focus {
  border-color: rgba(138, 21, 56, 0.34);
  box-shadow: var(--qse-shadow-md);
  text-decoration: none;
  transform: translateY(-4px);
}

.qse-report-strip .homepage_body_image {
  max-width: 190px;
  max-height: 92px;
  object-fit: contain;
}

.qse-directory-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--qse-color-line);
}

.qse-company-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
  margin: -4px 0 24px;
  padding: 30px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #001d31, #00365a);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-md);
}

.qse-company-hero .qse-directory-kicker,
.qse-company-hero .qse-directory-title {
  color: #ffffff;
}

.qse-company-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.qse-company-hero__chart {
  display: flex;
  gap: 12px;
  align-items: end;
  height: 160px;
  padding: 18px;
  background: #0062a3;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--qse-radius-md);
}

.qse-company-hero__chart span {
  flex: 1;
  background: #b0defe;
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  animation: qseBarRise 900ms ease-out both;
}

.qse-company-hero__chart span:nth-child(2) { animation-delay: 80ms; }
.qse-company-hero__chart span:nth-child(3) { animation-delay: 140ms; }
.qse-company-hero__chart span:nth-child(4) { animation-delay: 200ms; }
.qse-company-hero__chart span:nth-child(5) { animation-delay: 260ms; }
.qse-company-hero__chart span:nth-child(6) { animation-delay: 320ms; }

.qse-company-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--qse-color-line);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
}

.qse-company-summary > div {
  min-height: 96px;
  padding: 18px 20px;
  background: #ffffff;
}

.qse-company-summary span {
  display: block;
  color: var(--qse-color-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-company-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--qse-color-navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.qse-directory-kicker {
  margin: 0 0 5px;
  color: var(--qse-color-maroon);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-directory-title {
  margin: 0;
  color: var(--qse-color-navy);
  font-size: 38px;
  line-height: 1.15;
}

.qse-company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.qse-company-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-sm);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.qse-company-card:hover {
  border-color: rgba(138, 21, 56, 0.28);
  box-shadow: var(--qse-shadow-md);
}

.qse-company-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 88px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-company-card__logo img {
  max-width: 78px;
  max-height: 64px;
  object-fit: contain;
}

.qse-company-card__name {
  display: block;
  margin-bottom: 8px;
  color: var(--qse-color-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.qse-company-card__ticker {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0;
  padding: 7px 9px;
  background: var(--qse-color-surface-soft);
  border-radius: var(--qse-radius-sm);
}

.qse-company-card__ticker span {
  color: var(--qse-color-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-company-card__ticker strong {
  color: var(--qse-color-green);
  font-size: 12px;
  font-weight: 900;
}

.qse-company-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qse-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  padding: 5px 9px;
  color: var(--qse-color-muted);
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
  font-size: 12px;
  font-weight: 800;
}

.qse-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: start;
}

.qse-company-profile-hero {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 210px;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  padding: 22px;
  color: var(--qse-color-navy);
  background:
    linear-gradient(90deg, rgba(138, 21, 56, 0.08), rgba(184, 145, 76, 0.08)),
    #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
  box-shadow: var(--qse-shadow-md);
}

.qse-company-profile-hero h1 {
  margin: 0 0 12px;
  color: var(--qse-color-navy);
  font-size: 34px;
  line-height: 1.1;
}

.qse-company-profile-hero .qse-directory-kicker {
  color: var(--qse-color-maroon);
}

.qse-company-profile-hero__logo {
  display: grid;
  place-items: center;
  width: 104px;
  height: 92px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
}

.qse-company-profile-hero__logo img {
  max-width: 82px;
  max-height: 64px;
  object-fit: contain;
}

.qse-company-profile-hero__market {
  padding: 16px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
}

.qse-company-profile-hero__market span,
.qse-company-profile-hero__market small {
  display: block;
  color: var(--qse-color-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-company-profile-hero__market strong {
  display: block;
  margin: 7px 0;
  color: var(--qse-color-maroon);
  font-size: 28px;
  font-weight: 900;
}

.qse-profile-market-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--qse-color-line);
  border-bottom: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md) var(--qse-radius-md) 0 0;
}

.qse-profile-market-strip > div {
  padding: 16px 20px;
  background: #ffffff;
}

.qse-profile-market-strip span {
  display: block;
  color: var(--qse-color-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-profile-market-strip strong {
  display: block;
  margin-top: 6px;
  color: var(--qse-color-navy);
  font-size: 18px;
  font-weight: 900;
}

.qse-profile-section-head {
  padding: 24px 24px 12px;
}

.qse-profile-section-head span {
  display: block;
  color: var(--qse-color-maroon);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-profile-section-head h2 {
  margin: 6px 0 0;
  color: var(--qse-color-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.qse-profile-section-head--table {
  padding: 20px;
}

.qse-data-table__scroll .data_table_wrapper {
  padding: 20px;
}

.qse-company-chart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 0 24px 24px;
}

.qse-profile-metric-card {
  min-height: 0;
}

.qse-profile-metrics {
  display: grid;
  gap: 10px;
}

.qse-profile-metrics div {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-profile-metrics span {
  color: var(--qse-color-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-profile-metrics strong {
  overflow-wrap: anywhere;
  color: var(--qse-color-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.qse-profile__header {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.qse-profile__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 104px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-profile__logo img {
  max-width: 92px;
  max-height: 76px;
  object-fit: contain;
}

.qse-profile__name {
  margin: 0 0 10px;
  color: var(--qse-color-navy);
  font-size: 32px;
  line-height: 1.15;
}

.qse-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qse-profile__description {
  padding: 0 24px 24px;
}

.qse-profile-chart-panel {
  padding-top: 2px;
}

.qse-profile-chart-panel .completeness_section {
  padding: 18px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
}

.qse-profile-chart-panel .completeness_section .year_picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}

.qse-profile-chart-panel .graphs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 12px;
}

.qse-profile-chart-panel .circle_container {
  display: grid;
  justify-items: center;
  min-height: 0;
  margin: 0;
  padding: 12px 8px;
  background: #ffffff;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-profile-chart-panel .circle_container > div:first-child,
.qse-profile-chart-panel .circle_container canvas,
.qse-profile-chart-panel .circle_container svg {
  max-width: 92px !important;
  max-height: 92px !important;
}

.qse-profile-chart-panel .svg-container {
  width: 92px !important;
  height: 92px !important;
  overflow: hidden !important;
}

.qse-profile-chart-panel svg.circliful {
  width: 92px !important;
  height: 92px !important;
}

.qse-profile-chart-panel .timer {
  font-size: 22px !important;
  font-weight: 900;
}

.qse-profile-chart-panel .circle_title {
  margin-top: 6px;
  color: var(--qse-color-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.qse-profile-chart-panel .boxhead {
  color: #3daffa;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
}

.qse-profile .op_profilepage,
.qse-profile .row,
.qse-profile [class*="span"] {
  float: none;
  width: auto;
  min-height: 0;
}

.qse-profile #op_orgdesc {
  margin-top: 10px;
}

.qse-profile .op_right {
  width: auto;
}

.qse-profile .reports {
  margin: 0;
}

.qse-profile .report_item {
  height: auto;
  min-height: 110px;
}

.qse-profile .report_item img {
  width: 74px;
}

.qse-profile-sidebar {
  position: sticky;
  top: 18px;
  padding: 20px;
}

.qse-profile-sidebar .span3,
.qse-profile-sidebar .op_topright {
  float: none;
  width: auto;
}

.qse-profile-sidebar #op_reports {
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  box-shadow: none;
}

.qse-profile-sidebar #op_reports h3,
.qse-profile-sidebar #op_shareblock1 h3 {
  margin: 0;
  color: var(--qse-color-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.qse-profile-sidebar #op_reports h4 {
  margin: 6px 0 14px;
  color: var(--qse-color-maroon);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-profile-sidebar #op_reports .op_rep_lead {
  padding: 14px;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
  text-align: center;
}

.qse-profile-sidebar #op_reports .op_rep_lead img,
.qse-profile-sidebar #op_reports .op_rep_smalls .op_rep img {
  height: auto;
  max-width: 86px;
  max-height: 112px;
  box-shadow: var(--qse-shadow-sm);
}

.qse-profile-sidebar #op_reports .op_rep_smalls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  text-align: left;
}

.qse-profile-sidebar #op_reports .op_rep_smalls .op_rep,
.qse-profile-sidebar #op_reports .op_rep_smalls .op_norep {
  display: grid;
  place-items: center;
  min-height: 72px;
  margin: 0;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
}

.qse-profile-sidebar #op_reports .op_norep {
  box-shadow: none;
  background: var(--qse-color-surface-soft);
}

.qse-profile-sidebar #op_reports .op_norep a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 62px;
  padding: 8px;
  color: var(--qse-color-maroon);
  font-weight: 900;
}

.qse-profile-sidebar #op_reports .op_rep_smalls p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
}

.qse-profile-sidebar #op_reports .op_rep_smalls p a,
.qse-profile-sidebar .op_loginbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 9px 12px;
  color: #ffffff;
  background: var(--qse-color-maroon);
  border: 0;
  border-radius: var(--qse-radius-sm);
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.qse-profile-sidebar .op_loginbuttoncontainer {
  margin-top: 16px;
}

.qse-profile-sidebar #op_shareblock1 {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--qse-color-line);
}

.qse-profile-sidebar .op_sharelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.qse-data-table {
  margin-top: 28px;
  overflow-x: auto;
}

.qse-data-table .table_legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--qse-color-muted);
  font-size: 12px;
  font-weight: 800;
}

.qse-data-table .data_table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-md);
}

.qse-data-table .data_table td {
  padding: 12px 14px;
  border-right: 1px solid var(--qse-color-line);
  border-bottom: 1px solid var(--qse-color-line);
  color: var(--qse-color-navy);
  font-size: 13px;
  vertical-align: top;
}

.qse-data-table .data_table tr:first-child td {
  color: #ffffff;
  background: var(--qse-color-navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-data-table .data_table .group_row td {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.qse-data-table .data_table .indicator_title_cell {
  min-width: 280px;
  font-weight: 800;
}

.qse-data-table .data_table .data_cell {
  text-align: center;
  font-weight: 800;
}

.qse-data-table .data_table .data_cell_missing {
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(138, 21, 56, 0.18) 46% 54%, transparent 54%),
    var(--qse-color-surface-soft);
}

.qse-data-table .customTooltip {
  margin: 0;
}

.qse-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.qse-contact .contact_content {
  padding: 0;
}

.qse-contact-list {
  width: 100%;
}

.qse-contact-list td {
  padding: 12px 0;
  vertical-align: top;
}

.contact-bubble i {
  color: var(--qse-color-maroon);
  font-size: 24px;
}

.powered-by-section {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--qse-color-muted);
  font-size: 12px;
}

.logo_2 {
  width: 160px;
  max-height: 34px;
  object-fit: contain;
}

.lang {
  font-size: 13px;
  font-weight: 800;
}

@keyframes qseSlowDrift {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-16px, -10px) rotate(8deg);
  }
}

@keyframes qseDonutIn {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(-18deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@media (max-width: 1050px) {
  .qse-market-summary,
  .qse-report-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qse-indices-layout,
  .qse-chart-grid,
  .qse-company-hero,
  .qse-company-summary,
  .qse-company-profile-hero,
  .qse-company-chart-row,
  .qse-theme-grid,
  .qse-editorial-grid,
  .qse-company-grid,
  .qse-content-band__grid,
  .qse-profile,
  .qse-contact {
    grid-template-columns: 1fr;
  }

  .qse-di-header__desc {
    max-width: 100%;
  }

  .qse-profile-sidebar {
    position: static;
  }
}

@media (max-width: 680px) {
  .main {
    width: min(var(--qse-container), calc(100% - 22px));
    padding-top: 24px;
  }

  .qse-directory-header {
    display: block;
  }

  .qse-market-summary,
  .qse-report-strip,
  .qse-indices-layout,
  .qse-index-card,
  .qse-chart-grid,
  .qse-company-hero,
  .qse-company-summary,
  .qse-company-profile-hero,
  .qse-company-chart-row,
  .qse-theme-grid,
  .qse-editorial-grid,
  .qse-company-grid,
  .qse-content-band__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .qse-content-band__media,
  .qse-content-band__frame,
  .qse-content-band__frame img {
    height: auto;
  }

  .qse-content-band__frame img {
    aspect-ratio: 3 / 4;
  }

  .qse-section-heading h2,
  .qse-directory-title {
    font-size: 28px;
  }

  .qse-company-card,
  .qse-profile__header {
    grid-template-columns: 1fr;
  }

  .qse-company-card__logo,
  .qse-profile__logo,
  .qse-company-profile-hero__logo {
    width: 100%;
  }

  .qse-company-profile-hero__market {
    padding: 14px;
  }

  .qse-profile-market-strip {
    grid-template-columns: 1fr;
  }
}

/* ── Indicator Group page ─────────────────────────────────── */
.qse-directory-header--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.qse-directory-header--icon {
  border-bottom: none;
  padding-bottom: 0;
}
.qse-directory-header .qse-ig-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--qse-color-surface-soft);
  border: 1px solid var(--qse-color-line);
  flex-shrink: 0;
}
.qse-directory-header--center .qse-ig-hero__icon {
  width: 96px;
  height: 96px;
  box-shadow: 0 10px 30px rgba(7, 26, 47, 0.1);
}
.qse-directory-header .qse-ig-hero__icon img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}
.qse-directory-header--center .qse-ig-hero__icon img {
  max-width: 56px;
  max-height: 56px;
}
.qse-directory-header .qse-ig-hero__icon .fa {
  font-size: 28px;
  color: var(--qse-color-maroon);
}
.qse-directory-header--center .qse-ig-hero__icon .fa {
  font-size: 36px;
}
.qse-ig-hero__desc {
  margin-top: 6px;
  color: var(--qse-color-muted);
  font-size: 0.95rem;
  max-width: 560px;
}
.qse-directory-header--center .qse-ig-hero__desc {
  margin-left: auto;
  margin-right: auto;
}
.qse-ig-controls {
  margin-bottom: 24px;
}
.qse-ig-controls__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.qse-ig-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--qse-color-muted);
  margin-bottom: 6px;
}
.qse-ig-select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--qse-color-line);
  border-radius: var(--qse-radius-sm);
  background: #fff;
  color: var(--qse-color-ink);
  font-size: 0.9rem;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
}
.qse-ig-select:focus {
  outline: none;
  border-color: var(--qse-color-maroon);
}
.qse-ig-kpi-desc {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--qse-color-muted);
  min-height: 20px;
}
.qse-ig-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.qse-ig-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.qse-ig-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.qse-ig-panel__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--qse-color-navy);
  margin: 2px 0 0;
}
.qse-ig-panel__head .qse-panel__label {
  color: #3daffa;
}
.qse-ig-select--year {
  width: auto;
  font-size: 0.85rem;
}
.qse-ig-table-wrap,
.qse-ig-chart-wrap {
  flex: 1;
  min-height: 240px;
}
.qse-ig-nodata {
  padding: 16px;
  background: #fef2f2;
  border-radius: var(--qse-radius-sm);
  color: #b91c1c;
  font-size: 0.9rem;
  text-align: center;
}
@media (max-width: 768px) {
  .qse-ig-controls__row,
  .qse-ig-data {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .qse-di-hbar__fill {
  transform-origin: right center;
}

[dir="rtl"] .qse-di-scale__labels {
  flex-direction: row-reverse;
}

/* ── RTL overrides ───────────────────────────────────────── */
[dir="rtl"] .qse-hero__main {
  text-align: right;
}

[dir="rtl"] .qse-hero__actions {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .qse-hero__stats {
  direction: rtl;
}

[dir="rtl"] .qse-leaderboard {
  direction: rtl;
}

[dir="rtl"] .qse-company-summary {
  direction: rtl;
}

[dir="rtl"] .qse-company-card__meta {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

[dir="rtl"] .qse-company-card__ticker {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-company-card__view-data {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .qse-profile-market-strip {
  direction: rtl;
}

[dir="rtl"] .qse-profile-section-head {
  text-align: right;
}

[dir="rtl"] .qse-directory-header {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-directory-header--center {
  flex-direction: column;
}

[dir="rtl"] .qse-company-profile-hero {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-footer__grid {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .qse-footer__links {
  text-align: right;
}

[dir="rtl"] .qse-section-heading {
  text-align: right;
}

[dir="rtl"] .qse-section-heading--center {
  text-align: center;
}

[dir="rtl"] .qse-contact {
  direction: rtl;
}

[dir="rtl"] .qse-contact-list td {
  text-align: right;
}

[dir="rtl"] .contact-bubble {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] .qse-panel__head,
[dir="rtl"] .qse-panel__body {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .qse-chart-grid {
  direction: rtl;
}

[dir="rtl"] .qse-chart-card__head {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-theme-card {
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .rankings_table {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .qse-leaderboard__controls {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-ig-controls__row,
[dir="rtl"] .qse-ig-data {
  direction: rtl;
}

[dir="rtl"] .qse-ig-panel__head {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-score-chart__bars {
  flex-direction: row-reverse;
}

[dir="rtl"] .qse-score-chart__labels {
  flex-direction: row-reverse;
}
