.w2w-test-homepage {
    background: #FDFAF7;
    color: #f7f2ea;
}

.w2w-test-homepage a:hover {
    color: #FF8A00;
}

.w2w-test-homepage-banner {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .34) 54%, rgba(0, 0, 0, .74)),
        var(--w2w-test-homepage-banner, radial-gradient(circle at 60% 45%, #4d3820 0, #17110b 42%, #050505 100%));
    background-position: center center;
    background-size: cover;
}

.w2w-test-homepage-banner__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .42));
    pointer-events: none;
}

.w2w-test-homepage-banner__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 36px;
    align-items: center;
    width: min(1180px, calc(100% - 40px));
    min-height: 520px;
    margin: 0 auto;
    padding: 56px 0;
}

.w2w-test-homepage-banner__copy {
    max-width: 720px;
}

.w2w-test-homepage-banner__copy h1 {
    max-width: 640px;
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
}

.w2w-test-homepage-banner__copy p {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
}

.w2w-test-homepage-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.w2w-test-homepage-banner__primary,
.w2w-test-homepage-banner__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 50px;
    border-radius: 8px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.w2w-test-homepage-banner__primary {
    border: 0;
    background: #e7a91d;
    color: #15110b;
    cursor: pointer;
}

.w2w-test-homepage-banner__secondary {
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(16, 16, 16, .42);
    color: #ffffff;
}

.w2w-test-homepage-discord {
    justify-self: end;
    width: min(100%, 340px);
    border: 3px solid #1B1B1B;
    border-radius: 8px;
    background: #181410;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .36);
    padding: 22px;
}

.w2w-test-homepage-discord__top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(82px, 1fr);
    gap: 16px;
    align-items: start;
}

