.hero-poster {
    width: min(350px, 100%);
    aspect-ratio: auto;
    padding: 28px;
    gap: 14px;
}

.random-game-cover {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 26px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.18);
}

.random-game-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.random-game-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--soft-blue), white);
    color: var(--wine);
    font-family: Georgia, serif;
    font-size: 5rem;
}

.hero-poster strong {
    margin: 0;
    width: 100%;
    color: white;
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1;
}

.hero-poster strong[data-random-game-title] {
    white-space: nowrap;
}

.home-hero {
    min-height: 500px;
    padding-block: 46px;
}

.home-hero:not(.is-guest) {
    margin-bottom: 18px;
}

.hero-stars {
    display: flex;
    gap: 4px;
    min-height: 18px;
    color: transparent;
    font-size: 1rem;
    line-height: 1;
}

.hero-stars i {
    font-style: normal;
}

.hero-stars .is-filled {
    color: var(--orange);
}

.recent-game-thumb {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--soft-blue);
}

.recent-game-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-game-thumb i {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--wine);
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: 700;
}

.recent-games-list a {
    grid-template-columns: 54px 1fr 2fr 70px;
}

@media (max-width: 850px) {
    .recent-games-list a {
        grid-template-columns: 54px 1fr;
    }

    .recent-games-list a small,
    .recent-games-list a b {
        grid-column: 2;
    }
}

.hero-poster-empty {
    cursor: default;
}
.home-hero.is-guest { grid-template-columns: 1.15fr .85fr; min-height: 480px; }
.home-hero.is-guest .hero-copy { max-width: 820px; }

.account-champion-card.home-random-card {
    position: absolute;
    top: auto;
    right: auto;
    justify-self: end;
    width: min(290px, 100%);
}

.hero-copy .home-brand-title { white-space: nowrap; }
.hero-copy .home-brand-title em { display: inline; }
.home-brand-subtitle { margin: -.35rem 0 2rem 12px; font-weight: 300; letter-spacing: .01em; }
.hero-copy .button-row { margin-left: 12px; }
.home-random-stack { position: relative; justify-self: end; width: min(390px,100%); height: 400px; }
.home-random-stack .home-random-card.is-primary { z-index: 2; top: 0; right: 0; }
.home-random-stack .home-random-card.is-secondary { z-index: 1; top: 36px; right: auto; left: -75px; width: min(232px,80%); }
.home-random-stack.is-single .home-random-card.is-primary { right: 24px; }
.account-champion-card.home-random-card.tilt-left { transform: rotate(-2deg); }
.account-champion-card.home-random-card.tilt-right { transform: rotate(2deg); }

.home-random-card strong[data-random-game-title] {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.home-random-card .hero-stars {
    justify-content: center;
    min-height: 16px;
    margin-top: -.25rem;
}

.account-champion-card .home-random-card-surface {
    display: grid;
    gap: .75rem;
    padding: .8rem .8rem 1.1rem;
    border: 2px solid #d4a514;
    border-radius: 18px;
    background: #fffdfb;
    box-shadow: 12px 12px 0 #f2960c, 0 12px 28px rgba(36,29,28,.12);
    text-align: center;
}

.home-random-card-empty > div {
    display: grid;
    gap: .75rem;
    padding: .8rem .8rem 1.1rem;
    border: 2px solid #d4a514;
    border-radius: 18px;
    background: #fffdfb;
    box-shadow: 12px 12px 0 #f2960c, 0 12px 28px rgba(36,29,28,.12);
    text-align: center;
}

@media (max-width: 850px) {
    .home-hero.is-guest { grid-template-columns: 1fr; }
    .home-random-stack { justify-self: start; width: min(370px,100%); }
    .home-random-stack .home-random-card.is-secondary { left: 0; }
}
