.happy-hour-page {
  --hh-red: #dc0831;
  --hh-red-light: #e8334a;
  --hh-amber: #ffb347;
  --hh-amber-deep: #d88b08;
  --hh-night: #14100a;
  --hh-night-soft: #251d13;
  --hh-bg: #f7f5f1;
  --hh-surface: #ffffff;
  --hh-line: #e6e1d8;
  --hh-ink: #1b1710;
  --hh-ink-muted: #5c554a;
  --hh-ink-soft: #837a6d;
  --hh-green: #198754;
  --hh-display: "Barlow Condensed", sans-serif;
  --hh-body: "Inter", sans-serif;
  --hh-radius: 14px;
  --hh-shadow: 0 10px 30px rgba(27, 23, 16, .08);
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background: var(--hh-bg);
  color: var(--hh-ink);
  font-family: var(--hh-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.happy-hour-page *,
.happy-hour-page *::before,
.happy-hour-page *::after {
  box-sizing: border-box;
}

.happy-hour-page h1,
.happy-hour-page h2,
.happy-hour-page h3,
.happy-hour-page p,
.happy-hour-page dl,
.happy-hour-page dd,
.happy-hour-page ol {
  margin-top: 0;
}

.happy-hour-page a {
  color: inherit;
}

.happy-hour-page :focus-visible {
  outline: 3px solid var(--hh-amber-deep);
  outline-offset: 3px;
}

.hh-shell {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.hh-section {
  padding: 76px 0;
}

.hh-eyebrow {
  margin-bottom: 10px;
  color: var(--hh-red);
  font-family: var(--hh-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-section-heading {
  max-width: 680px;
  margin-bottom: 36px;
}

.hh-section-heading h2,
.hh-credit h2 {
  margin-bottom: 0;
  color: var(--hh-ink);
  font-family: var(--hh-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: .25px;
  line-height: 1.02;
  text-transform: uppercase;
}

.hh-section-heading > p:last-child,
.hh-section-heading > div > p:last-child {
  margin: 12px 0 0;
  color: var(--hh-ink-muted);
}

.hh-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 48px;
  background:
    radial-gradient(1000px 440px at 50% 115%, rgba(243, 167, 28, .16), transparent 62%),
    radial-gradient(470px 330px at -4% 28%, rgba(255, 145, 35, .2), transparent 70%),
    radial-gradient(500px 350px at 104% 34%, rgba(255, 145, 35, .21), transparent 70%),
    linear-gradient(180deg, #231708 0%, #170f08 49%, #090604 100%);
  color: #f4efe6;
  text-align: center;
}

.hh-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .48));
  box-shadow: inset 0 35px 80px rgba(0, 0, 0, .32);
  content: "";
  pointer-events: none;
}

.hh-hero-lights,
.hh-hero-lights::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.hh-hero-lights {
  background:
    radial-gradient(6px 6px at 6% 12%, rgba(255, 214, 140, .9), transparent 65%),
    radial-gradient(5px 5px at 17% 8%, rgba(255, 220, 150, .8), transparent 65%),
    radial-gradient(4px 4px at 30% 21%, rgba(255, 190, 110, .55), transparent 65%),
    radial-gradient(5px 5px at 47% 12%, rgba(255, 205, 130, .55), transparent 65%),
    radial-gradient(5px 5px at 63% 8%, rgba(255, 210, 135, .62), transparent 65%),
    radial-gradient(6px 6px at 80% 11%, rgba(255, 215, 145, .85), transparent 65%),
    radial-gradient(7px 7px at 95% 14%, rgba(255, 222, 155, .8), transparent 65%);
}

.hh-hero-lights::before {
  filter: blur(7px);
  background:
    radial-gradient(20px 20px at 10% 33%, rgba(255, 190, 100, .42), transparent 65%),
    radial-gradient(25px 25px at 24% 12%, rgba(255, 170, 70, .27), transparent 65%),
    radial-gradient(20px 20px at 55% 20%, rgba(255, 185, 95, .26), transparent 65%),
    radial-gradient(19px 19px at 74% 14%, rgba(255, 195, 105, .38), transparent 65%),
    radial-gradient(26px 26px at 89% 39%, rgba(255, 170, 70, .32), transparent 65%);
}

.hh-hero-inner {
  position: relative;
  z-index: 1;
}

.hh-hero .hh-eyebrow {
  margin-bottom: 14px;
  color: var(--hh-amber);
  text-shadow: 0 0 18px rgba(243, 167, 28, .5);
}

.hh-sign {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  margin: 0;
  padding: 16px 48px 4px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 244, 214, .05), transparent 75%);
  font-family: var(--hh-display);
  font-weight: 800;
  line-height: .88;
  text-transform: uppercase;
}

.hh-sign::before {
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, #ffedb3, #f3b13a 38%, #9c6c14 75%, #5e3f08);
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.hh-sign-gold,
.hh-sign-silver {
  display: block;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.hh-sign-gold {
  background-image: linear-gradient(180deg, #fff3cf, #ffd97a 28%, #f2b342 54%, #a06a10);
  filter: drop-shadow(0 2px 0 #6b4408) drop-shadow(0 8px 16px rgba(0, 0, 0, .7));
  font-size: clamp(35px, 5vw, 55px);
  letter-spacing: 2px;
}

.hh-sign-silver {
  margin-bottom: -15px;
  background-image: linear-gradient(180deg, #fff, #f1f5f9 27%, #c3ccd6 55%, #78828f);
  filter: drop-shadow(0 2px 0 #262c34) drop-shadow(0 10px 18px rgba(0, 0, 0, .72));
  font-size: clamp(48px, 7vw, 76px);
  letter-spacing: 4px;
}

.hh-status {
  display: flex;
  justify-content: center;
  margin: 42px 0 32px;
}

.hh-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  margin: 0;
  padding: 8px 19px;
  border: 1px solid rgba(246, 196, 84, .58);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(28, 20, 8, .94), rgba(10, 7, 3, .94));
  box-shadow: inset 0 1px 0 rgba(255, 236, 180, .14), 0 4px 14px rgba(0, 0, 0, .4);
  color: #f4efe6;
  font-family: var(--hh-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-status-pill i,
.hh-status-pill strong {
  color: var(--hh-amber);
}

.hh-status-pill.is-live {
  border-color: var(--hh-amber);
  box-shadow: inset 0 1px 0 rgba(255, 236, 180, .16), 0 0 28px rgba(243, 167, 28, .42);
}

.hh-hero-copy {
  max-width: 66ch;
  margin: 0 auto;
  color: #ece4d3;
  font-size: clamp(14px, 1.8vw, 17px);
  line-height: 1.75;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
}

.hh-hero-copy strong {
  color: #ffca5f;
}

.hh-hero-action {
  margin: 34px 0 36px;
}

.happy-hour-page .hh-primary-button.rtfs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 9px;
  min-height: 46px;
  padding: 11px 26px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--hh-red), var(--hh-red-light));
  box-shadow: 0 8px 22px rgba(220, 8, 49, .34);
  color: #fff;
  font-family: var(--hh-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.happy-hour-page .hh-primary-button.rtfs-btn:hover,
.happy-hour-page .hh-primary-button.rtfs-btn:focus {
  background: linear-gradient(135deg, #c1072b, var(--hh-red));
  box-shadow: 0 10px 27px rgba(220, 8, 49, .48);
  color: #fff;
  text-decoration: none;
}

.hh-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(246, 196, 84, .54);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(24, 17, 7, .8), rgba(8, 5, 2, .8));
  box-shadow: inset 0 1px 0 rgba(255, 236, 180, .1), 0 10px 30px rgba(0, 0, 0, .35);
}

.hh-fact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 5px 16px;
  text-align: left;
}

.hh-fact + .hh-fact {
  border-left: 1px solid rgba(246, 196, 84, .3);
}

.hh-fact > i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border: 1px solid rgba(246, 196, 84, .6);
  border-radius: 50%;
  background: rgba(243, 167, 28, .11);
  color: var(--hh-amber);
}

.hh-fact dt {
  color: var(--hh-amber);
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-fact dd {
  margin: 2px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.hh-drafts-heading,
.hh-about-heading {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
}

.hh-drafts-heading > div,
.hh-about-heading > div {
  max-width: 720px;
}

.hh-flc-mark {
  display: inline-flex;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #e5b448;
  border-radius: 50%;
  background: linear-gradient(145deg, #2b210f, #0c0904);
  box-shadow: 0 5px 18px rgba(27, 23, 16, .2), inset 0 0 0 3px rgba(255, 204, 95, .1);
  color: #ffd374;
  font-family: var(--hh-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
}

.hh-flc-mark i {
  margin-bottom: 5px;
  font-size: 20px;
}

.hh-flc-mark-large {
  width: 90px;
  height: 90px;
  flex-basis: 90px;
  font-size: 16px;
}

.hh-flc-mark-large i {
  font-size: 27px;
}

.hh-feed-status {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: -20px 0 20px;
  color: var(--hh-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.hh-feed-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hh-green);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, .12);
}

.hh-feed-status.is-error .hh-feed-dot {
  background: var(--hh-red);
  box-shadow: 0 0 0 4px rgba(220, 8, 49, .11);
}

.hh-league-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.hh-league-card,
.hh-league-skeleton {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: var(--hh-shadow);
}

.hh-league-card {
  display: flex;
  flex-direction: column;
  transition: transform .16s ease, box-shadow .16s ease;
}

.hh-league-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 36px rgba(27, 23, 16, .12);
}

.hh-league-card.is-full {
  opacity: .76;
}

.hh-card-when {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 20px;
  background: linear-gradient(180deg, var(--hh-night-soft), var(--hh-night));
  color: #f4efe6;
}

.hh-card-when > i {
  flex: 0 0 auto;
  color: var(--hh-amber);
  font-size: 18px;
}

.hh-card-time {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.1;
}

.hh-card-time time {
  color: #ffd591;
  font-family: var(--hh-display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .25px;
  white-space: nowrap;
}

.hh-card-time span {
  margin-top: 4px;
  color: #cfc6b6;
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hh-card-sport {
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(232, 51, 74, .2);
  color: #ff8ba0;
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}

.hh-card-credit {
  padding: 8px 14px;
  background: linear-gradient(90deg, #eda529, var(--hh-amber));
  color: #3a2a05;
  font-family: var(--hh-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.hh-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 21px 20px;
}

.hh-card-title {
  margin: 0;
  font-family: var(--hh-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .25px;
  line-height: 1.05;
  text-transform: uppercase;
}

.hh-card-league-name {
  overflow: hidden;
  margin: 5px 0 0;
  color: var(--hh-ink-soft);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-card-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  margin: 16px 0 0;
}

.hh-card-fact dt,
.hh-card-prize dt {
  color: var(--hh-ink-soft);
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-card-fact dd,
.hh-card-prize dd {
  margin: 2px 0 0;
  color: var(--hh-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.hh-card-prizes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 15px 0 0;
  padding: 12px 14px;
  border: 1px solid #f1dca6;
  border-radius: 10px;
  background: linear-gradient(120deg, #fff7e8, #fef1d8);
}

.hh-card-prize dt {
  color: #936006;
}

.hh-card-prize-overall dd {
  color: var(--hh-red);
}

.hh-card-footer {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: auto;
  padding-top: 17px;
}

.hh-seats {
  min-width: 0;
  flex: 1;
}

.hh-seats progress {
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #eee9e0;
  color: var(--hh-amber-deep);
  accent-color: var(--hh-amber-deep);
}

.hh-seats progress::-webkit-progress-bar {
  border-radius: 999px;
  background: #eee9e0;
}

.hh-seats progress::-webkit-progress-value {
  border-radius: 999px;
  background: linear-gradient(90deg, #e79b17, var(--hh-amber));
}

.hh-seats progress::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #e79b17, var(--hh-amber));
}

.hh-seats small {
  display: block;
  margin-top: 6px;
  color: var(--hh-ink-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.happy-hour-page .hh-join-button.rtfs-btn {
  display: inline-flex;
  min-width: 102px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 0;
  border-radius: 9px;
  background: var(--hh-red);
  color: #fff;
  font-family: var(--hh-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.happy-hour-page .hh-join-button.rtfs-btn:hover,
.happy-hour-page .hh-join-button.rtfs-btn:focus {
  background: var(--hh-red-light);
  color: #fff;
  text-decoration: none;
}

.happy-hour-page .hh-join-button.rtfs-btn:disabled,
.happy-hour-page .hh-join-button.rtfs-btn[aria-disabled="true"] {
  border: 1px solid var(--hh-line);
  background: #f0ede7;
  color: var(--hh-ink-soft);
  cursor: not-allowed;
}

.hh-empty-state {
  grid-column: 1 / -1;
  padding: 48px 24px;
  border: 1px dashed #d5cec2;
  border-radius: var(--hh-radius);
  background: rgba(255, 255, 255, .55);
  color: var(--hh-ink-muted);
  text-align: center;
}

.hh-empty-state i {
  display: block;
  margin-bottom: 10px;
  color: var(--hh-amber-deep);
  font-size: 26px;
}

.hh-empty-state strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hh-ink);
  font-size: 17px;
}

.hh-league-skeleton {
  min-height: 390px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), transparent) -250px 0 / 250px 100% no-repeat,
    linear-gradient(#21180d 0 92px, transparent 92px),
    linear-gradient(#efebe4 0 0) 22px 134px / 68% 22px no-repeat,
    linear-gradient(#f2eee7 0 0) 22px 174px / 84% 90px no-repeat,
    #fff;
  animation: hh-skeleton 1.35s ease-in-out infinite;
}

@keyframes hh-skeleton {
  to { background-position: 520px 0, 0 0, 22px 134px, 22px 174px, 0 0; }
}

.hh-bundle {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
  padding: 25px 29px;
  border: 1px solid #1c3a63;
  border-radius: var(--hh-radius);
  background: linear-gradient(120deg, #0a1830, #0d2040 55%, #0a1830);
  box-shadow: var(--hh-shadow);
  color: #fff;
}

.hh-bundle-icon {
  display: grid;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  place-items: center;
  border: 2px solid rgba(255, 207, 107, .72);
  border-radius: 50%;
  background: rgba(255, 207, 107, .09);
  color: #ffcf6b;
  font-size: 34px;
}

.hh-bundle-copy {
  min-width: 0;
  flex: 1;
}

.hh-bundle-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 11px;
  border: 1px solid rgba(89, 183, 255, .35);
  border-radius: 999px;
  background: rgba(89, 183, 255, .14);
  color: #70c0ff;
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-bundle h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.hh-bundle p {
  margin: 6px 0 0;
  color: #b9c6da;
  font-size: 14px;
  line-height: 1.5;
}

.hh-bundle strong {
  color: #ffcf6b;
}

.hh-all-leagues,
.hh-rules-link {
  margin: 22px 0 0;
  color: var(--hh-ink-muted);
  font-size: 14px;
  text-align: center;
}

.hh-all-leagues a,
.hh-rules-link a {
  color: var(--hh-red);
  font-weight: 800;
  text-decoration: none;
}

.hh-all-leagues a:hover,
.hh-rules-link a:hover {
  text-decoration: underline;
}

.hh-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.hh-step {
  padding: 28px 26px;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: var(--hh-shadow);
}

.hh-step-tag {
  display: block;
  margin-bottom: 9px;
  color: var(--hh-amber-deep);
  font-family: var(--hh-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hh-step h3 {
  margin-bottom: 7px;
  color: var(--hh-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.hh-step p {
  margin-bottom: 0;
  color: var(--hh-ink-muted);
  font-size: 14px;
}

.hh-credit {
  background: linear-gradient(180deg, var(--hh-night-soft), var(--hh-night));
  color: #f4efe6;
  text-align: center;
}

.hh-credit .hh-coin {
  display: grid;
  width: 116px;
  height: 116px;
  margin: 0 auto 23px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffe1a8, #f3a71c 58%, #b57610);
  box-shadow: 0 0 0 6px rgba(255, 179, 71, .15), 0 0 44px rgba(255, 179, 71, .35);
  color: #4a3208;
  font-family: var(--hh-display);
  font-size: 39px;
  font-weight: 800;
}

.hh-credit h2 {
  color: #f4efe6;
}

.hh-credit p {
  max-width: 62ch;
  margin: 14px auto 0;
  color: #cfc6b6;
}

.hh-credit strong {
  color: #ffd591;
}

.hh-about {
  border-block: 1px solid var(--hh-line);
  background: var(--hh-surface);
}

.hh-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
}

.hh-about-card {
  padding: 22px 23px;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-bg);
}

.hh-about-card dt {
  margin-bottom: 7px;
  color: var(--hh-red);
  font-family: var(--hh-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hh-about-card dd {
  margin: 0;
}

.hh-about-card strong,
.hh-about-card span {
  display: block;
}

.hh-about-card strong {
  margin-bottom: 7px;
  color: var(--hh-ink);
  font-size: 18px;
  line-height: 1.25;
}

.hh-about-card span {
  color: var(--hh-ink-muted);
  font-size: 13px;
  line-height: 1.5;
}

.hh-about-card-highlight {
  border-color: #f1dca6;
  background: linear-gradient(120deg, #fff7e8, #fef1d8);
}

.hh-about-card-highlight dt {
  color: #936006;
}

.hh-about-card-highlight strong {
  color: var(--hh-red);
}

.hh-faq-list {
  max-width: 800px;
}

.hh-faq {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
}

.hh-faq summary {
  position: relative;
  padding: 18px 52px 18px 21px;
  color: var(--hh-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.hh-faq summary::-webkit-details-marker {
  display: none;
}

.hh-faq summary::after {
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--hh-amber-deep);
  content: "+";
  font-family: var(--hh-display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.hh-faq[open] summary::after {
  content: "\2212";
}

.hh-faq p {
  margin: -2px 0 0;
  padding: 0 21px 19px;
  color: var(--hh-ink-muted);
  font-size: 14px;
}

.hh-mobile-cta {
  display: none;
}

@media (max-width: 880px) {
  .hh-facts,
  .hh-steps,
  .hh-about-grid {
    grid-template-columns: 1fr;
  }

  .hh-fact {
    justify-content: flex-start;
  }

  .hh-fact + .hh-fact {
    border-top: 1px solid rgba(246, 196, 84, .3);
    border-left: 0;
  }

  .hh-about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hh-shell {
    width: min(100% - 30px, 1180px);
  }

  .hh-section {
    padding: 54px 0;
  }

  .hh-hero {
    padding: 48px 0 38px;
  }

  .hh-sign {
    padding-inline: 26px;
  }

  .hh-sign-gold {
    font-size: 36px;
  }

  .hh-sign-silver {
    font-size: 51px;
  }

  .hh-status-pill {
    max-width: 100%;
    letter-spacing: 1px;
  }

  .hh-drafts-heading,
  .hh-about-heading {
    align-items: flex-start;
  }

  .hh-flc-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .hh-flc-mark-large {
    display: none;
  }

  .hh-league-grid,
  .hh-about-grid {
    grid-template-columns: 1fr;
  }

  .hh-bundle {
    flex-direction: column;
    padding: 24px 21px;
    text-align: center;
  }

  .hh-card-when {
    padding-inline: 17px;
  }

  .hh-card-content {
    padding-inline: 18px;
  }

  .happy-hour-page {
    padding-bottom: 74px;
  }

  .hh-mobile-cta {
    display: block;
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 11px 15px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--hh-line);
    background: rgba(247, 245, 241, .95);
    backdrop-filter: blur(10px);
  }

  .hh-mobile-cta .hh-primary-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-league-card,
  .hh-league-skeleton {
    animation: none;
    transition: none;
  }
}