/**
 * Ranking / countdown / maior-menor — campanha MSR
 */
.msr-lb-panel {
  padding: 1.1rem 1rem 1.25rem !important;
  border-radius: 1rem !important;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.msr-lb-panel__head {
  text-align: center;
  margin-bottom: 1rem;
}
.msr-lb-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
  margin-bottom: 0.35rem;
}
.msr-lb-panel__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--incrivel-cardColor, #f3f4f6);
  line-height: 1.25;
}
.msr-lb-panel__desc {
  margin-top: 0.45rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}
.msr-lb-subtitle {
  margin: 1rem 0 0.65rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.msr-lb-countdown {
  margin: 0 0 1rem;
  padding: 0.85rem 0.65rem;
  border-radius: 0.85rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.msr-lb-countdown__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.65rem;
  text-align: center;
}
.msr-lb-countdown__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.4rem;
  width: 100%;
}
.msr-lb-countdown__cell {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  padding: 0.5rem 0.2rem;
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.msr-lb-countdown__val {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.msr-lb-countdown__lbl {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.58rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}
.msr-lb-podium {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.25rem;
}
.msr-lb-podium__item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 34%;
  border-radius: 0.85rem;
  padding: 0.7rem 0.35rem 0.8rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
}
.msr-lb-podium__item--1 {
  order: 2;
  min-height: 118px;
  padding-bottom: 0.95rem;
  border-color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
  background: linear-gradient(
    180deg,
    rgba(52, 211, 153, 0.18),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.msr-lb-podium__item--2 {
  order: 1;
  min-height: 100px;
}
.msr-lb-podium__item--3 {
  order: 3;
  min-height: 100px;
}
.msr-lb-podium__medal {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.msr-lb-podium__rank {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.msr-lb-podium__name {
  margin-top: 0.2rem;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--incrivel-cardColor, #f3f4f6);
  word-break: break-word;
}
.msr-lb-podium__meta {
  margin-top: 0.2rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
}
.msr-lb-list {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.msr-lb-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
}
.msr-lb-list__pos {
  flex: 0 0 2rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.45);
}
.msr-lb-list__name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  color: var(--incrivel-cardColor, #e5e7eb);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msr-lb-list__qty {
  flex: 0 0 auto;
  font-weight: 700;
  color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
}
.msr-lb-empty {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0.5rem 0 0;
  padding: 0.75rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.08);
}
.msr-lb-mm-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.55rem;
  width: 100%;
}
.msr-lb-mm-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 0.85rem;
  padding: 0.95rem 0.55rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
}
.msr-lb-mm-card--high {
  border-color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
  background: linear-gradient(
    165deg,
    rgba(52, 211, 153, 0.12),
    rgba(255, 255, 255, 0.03)
  );
}
.msr-lb-mm-card--low {
  border-color: var(--incrivel-checkout-color-s, var(--secondary-color, #fb923c));
  background: linear-gradient(
    165deg,
    rgba(251, 146, 60, 0.12),
    rgba(255, 255, 255, 0.03)
  );
}
.msr-lb-mm-card__icon {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--incrivel-checkout-color-p, var(--primary-color, #34d399));
}
.msr-lb-mm-card--low .msr-lb-mm-card__icon {
  color: var(--incrivel-checkout-color-s, var(--secondary-color, #fb923c));
}
.msr-lb-mm-card__label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.msr-lb-mm-card__number {
  margin-top: 0.3rem;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.15;
  color: var(--incrivel-cardColor, #fff);
  font-variant-numeric: tabular-nums;
  word-break: break-all;
}
.msr-lb-mm-card__owner {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.62);
  word-break: break-word;
}
@media (max-width: 480px) {
  .msr-lb-podium__name { font-size: 0.68rem; }
  .msr-lb-mm-card__number { font-size: 0.95rem; }
  .msr-lb-countdown__val { font-size: 1rem; }
  .msr-lb-countdown__lbl { font-size: 0.52rem; }
}
