/* MAXW1N — Slots lobby (dense premium layout) */

.mw-slots-page {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 72px;
    background:
        radial-gradient(ellipse 80% 40% at 50% -5%, rgba(99, 102, 241, 0.08), transparent 50%),
        radial-gradient(ellipse 50% 30% at 92% 15%, rgba(34, 211, 238, 0.06), transparent 45%);
}

.mw-slots-page .mw-container {
    width: 100%;
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero */
.mw-slots-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 14px;
    padding: 22px 26px;
    min-height: auto;
    border-radius: 24px;
    overflow: hidden;
    scroll-margin-top: calc(var(--mw-header-h, 72px) + 16px);
    background:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
        radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.18), transparent 42%),
        radial-gradient(circle at 12% 85%, rgba(34, 211, 238, 0.12), transparent 40%),
        linear-gradient(135deg, rgba(20, 28, 48, 0.98) 0%, rgba(8, 12, 22, 0.99) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.mw-slots-hero__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 80% 20%, rgba(99, 102, 241, 0.1), transparent 60%);
    pointer-events: none;
}

.mw-slots-hero__copy {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.mw-slots-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #818cf8;
}

.mw-slots-hero__title {
    margin: 0 0 6px;
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    background: linear-gradient(180deg, #fff 30%, rgba(255, 255, 255, 0.72));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mw-slots-hero__subtitle {
    margin: 0 0 12px;
    max-width: 540px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
}

.mw-slots-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mw-slots-badge {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.mw-slots-hero__aside {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
}

.mw-slots-hero__stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.32);
    text-align: right;
}

.mw-slots-hero__stat strong {
    font-size: 1.85rem;
    font-weight: 800;
    color: #818cf8;
    line-height: 1;
}

.mw-slots-hero__stat > span {
    margin-top: 3px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.mw-slots-hero__stat-meta {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.48);
}

.mw-slots-hero__covers {
    position: relative;
    width: 118px;
    height: 140px;
    flex-shrink: 0;
}

.mw-slots-hero__cover {
    position: absolute;
    width: 76px;
    height: 102px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
}

.mw-slots-hero__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mw-slots-hero__cover span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.mw-slots-hero__cover--1 { top: 0; right: 44px; transform: rotate(-6deg); z-index: 1; }
.mw-slots-hero__cover--2 { top: 16px; right: 14px; transform: rotate(3deg); z-index: 3; }
.mw-slots-hero__cover--3 { top: 32px; right: 50px; transform: rotate(-2deg); z-index: 2; }
.mw-slots-hero__cover--4 { top: 44px; right: 0; transform: rotate(5deg); z-index: 4; }

.mw-slots-hero__cover.is-fallback {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.35), rgba(15, 23, 42, 0.98));
}

/* Toolbar panel */
.mw-slots-sticky-bar {
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
    padding: 12px 14px 10px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 12, 22, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.mw-slots-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.mw-slots-toolbar__search {
    flex: 1 1 280px;
    position: relative;
}

.mw-slots-toolbar__search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    pointer-events: none;
}

.mw-slots-search {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 0 14px 0 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 14px;
    outline: none;
}