.w2w-test-homepage-discord__top span {
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.w2w-test-homepage-discord__top strong {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.w2w-test-homepage-discord__top b,
.w2w-test-homepage-discord__top em {
    display: block;
    font-style: normal;
}

.w2w-test-homepage-discord__top b {
    margin-top: 6px;
    color: #ffffff;
    font-size: 14px;
}

.w2w-test-homepage-discord__top em {
    margin-top: 4px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.w2w-test-homepage-discord__top img {
    width: 92px;
    max-width: 100%;
    height: auto;
}

.w2w-test-homepage-discord__members {
    display: flex;
    align-items: center;
    min-height: 58px;
    gap: 9px;
    margin-top: 26px;
}

.w2w-test-homepage-discord__members img,
.w2w-test-homepage-discord__members i,
.w2w-test-homepage-discord__members span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e7e7e7;
}

.w2w-test-homepage-discord__members img {
    object-fit: cover;
}

.w2w-test-homepage-discord__members span {
    background: #26231f;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.w2w-test-homepage-discord__join {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 18px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.w2w-test-homepage-discord__join span {
    font-size: 26px;
    line-height: 1;
}

.w2w-test-homepage__section {
    width: min(1180px, calc(100% - 40px));
    margin: 23px auto 0;
}

.w2w-test-homepage__section:last-child {
    padding-bottom: 28px;
}

.w2w-test-homepage__hero {
    color: var(--w2w-color-body);
}

.w2w-home-featured-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 12px;
    align-items: stretch;
}

.w2w-home-featured-panel {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.w2w-home-featured-panel .w2w-section-title {
    margin: 0 0 18px;
    font-family: var(--w2w-font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    color: #6a6763;
}

.w2w-home-featured-post {
    min-width: 0;
}

.w2w-home-featured-post__thumb {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #ddd;
    color: inherit;
    line-height: 0;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .14);
}

.w2w-home-featured-post__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.w2w-home-featured-post--hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.w2w-home-featured-post--hero .w2w-home-featured-post__thumb {
    width: 100%;
    height: 238px;
    min-width: 0;
    aspect-ratio: auto;
}

.w2w-home-featured-post__body {
    min-width: 0;
    font-family: var(--w2w-font-body);
    overflow: hidden;
}

.w2w-home-featured-post__movie {
    margin: 0 0 8px;
    color: #FF8A00;
    font-family: var(--w2w-font-body);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
}

.w2w-home-featured-post__movie a,
.w2w-home-featured-post__movie span {
    color: inherit;
    text-decoration: none;
}

.w2w-home-featured-post h3 {
    margin: 0;
    color: #454444;
    font-family: var(--w2w-font-heading);
}

.w2w-home-featured-post h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.w2w-home-featured-post--hero h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.w2w-home-featured-post--hero p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 12px 0 0;
    color: #454444;
    font-family: var(--w2w-font-body);
    font-size: 14px;
    line-height: 1.45;
}

.w2w-home-featured-post__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    margin-top: 22px;
    color: #6c6863;
    font-family: var(--w2w-font-body);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.w2w-home-featured-post__meta img,
.w2w-home-featured-post__meta > span {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    background: #d9d9d9;
    object-fit: cover;
}

.w2w-home-featured-post--hero .w2w-home-featured-post__meta img,
.w2w-home-featured-post--hero .w2w-home-featured-post__meta > span {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
}

.w2w-home-featured-post__meta a,
.w2w-home-featured-post__meta strong,
.w2w-home-featured-post__meta time {
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w2w-home-featured-post__meta i {
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    border-radius: 50%;
    background: #9a9690;
}

.w2w-home-featured-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.w2w-home-featured-post--small .w2w-home-featured-post__thumb {
    aspect-ratio: 16 / 8.8;
}

.w2w-home-featured-post--small .w2w-home-featured-post__movie {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 11px;
}

.w2w-home-featured-post--small h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.w2w-home-featured-post--small .w2w-home-featured-post__meta {
    margin-top: 12px;
    font-size: 11px;
}

.w2w-home-featured-panel--leaderboard {
    display: flex;
    flex-direction: column;
}

.w2w-home-weirdo-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    margin: 4px 0 16px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.w2w-home-weirdo-tabs button {
    min-height: 30px;
    border: 0;
    background: transparent;
    color: #777;
    cursor: pointer;
    font: 800 12px/1 var(--w2w-font-body);
}

.w2w-home-weirdo-tabs button.is-active {
    border: 1px solid #FF8A00;
    border-radius: 6px;
    color: #FF8A00;
}

.w2w-home-weirdo-list {
    display: none;
}

.w2w-home-weirdo-list.is-active {
    display: grid;
    gap: 10px;
}

.w2w-home-weirdo-rank {
    display: grid;
    grid-template-columns: 34px 48px minmax(0, 1fr) 88px;
    gap: 10px;
    align-items: center;
    min-height: 74px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.w2w-home-weirdo-rank__badge {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
}

.w2w-home-weirdo-rank__badge img,
.w2w-home-weirdo-rank__badge svg {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.w2w-home-weirdo-rank__badge span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 1px solid #c9c5bf;
    border-radius: 50%;
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.w2w-home-weirdo-rank__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d9d9d9;
    object-fit: cover;
}

.w2w-home-weirdo-rank__avatar-link {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    color: inherit;
    line-height: 0;
    text-decoration: none;
}

.w2w-home-weirdo-rank__user {
    min-width: 0;
}

.w2w-home-weirdo-rank__user strong,
.w2w-home-weirdo-rank__name {
    display: block;
    overflow: hidden;
    color: #454444;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w2w-home-weirdo-rank__user span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    color: #696561;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
}

.w2w-home-weirdo-rank__user b {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 0;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
}

.w2w-home-weirdo-rank__inline-icon,
.w2w-home-weirdo-rank__user b img,
.w2w-home-weirdo-rank__user b svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    display: block;
    object-fit: contain;
}

.w2w-home-weirdo-rank__exp {
    text-align: right;
}

.w2w-home-weirdo-rank__exp span {
    display: block;
    color: #9b958f;
    font-size: 11px;
    line-height: 1.1;
}

.w2w-home-weirdo-rank__exp strong {
    display: block;
    margin-top: 3px;
    color: #FF8A00;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.w2w-home-weirdo-empty {
    margin: 12px 0;
    color: #696561;
    font-size: 13px;
    line-height: 1.4;
}

.w2w-home-weirdo-all {
    display: block;
    margin-top: auto;
    padding-top: 12px;
    color: #696561;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.w2w-home-now-playing {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.w2w-home-now-playing__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.w2w-home-now-playing__head .w2w-section-title {
    margin: 0;
    color: #6a6763;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.w2w-home-now-playing__head a {
    color: #6a6763;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.w2w-home-now-playing__carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 90px) / 6);
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.w2w-home-now-playing__item {
    min-width: 0;
    scroll-snap-align: start;
}

.w2w-home-now-playing__poster {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #d8d8d8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .24);
    color: inherit;
    line-height: 0;
    text-decoration: none;
}

.w2w-home-now-playing__poster img {
    width: 100%;
    aspect-ratio: 2 / 3;
    display: block;
    object-fit: cover;
}

.w2w-home-now-playing__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 9px;
    color: #676460;
    font-family: var(--w2w-font-body);
    line-height: 1;
}

.w2w-home-now-playing__rating strong {
    color: #676460;
    font-size: 17px;
    font-weight: 800;
}

.w2w-home-now-playing__stars {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #d7d7d7;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.w2w-home-now-playing__stars span:first-child {
    display: block;
}

.w2w-home-now-playing__stars span:last-child {
    position: absolute;
    inset: 0 auto 0 0;
    overflow: hidden;
    color: #FF8A00;
    white-space: nowrap;
}

.w2w-home-latest-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 8px;
    align-items: start;
}

.w2w-home-latest-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.w2w-home-latest-panel .w2w-section-title {
    margin: 0 0 18px;
    color: #6a6763;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.w2w-home-latest-list {
    display: grid;
    gap: 20px;
}

.w2w-home-latest-post {
    display: grid;
    grid-template-columns: minmax(210px, 2fr) minmax(0, 3fr);
    gap: 22px;
    align-items: start;
    min-width: 0;
}

.w2w-home-latest-post__thumb {
    display: block;
    overflow: hidden;
    height: 155px;
    border-radius: 8px;
    background: #d8d8d8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
    color: inherit;
    line-height: 0;
    text-decoration: none;
}

.w2w-home-latest-post__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.w2w-home-latest-post__body {
    align-self: start;
    min-width: 0;
    text-align: left;
}

.w2w-home-latest-post__movie {
    margin-bottom: 7px;
    color: #FF8A00;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.w2w-home-latest-post__movie a,
.w2w-home-latest-post__movie span {
    color: inherit;
    text-decoration: none;
}

.w2w-home-latest-post h3 {
    margin: 0 0 7px;
    color: #4c4946;
    font-family: var(--w2w-font-body);
    font-size: clamp(18px, 1.35vw, 22px);
    font-weight: 600;
    line-height: 1.18;
}

.w2w-home-latest-post h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.w2w-home-latest-post__excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4f4b47;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.w2w-home-latest-post__time {
    display: block;
    margin-top: 10px;
    color: #7a756f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.w2w-home-latest-more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

@media (max-width: 900px) {
    .w2w-test-homepage-banner {
        min-height: auto;
    }

    .w2w-test-homepage-banner__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 72px 0 34px;
    }

    .w2w-test-homepage-banner__copy h1 {
        font-size: 36px;
    }

    .w2w-test-homepage-banner__copy p {
        font-size: 16px;
    }

    .w2w-test-homepage-discord {
        justify-self: stretch;
        width: 100%;
    }

    .w2w-home-featured-grid,
    .w2w-home-latest-grid,
    .w2w-home-featured-post--hero {
        grid-template-columns: 1fr;
    }

    .w2w-home-featured-post--hero .w2w-home-featured-post__thumb {
        height: 260px;
        min-height: 0;
    }

    .w2w-home-now-playing__carousel {
        grid-auto-columns: calc((100% - 28px) / 3);
        gap: 14px;
    }

}

@media (min-width: 901px) and (max-width: 1120px) {
    .w2w-home-featured-post--hero {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .w2w-test-homepage-banner__inner,
    .w2w-test-homepage__section {
        width: min(100% - 28px, 1180px);
    }

    .w2w-test-homepage-banner__copy h1 {
        font-size: 31px;
    }

    .w2w-test-homepage-banner__actions {
        gap: 12px;
    }

    .w2w-test-homepage-banner__primary,
    .w2w-test-homepage-banner__secondary {
        width: 100%;
    }

    .w2w-test-homepage-discord {
        padding: 18px;
    }

    .w2w-test-homepage-discord__top {
        grid-template-columns: minmax(0, 2fr) 92px;
    }

    .w2w-test-homepage-discord__members {
        gap: 7px;
    }

    .w2w-home-featured-panel {
        padding: 18px;
    }

    .w2w-home-featured-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 22px;
    }

    .w2w-home-featured-post--hero .w2w-home-featured-post__thumb {
        height: 220px;
    }

    .w2w-home-featured-post--hero h3 {
        font-size: 21px;
    }

    .w2w-home-weirdo-rank {
        grid-template-columns: 30px 42px minmax(0, 1fr) 76px;
        gap: 8px;
    }

    .w2w-home-weirdo-rank__avatar {
        width: 42px;
        height: 42px;
    }

    .w2w-home-weirdo-rank__avatar-link {
        width: 42px;
        height: 42px;
    }

    .w2w-home-weirdo-rank__badge,
    .w2w-home-weirdo-rank__badge img,
    .w2w-home-weirdo-rank__badge svg {
        width: 30px;
        height: 30px;
    }

    .w2w-home-weirdo-rank__badge span {
        width: 26px;
        height: 26px;
    }

    .w2w-home-now-playing {
        padding: 16px;
    }

    .w2w-home-latest-panel {
        padding: 16px;
    }

    .w2w-home-latest-post {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .w2w-home-latest-post__thumb {
        height: 175px;
    }

    .w2w-home-latest-post h3 {
        font-size: 20px;
    }

    .w2w-home-now-playing__rating strong {
        font-size: 14px;
    }

    .w2w-home-now-playing__stars {
        font-size: 16px;
    }
}
