/* Shared Weekly Showdown / Quiz Bowl styles extracted from the homeschool experience. */

.nb-static-page.nb-quizbowl-game-page {
  padding: 10px 0 32px;
  background: linear-gradient(180deg, #061a3a 0%, #08214a 55%, #071d42 100%);
}

.nb-static-page.nb-quizbowl-game-page .container {
  width: min(100% - 40px, 1440px);
  max-width: none;
}

.nb-quizbowl-game-layout {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(0, 950px) minmax(220px, 250px);
  gap: 22px;
  align-items: start;
}

.nb-quizbowl-game-center-column {
  display: grid;
  gap: 18px;
}

.nb-quizbowl-game-rail {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 10px;
}

.nb-quizbowl-game-panel {
  border-radius: 24px;
  padding: 0.92rem 0.98rem;
  background: linear-gradient(180deg, rgba(4, 19, 52, 0.995), rgba(3, 14, 40, 0.995));
  border: 1px solid rgba(255, 154, 38, 0.28);
  box-shadow: 0 22px 44px rgba(2, 8, 24, 0.34);
  color: #eef4ff;
}

.nb-quizbowl-game-panel--compact {
  padding: 0.86rem 0.9rem;
}

.nb-quizbowl-game-panel--hero {
  position: relative;
  overflow: visible;
  background:
    radial-gradient(circle at top right, rgba(255, 164, 31, 0.18), transparent 9.5rem),
    linear-gradient(180deg, rgba(6, 24, 62, 0.995), rgba(4, 16, 44, 0.995));
  text-align: center;
}

.nb-quizbowl-game-panel--accent {
  background:
    radial-gradient(circle at top right, rgba(255, 180, 67, 0.2), transparent 10rem),
    linear-gradient(180deg, rgba(54, 34, 96, 0.98), rgba(26, 28, 74, 0.98));
}

.nb-quizbowl-game-panel--focus {
  background:
    radial-gradient(circle at bottom right, rgba(255, 185, 72, 0.16), transparent 10rem),
    linear-gradient(180deg, rgba(4, 19, 52, 0.995), rgba(3, 14, 40, 0.995));
}

.nb-quizbowl-game-panel.is-scoring {
  animation: nb-quizbowl-game-score-pop 0.52s ease;
}

.nb-quizbowl-game-panel__celebration-icon {
  position: absolute;
  top: 0.82rem;
  right: 0.82rem;
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  opacity: 0.96;
}

.nb-quizbowl-game-panel__hero-lockup {
  display: grid;
  gap: 0.34rem;
  justify-items: center;
}

.nb-quizbowl-game-panel__hero-crown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  margin-top: -1rem;
  margin-bottom: 0.2rem;
}

.nb-quizbowl-game-panel__hero-head,
.nb-quizbowl-game-panel__stat-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
}

