/* ==========================================================================
   NBG Arena — Hall of Fame · Ultramodern Champions
   ========================================================================== */

.champions-ultra-page {
    background: #06080f;
    color: #e2e8f0;
}

.champions-ultra-page .site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: #04060c;
    color: rgba(255, 255, 255, 0.55);
}

.champions-ultra-page .site-footer a { color: rgba(255, 255, 255, 0.75); }

/* ---- Cinematic hero ---- */
.hof-hero {
    position: relative;
    padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(4rem, 9vw, 6rem);
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 70% at 50% -10%, rgba(217, 119, 6, 0.22), transparent 55%),
        radial-gradient(ellipse 60% 50% at 90% 40%, rgba(79, 70, 229, 0.18), transparent 50%),
        linear-gradient(180deg, #0c1222 0%, #070b14 55%, #06080f 100%);
}

.hof-hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hof-hero-rays {
    position: absolute;
    inset: -40% -20%;
    background: conic-gradient(from 210deg at 50% 50%,
        transparent 0deg,
        rgba(251, 191, 36, 0.07) 25deg,
        transparent 50deg,
        rgba(129, 140, 248, 0.05) 120deg,
        transparent 160deg,
        rgba(251, 191, 36, 0.06) 200deg,
        transparent 360deg);
    animation: hof-rays-spin 48s linear infinite;
    pointer-events: none;
}

@keyframes hof-rays-spin {
    to { transform: rotate(360deg); }
}

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

.hof-hero .page-breadcrumb a,
.hof-hero .page-breadcrumb .current {
    color: rgba(255, 255, 255, 0.45);
}

.hof-hero .page-breadcrumb a:hover { color: var(--nbg-gold-light); }

.hof-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding: 0.4rem 1rem 0.4rem 0.45rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nbg-gold-light);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(251, 191, 36, 0.25);
    box-shadow: 0 0 40px rgba(217, 119, 6, 0.12);
}

.hof-hero-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nbg-gold-light);
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.9);
    animation: hof-pulse 2s ease-in-out infinite;
}

@keyframes hof-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.hof-hero-title {
    margin: 1.25rem 0 0;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 7vw, 4.25rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #fff;
}

.hof-hero-title span {
    display: block;
    background: linear-gradient(135deg, #fde68a 0%, #f59e0b 45%, #fcd34d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hof-hero-lead {
    max-width: 34rem;
    margin: 1.25rem 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.58);
}

.hof-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.hof-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 7rem;
    padding: 0.85rem 1.15rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hof-hero-stat strong {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.hof-hero-stat span {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

/* ---- Main stage ---- */
.hof-stage {
    position: relative;
    padding: 0 0 clamp(3rem, 6vw, 5rem);
    margin-top: -2.5rem;
}

.hof-stage .container {
    position: relative;
    z-index: 2;
}

/* ---- Sovereign (featured) ---- */
.hof-sovereign {
    position: relative;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(1.75rem, 4vw, 2.75rem);
    border-radius: calc(var(--radius-xl) + 4px);
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(251, 191, 36, 0.12) 0%, rgba(255, 255, 255, 0.02) 35%, rgba(79, 70, 229, 0.08) 100%),
        rgba(12, 18, 34, 0.85);
    border: 1px solid rgba(251, 191, 36, 0.28);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 32px 80px rgba(0, 0, 0, 0.45),
        0 0 120px rgba(217, 119, 6, 0.08);
}

.hof-sovereign-shine {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 70%;
    height: 200%;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    animation: hof-shine 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes hof-shine {
    0%, 100% { transform: translateX(-30%) rotate(12deg); opacity: 0; }
    45%, 55% { opacity: 1; }
    100% { transform: translateX(120%) rotate(12deg); opacity: 0; }
}

.hof-sovereign-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
    position: relative;
    z-index: 1;
}

.hof-sovereign-avatar {
    position: relative;
    width: clamp(5.5rem, 14vw, 7.5rem);
    height: clamp(5.5rem, 14vw, 7.5rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #78350f, #b45309);
    box-shadow: 0 16px 40px rgba(217, 119, 6, 0.35);
}

.hof-sovereign-avatar::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid rgba(251, 191, 36, 0.55);
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.25);
}

.hof-sovereign-crown {
    position: absolute;
    top: -1.35rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.75rem;
    filter: drop-shadow(0 0 16px rgba(251, 191, 36, 0.8));
    animation: hof-crown-float 3s ease-in-out infinite;
}

@keyframes hof-crown-float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-6px); }
}

.hof-sovereign-label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nbg-gold-light);
    margin-bottom: 0.35rem;
}

.hof-sovereign-name {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
}

.hof-sovereign-handle {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(251, 191, 36, 0.85);
}

.hof-sovereign-meta {
    margin: 0.65rem 0 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
}

.hof-sovereign-quote {
    margin: 1rem 0 0;
    padding-left: 1rem;
    border-left: 2px solid rgba(251, 191, 36, 0.45);
    font-size: 0.95rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
}