.mw-slots-search:focus {
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.mw-slots-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.mw-slots-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.mw-slots-btn:hover {
    border-color: rgba(99, 102, 241, 0.4);
    background: rgba(99, 102, 241, 0.12);
}

.mw-slots-btn.is-active {
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(99, 102, 241, 0.2);
}

.mw-slots-btn--ghost {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
}

.mw-slots-select {
    height: 44px;
    min-width: 140px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.mw-slots-select option {
    background: #0f172a;
    color: #fff;
}

/* Provider panel */
.mw-slots-provider-panel {
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 14, 24, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.mw-slots-provider-panel__head {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.mw-slots-provider-search {
    flex: 1;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 13px;
    outline: none;
}

.mw-slots-provider-reset,
.mw-slots-provider-close {
    height: 38px;
    padding: 0 10px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.mw-slots-provider-close {
    width: 38px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
}

.mw-slots-provider-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 280px;
    overflow-y: auto;
}

.mw-slots-prov-chip {
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
}

.mw-slots-prov-chip:hover {
    border-color: rgba(99, 102, 241, 0.35);
}

.mw-slots-prov-chip.is-active {
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(99, 102, 241, 0.22);
    color: #fff;
}

.mw-slots-prov-chip.is-hidden {
    display: none;
}

/* Categories */
.mw-slots-categories {
    display: flex;
    gap: 10px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.mw-slots-categories::-webkit-scrollbar {
    display: none;
}

.mw-slots-cat {
    flex-shrink: 0;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.mw-slots-cat:hover {
    border-color: rgba(99, 102, 241, 0.35);
    color: #fff;
}

.mw-slots-cat.is-active {
    border-color: rgba(99, 102, 241, 0.55);
    background: rgba(99, 102, 241, 0.2);
    color: #fff;
}

/* Browse rhythm */
.mw-slots-browse {
    margin-top: 16px;
}

.mw-slots-browse.is-hidden {
    display: none;
}

.mw-slots-featured {
    margin: 0 0 22px;
}

.mw-slots-section + .mw-slots-section {
    margin-top: 28px;
}

.mw-slots-catalog {
    margin-top: 28px;
}

.mw-slots-block {
    margin: 0;
}

.mw-slots-block__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.mw-slots-block__title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.mw-slots-block__count {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
}

/* Featured grid */
.mw-slots-featured-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-auto-rows: 128px;
    gap: 10px;
    max-height: 266px;
    align-items: stretch;
}

.mw-slots-featured-grid .mw-slot-card {
    height: 100%;
    min-height: 0;
    max-height: 128px;
    border-radius: 14px;
}

.mw-slots-featured-grid .mw-slot-card--hero {
    grid-row: span 2;
    max-height: 266px;
    height: 100%;
    display: block;
    position: relative;
    min-height: 0;
}

.mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__media,
.mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__media {
    position: absolute;
    inset: 0;
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
}

.mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__body,
.mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 10px 12px;
    margin: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    pointer-events: none;
}

.mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) {
    display: block;
    position: relative;
}

.mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__title,
.mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__title {
    font-size: 13px;
    margin-bottom: 1px;
    -webkit-line-clamp: 1;
    color: #fff;
}

.mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__provider {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.62);
}

.mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__overlay {
    opacity: 0;
}

.mw-slots-featured-grid .mw-slot-card--hero:hover .mw-slot-card__overlay {
    opacity: 1;
}

/* Grids */
.mw-slots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
    gap: 10px;
    align-items: stretch;
}

.mw-slots-grid--section {
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
}

/* Cards — image-cover layout in grids */
.mw-slot-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.mw-slots-grid .mw-slot-card,
.mw-slots-grid--section .mw-slot-card {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 0;
    height: auto;
}

.mw-slots-grid .mw-slot-card__media,
.mw-slots-grid--section .mw-slot-card__media {
    position: absolute;
    inset: 0;
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
}

.mw-slots-grid .mw-slot-card__body,
.mw-slots-grid--section .mw-slot-card__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 8px 10px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 60%, transparent 100%);
    pointer-events: none;
}

.mw-slots-grid .mw-slot-card__title,
.mw-slots-grid--section .mw-slot-card__title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 1px;
}

.mw-slots-grid .mw-slot-card__provider,
.mw-slots-grid--section .mw-slot-card__provider {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.62);
}

.mw-slot-card:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 211, 238, 0.38);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35), 0 0 20px rgba(99, 102, 241, 0.1);
}

.mw-slot-card.is-hidden {
    display: none !important;
}

.mw-slot-card__media {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(12, 18, 32, 0.98));
}

.mw-slot-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.25s ease;
}

.mw-slot-card:hover .mw-slot-card__img {
    transform: scale(1.05);
}

.mw-slot-card.is-image-error .mw-slot-card__img {
    display: none;
}

.mw-slot-card.is-image-error .mw-slot-card__media {
    background:
        radial-gradient(circle at 70% 15%, rgba(99, 102, 241, 0.22), transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(34, 211, 238, 0.12), transparent 45%),
        linear-gradient(160deg, #1a2236 0%, #0c1018 100%);
}

.mw-slot-card.is-image-error .mw-slot-card__media::before {
    content: 'MAXW1N Slots';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(129, 140, 248, 0.9);
}

.mw-slot-card.is-image-error .mw-slot-card__media::after {
    content: attr(data-title);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.88);
}