.nb-quizbowl-game-panel__hero-icon,
.nb-quizbowl-game-panel__inline-icon {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.nb-quizbowl-game-panel__hero-icon {
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(-0.12rem);
}

.nb-quizbowl-game-panel__hero-celebration {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  opacity: 0.98;
}

.nb-quizbowl-game-panel__inline-icon {
  width: 1.9rem;
  height: 1.9rem;
}

.nb-quizbowl-game-panel__eyebrow,
.nb-quizbowl-game-panel__label {
  margin: 0;
  color: #ffbe2e !important;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 214, 107, 0.18);
}

.nb-quizbowl-game-panel__eyebrow--hero {
  color: #fbbf24;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
}

.nb-quizbowl-game-panel.nb-quizbowl-game-panel--hero .nb-quizbowl-game-panel__hero-title {
  background: linear-gradient(90deg, #f97316 0%, #ffbe2e 26%, #ffe08a 50%, #ffbe2e 74%, #f97316 100%);
  color: #ffbe2e !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.4rem, 1.8vw, 1.78rem) !important;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 800 !important;
  text-shadow: 0 1px 0 rgba(255, 214, 107, 0.2), 0 0 10px rgba(255, 190, 46, 0.12);
}

.nb-quizbowl-game-panel__hero-subtitle {
  color: #ffffff !important;
  font-size: 0.8rem !important;
  font-weight: 800;
}

.nb-quizbowl-game-panel__hero-tagline {
  margin-top: 0.55rem !important;
  color: #ffffff !important;
  font-size: 0.92rem !important;
  font-weight: 800;
}

.nb-quizbowl-game-panel h2,
.nb-quizbowl-game-panel p,
.nb-quizbowl-game-panel strong {
  margin: 0;
}

.nb-quizbowl-game-panel h2 {
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.15;
  font-weight: 900;
}

.nb-quizbowl-game-panel p {
  color: rgba(239, 244, 255, 0.88);
  line-height: 1.24;
  font-size: 0.82rem;
}

.nb-quizbowl-game-panel__summary {
  margin-top: 0.18rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.nb-quizbowl-game-panel__stat-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.nb-quizbowl-game-panel__metric {
  display: block;
  color: #fff;
  font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  line-height: 1.1;
  font-weight: 900;
}

.nb-quizbowl-game-panel__metric--empty {
  font-size: clamp(0.96rem, 1.3vw, 1.08rem);
  line-height: 1.28;
}

.nb-quizbowl-game-panel__note {
  color: #ffbe2e !important;
  font-weight: 800;
}

.nb-quizbowl-game-rail--right .nb-quizbowl-game-panel__stat-row {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.nb-quizbowl-game-rail--right .nb-quizbowl-game-panel__stat-copy {
  justify-items: center;
  text-align: center;
}

.nb-quizbowl-game-rail--right .nb-quizbowl-game-panel__inline-icon {
  margin-bottom: 0.1rem;
}

.nb-quizbowl-game-panel__milestones {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.34rem;
  margin-top: 0.55rem;
}

.nb-quizbowl-game-panel__milestone {
  width: 100%;
  aspect-ratio: 1;
  min-height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(116, 148, 212, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(239, 244, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 800;
}

.nb-quizbowl-game-panel__milestone.is-correct {
  background: linear-gradient(135deg, #22c55e, #57d168);
  border-color: transparent;
  color: #fff;
}

.nb-quizbowl-game-panel__milestone.is-incorrect {
  background: linear-gradient(135deg, #f97316, #ef4444);
  border-color: transparent;
  color: #fff;
}

.nb-quizbowl-game-panel__milestone.is-unanswered {
  background: linear-gradient(135deg, #6b7280, #94a3b8);
  border-color: transparent;
  color: #fff;
}

.nb-quizbowl-game-panel__milestone.is-current {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.18);
}

.nb-quizbowl-game-panel__tiny-bars {
  display: grid;
  grid-template-columns: repeat(20, minmax(0, 1fr));
  gap: 0.24rem;
  margin-top: 0.68rem;
}

.nb-quizbowl-game-panel__tiny-bar {
  height: 0.84rem;
  border-radius: 0.28rem;
  background: rgba(255, 255, 255, 0.14);
}

.nb-quizbowl-game-panel__tiny-bar.is-correct {
  background: linear-gradient(180deg, #4ade80 0%, #16a34a 100%);
}

.nb-quizbowl-game-panel__tiny-bar.is-incorrect {
  background: linear-gradient(180deg, #ff8b3d 0%, #ef4444 100%);
}

.nb-quizbowl-game-panel__tiny-bar.is-unanswered {
  background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
}

.nb-quizbowl-game-panel__tiny-bar.is-current {
  background: linear-gradient(180deg, #60a5fa 0%, #4f46e5 100%);
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.18);
}

.nb-quizbowl-game-surface {
  border-radius: 30px;
  padding: 1.45rem 2rem 1.55rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(250, 252, 255, 0.995));
  box-shadow: 0 28px 64px rgba(3, 12, 28, 0.34);
  min-height: 0;
}

.nb-quizbowl-game-form {
  display: grid;
  gap: 1rem;
}

.nb-quizbowl-game-timer-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.nb-quizbowl-game-timer-track {
  position: relative;
  flex: 1;
  height: 10px;
  background: #e5eef9;
  border-radius: 999px;
  overflow: hidden;
}

.nb-quizbowl-game-timer-fill {
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 0%, #f97316 72%, #ef4444 100%);
  transition: width 0.25s linear, background 0.2s ease, box-shadow 0.2s ease;
}

.nb-quizbowl-game-timer-fill.is-warning {
  background: linear-gradient(90deg, #f59e0b 0%, #f97316 100%);
}

.nb-quizbowl-game-timer-fill.is-danger {
  background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.55);
  animation: nb-quizbowl-game-timer-pulse 0.75s ease-in-out infinite;
}

.nb-quizbowl-game-timer-time {
  min-width: 46px;
  text-align: right;
  color: #0f2148;
  font-size: 0.9rem;
  font-weight: 900;
}

.nb-quizbowl-game-timer-wrap.is-warning .nb-quizbowl-game-timer-time {
  color: #c9690d;
}

.nb-quizbowl-game-timer-wrap.is-danger .nb-quizbowl-game-timer-time {
  color: #c52424;
}

@keyframes nb-quizbowl-game-timer-pulse {
  0%, 100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.2);
  }
}

@keyframes nb-quizbowl-game-score-pop {
  50% {
    transform: translateY(-1px) scale(1.015);
  }
}

.nb-quizbowl-game-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  position: relative;
}

.nb-quizbowl-game-header__brand {
  display: grid;
  justify-items: start;
  color: #0f2148;
}

.nb-quizbowl-game-header__icon {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(242, 246, 252, 0.94);
  border: 1px solid rgba(216, 230, 245, 0.95);
}

.nb-quizbowl-game-header__icon img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.nb-quizbowl-game-header__brand strong,
.nb-quizbowl-game-header__status strong,
.nb-quizbowl-game-header__score strong,
.nb-quizbowl-game-header__worth strong {
  color: #10244d;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
  font-weight: 900;
}

.nb-quizbowl-game-header__status {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
}

.nb-quizbowl-game-header__meta {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
}

.nb-demo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  width: fit-content;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1.5px solid rgba(249, 115, 22, 0.5);
  background: rgba(255, 255, 255, 0.96);
  color: #ea580c;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.08);
}

.nb-demo-pill i {
  font-size: 0.82rem;
  color: inherit;
}

.nb-demo-pill > span {
  display: inline-flex;
  align-items: center;
}

.nb-demo-pill--quiet {
  padding: 0.34rem 0.74rem;
  font-size: 0.69rem;
  justify-self: end;
}

.nb-demo-pill--hero {
  margin: 0.55rem 0 0.32rem;
}

.nb-quizbowl-game-header__score,
.nb-quizbowl-game-header__worth {
  display: grid;
  justify-items: end;
  gap: 0.18rem;
}

.nb-quizbowl-game-header__worth {
  justify-items: start;
}

.nb-quizbowl-game-header__score span,
.nb-quizbowl-game-header__worth span {
  color: #c47a0e;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nb-quizbowl-game-header__score strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  font-size: clamp(1.7rem, 2.55vw, 2.15rem);
}

.nb-quizbowl-game-header__score strong > span {
  color: #c47a0e;
  font-size: inherit;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.nb-quizbowl-game-divider {
  height: 1px;
  background: rgba(216, 230, 245, 0.96);
}

.nb-quizbowl-game-question-block {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.nb-quizbowl-game-topic-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.36rem 0.88rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nb-quizbowl-game-question-title {
  margin: 0;
  color: #10244d;
  width: 100%;
  max-width: none;
  font-size: clamp(1.2rem, 1.65vw, 1.8rem);
  line-height: 1.2;
  font-weight: 800;
}

.nb-quizbowl-game-answer-grid {
  display: grid;
  gap: 13px;
}

.nb-quizbowl-game-answer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 66px;
  padding: 0.78rem 1rem;
  border-radius: 18px;
  border: 1px solid #d8e6f5;
  background: #fff;
  box-shadow: 0 12px 24px rgba(13, 42, 82, 0.05);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.nb-quizbowl-game-answer:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(13, 42, 82, 0.08);
  border-color: rgba(249, 115, 22, 0.42);
}

.nb-quizbowl-game-answer input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nb-quizbowl-game-answer__badge {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7b1d 0%, #f85b00 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.nb-quizbowl-game-answer__text {
  color: #10244d;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 800;
  line-height: 1.35;
}

.nb-quizbowl-game-answer:has(input:checked) {
  border-color: rgba(249, 115, 22, 0.64);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12), 0 14px 28px rgba(13, 42, 82, 0.08);
}

.nb-quizbowl-game-answer.is-correct {
  border-color: rgba(34, 197, 94, 0.48);
  background: linear-gradient(180deg, rgba(241, 253, 246, 0.98), rgba(255, 255, 255, 0.98));
}

.nb-quizbowl-game-answer.is-incorrect {
  border-color: rgba(239, 68, 68, 0.44);
  background: linear-gradient(180deg, rgba(255, 244, 244, 0.98), rgba(255, 255, 255, 0.98));
}

.nb-quizbowl-game-answer.is-locked {
  cursor: default;
}

.nb-quizbowl-game-answer.is-answer-locked {
  pointer-events: none;
}

.nb-quizbowl-game-feedback {
  min-height: 1.5rem;
  margin-top: 0.05rem;
}

.nb-quizbowl-game-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.15rem;
}

.nb-quizbowl-game-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.78rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.nb-quizbowl-game-button:hover {
  transform: translateY(-1px);
}

.nb-quizbowl-game-button--secondary {
  background: #fff;
  border: 1px solid rgba(249, 115, 22, 0.54);
  color: #f97316;
  box-shadow: 0 10px 22px rgba(26, 39, 68, 0.08);
}

.nb-quizbowl-game-button--primary {
  border: none;
  background: linear-gradient(135deg, #f97316, #ef4444);
  color: #fff;
  box-shadow: 0 14px 30px rgba(239, 93, 36, 0.24);
}

.nb-quizbowl-game-button--primary[disabled] {
  opacity: 0.86;
}

.nb-quizbowl-game-hint {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.72rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 230, 245, 0.96);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: #3b82f6;
  font-size: 1rem;
  font-weight: 800;
}

.nb-quizbowl-game-hint__icon {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.26);
  color: #3b82f6;
  font-weight: 900;
}

.nb-quizbowl-game-message-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 54px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(4, 19, 52, 0.995), rgba(3, 14, 40, 0.995));
  border: 1px solid rgba(255, 154, 38, 0.22);
  box-shadow: 0 18px 38px rgba(2, 8, 24, 0.28);
}

.nb-quizbowl-game-message-bar::before,
.nb-quizbowl-game-message-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: url('../images/daily5/icons/daily5-icon-celebration.png') center/contain no-repeat;
  transform: translateY(-50%);
  opacity: 0.96;
}

