/* CommunityHub Theme v0.4.278 — Hooligan Hall of Fame presentation ownership.
 * Core supplies winner/history markup and state. Theme owns layout, materials,
 * responsive composition, podium hierarchy and motion presentation. */

body.ch-hooligan-hall-page .ch-theme-page-header{display:none!important}
body.ch-hooligan-hall-page .ch-theme-page-shell{min-width:0}
body.ch-hooligan-hall-page .ch-theme-page-content{padding-top:0!important}

.ch-hooligan-hof:not(.is-compact){
  --hof-gold:#f4c95d;
  --hof-gold-2:#a96f0c;
  --hof-silver:#cbd5e1;
  --hof-bronze:#c67a45;
  --hof-ink:#0c1322;
  position:relative!important;
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  padding:clamp(22px,3vw,36px)!important;
  gap:24px!important;
  border:1px solid color-mix(in srgb,var(--hof-gold) 38%,var(--ch-border,#cbd5e1))!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 50% -8%,rgba(244,201,93,.18),transparent 26%),
    linear-gradient(155deg,#fffdf8 0%,#fff 44%,#f8fafc 100%)!important;
  box-shadow:0 26px 70px rgba(64,42,6,.12),inset 0 1px rgba(255,255,255,.95)!important;
  overflow:hidden!important;
  isolation:isolate;
}
.ch-hooligan-hof:not(.is-compact)::before{
  content:""!important;
  position:absolute!important;inset:0!important;z-index:-2!important;pointer-events:none!important;
  background:
    radial-gradient(circle,rgba(190,133,28,.23) 0 1px,transparent 1.4px) 5px 9px/68px 68px,
    radial-gradient(circle,rgba(255,255,255,.88) 0 1px,transparent 1.4px) 28px 34px/91px 91px!important;
  opacity:.42!important;
  animation:chThemeHofStars 18s linear infinite!important;
}
.ch-hooligan-hof:not(.is-compact)::after{
  content:""!important;
  position:absolute!important;inset:-60% -20%!important;z-index:-1!important;pointer-events:none!important;
  background:linear-gradient(115deg,transparent 39%,rgba(255,222,127,.10) 47%,rgba(255,255,255,.42) 50%,rgba(255,222,127,.09) 53%,transparent 61%)!important;
  transform:translateX(-70%) rotate(6deg)!important;
  animation:chThemeHofRoomSweep 11s ease-in-out infinite!important;
}

.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head{
  max-width:760px!important;margin:0 auto!important;padding:0!important;text-align:center!important;z-index:2!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-trophy{
  display:grid!important;place-items:center!important;width:54px!important;height:54px!important;margin:0 auto 8px!important;
  border:1px solid rgba(154,103,7,.38)!important;border-radius:17px!important;
  background:linear-gradient(145deg,#fff6bb,#f4c95d 56%,#9a6707)!important;
  color:#2a1b02!important;font-size:28px!important;
  box-shadow:0 12px 30px rgba(153,101,6,.20),0 0 28px rgba(244,201,93,.28)!important;
  animation:chThemeHofTrophy 4.8s ease-in-out infinite!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-kicker{font-size:10px!important;letter-spacing:.23em!important;color:#9a6707!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2{margin:5px 0 7px!important;font-size:clamp(30px,4vw,46px)!important;letter-spacing:-.035em!important;line-height:1!important;color:#162033!important;text-shadow:none!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p{margin:0 auto!important;max-width:650px!important;font-size:14px!important;line-height:1.55!important;color:#5e6b7c!important}

/* Top-three architecture */
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage{
  position:relative!important;z-index:2!important;
  width:min(1040px,100%)!important;margin:0 auto!important;
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-runners{display:contents!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-champion-slot{grid-column:2!important;grid-row:1!important;min-width:0!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2{grid-column:1!important;grid-row:1!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3{grid-column:3!important;grid-row:1!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-1{grid-template-columns:minmax(0,440px)!important;justify-content:center!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-1 .ch-hooligan-hof-champion-slot{grid-column:1!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;max-width:780px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2 .ch-hooligan-hof-champion-slot{grid-column:1!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2 .ch-hooligan-hof-card.rank-2{grid-column:2!important}

/* Shared podium card material */
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium{
  position:relative!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-areas:"avatar copy" "rank copy"!important;
  column-gap:15px!important;row-gap:5px!important;
  align-items:center!important;
  min-width:0!important;min-height:0!important;height:auto!important;
  padding:20px!important;border-radius:20px!important;
  text-align:left!important;text-decoration:none!important;
  overflow:hidden!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion::before,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.34) 48%,transparent 64%)!important;background-size:260% 100%!important;transform:translateX(-120%)!important;animation:chThemeHofCardSweep 6.5s ease-in-out infinite!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion::after{content:"♛"!important;position:absolute!important;right:14px!important;bottom:7px!important;font-size:54px!important;line-height:1!important;color:rgba(244,201,93,.10)!important;font-weight:900!important;pointer-events:none!important}

.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion{
  border:1px solid rgba(194,137,24,.68)!important;
  background:radial-gradient(circle at 18% 22%,rgba(255,226,126,.22),transparent 36%),linear-gradient(145deg,#fffdf8,#fff9e8 58%,#fff)!important;
  box-shadow:0 18px 42px rgba(123,82,9,.15),0 0 0 1px rgba(244,201,93,.08),inset 0 1px rgba(255,255,255,.96)!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2{border:1px solid rgba(148,163,184,.58)!important;background:linear-gradient(145deg,#fff,#f1f5f9)!important;box-shadow:0 15px 34px rgba(51,65,85,.11),inset 0 1px rgba(255,255,255,.94)!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3{border:1px solid rgba(178,107,58,.48)!important;background:linear-gradient(145deg,#fffaf7,#fff1e8)!important;box-shadow:0 15px 34px rgba(116,70,39,.10),inset 0 1px rgba(255,255,255,.94)!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion:hover,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium:hover{transform:translateY(-5px)!important}

.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-rank,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-rank{
  grid-area:rank!important;position:static!important;min-width:0!important;display:block!important;text-align:center!important;font-size:23px!important;line-height:1!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-avatar{
  grid-area:avatar!important;margin:0!important;width:84px!important;height:84px!important;padding:3px!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar{width:94px!important;height:94px!important;border:3px solid var(--hof-gold)!important;box-shadow:0 0 0 5px rgba(244,201,93,.10),0 0 25px rgba(244,201,93,.24)!important;animation:chThemeChampionHalo 3.4s ease-in-out infinite!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2 .ch-hooligan-hof-avatar{border-color:#aeb9c8!important;background:#334155!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3 .ch-hooligan-hof-avatar{border-color:#b76c3d!important;background:#3b251a!important}

.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-copy,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-copy{grid-area:copy!important;display:grid!important;gap:6px!important;min-width:0!important;justify-items:start!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-name-row{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-name-row strong{font-size:23px!important;line-height:1.05!important;color:#172033!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-name-row strong{font-size:18px!important;line-height:1.05!important;color:#172033!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-copy>b{font-size:10px!important;line-height:1.3!important;color:#986709!important;text-transform:uppercase!important;letter-spacing:.035em!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2 .ch-hooligan-hof-copy>b{color:#637083!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3 .ch-hooligan-hof-copy>b{color:#9a5933!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats{display:flex!important;gap:6px!important;flex-wrap:wrap!important;margin:2px 0 0!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span{display:grid!important;gap:1px!important;min-width:62px!important;padding:6px 8px!important;border:1px solid rgba(100,116,139,.15)!important;border-radius:9px!important;background:rgba(255,255,255,.70)!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small{font-size:6.5px!important;line-height:1!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#6b7788!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong{font-size:11px!important;line-height:1.15!important;color:#172033!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-reigning-ribbon{top:10px!important;right:10px!important;padding:5px 8px!important;border-radius:999px!important;background:linear-gradient(145deg,#f9dc79,#af780d)!important;color:#281a02!important;font-size:7px!important;letter-spacing:.08em!important;box-shadow:0 6px 16px rgba(132,89,8,.17)!important}

/* Inducted gallery — designed to scale to dozens of winners. */
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-section{position:relative!important;z-index:2!important;width:min(1100px,100%)!important;margin:0 auto!important;padding-top:2px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-head{margin:0 0 10px!important;padding:0 2px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-head h3{font-size:20px!important;color:#172033!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(235px,1fr))!important;gap:10px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery{
  display:grid!important;grid-template-columns:28px 54px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;
  min-height:88px!important;padding:11px 12px!important;border-radius:14px!important;
  border:1px solid #d7dfE9!important;background:#fff!important;box-shadow:0 7px 18px rgba(15,23,42,.06)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery:hover{transform:translateY(-3px)!important;border-color:rgba(194,137,24,.45)!important;box-shadow:0 12px 24px rgba(74,51,10,.10)!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-rank{position:static!important;min-width:0!important;font-size:12px!important;color:#8f630c!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-avatar{width:50px!important;height:50px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-copy{gap:2px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-copy strong{font-size:14px!important;color:#172033!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-copy>b{font-size:8px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats{gap:3px!important;margin-top:2px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats>span{min-width:0!important;padding:3px 5px!important;border-radius:6px!important;background:#f8fafc!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats small{font-size:5.5px!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats strong{font-size:8.5px!important}

.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer{position:relative!important;z-index:2!important;width:min(1100px,100%)!important;margin:0 auto!important;padding-top:12px!important;border-top:1px solid rgba(154,103,7,.24)!important;color:#697586!important}
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer b{color:#936407!important}

/* Compact widget presentation and weekly Hall CTA. */
.ch-hooligan-week-hall-button{min-height:30px!important;padding:6px 10px!important;border-radius:10px!important;border-color:rgba(178,126,19,.36)!important;background:linear-gradient(145deg,#fff8d8,#f7e4a4)!important;color:#6f4a06!important;box-shadow:0 5px 14px rgba(105,74,12,.09)!important}
.ch-hooligan-week-hall-button:hover{transform:translateY(-2px)!important;box-shadow:0 9px 20px rgba(105,74,12,.15)!important}
.ch-hooligan-hof.is-compact{border-radius:14px!important;box-shadow:none!important}

/* Dark-mode material parity */
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact){
  background:radial-gradient(circle at 50% -8%,rgba(244,201,93,.14),transparent 27%),linear-gradient(155deg,#090f1c,#111a2b 58%,#0a101d)!important;
  border-color:rgba(244,201,93,.30)!important;box-shadow:0 30px 76px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.035)!important;
}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2,
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-head h3{color:#f7f9fd!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p{color:#bdc8d8!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion{background:radial-gradient(circle at 18% 22%,rgba(244,201,93,.19),transparent 34%),linear-gradient(145deg,#17160f,#111827 62%,#0e1625)!important;border-color:rgba(244,201,93,.48)!important;box-shadow:0 18px 42px rgba(0,0,0,.31),0 0 28px rgba(244,201,93,.06)!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2{background:linear-gradient(145deg,#182231,#111827)!important;border-color:rgba(190,202,219,.37)!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3{background:linear-gradient(145deg,#221b18,#111827)!important;border-color:rgba(198,122,69,.38)!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-name-row strong,
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-copy strong{color:#f8fafc!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span{background:rgba(15,23,42,.62)!important;border-color:rgba(148,163,184,.18)!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small{color:#9eabbd!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong{color:#f8fafc!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery{background:#121c2d!important;border-color:#334155!important;box-shadow:0 8px 20px rgba(0,0,0,.22)!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats>span{background:#0f172a!important}
:is(html[data-ch-theme-mode="dark"],body.ch-theme-mode-dark,body.ch-theme-dark,[data-ch-theme="dark"]) .ch-hooligan-week-hall-button{background:linear-gradient(145deg,rgba(244,201,93,.17),rgba(244,201,93,.07))!important;color:#ffe79b!important;border-color:rgba(244,201,93,.32)!important}

/* Arrival motion uses Core's semantic .is-arrived state; Theme owns rendering. */
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-section,
.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer{opacity:0;transform:translateY(14px)}
.ch-hooligan-hof:not(.is-compact).is-arrived .ch-hooligan-hof-head{animation:chThemeHofEnter .58s cubic-bezier(.16,1,.3,1) .02s forwards}
.ch-hooligan-hof:not(.is-compact).is-arrived .ch-hooligan-hof-stage{animation:chThemeHofEnter .62s cubic-bezier(.16,1,.3,1) .12s forwards}
.ch-hooligan-hof:not(.is-compact).is-arrived .ch-hooligan-hof-gallery-section{animation:chThemeHofEnter .62s cubic-bezier(.16,1,.3,1) .22s forwards}
.ch-hooligan-hof:not(.is-compact).is-arrived .ch-hooligan-hof-footer{animation:chThemeHofEnter .62s cubic-bezier(.16,1,.3,1) .30s forwards}

@keyframes chThemeHofEnter{to{opacity:1;transform:none}}
@keyframes chThemeHofTrophy{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-5px) rotate(2deg)}}
@keyframes chThemeHofCardSweep{0%,60%{transform:translateX(-130%)}82%,100%{transform:translateX(130%)}}
@keyframes chThemeChampionHalo{0%,100%{box-shadow:0 0 0 5px rgba(244,201,93,.09),0 0 22px rgba(244,201,93,.22)}50%{box-shadow:0 0 0 7px rgba(244,201,93,.06),0 0 34px rgba(244,201,93,.34)}}
@keyframes chThemeHofRoomSweep{0%,64%{transform:translateX(-70%) rotate(6deg)}84%,100%{transform:translateX(70%) rotate(6deg)}}
@keyframes chThemeHofStars{to{background-position:73px 34px,112px 89px}}

@media(max-width:980px){
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2{grid-template-columns:1fr 1fr!important;max-width:780px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-champion-slot{grid-column:1/-1!important;max-width:520px!important;width:100%!important;justify-self:center!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-card.rank-2{grid-column:1!important;grid-row:2!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-card.rank-3{grid-column:2!important;grid-row:2!important}
}
@media(max-width:680px){
  .ch-hooligan-hof:not(.is-compact){padding:18px 14px!important;border-radius:20px!important;gap:18px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2{font-size:30px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p{font-size:12px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-1,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3{grid-template-columns:1fr!important;max-width:520px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-champion-slot,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-card.rank-2,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-card.rank-3{grid-column:1!important;grid-row:auto!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium{padding:15px!important;grid-template-columns:72px minmax(0,1fr)!important;column-gap:12px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar{width:72px!important;height:72px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-avatar{width:62px!important;height:62px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-name-row strong{font-size:20px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-name-row strong{font-size:17px!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){
  .ch-hooligan-hof:not(.is-compact)::before,.ch-hooligan-hof:not(.is-compact)::after,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-trophy,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion::before,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium::before,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar{animation:none!important}
  .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery-section,.ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer{opacity:1!important;transform:none!important;animation:none!important}
}

/* =========================================================
   v0.4.279 — Hall card geometry ownership recovery
   Theme fully owns card internals; Core supplies semantic markup/data only.
   ========================================================= */
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage{
  width:min(900px,100%)!important;
  margin-inline:auto!important;
  align-items:stretch!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:900px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2 .ch-hooligan-hof-champion-slot,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2 .ch-hooligan-hof-card.rank-2{
  grid-column:auto!important;
  grid-row:1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-runners{
  display:contents!important;
}

/* Every podium card gets one stable horizontal anatomy: medal | avatar | content. */
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium{
  display:grid!important;
  grid-template-columns:38px 82px minmax(0,1fr)!important;
  grid-template-areas:"rank avatar copy"!important;
  gap:14px!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  min-height:132px!important;
  height:100%!important;
  padding:18px 20px!important;
  box-sizing:border-box!important;
  text-align:left!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion{
  grid-template-columns:42px 92px minmax(0,1fr)!important;
  min-height:144px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-rank,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-rank{
  grid-area:rank!important;
  position:static!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  font-size:29px!important;
  line-height:1!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-rank{font-size:34px!important}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-avatar{
  grid-area:avatar!important;
  position:relative!important;
  width:78px!important;
  height:78px!important;
  min-width:78px!important;
  margin:0!important;
  align-self:center!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar{
  width:88px!important;
  height:88px!important;
  min-width:88px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-copy,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-copy{
  grid-area:copy!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-name-row{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-name-row strong,
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-name-row strong{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:20px!important;
  line-height:1.1!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-name-row strong{font-size:22px!important}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-copy>b{
  display:block!important;
  max-width:100%!important;
  font-size:10px!important;
  line-height:1.35!important;
  white-space:normal!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  width:100%!important;
  margin-top:3px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span{
  display:grid!important;
  align-content:center!important;
  min-width:0!important;
  min-height:42px!important;
  padding:6px 7px!important;
  border-radius:9px!important;
  box-sizing:border-box!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:6.5px!important;
  letter-spacing:.04em!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:11px!important;
  line-height:1.15!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-reigning-ribbon{
  top:10px!important;
  right:10px!important;
  max-width:130px!important;
  padding:5px 8px!important;
  font-size:7px!important;
  line-height:1!important;
}

/* Three-winner podium: champion spans top, silver/bronze share the row below. */
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:min(900px,100%)!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-champion-slot{
  grid-column:1/-1!important;
  width:min(620px,100%)!important;
  justify-self:center!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-card.rank-2{
  grid-column:1!important;grid-row:2!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3 .ch-hooligan-hof-card.rank-3{
  grid-column:2!important;grid-row:2!important;
}

/* Future gallery: readable compact plaques, not miniature data cards. */
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-gallery{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:12px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery{
  display:grid!important;
  grid-template-columns:34px 58px minmax(0,1fr)!important;
  grid-template-areas:"rank avatar copy"!important;
  gap:10px!important;
  align-items:center!important;
  min-height:94px!important;
  padding:12px 14px!important;
  box-sizing:border-box!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-rank{grid-area:rank!important;position:static!important}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-avatar{grid-area:avatar!important;width:54px!important;height:54px!important;margin:0!important}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-copy{grid-area:copy!important;min-width:0!important;width:100%!important}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-gallery .ch-hooligan-hof-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}

@media(max-width:760px){
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-1,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-2,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage.podium-count-3{
    grid-template-columns:1fr!important;
    width:min(520px,100%)!important;
  }
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-champion-slot,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-card.rank-2,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage .ch-hooligan-hof-card.rank-3{
    grid-column:1!important;grid-row:auto!important;width:100%!important;max-width:none!important;
  }
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium{
    grid-template-columns:32px 68px minmax(0,1fr)!important;
    min-height:118px!important;
    padding:14px!important;
    gap:10px!important;
  }
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-avatar{width:64px!important;height:64px!important;min-width:64px!important}
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:460px){
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium{
    grid-template-columns:28px 58px minmax(0,1fr)!important;
    padding:12px!important;
  }
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion .ch-hooligan-hof-avatar,
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-podium .ch-hooligan-hof-avatar{width:54px!important;height:54px!important;min-width:54px!important}
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-name-row strong{font-size:16px!important}
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats{grid-template-columns:1fr!important;width:100%!important}
}


/* =========================================================
   v0.4.280 — Hall of Fame throne-room + winner spotlight
   Compact Hall cards browse at scale; click/tap opens a full
   ceremonial winner view owned entirely by the Theme.
   ========================================================= */
body.ch-hooligan-hall-page .ch-theme-container{
  width:min(1280px,calc(100% - 32px))!important;
  max-width:1280px!important;
}
body.ch-hooligan-hall-page .ch-theme-page-shell{
  width:100%!important;
  max-width:none!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact){
  width:100%!important;
  max-width:1180px!important;
  padding:clamp(28px,4vw,48px)!important;
  background:
    radial-gradient(ellipse at 50% -8%,rgba(244,201,93,.18),transparent 30%),
    radial-gradient(ellipse at 50% 112%,rgba(90,60,8,.12),transparent 32%),
    linear-gradient(155deg,#fffefa 0%,#fff 48%,#f7f9fc 100%)!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head{
  margin-bottom:6px!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stage{
  width:min(960px,100%)!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof-card:not(.is-compact){
  cursor:pointer!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof-card:not(.is-compact):focus-visible{
  outline:3px solid color-mix(in srgb,var(--hof-gold,#f4c95d) 70%,#fff)!important;
  outline-offset:4px!important;
}
.ch-hof-open-cue{
  display:inline-flex!important;align-items:center!important;gap:5px!important;
  margin-top:2px!important;padding:4px 8px!important;border:1px solid rgba(154,103,7,.22)!important;
  border-radius:999px!important;background:rgba(244,201,93,.08)!important;
  color:#8b5e08!important;font-size:9px!important;font-weight:900!important;line-height:1!important;
  letter-spacing:.055em!important;text-transform:uppercase!important;white-space:nowrap!important;
}
.ch-hof-open-cue::before{content:"✦";font-size:9px}
html[data-ch-theme-mode="dark"] .ch-hof-open-cue,body.ch-theme-mode-dark .ch-hof-open-cue{border-color:rgba(244,201,93,.28)!important;background:rgba(244,201,93,.09)!important;color:#f6d676!important}

body.ch-hof-spotlight-open{overflow:hidden!important}
.ch-hof-spotlight-modal{
  position:fixed!important;inset:0!important;z-index:2147483200!important;
  display:grid!important;place-items:center!important;padding:18px!important;
  opacity:0!important;visibility:hidden!important;transition:opacity .22s ease,visibility .22s ease!important;
}
.ch-hof-spotlight-modal.is-open{opacity:1!important;visibility:visible!important}
.ch-hof-spotlight-backdrop{
  position:absolute!important;inset:0!important;border:0!important;padding:0!important;margin:0!important;
  background:rgba(4,8,17,.76)!important;backdrop-filter:blur(16px) saturate(1.05)!important;cursor:pointer!important;
}
.ch-hof-spotlight-panel{
  --spot-gold:#f4c95d;--spot-deep:#0d1424;
  position:relative!important;z-index:2!important;width:min(720px,calc(100vw - 28px))!important;max-height:min(88vh,820px)!important;
  overflow:auto!important;overscroll-behavior:contain!important;
  padding:clamp(24px,4vw,38px)!important;border:1px solid rgba(244,201,93,.56)!important;border-radius:28px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(244,201,93,.24),transparent 31%),
    radial-gradient(circle at 12% 28%,rgba(244,201,93,.08),transparent 28%),
    linear-gradient(155deg,#121a2b,#090f1c 68%,#12121a)!important;
  color:#f8fafc!important;text-align:center!important;
  box-shadow:0 38px 110px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.04) inset,0 0 54px rgba(244,201,93,.18)!important;
  transform:translateY(22px) scale(.96)!important;transition:transform .28s cubic-bezier(.16,1,.3,1)!important;
  isolation:isolate!important;
}
.ch-hof-spotlight-modal.is-open .ch-hof-spotlight-panel{transform:none!important}
.ch-hof-spotlight-panel::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;pointer-events:none!important;border-radius:inherit!important;
  background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.12) 48%,transparent 60%)!important;background-size:260% 100%!important;
  animation:chHofSpotlightSweep 5.6s ease-in-out infinite!important;
}
.ch-hof-spotlight-panel::after{
  content:"HALL OF FAME"!important;position:absolute!important;left:50%!important;top:48%!important;z-index:-1!important;transform:translate(-50%,-50%)!important;
  color:rgba(244,201,93,.035)!important;font-size:clamp(52px,10vw,94px)!important;font-weight:1000!important;line-height:.82!important;letter-spacing:-.055em!important;white-space:nowrap!important;pointer-events:none!important;
}
.ch-hof-spotlight-close{
  position:absolute!important;right:14px!important;top:14px!important;z-index:5!important;width:40px!important;height:40px!important;padding:0!important;
  display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;
  background:rgba(2,6,23,.48)!important;color:#fff!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;
  transition:transform .16s ease,background .16s ease,border-color .16s ease!important;
}
.ch-hof-spotlight-close:hover,.ch-hof-spotlight-close:focus-visible{transform:scale(1.06)!important;background:rgba(244,201,93,.14)!important;border-color:rgba(244,201,93,.48)!important;outline:none!important}
.ch-hof-spotlight-medal{font-size:34px!important;line-height:1!important;margin-bottom:3px!important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.32))}
.ch-hof-spotlight-kicker{display:block!important;margin:0 0 10px!important;color:#f4c95d!important;font-size:10px!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important}
.ch-hof-spotlight-avatar{
  position:relative!important;width:144px!important;height:144px!important;margin:0 auto 14px!important;padding:5px!important;border:3px solid #f4c95d!important;border-radius:50%!important;
  background:#0b1220!important;box-shadow:0 0 0 7px rgba(244,201,93,.10),0 0 46px rgba(244,201,93,.32)!important;
  animation:chHofSpotlightHalo 3.2s ease-in-out infinite!important;
}
.ch-hof-spotlight-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}
.ch-hof-spotlight-crown{
  position:absolute!important;right:-6px!important;bottom:2px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;
  border:2px solid #101827!important;border-radius:50%!important;background:linear-gradient(145deg,#fff4a8,#d89b17)!important;color:#3a2500!important;font-size:17px!important;box-shadow:0 5px 16px rgba(0,0,0,.35)!important;
}
.ch-hof-spotlight-panel h2{margin:0!important;color:#fff!important;font-size:clamp(28px,5vw,42px)!important;line-height:1!important;letter-spacing:-.035em!important}
.ch-hof-spotlight-honor{margin:8px auto 0!important;max-width:560px!important;color:#f4c95d!important;font-size:13px!important;font-weight:900!important;line-height:1.4!important;text-transform:uppercase!important;letter-spacing:.045em!important}
.ch-hof-spotlight-permanent{margin:8px auto 0!important;max-width:560px!important;color:#cbd5e1!important;font-size:13px!important;line-height:1.55!important}
.ch-hof-spotlight-stats{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:22px auto 0!important;max-width:570px!important;
}
.ch-hof-spotlight-stat{
  min-width:0!important;padding:13px 10px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:rgba(255,255,255,.055)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.045)!important;
}
.ch-hof-spotlight-stat small{display:block!important;margin-bottom:5px!important;color:#94a3b8!important;font-size:9px!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important}
.ch-hof-spotlight-stat strong{display:block!important;color:#fff!important;font-size:17px!important;line-height:1.15!important;overflow-wrap:anywhere!important}
.ch-hof-spotlight-actions{display:flex!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;margin-top:22px!important}
.ch-hof-spotlight-actions a,.ch-hof-spotlight-actions button{
  min-height:42px!important;padding:10px 17px!important;border-radius:12px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;cursor:pointer!important;
}
.ch-hof-spotlight-profile{border:1px solid #e0ac35!important;background:linear-gradient(145deg,#f8d36c,#b9760c)!important;color:#241600!important;box-shadow:0 9px 22px rgba(185,118,12,.24)!important}
.ch-hof-spotlight-dismiss{border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.06)!important;color:#f8fafc!important}
.ch-hof-spotlight-confetti{position:absolute!important;inset:0!important;overflow:hidden!important;pointer-events:none!important;z-index:3!important}
.ch-hof-spotlight-confetti i{position:absolute!important;left:50%!important;top:42%!important;width:var(--s,7px)!important;height:calc(var(--s,7px)*1.7)!important;border-radius:2px!important;background:var(--c,#f4c95d)!important;opacity:0!important;animation:chHofSpotlightConfetti var(--d,1.7s) cubic-bezier(.13,.77,.22,1) var(--delay,0s) forwards!important}

/* Light mode keeps the ceremonial identity but shifts to ceramic/ivory. */
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-panel,
body:not(.ch-theme-mode-dark) .ch-hof-spotlight-panel{
  background:
    radial-gradient(circle at 50% 0%,rgba(244,201,93,.22),transparent 31%),
    linear-gradient(155deg,#fffef9,#fff 58%,#f8fafc)!important;
  color:#172033!important;border-color:rgba(186,129,20,.58)!important;box-shadow:0 38px 110px rgba(43,35,20,.30),0 0 0 1px rgba(255,255,255,.96) inset,0 0 48px rgba(244,201,93,.16)!important;
}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-panel h2,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-panel h2{color:#172033!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-permanent,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-permanent{color:#5e6b7c!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-stat,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-stat{border-color:#d7dfeb!important;background:#f8fafc!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-stat small,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-stat small{color:#68778b!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-stat strong,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-stat strong{color:#172033!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-dismiss,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-dismiss{border-color:#cfd8e5!important;background:#fff!important;color:#172033!important}
html:not([data-ch-theme-mode="dark"]) .ch-hof-spotlight-close,body:not(.ch-theme-mode-dark) .ch-hof-spotlight-close{border-color:#d3dae5!important;background:rgba(255,255,255,.88)!important;color:#172033!important}

@keyframes chHofSpotlightSweep{0%,18%{background-position:140% 0}55%,100%{background-position:-140% 0}}
@keyframes chHofSpotlightHalo{0%,100%{box-shadow:0 0 0 7px rgba(244,201,93,.10),0 0 35px rgba(244,201,93,.24)}50%{box-shadow:0 0 0 10px rgba(244,201,93,.055),0 0 56px rgba(244,201,93,.40)}}
@keyframes chHofSpotlightConfetti{0%{opacity:0;transform:translate(-50%,-50%) rotate(0) scale(.75)}10%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--dx,0px)),calc(-50% + var(--dy,260px))) rotate(var(--r,540deg)) scale(1)}}

@media(max-width:620px){
  body.ch-hooligan-hall-page .ch-theme-container{width:calc(100% - 16px)!important}
  body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact){padding:22px 14px!important;border-radius:22px!important}
  .ch-hof-spotlight-modal{padding:8px!important}
  .ch-hof-spotlight-panel{width:calc(100vw - 16px)!important;max-height:92vh!important;padding:24px 15px 18px!important;border-radius:22px!important}
  .ch-hof-spotlight-avatar{width:116px!important;height:116px!important}
  .ch-hof-spotlight-stats{grid-template-columns:1fr!important;gap:7px!important}
  .ch-hof-spotlight-stat{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;text-align:left!important;padding:10px 12px!important}
  .ch-hof-spotlight-stat small{margin:0!important}.ch-hof-spotlight-stat strong{text-align:right!important;font-size:15px!important}
  .ch-hof-spotlight-actions>*{flex:1 1 140px!important}
}
@media(prefers-reduced-motion:reduce){
  .ch-hof-spotlight-panel,.ch-hof-spotlight-panel::before,.ch-hof-spotlight-avatar,.ch-hof-spotlight-confetti i{animation:none!important;transition:none!important}
  .ch-hof-spotlight-confetti{display:none!important}
}


/* =========================================================
   v0.4.281 — Hall of Fame explicit dual-theme color ownership
   Final theme-mode contract intentionally lives at EOF so later
   presentation layers cannot accidentally override dark/light colors.
   ========================================================= */
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact),
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact){
  background:
    radial-gradient(ellipse at 50% -8%,rgba(244,201,93,.15),transparent 30%),
    radial-gradient(ellipse at 50% 112%,rgba(90,60,8,.14),transparent 34%),
    linear-gradient(155deg,#090f1c 0%,#111a2b 52%,#0a101d 100%)!important;
  border-color:rgba(244,201,93,.30)!important;
  color:#f8fafc!important;
  box-shadow:0 30px 76px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.035)!important;
}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2{color:#f8fafc!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p{color:#bdc8d8!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.is-champion{
  background:radial-gradient(circle at 18% 22%,rgba(244,201,93,.18),transparent 34%),linear-gradient(145deg,#17160f,#111827 62%,#0e1625)!important;
  border-color:rgba(244,201,93,.48)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.31),0 0 28px rgba(244,201,93,.06)!important;
}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-2{background:linear-gradient(145deg,#182231,#111827)!important;border-color:rgba(190,202,219,.37)!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card.rank-3{background:linear-gradient(145deg,#221b18,#111827)!important;border-color:rgba(198,122,69,.38)!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-name-row strong,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-name-row strong{color:#f8fafc!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span{background:rgba(15,23,42,.72)!important;border-color:rgba(148,163,184,.20)!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small{color:#9eabbd!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong{color:#f8fafc!important}
html[data-ch-theme-mode="dark"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer,
body.ch-theme-mode-dark.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-footer{color:#93a4bb!important;border-color:rgba(244,201,93,.18)!important}

html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact){
  background:
    radial-gradient(ellipse at 50% -8%,rgba(244,201,93,.14),transparent 29%),
    radial-gradient(ellipse at 50% 112%,rgba(198,163,82,.08),transparent 34%),
    linear-gradient(155deg,#fffdfa 0%,#fff 48%,#f4f7fb 100%)!important;
  border-color:rgba(174,130,42,.36)!important;
  color:#172033!important;
  box-shadow:0 26px 70px rgba(64,42,6,.12),inset 0 1px rgba(255,255,255,.98)!important;
}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head h2{color:#172033!important}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-head p{color:#526174!important}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-card .ch-hooligan-hof-name-row strong{color:#172033!important}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats>span{background:#f6f8fb!important;border-color:#c7d1de!important}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats small{color:#66768b!important}
html[data-ch-theme-mode="light"] body.ch-hooligan-hall-page .ch-hooligan-hof:not(.is-compact) .ch-hooligan-hof-stats strong{color:#172033!important}

/* Spotlight modal follows explicit mode only; never infer mode with broad :not() selectors. */
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-panel,
body.ch-theme-mode-dark .ch-hof-spotlight-panel{
  background:
    radial-gradient(circle at 50% 0%,rgba(244,201,93,.24),transparent 31%),
    radial-gradient(circle at 12% 28%,rgba(244,201,93,.08),transparent 28%),
    linear-gradient(155deg,#121a2b,#090f1c 68%,#12121a)!important;
  color:#f8fafc!important;
  border-color:rgba(244,201,93,.56)!important;
  box-shadow:0 38px 110px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.04) inset,0 0 54px rgba(244,201,93,.18)!important;
}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-panel h2,body.ch-theme-mode-dark .ch-hof-spotlight-panel h2{color:#fff!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-permanent,body.ch-theme-mode-dark .ch-hof-spotlight-permanent{color:#cbd5e1!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-stat,body.ch-theme-mode-dark .ch-hof-spotlight-stat{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.055)!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-stat small,body.ch-theme-mode-dark .ch-hof-spotlight-stat small{color:#94a3b8!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-stat strong,body.ch-theme-mode-dark .ch-hof-spotlight-stat strong{color:#fff!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-dismiss,body.ch-theme-mode-dark .ch-hof-spotlight-dismiss{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.06)!important;color:#f8fafc!important}
html[data-ch-theme-mode="dark"] .ch-hof-spotlight-close,body.ch-theme-mode-dark .ch-hof-spotlight-close{border-color:rgba(255,255,255,.16)!important;background:rgba(2,6,23,.48)!important;color:#fff!important}

html[data-ch-theme-mode="light"] .ch-hof-spotlight-panel{
  background:
    radial-gradient(circle at 50% 0%,rgba(244,201,93,.20),transparent 31%),
    linear-gradient(155deg,#fffdf8,#fff 58%,#f4f7fb)!important;
  color:#172033!important;
  border-color:rgba(186,129,20,.58)!important;
  box-shadow:0 38px 110px rgba(43,35,20,.30),0 0 0 1px rgba(255,255,255,.96) inset,0 0 48px rgba(244,201,93,.16)!important;
}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-panel h2{color:#172033!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-permanent{color:#526174!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-stat{border-color:#c7d1de!important;background:#f6f8fb!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-stat small{color:#66768b!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-stat strong{color:#172033!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-dismiss{border-color:#c7d1de!important;background:#fff!important;color:#172033!important}
html[data-ch-theme-mode="light"] .ch-hof-spotlight-close{border-color:#c7d1de!important;background:rgba(255,255,255,.92)!important;color:#172033!important}


/* v0.4.282 — restore page-wide confetti and ceremony entrance effects */
.ch-hof-page-confetti{
  position:fixed!important;inset:0!important;pointer-events:none!important;overflow:hidden!important;
  z-index:9997!important;
}
.ch-hof-page-confetti i{
  position:absolute!important;top:-10vh!important;left:var(--x,50vw)!important;
  width:var(--s,8px)!important;height:calc(var(--s,8px)*1.7)!important;border-radius:2px!important;
  background:var(--c,#f4c95d)!important;opacity:0!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.12)!important;
  animation:chHofPageConfetti var(--d,3.6s) cubic-bezier(.18,.72,.26,1) var(--delay,0s) forwards!important;
}
.ch-hof-page-confetti.is-fading{opacity:0!important;transition:opacity .45s ease!important}
@keyframes chHofPageConfetti{
  0%{opacity:0;transform:translate3d(0,-6vh,0) rotate(0deg)}
  8%{opacity:1}
  100%{opacity:1;transform:translate3d(var(--drift,0px),112vh,0) rotate(var(--r,240deg))}
}
@keyframes chHofSpotlightConfetti{
  0%{opacity:0;transform:translate3d(0,0,0) rotate(0deg) scale(.8)}
  10%{opacity:1}
  100%{opacity:0;transform:translate3d(var(--dx,0px),var(--dy,220px),0) rotate(var(--r,540deg)) scale(1.02)}
}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-head,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-stage,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-gallery-section,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-footer{
  opacity:0!important;transform:translateY(14px) scale(.985)!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-head,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-stage,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-gallery-section,
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-footer{
  opacity:1!important;transform:none!important;transition:opacity .65s ease,transform .65s ease!important;
}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-stage{transition-delay:.08s!important}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-gallery-section{transition-delay:.16s!important}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-footer{transition-delay:.24s!important}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-card.is-champion{animation:chThemeChampionEntrance .75s cubic-bezier(.2,.85,.26,1) .12s both, chThemeChampionHalo 3.4s ease-in-out infinite .95s!important}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-card.rank-2{animation:chThemePodiumEntrance .68s cubic-bezier(.2,.85,.26,1) .22s both!important}
body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-card.rank-3{animation:chThemePodiumEntrance .68s cubic-bezier(.2,.85,.26,1) .30s both!important}
@keyframes chThemeChampionEntrance{0%{opacity:0;transform:translateY(18px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes chThemePodiumEntrance{0%{opacity:0;transform:translateY(16px) scale(.97)}100%{opacity:1;transform:translateY(0) scale(1)}}
@media(prefers-reduced-motion:reduce){
  .ch-hof-page-confetti,.ch-hof-page-confetti i{display:none!important;animation:none!important}
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-head,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-stage,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-gallery-section,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-ready .ch-hooligan-hof-footer,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-head,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-stage,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-gallery-section,
  body.ch-hooligan-hall-page .ch-hooligan-hof.ch-hof-ceremony-live .ch-hooligan-hof-footer{opacity:1!important;transform:none!important;transition:none!important}
}


/* v0.4.283 — Hall arrival confetti visibility recovery. Confetti fires on each real Hall arrival, not once per browser session. */
.ch-hof-page-confetti{
  position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;
  pointer-events:none!important;overflow:hidden!important;z-index:2147483000!important;
  contain:layout paint!important;
}
.ch-hof-page-confetti i{
  position:absolute!important;top:-8vh!important;left:var(--x,50vw)!important;
  display:block!important;width:var(--s,8px)!important;height:calc(var(--s,8px)*1.75)!important;
  border-radius:2px!important;background:var(--c,#f4c95d)!important;
  opacity:0!important;will-change:transform,opacity!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.18))!important;
  animation:chHofPageConfettiVisible var(--d,3.6s) cubic-bezier(.18,.72,.26,1) var(--delay,0s) forwards!important;
}
@keyframes chHofPageConfettiVisible{
  0%{opacity:0;transform:translate3d(0,-4vh,0) rotate(0deg) scale(.95)}
  5%{opacity:1}
  88%{opacity:1}
  100%{opacity:0;transform:translate3d(var(--drift,0px),114vh,0) rotate(var(--r,480deg)) scale(1.04)}
}

/* v0.4.284 — Hall confetti hardening: true root-level viewport layer + replay control. */
html > .ch-hof-page-confetti{
  position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;
  z-index:2147483646!important;pointer-events:none!important;overflow:hidden!important;
  transform:none!important;filter:none!important;mix-blend-mode:normal!important;
}
html > .ch-hof-page-confetti.is-fading{opacity:0!important;transition:opacity .55s ease!important}
.ch-hof-page-confetti-fallback{animation-name:chHofPageConfettiVisible!important;animation-timing-function:cubic-bezier(.18,.72,.26,1)!important;animation-fill-mode:forwards!important}
.ch-hof-celebrate-button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  margin:12px auto 0!important;min-height:32px!important;padding:6px 12px!important;border-radius:999px!important;
  border:1px solid rgba(244,201,93,.48)!important;background:linear-gradient(145deg,rgba(244,201,93,.17),rgba(244,201,93,.07))!important;
  color:#8a5b06!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;
  box-shadow:0 7px 20px rgba(126,86,8,.10)!important;transition:transform .16s ease,box-shadow .16s ease!important;
}
.ch-hof-celebrate-button:hover,.ch-hof-celebrate-button:focus-visible{transform:translateY(-2px)!important;box-shadow:0 11px 26px rgba(126,86,8,.16)!important;outline:none!important}
html[data-ch-theme-mode="dark"] .ch-hof-celebrate-button,body.ch-theme-mode-dark .ch-hof-celebrate-button{color:#ffe59a!important;background:linear-gradient(145deg,rgba(244,201,93,.19),rgba(244,201,93,.07))!important}
@media(prefers-reduced-motion:reduce){.ch-hof-celebrate-button{display:none!important}}