.mw-slot-card__badges {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    max-width: calc(100% - 14px);
    z-index: 2;
}

.mw-slot-card__badge {
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.mw-slot-card__badge--top { background: #6366f1; color: #fff; }
.mw-slot-card__badge--hot { background: #f97316; color: #fff; }
.mw-slot-card__badge--new { background: #22c55e; color: #000; }

.mw-slot-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.58) 100%);
    opacity: 0;
    transition: opacity 0.18s ease;
    z-index: 3;
}

.mw-slot-card:hover .mw-slot-card__overlay {
    opacity: 1;
}

.mw-slot-card__play {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.35);
}

.mw-slot-card__play i {
    font-size: 10px;
}

.mw-slot-card__body {
    flex: 0 0 auto;
    padding: 10px 12px 12px;
}

.mw-slot-card__title {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mw-slot-card__provider {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-slots-empty {
    padding: 36px 20px;
    text-align: center;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.2);
}

.mw-slots-empty h2 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.mw-slots-empty p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.mw-slots-catalog.is-filter-empty .mw-slots-grid {
    display: none;
}

.mw-slots-seo {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mw-slots-about summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    list-style: none;
}

.mw-slots-about summary::-webkit-details-marker {
    display: none;
}

.mw-slots-about p {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.52);
    max-width: 720px;
}

/* Tablet */
@media (max-width: 1024px) {
    .mw-slots-featured-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 130px;
        max-height: none;
    }

    .mw-slots-featured-grid .mw-slot-card {
        max-height: 130px;
    }

    .mw-slots-featured-grid .mw-slot-card--hero {
        grid-row: span 1;
        grid-column: span 2;
        max-height: 210px;
        min-height: 210px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .mw-slots-page {
        padding-top: 16px;
        padding-bottom: 56px;
    }

    .mw-slots-page .mw-container {
        padding: 0 14px;
    }

    .mw-slots-hero {
        flex-direction: column;
        padding: 18px 16px;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mw-slots-hero__aside {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
    }

    .mw-slots-hero__stat {
        align-items: flex-start;
        text-align: left;
        flex: 1;
    }

    .mw-slots-hero__covers {
        display: none;
    }

    .mw-slots-sticky-bar {
        margin-bottom: 12px;
        padding: 12px;
    }

    .mw-slots-toolbar {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .mw-slots-toolbar__actions {
        width: 100%;
    }

    .mw-slots-btn,
    .mw-slots-select {
        flex: 1;
        min-width: 0;
    }

    .mw-slots-browse {
        margin-top: 14px;
    }

    .mw-slots-featured {
        margin-bottom: 20px;
    }

    .mw-slots-featured-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 10px;
        max-height: none;
    }

    .mw-slots-featured-grid .mw-slot-card,
    .mw-slots-featured-grid .mw-slot-card--hero {
        max-height: none;
        height: auto;
        grid-row: auto;
        display: block;
        position: relative;
    }

    .mw-slots-featured-grid .mw-slot-card--hero {
        grid-column: span 2;
        aspect-ratio: 16 / 9;
    }

    .mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) {
        aspect-ratio: 4 / 3;
    }

    .mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__media,
    .mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__media {
        position: absolute;
        inset: 0;
    }

    .mw-slots-featured-grid .mw-slot-card--hero .mw-slot-card__body,
    .mw-slots-featured-grid .mw-slot-card:not(.mw-slot-card--hero) .mw-slot-card__body {
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    }

    .mw-slots-section + .mw-slots-section {
        margin-top: 24px;
    }

    .mw-slots-grid,
    .mw-slots-grid--section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mw-slot-card__overlay {
        opacity: 1;
        background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.52) 100%);
    }

    .mw-slot-card__play {
        padding: 7px 14px;
        font-size: 11px;
    }
}

@media (max-width: 390px) {
    .mw-slots-page .mw-container {
        padding: 0 12px;
    }

    .mw-slots-hero__title {
        font-size: 1.55rem;
    }
}