.nb-quizbowl-game-message-bar::before {
  left: 18px;
}

.nb-quizbowl-game-message-bar::after {
  right: 18px;
}

.nb-quizbowl-game-message {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.nb-quizbowl-game-message + .nb-quizbowl-game-message {
  border-left: 1px solid rgba(117, 150, 216, 0.34);
  padding-left: 18px;
}

.nb-quizbowl-game-message__icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.nb-quizbowl-game-message strong,
.nb-quizbowl-game-message span {
  display: block;
}

.nb-quizbowl-game-message strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.nb-quizbowl-game-message span {
  color: rgba(233, 241, 255, 0.88);
  font-size: 0.96rem;
}

@media (max-width: 1340px) {
  .nb-quizbowl-game-layout {
    grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  }

  .nb-quizbowl-game-rail--right {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .nb-quizbowl-game-layout {
    grid-template-columns: 1fr;
  }

  .nb-quizbowl-game-center-column {
    order: 1;
  }

  .nb-quizbowl-game-rail {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nb-quizbowl-game-rail--left {
    order: 2;
  }

  .nb-quizbowl-game-rail--right {
    order: 3;
  }
}

@media (max-width: 900px) {
  .nb-static-page.nb-quizbowl-game-page .container {
    width: min(100% - 28px, 1440px);
  }

  .nb-quizbowl-game-rail,
  .nb-quizbowl-game-rail--right {
    grid-template-columns: 1fr;
  }

  .nb-quizbowl-game-surface {
    padding: 1.2rem 1.1rem 1.3rem;
  }

  .nb-quizbowl-game-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nb-quizbowl-game-header__status,
  .nb-quizbowl-game-header__score {
    position: static;
    left: auto;
    transform: none;
    width: auto;
    text-align: left;
    justify-items: start;
  }

  .nb-demo-pill--quiet {
    justify-self: start;
  }

  .nb-quizbowl-game-question-title {
    font-size: clamp(1.05rem, 5.9vw, 1.55rem);
    line-height: 1.18;
    max-width: none;
  }

  .nb-quizbowl-game-actions {
    grid-template-columns: 1fr;
  }

  .nb-quizbowl-game-button,
  .nb-quizbowl-game-hint {
    width: 100%;
  }

  .nb-quizbowl-game-message-bar {
    grid-template-columns: 1fr;
    padding: 16px 20px;
  }

  .nb-quizbowl-game-message + .nb-quizbowl-game-message {
    border-left: 0;
    border-top: 1px solid rgba(117, 150, 216, 0.34);
    padding-left: 0;
    padding-top: 16px;
  }

  .nb-quizbowl-game-message-bar::before,
  .nb-quizbowl-game-message-bar::after {
    display: none;
  }
}

.nb-quizbowl-unavailable__copy,
.nb-quizbowl-unavailable__copy .nb-static-page__lede {
  max-width: none;
}

.nb-quizbowl-unavailable__dates {
  display: grid;
  gap: 0.65rem;
}

.nb-quizbowl-unavailable__date-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(25, 60, 110, 0.12);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  color: var(--ink);
}

.nb-quizbowl-unavailable__date-copy {
  min-width: 0;
}

.nb-quizbowl-unavailable__date-copy strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.nb-quizbowl-unavailable__date-status {
  flex-shrink: 0;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 34, 66, 0.08);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.nb-quizbowl-unavailable__date-item--past {
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(248, 249, 252, 0.96), rgba(241, 244, 248, 0.94));
}

.nb-quizbowl-unavailable__date-item--past .nb-quizbowl-unavailable__date-copy strong {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.nb-quizbowl-unavailable__date-item--active {
  border-color: rgba(22, 163, 74, 0.24);
  background: linear-gradient(180deg, rgba(241, 253, 246, 0.98), rgba(233, 249, 241, 0.96));
}

.nb-quizbowl-unavailable__date-item--active .nb-quizbowl-unavailable__date-status {
  background: rgba(22, 163, 74, 0.12);
  color: #16703a;
}

.nb-quizbowl-unavailable__date-item--upcoming .nb-quizbowl-unavailable__date-status {
  background: rgba(37, 99, 235, 0.1);
  color: #244f9f;
}

@media (max-width: 767.98px) {
  .nb-quizbowl-unavailable__date-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .nb-quizbowl-unavailable__date-status {
    align-self: flex-start;
  }
}

.nb-product-card--blue { border-top-color: var(--blue); }
.nb-product-card--orange { border-top-color: var(--accent); }
.nb-product-card--green { border-top-color: var(--green); }
.nb-product-card--slate { border-top-color: #5f6f84; }
.nb-product-card--purple { border-top-color: #7c4dff; }
.nb-product-card--gold { border-top-color: var(--gold); }
.nb-product-card--red { border-top-color: var(--red); }

.nb-certificate-sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  height: 100%;
  padding: 1.2rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  border: 1px solid rgba(25, 60, 110, 0.12);
  box-shadow: 0 14px 30px rgba(25, 60, 110, 0.08);
  color: var(--ink);
  text-decoration: none;
  text-align: center;
}

.nb-certificate-sticker:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(25, 60, 110, 0.12);
  color: var(--ink);
}

.nb-certificate-sticker img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.nb-certificate-sticker span {
  font-weight: 700;
}

.nb-quizbowl-certificates {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(25, 118, 210, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 247, 255, 0.98));
}

.nb-quizbowl-certificates::after {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 9rem;
  height: 9rem;
  background: radial-gradient(circle, rgba(25, 118, 210, 0.12), transparent 65%);
  pointer-events: none;
}

.nb-quizbowl-certificates__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.nb-quizbowl-certificates__header h2 {
  margin-bottom: 0.35rem;
}

.nb-certificate-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.nb-certificate-link:hover {
  color: var(--blue);
}

.nb-certificate-link img {
  width: 180px;
  max-width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(25, 60, 110, 0.12);
  box-shadow: 0 12px 24px rgba(25, 60, 110, 0.08);
}

.nb-certificate-link--list {
  justify-content: space-between;
  width: 100%;
}

.nb-certificate-link__copy {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.nb-certificate-link__title {
  font-size: 1.12rem;
  font-weight: 800;
}

.nb-certificate-tier {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18), 0 10px 18px -14px rgba(15, 23, 42, 0.7);
}

.nb-certificate-tier--newzbrain {
    background: #0b72b8;
    color: #ffffff;
}

.nb-certificate-tier--freedom {
    background: #00819b;
    color: #ffffff;
}

.nb-certificate-tier--patriotism {
    background: #d04b28;
    color: #ffffff;
}

.nb-certificate-tier--president {
    background: #e0b437;
    color: #432d00;
}

.nb-certificate-tier--perfect {
    background: linear-gradient(135deg, #e0b437, #0b72b8);
    color: #ffffff;
}

.nb-certificate-legend {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
}

.nb-certificate-legend__item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18), 0 10px 18px -14px rgba(15, 23, 42, 0.7);
    font-weight: 700;
}