.hof-sovereign-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.15rem;
}

.hof-sovereign-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hof-sovereign-badge.gold {
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.35), rgba(251, 191, 36, 0.15));
    border-color: rgba(251, 191, 36, 0.35);
}

/* ---- Empty vault ---- */
.hof-vault-empty {
    text-align: center;
    padding: clamp(3rem, 8vw, 5rem) clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 3rem;
    border-radius: calc(var(--radius-xl) + 4px);
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(79, 70, 229, 0.15), transparent 60%),
        rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.12);
}

.hof-vault-icon {
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    background: linear-gradient(145deg, rgba(79, 70, 229, 0.25), rgba(12, 18, 34, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 60px rgba(79, 70, 229, 0.2);
}

.hof-vault-empty h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #fff;
    margin-bottom: 0.75rem;
}

.hof-vault-empty p {
    max-width: 32rem;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.65;
}

.hof-vault-empty a:not(.btn) { color: var(--nbg-gold-light); }

.hof-vault-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.hof-vault-empty .btn-nbg-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff !important;
}

.hof-vault-empty .btn-nbg-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

/* ---- Season block ---- */
.hof-season {
    margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.hof-season-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hof-season-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.35rem;
}

.hof-season-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
}

.hof-season-badge {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nbg-gold-light);
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.22);
}

.hof-block-label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.hof-block-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
}

/* ---- Podium ---- */
.hof-podium {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 1rem;
    align-items: end;
    margin-bottom: 2.5rem;
}

.hof-podium-slot {
    position: relative;
    padding: 1.35rem 1.15rem 1.15rem;
    border-radius: var(--radius-xl);
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hof-podium-slot:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hof-podium-slot.slot-1 {
    padding-bottom: 1.75rem;
    padding-top: 2rem;
    background:
        linear-gradient(180deg, rgba(251, 191, 36, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 0 60px rgba(217, 119, 6, 0.12);
}

.hof-podium-slot.slot-2 {
    border-color: rgba(148, 163, 184, 0.35);
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.1), rgba(255, 255, 255, 0.02));
}

.hof-podium-slot.slot-3 {
    border-color: rgba(180, 83, 9, 0.3);
    background: linear-gradient(180deg, rgba(180, 83, 9, 0.1), rgba(255, 255, 255, 0.02));
}

.hof-podium-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.65rem;
    border-radius: 50%;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.06);
}

.hof-podium-slot.slot-1 .hof-podium-rank {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.35rem;
    box-shadow: 0 0 24px rgba(251, 191, 36, 0.35);
}

.hof-podium-title {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.35rem;
}

.hof-podium-name {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.hof-podium-slot.slot-1 .hof-podium-name { font-size: 1.2rem; }

.hof-podium-user {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.hof-podium-loc {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.38);
}

.hof-podium-rating {
    display: inline-flex;
    margin-top: 0.65rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--nbg-gold-light);
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.hof-podium-date {
    margin-top: 0.75rem;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.32);
}