.nb-certificate-legend__title,
.nb-certificate-legend__range {
    color: inherit;
}

.nb-certificate-legend__range {
    font-size: 0.96rem;
}

.nb-certificate-legend__item--newzbrain {
    background: #0b72b8;
    color: #ffffff;
}

.nb-certificate-legend__item--freedom {
    background: #00819b;
    color: #ffffff;
}

.nb-certificate-legend__item--patriotism {
    background: #d04b28;
    color: #ffffff;
}

.nb-certificate-legend__item--president {
    background: #e0b437;
    color: #432d00;
}

.nb-certificate-legend__item--perfect {
    background: linear-gradient(135deg, #e0b437, #0b72b8);
    color: #ffffff;
}

.nb-answer-stack {
  display: grid;
  gap: 0.6rem;
}

.nb-quizbowl-selected-answer {
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.nb-quizbowl-selected-answer strong {
  color: var(--ink);
}

.nb-answer-pill {
  display: block;
  padding: 0.7rem 0.9rem;
  border-radius: 0.85rem;
  background: #f5f8fc;
  border: 1px solid rgba(25, 60, 110, 0.08);
}

.nb-answer-pill--correct {
  background: #e7f7ea;
  border-color: rgba(24, 124, 55, 0.28);
  color: #17643a;
  font-weight: 700;
}

.nb-answer-pill--incorrect {
  background: #fdecea;
  border-color: rgba(183, 40, 40, 0.22);
  color: #9f1f1f;
  font-weight: 700;
}

.nb-award-chip {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(25, 60, 110, 0.08);
  font-weight: 700;
}

.nb-award-chip img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-layout {
  align-items: stretch;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-rail {
  position: static;
  top: auto;
  align-self: start;
  gap: 0.95rem;
  min-width: 0;
  width: 100%;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-rail--left,
.nb-quizbowl-reportcard-page .nb-quizbowl-game-rail--right,
.nb-quizbowl-reportcard-page .nb-quizbowl-game-center-column,
.nb-quizbowl-reportcard-page .nb-quizbowl-game-surface {
  min-width: 0;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel--hero {
  padding-top: 0.78rem;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__hero-crown {
  margin-top: -0.82rem;
  margin-bottom: 0.14rem;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__hero-icon {
  width: 3rem;
  height: 3rem;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__hero-celebration {
  width: 0.72rem;
  height: 0.72rem;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__hero-subtitle {
  font-size: 0.76rem !important;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__hero-tagline {
  margin-top: 0.42rem !important;
  font-size: 0.86rem !important;
}

.nb-quizbowl-reportcard-page .nb-quizbowl-game-panel__summary {
  font-size: 0.88rem;
}

.nb-quizbowl-reportcard-surface {
  display: flex;
  flex-direction: column;
  gap: 1.45rem;
  padding-bottom: 2rem;
}

.nb-quizbowl-reportcard-hero {
  position: relative;
  text-align: center;
  padding-top: 1.1rem;
}

.nb-quizbowl-reportcard-hero__sparkles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.35rem;
  max-width: 42rem;
  margin: 0 auto 0.85rem;
}

.nb-quizbowl-reportcard-hero__sparkles span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.16rem;
  background: linear-gradient(135deg, #f59e0b, #2563eb);
  transform: rotate(45deg);
  opacity: 0.8;
}

.nb-quizbowl-reportcard-hero__sparkles span:nth-child(3n) {
  background: linear-gradient(135deg, #ef4444, #f59e0b);
}

.nb-quizbowl-reportcard-hero__sparkles span:nth-child(4n) {
  background: linear-gradient(135deg, #10b981, #38bdf8);
}

.nb-quizbowl-reportcard-hero__icon {
  width: 5.25rem;
  margin: 0 auto 0.55rem;
  display: block;
  filter: drop-shadow(0 14px 24px rgba(20, 57, 107, 0.18));
}

.nb-quizbowl-reportcard-hero h1 {
  margin: 0;
  color: #0d2452;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
}

.nb-quizbowl-reportcard-hero p {
  margin: 0.4rem 0 0;
  color: rgba(13, 36, 82, 0.82);
  font-size: 1.08rem;
  font-weight: 600;
}

.nb-quizbowl-reportcard-scoreband {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 1.15fr);
  gap: 1.35rem;
  align-items: stretch;
}

.nb-quizbowl-reportcard-scoreblock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.nb-quizbowl-reportcard-scoreblock__eyebrow {
  margin: 0;
  color: #1d4ed8;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nb-quizbowl-reportcard-score {
  margin-bottom: 0;
  font-size: clamp(3.35rem, 7vw, 5.25rem);
}

.nb-quizbowl-reportcard-score .nb-quizbowl-score__value {
  font-size: clamp(3rem, 6vw, 4.85rem);
}

.nb-quizbowl-reportcard-score .nb-quizbowl-score__total {
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  color: #0d2452;
}

.nb-quizbowl-reportcard-scoreblock__note {
  margin: 0;
  color: #cf8800;
  font-size: 1.02rem;
  font-weight: 700;
}

.nb-quizbowl-reportcard-award {
  display: flex;
  align-items: center;
}

.nb-quizbowl-reportcard-award .nb-quizbowl-award {
  width: 100%;
}

.nb-quizbowl-reportcard-award__empty h2 {
  margin-bottom: 0.45rem;
}

.nb-quizbowl-reportcard-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nb-quizbowl-reportcard-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(193, 211, 242, 0.78);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.92));
  box-shadow: 0 14px 28px rgba(20, 57, 107, 0.08);
}

.nb-quizbowl-reportcard-stat img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.nb-quizbowl-reportcard-stat__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.14rem;
  min-width: 0;
  width: 100%;
}

.nb-quizbowl-reportcard-stat__value,
.nb-quizbowl-reportcard-stat__label {
  display: block;
  width: 100%;
}

.nb-quizbowl-reportcard-stat__value {
  color: #0d2452;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 900;
}

.nb-quizbowl-reportcard-stat__label {
  color: rgba(13, 36, 82, 0.82);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.15;
}

.nb-quizbowl-reportcard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nb-quizbowl-reportcard-card {
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(193, 211, 242, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
  box-shadow: 0 16px 28px rgba(20, 57, 107, 0.08);
}

.nb-quizbowl-reportcard-card h2 {
  margin: 0 0 1rem;
  color: #1d4ed8;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nb-quizbowl-reportcard-card__note,
.nb-quizbowl-reportcard-card__empty {
  margin: 1rem 0 0;
  color: rgba(13, 36, 82, 0.78);
  font-size: 0.97rem;
  font-weight: 600;
}

.nb-quizbowl-reportcard-standings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.nb-quizbowl-reportcard-standings div,
.nb-quizbowl-reportcard-comparison > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.nb-quizbowl-reportcard-standings__item {
  position: relative;
}

.nb-quizbowl-reportcard-standings__label {
  display: inline-flex !important;
  align-items: center;
  gap: 0.42rem;
}

.nb-quizbowl-reportcard-standings__label i {
  color: #1f6ad8;
  font-size: 1.02rem;
  line-height: 1;
}

.nb-quizbowl-reportcard-standings span,
.nb-quizbowl-reportcard-comparison span {
  color: #4f46e5;
  font-size: 0.92rem;
  font-weight: 800;
}

.nb-quizbowl-reportcard-standings strong,
.nb-quizbowl-reportcard-comparison strong {
  color: #0d2452;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.nb-quizbowl-reportcard-standings small,
.nb-quizbowl-reportcard-comparison small {
  color: rgba(13, 36, 82, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
}

.nb-quizbowl-reportcard-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
}

.nb-quizbowl-reportcard-comparison__arrow {
  color: #4338ca;
  font-size: 2rem;
  font-weight: 900;
}

.nb-quizbowl-reportcard-comparison small.is-positive {
  color: #15803d;
}

.nb-quizbowl-reportcard-comparison small.is-negative {
  color: #b91c1c;
}

.nb-quizbowl-reportcard-review-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(234, 178, 64, 0.34);
  background: linear-gradient(135deg, rgba(255, 248, 235, 0.98), rgba(255, 252, 243, 0.98));
}

.nb-quizbowl-reportcard-review-strip img {
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.nb-quizbowl-reportcard-review-strip strong {
  display: block;
  color: #0d2452;
  font-size: 1.35rem;
  font-weight: 900;
}

.nb-quizbowl-reportcard-review-strip p {
  color: rgba(13, 36, 82, 0.8);
  font-size: 1rem;
  font-weight: 600;
}

.nb-quizbowl-reportcard-progress-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  justify-content: stretch;
  column-gap: 0.22rem;
  row-gap: 0.34rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.48rem;
}

.nb-quizbowl-reportcard-progress-grid .nb-quizbowl-game-panel__milestone {
  width: 100%;
  max-width: 1.54rem;
  min-height: 1.54rem;
  justify-self: start;
  font-size: 0.8rem;
}

.nb-quizbowl-reportcard-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.58rem;
  color: rgba(239, 244, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
}

.nb-quizbowl-reportcard-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.nb-quizbowl-reportcard-legend i {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  display: inline-block;
}

.nb-quizbowl-reportcard-legend i.is-correct {
  background: linear-gradient(135deg, #22c55e, #57d168);
}

.nb-quizbowl-reportcard-legend i.is-incorrect {
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.nb-quizbowl-reportcard-legend i.is-unanswered {
  background: linear-gradient(135deg, #6b7280, #94a3b8);
}

.nb-quizbowl-reportcard-certificates {
  margin-top: 0.2rem;
}

.nb-quizbowl-reportcard-actions {
  margin-top: 0.2rem;
  justify-content: space-between;
}

.nb-quizbowl-reportcard-actions .nb-button {
  min-width: 13rem;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .nb-quizbowl-reportcard-scoreband,
  .nb-quizbowl-reportcard-grid,
  .nb-quizbowl-reportcard-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .nb-quizbowl-reportcard-surface {
    gap: 1.1rem;
  }

  .nb-quizbowl-reportcard-hero h1 {
    font-size: 1.75rem;
  }

  .nb-quizbowl-reportcard-progress-grid {
    gap: 0.35rem;
  }

  .nb-quizbowl-reportcard-standings,
  .nb-quizbowl-reportcard-comparison {
    grid-template-columns: 1fr;
  }

  .nb-quizbowl-reportcard-comparison__arrow {
    display: none;
  }

  .nb-quizbowl-reportcard-actions {
    flex-direction: column;
  }

  .nb-quizbowl-reportcard-actions .nb-button {
    width: 100%;
    min-width: 0;
  }
}

.nb-weekly-landing-page {
  padding: 1rem 0 5rem;
}

.nb-weekly-landing-page .container {
  width: min(100% - 40px, 1480px);
  max-width: none;
}

.nb-weekly-landing-hero {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 1.9rem;
  align-items: center;
  padding: 1.9rem 2rem 1.6rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 185, 62, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(4, 24, 66, 0.995), rgba(4, 18, 52, 0.995));
  border: 1px solid rgba(255, 171, 54, 0.24);
  box-shadow: 0 28px 52px rgba(4, 18, 52, 0.24);
  color: #fff;
}

.nb-weekly-landing-hero__media {
  display: grid;
  place-items: center;
}

.nb-weekly-landing-hero__media img {
  width: min(100%, 300px);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.32));
}

.nb-weekly-landing-hero__content {
  min-width: 0;
}

.nb-weekly-landing-hero__eyebrow {
  margin: 0 0 0.45rem;
  color: rgba(255, 234, 182, 0.88);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nb-weekly-landing-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 0.98;
  font-weight: 1000;
  text-transform: uppercase;
}

.nb-weekly-landing-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin-top: 1rem;
}

.nb-weekly-landing-hero__facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.nb-weekly-landing-hero__facts span::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  display: inline-block;
}

.nb-weekly-landing-hero__facts .is-blue::before {
  background: #3b82f6;
}

.nb-weekly-landing-hero__facts .is-green::before {
  background: #84cc16;
}

.nb-weekly-landing-hero__facts .is-orange::before {
  background: #f97316;
}

.nb-weekly-landing-hero__lede {
  margin: 1rem 0 0;
  max-width: 58ch;
  color: rgba(236, 243, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
}

.nb-weekly-landing-hero__actions {
  margin-top: 1.35rem;
}

.nb-weekly-landing-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  padding: 1.05rem 2rem;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff5b14, #ff7d1a);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(255, 102, 24, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.nb-weekly-landing-hero__cta:hover {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 22px 36px rgba(255, 102, 24, 0.32);
}

.nb-weekly-landing-hero__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin-top: 1.45rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(129, 162, 224, 0.26);
}

.nb-weekly-landing-hero__status {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.nb-weekly-landing-hero__status i {
  color: #3b82f6;
  font-size: 1.8rem;
  line-height: 1;
}

.nb-weekly-landing-hero__status strong,
.nb-weekly-landing-hero__score strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.nb-weekly-landing-hero__status span,
.nb-weekly-landing-hero__score span {
  display: block;
  color: rgba(236, 243, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.nb-weekly-landing-hero__score {
  min-width: 170px;
  text-align: right;
}

.nb-weekly-landing-hero__score strong {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1;
}

.nb-weekly-landing-section {
  margin-top: 2.3rem;
}

.nb-weekly-landing-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0 0 1.35rem;
  color: #102a5f;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 1000;
  line-height: 1.02;
  text-transform: uppercase;
  text-align: center;
}

.nb-weekly-landing-section__title::before,
.nb-weekly-landing-section__title::after {
  content: "";
  width: min(14vw, 3.3rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.24), #3b82f6);
}

.nb-weekly-landing-how,
.nb-weekly-landing-awards {
  display: grid;
  gap: 1rem;
}

.nb-weekly-landing-how {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nb-weekly-landing-how__card,
.nb-weekly-landing-award,
.nb-weekly-landing-afterplay,
.nb-weekly-landing-cta {
  border-radius: 28px;
  border: 1px solid rgba(192, 210, 241, 0.72);
  background:
    radial-gradient(circle at top right, rgba(255, 211, 96, 0.12), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  box-shadow: 0 18px 34px rgba(16, 42, 95, 0.08);
}

.nb-weekly-landing-how__card {
  padding: 1.35rem 1.2rem 1.4rem;
  text-align: center;
}

.nb-weekly-landing-how__icon {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  font-size: 2rem;
}

.nb-weekly-landing-how__card.is-blue .nb-weekly-landing-how__icon {
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
}

.nb-weekly-landing-how__card.is-orange .nb-weekly-landing-how__icon {
  background: rgba(249, 115, 22, 0.12);
  color: #ea580c;
}

.nb-weekly-landing-how__card.is-green .nb-weekly-landing-how__icon {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
}

.nb-weekly-landing-how__card.is-violet .nb-weekly-landing-how__icon {
  background: rgba(124, 58, 237, 0.12);
  color: #6d28d9;
}

.nb-weekly-landing-how__card h3,
.nb-weekly-landing-award h3,
.nb-weekly-landing-afterplay__item h3,
.nb-weekly-landing-cta h2 {
  margin: 0;
  color: #102a5f;
  font-weight: 900;
}

.nb-weekly-landing-how__card h3 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.nb-weekly-landing-how__card p,
.nb-weekly-landing-afterplay__item p,
.nb-weekly-landing-cta p {
  margin: 0.7rem 0 0;
  color: rgba(16, 42, 95, 0.84);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
}

.nb-weekly-landing-awards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nb-weekly-landing-award {
  padding: 1.35rem 1rem 1.5rem;
  text-align: center;
}

.nb-weekly-landing-award__icon {
  display: grid;
  place-items: center;
  width: min(100%, 9.5rem);
  min-height: 9rem;
  margin: 0 auto 0.85rem;
  font-size: 2rem;
}

.nb-weekly-landing-award__icon img {
  display: block;
  width: min(100%, 8.8rem);
  max-height: 8.8rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(16, 42, 95, 0.12));
}

.nb-weekly-landing-award--freedomaward .nb-weekly-landing-award__icon {
  color: #6b7280;
}

.nb-weekly-landing-award--newzbrainaward .nb-weekly-landing-award__icon {
  color: #ea580c;
}

.nb-weekly-landing-award--patriotismaward .nb-weekly-landing-award__icon {
  color: #ca8a04;
}

.nb-weekly-landing-award--presidentialaward .nb-weekly-landing-award__icon {
  color: #d97706;
}

.nb-weekly-landing-award--perfectscoreaward .nb-weekly-landing-award__icon {
  color: #7c3aed;
}

.nb-weekly-landing-award h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.nb-weekly-landing-award__line {
  width: 58%;
  height: 2px;
  margin: 0.95rem auto 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #f59e0b);
}

.nb-weekly-landing-award strong {
  display: block;
  color: #102a5f;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 1000;
}

.nb-weekly-landing-award span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(16, 42, 95, 0.8);
  font-size: 0.98rem;
  font-weight: 700;
}

.nb-weekly-landing-afterplay {
  margin-top: 2.3rem;
  padding: 1.45rem 1.55rem;
}

.nb-weekly-landing-afterplay__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nb-weekly-landing-afterplay__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.nb-weekly-landing-afterplay__icon {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  font-size: 1.8rem;
}

.nb-weekly-landing-afterplay__icon.is-blue {
  background: rgba(59, 130, 246, 0.14);
  color: #2563eb;
}

.nb-weekly-landing-afterplay__icon.is-green {
  background: rgba(34, 197, 94, 0.14);
  color: #16a34a;
}

.nb-weekly-landing-afterplay__icon.is-orange {
  background: rgba(249, 115, 22, 0.14);
  color: #ea580c;
}

.nb-weekly-landing-afterplay__item h3 {
  font-size: 1.08rem;
}

.nb-weekly-landing-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.3rem 1.45rem;
}

.nb-weekly-landing-cta__media img {
  width: 8rem;
}

.nb-weekly-landing-cta h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
}

.nb-weekly-landing-bottom-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.25rem;
}

@media (max-width: 1199.98px) {
  .nb-weekly-landing-how {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nb-weekly-landing-awards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nb-weekly-landing-afterplay__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nb-weekly-landing-page .container {
    width: min(100% - 28px, 1480px);
  }

  .nb-weekly-landing-hero,
  .nb-weekly-landing-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nb-weekly-landing-hero__lede {
    margin-inline: auto;
  }

  .nb-weekly-landing-hero__facts,
  .nb-weekly-landing-section__title {
    justify-content: center;
  }

  .nb-weekly-landing-hero__footer {
    grid-template-columns: 1fr;
  }

  .nb-weekly-landing-hero__status,
  .nb-weekly-landing-afterplay__item {
    justify-content: center;
  }

  .nb-weekly-landing-hero__score {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .nb-weekly-landing-page {
    padding: 0.7rem 0 4rem;
  }

  .nb-weekly-landing-hero {
    padding: 1.3rem 1.2rem 1.2rem;
    gap: 1.2rem;
  }

  .nb-weekly-landing-how,
  .nb-weekly-landing-awards {
    grid-template-columns: 1fr;
  }

  .nb-weekly-landing-afterplay,
  .nb-weekly-landing-cta {
    padding: 1.2rem 1rem;
  }

  .nb-weekly-landing-hero__cta {
    width: 100%;
    min-width: 0;
  }
}