.hof-podium-base {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.slot-1 .hof-podium-base { background: linear-gradient(90deg, #b45309, #fde68a, #b45309); height: 5px; }
.slot-2 .hof-podium-base { background: linear-gradient(90deg, #64748b, #cbd5e1, #64748b); }
.slot-3 .hof-podium-base { background: linear-gradient(90deg, #92400e, #d97706, #92400e); }

/* ---- Bracket laureates ---- */
.hof-bracket-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hof-laureate {
    position: relative;
    padding: 1.35rem 1.15rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.hof-laureate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--laureate-accent, var(--nbg-indigo));
}

.hof-laureate:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.15);
}

.hof-laureate-junior { --laureate-accent: #10b981; }
.hof-laureate-youth { --laureate-accent: #818cf8; }
.hof-laureate-senior { --laureate-accent: #f59e0b; }
.hof-laureate-masters { --laureate-accent: #a78bfa; }

.hof-laureate-icon {
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.hof-laureate-tier {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-bottom: 0.25rem;
}

.hof-laureate-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
}

.hof-laureate-user {
    margin-top: 0.2rem;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.42);
}

.hof-laureate-rating {
    margin-top: 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--laureate-accent, var(--nbg-gold-light));
}

.hof-laureate-date {
    margin-top: 0.55rem;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.3);
}

/* ---- CTA ---- */
.hof-cta {
    margin-top: 1rem;
    padding: clamp(2rem, 5vw, 3rem);
    border-radius: calc(var(--radius-xl) + 4px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 80% at 50% 100%, rgba(79, 70, 229, 0.2), transparent 55%),
        linear-gradient(145deg, #0c1222, #1a2744 50%, #312e81);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.hof-cta-eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nbg-gold-light);
    margin-bottom: 0.5rem;
}

.hof-cta-title {
    margin: 0 0 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    color: #fff;
}

.hof-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.hof-cta .btn-nbg-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff !important;
}

.hof-cta .btn-nbg-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* ---- Section headers ---- */
.hof-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.hof-section-eyebrow {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nbg-gold-light);
    margin-bottom: 0.35rem;
}

.hof-section-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #fff;
}

.hof-section-lead {
    margin: 0.5rem 0 0;
    max-width: 36rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.52);
}

.hof-season-live-pill {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.hof-current {
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

/* ---- Top 5 standings ---- */
.hof-top-five-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.hof-top-five-card {
    position: relative;
    padding: 1.1rem 0.85rem 1rem;
    border-radius: var(--radius-lg);
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hof-top-five-card:hover {
    transform: translateY(-3px);
    border-color: rgba(251, 191, 36, 0.28);
}

.hof-top-five-card.rank-1 {
    grid-column: span 1;
    background: linear-gradient(180deg, rgba(251, 191, 36, 0.14), rgba(255, 255, 255, 0.02));
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 16px 40px rgba(217, 119, 6, 0.12);
}

.hof-top-five-card.rank-open {
    opacity: 0.45;
    border-style: dashed;
}

.hof-top-five-rank {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.85);
    margin-bottom: 0.65rem;
}

.hof-top-five-avatar {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.65rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(145deg, #312e81, #4338ca);
    overflow: hidden;
}

.hof-top-five-avatar .user-avatar-img,
.hof-top-five-avatar .avatar-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hof-top-five-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hof-top-five-card.rank-1 .hof-top-five-avatar {
    width: 3.75rem;
    height: 3.75rem;
    background: linear-gradient(145deg, #78350f, #b45309);
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.3);
}

.hof-top-five-name {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
}

.hof-top-five-card.rank-1 .hof-top-five-name { font-size: 1.05rem; }

.hof-top-five-open { color: rgba(255, 255, 255, 0.55) !important; }

.hof-top-five-user {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(251, 191, 36, 0.75);
}

.hof-top-five-meta {
    margin-top: 0.35rem;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.42);
}

.hof-top-five-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    margin-top: 0.65rem;
}

.hof-top-five-rating,
.hof-top-five-accuracy {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Season archive ---- */
.hof-archive { margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.hof-archive-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: calc(var(--radius-xl) + 2px);
    background: rgba(12, 18, 34, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hof-archive-toolbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.hof-search-wrap { display: block; }

.hof-search-input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.75rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23ffffff55' stroke-width='2'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='m13 13 4 4'/%3E%3C/svg%3E") 0.95rem center no-repeat,
        rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 0.92rem;
}

.hof-search-input:focus {
    outline: none;
    border-color: rgba(251, 191, 36, 0.45);
    box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.12);
}

.hof-season-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.hof-season-chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    padding: 0.65rem 0.9rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hof-season-chip strong {
    font-size: 0.82rem;
    line-height: 1.2;
}

.hof-season-chip small {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.hof-season-chip:hover,
.hof-season-chip.active {
    border-color: rgba(251, 191, 36, 0.4);
    background: rgba(251, 191, 36, 0.08);
}

.hof-archive-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 1rem;
    margin-bottom: 1rem;
}

.hof-archive-label {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.65);
}

.hof-archive-note {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.75);
}

.hof-archive-hint {
    margin: 1rem 0 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.38);
}

.hof-search-results { display: flex; flex-direction: column; gap: 0.55rem; }

.hof-search-row {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.hof-search-player {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.hof-search-player strong {
    font-size: 0.92rem;
    color: #fff;
}

.hof-search-player span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.hof-search-season {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.hof-search-season-tag {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--nbg-gold-light);
}

.hof-search-season small {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.35);
}

.hof-search-rating {
    font-size: 0.82rem;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

.hof-search-empty {
    margin: 0;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
}

.hof-vault-head { margin-bottom: 1.5rem; }

.hof-finals-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.hof-finals-card {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hof-finals-rank {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(251, 191, 36, 0.8);
}

.hof-finals-card strong { color: #fff; font-size: 0.92rem; }
.hof-finals-card span { font-size: 0.75rem; color: rgba(255, 255, 255, 0.45); }
.hof-finals-card small { font-size: 0.72rem; color: rgba(255, 255, 255, 0.65); }

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    .hof-top-five-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hof-top-five-card.rank-1 {
        grid-column: 1 / -1;
    }

    .hof-search-row {
        grid-template-columns: 1fr;
    }

    .hof-search-season { align-items: flex-start; }

    .hof-sovereign-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hof-sovereign-avatar { margin: 0.5rem auto 0; }

    .hof-sovereign-quote {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid rgba(251, 191, 36, 0.35);
        padding-top: 1rem;
    }

    .hof-sovereign-badges { justify-content: center; }

    .hof-podium {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .hof-podium-slot.slot-1 { order: -1; }

    .hof-bracket-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .hof-top-five-grid { grid-template-columns: 1fr; }

    .hof-bracket-grid { grid-template-columns: 1fr; }

    .hof-hero-stats { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .hof-hero-rays,
    .hof-sovereign-shine,
    .hof-sovereign-crown,
    .hof-hero-eyebrow::before {
        animation: none;
    }
}
