* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #030712;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
    line-height: 1.5;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 34rem),
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 30rem),
        linear-gradient(180deg, #030712 0%, #0f172a 44%, #030712 100%);
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(3, 7, 18, 0.82);
    backdrop-filter: blur(18px);
}

.header-inner {
    width: min(1280px, calc(100% - 32px));
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.35);
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.brand-subtitle {
    color: #94a3b8;
    font-size: 0.75rem;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.nav-link {
    padding: 9px 12px;
    border-radius: 12px;
    color: #cbd5e1;
    font-size: 0.94rem;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: #ffffff;
    background: rgba(37, 99, 235, 0.86);
    transform: translateY(-1px);
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 310px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
}

.header-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #e2e8f0;
    background: transparent;
    padding: 7px 10px;
}

.header-search button,
.search-page-form button {
    border: 0;
    border-radius: 999px;
    padding: 8px 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28);
}

.mobile-menu-button {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.9);
}

.mobile-menu-button span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.mobile-panel {
    display: none;
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto 16px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
}

.mobile-panel.is-open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mobile-panel a {
    padding: 11px 12px;
    border-radius: 12px;
    color: #dbeafe;
    background: rgba(30, 41, 59, 0.74);
}

.hero-carousel {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
    background: #020617;
}

.hero-slide {
    position: relative;
    display: none;
    min-height: 72vh;
}

.hero-slide.is-active {
    display: block;
}

.hero-backdrop,
.hero-shade {
    position: absolute;
    inset: 0;
}

.hero-backdrop {
    background-position: center;
    background-size: cover;
    transform: scale(1.06);
    filter: blur(1px) saturate(1.12);
    opacity: 0.48;
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(3, 7, 18, 0.96) 0%, rgba(3, 7, 18, 0.72) 42%, rgba(3, 7, 18, 0.2) 100%),
        linear-gradient(0deg, #030712 0%, transparent 42%);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 32px));
    min-height: 72vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 54px;
    padding: 70px 0 86px;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7dd3fc;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
    margin: 18px 0 16px;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.hero-line {
    color: #e0f2fe;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    margin: 0 0 14px;
}

.hero-summary,
.page-hero p {
    max-width: 680px;
    color: #cbd5e1;
    font-size: 1.04rem;
    margin: 0;
}

.hero-tags,
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.hero-tags span,
.tag-cloud span,
.card-meta span {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 999px;
    color: #dbeafe;
    background: rgba(15, 23, 42, 0.74);
}

.hero-tags span,
.tag-cloud span {
    padding: 7px 12px;
    font-size: 0.88rem;
}

.hero-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button.primary {
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.34);
}

.button.ghost {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(15, 23, 42, 0.72);
}

.hero-poster {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 26px 80px rgba(2, 6, 23, 0.6);
    transform: rotate(2deg);
}

.hero-poster img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.hero-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    background: rgba(15, 23, 42, 0.72);
    transform: translateY(-50%);
}

.hero-control.prev {
    left: 24px;
}

.hero-control.next {
    right: 24px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button.is-active {
    width: 34px;
    background: #ffffff;
}

.content-section {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 64px 0;
}

.section-lift {
    margin-top: -18px;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 6px 0 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    letter-spacing: -0.04em;
}

.section-heading a {
    color: #93c5fd;
    font-weight: 700;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.compact-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.movie-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 18px 50px rgba(2, 6, 23, 0.24);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.42);
    box-shadow: 0 26px 70px rgba(2, 6, 23, 0.42);
}

.poster-link,
.rail-poster {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.poster-link img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.movie-card:hover .poster-link img,
.rail-card:hover img {
    transform: scale(1.08);
}

.card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 999px;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    background: rgba(37, 99, 235, 0.9);
}

.card-play {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(2, 6, 23, 0.75);
    backdrop-filter: blur(10px);
}

.card-body {
    padding: 16px;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.card-meta span {
    padding: 3px 8px;
    font-size: 0.75rem;
}

.card-body h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.35;
}

.card-body p {
    margin: 0;
    color: #94a3b8;
    font-size: 0.9rem;
}

.movie-card.is-compact .card-body {
    padding: 13px;
}

.movie-card.is-compact .card-body p {
    display: none;
}

.rail-section {
    padding: 18px 0 34px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.6), rgba(30, 41, 59, 0.72), rgba(15, 23, 42, 0.6));
}

.rail-heading {
    padding-bottom: 18px;
}

.movie-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 max(16px, calc((100vw - 1280px) / 2)) 28px;
    scrollbar-width: thin;
}

.rail-card {
    flex: 0 0 210px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
}

.rail-poster img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.rail-poster span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(2, 6, 23, 0.72);
}

.rail-card div {
    padding: 12px;
}

.rail-card h3 {
    margin: 0 0 4px;
    font-size: 1rem;
}

.rail-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 0.85rem;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    gap: 34px;
}

.compact-heading {
    margin-bottom: 18px;
}

.ranking-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.ranking-item a {
    display: grid;
    grid-template-columns: 48px 66px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.72);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.ranking-item a:hover {
    transform: translateX(4px);
    border-color: rgba(96, 165, 250, 0.38);
}

.rank-number {
    color: #60a5fa;
    font-size: 1.45rem;
    font-weight: 900;
    text-align: center;
}

.ranking-item img {
    width: 66px;
    height: 88px;
    border-radius: 13px;
    object-fit: cover;
}

.rank-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rank-copy strong {
    overflow: hidden;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rank-copy small {
    color: #94a3b8;
}

.category-grid,
.category-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.category-card,
.category-overview-card {
    position: relative;
    overflow: hidden;
    min-height: 145px;
    padding: 22px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.24), transparent 12rem),
        rgba(15, 23, 42, 0.78);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-card:hover,
.category-overview-card:hover {
    transform: translateY(-4px);
    border-color: rgba(125, 211, 252, 0.45);
}

.category-card span,
.category-overview-card h2 {
    font-size: 1.25rem;
    font-weight: 850;
}

.category-card strong,
.category-count {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7dd3fc;
}

.category-card p,
.category-overview-card p {
    margin: 16px 0 0;
    color: #94a3b8;
}

.category-overview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-overview-card h2 {
    margin: 52px 0 12px;
}

.category-overview-card strong {
    display: inline-flex;
    margin-top: 18px;
    color: #bfdbfe;
}

.page-main {
    min-height: 70vh;
}

.page-hero {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 78px 0 32px;
}

.small-hero,
.category-hero {
    padding-top: 88px;
}

.page-hero h1 {
    max-width: 980px;
}

.filter-panel {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.72);
}

.filter-panel input,
.search-page-form input {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    outline: 0;
    color: #e2e8f0;
    background: rgba(2, 6, 23, 0.72);
    padding: 14px 16px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-buttons button {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    color: #cbd5e1;
    background: rgba(30, 41, 59, 0.82);
    padding: 8px 14px;
}

.filter-buttons button.is-active {
    color: #ffffff;
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(37, 99, 235, 0.88);
}

.category-movie-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rankings-page-grid {
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.64fr);
}

.long-ranking {
    gap: 10px;
}

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

.search-page-form {
    display: flex;
    gap: 12px;
    max-width: 780px;
    margin-top: 28px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.74);
}

.search-page-form input {
    border-radius: 16px;
}

.breadcrumb {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #94a3b8;
    font-size: 0.92rem;
}

.breadcrumb a {
    color: #bfdbfe;
}

.player-layout {
    width: min(1280px, calc(100% - 32px));
    margin: 22px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 28px;
    background: #000000;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    aspect-ratio: 16 / 9;
}

.movie-player {
    width: 100%;
    height: 100%;
    background: #000000;
}

.player-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 0;
    background-position: center;
    background-size: cover;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-cover::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28)),
        radial-gradient(circle, rgba(37, 99, 235, 0.24), transparent 22rem);
}

.play-orb {
    position: relative;
    z-index: 3;
    width: 86px;
    height: 86px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 2.2rem;
    padding-left: 6px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.45);
}

.player-shell.is-playing .player-cover {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.detail-title-block {
    padding: 24px 0 8px;
}

.detail-title-block h1 {
    margin: 10px 0 12px;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.detail-title-block p {
    margin: 0;
    color: #cbd5e1;
    font-size: 1.08rem;
}

.detail-aside {
    display: grid;
    gap: 16px;
}

.detail-poster {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 24px;
    object-fit: cover;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.35);
}

.detail-meta-card,
.detail-article,
.related-panel {
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.74);
}

.detail-meta-card {
    padding: 20px;
}

.detail-meta-card dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.detail-meta-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    padding-bottom: 10px;
}

.detail-meta-card dt {
    color: #94a3b8;
}

.detail-meta-card dd {
    margin: 0;
    color: #ffffff;
    text-align: right;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: start;
}

.detail-article,
.related-panel {
    padding: 26px;
}

.detail-article h2 {
    margin: 0 0 14px;
    font-size: 1.55rem;
}

.detail-article h2:not(:first-child) {
    margin-top: 30px;
}

.detail-article p {
    margin: 0;
    color: #cbd5e1;
    font-size: 1.02rem;
    line-height: 1.9;
}

.related-grid {
    gap: 14px;
}

.site-footer {
    margin-top: 44px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(2, 6, 23, 0.74);
}

.footer-inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 900;
}

.footer-inner p {
    max-width: 680px;
    margin: 0;
    color: #94a3b8;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-content: flex-start;
    justify-content: flex-end;
}

.footer-links a {
    color: #bfdbfe;
}

.footer-bottom {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    padding: 18px 0 28px;
    color: #64748b;
    font-size: 0.9rem;
    text-align: center;
}

@media (max-width: 1180px) {
    .desktop-nav {
        display: none;
    }

    .header-search {
        margin-left: auto;
    }

    .mobile-menu-button {
        display: flex;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .movie-grid,
    .category-movie-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .compact-grid,
    .category-overview-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .detail-content-grid,
    .player-layout {
        grid-template-columns: 1fr;
    }

    .detail-aside {
        grid-template-columns: 260px minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .header-inner {
        height: auto;
        min-height: 68px;
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .header-search {
        order: 5;
        width: 100%;
    }

    .brand-subtitle {
        display: none;
    }

    .hero-content {
        min-height: 74vh;
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 44px;
    }

    .hero-poster {
        display: none;
    }

    .hero-control {
        display: none;
    }

    .section-heading,
    .footer-inner,
    .split-section,
    .rankings-page-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .movie-grid,
    .compact-grid,
    .category-movie-grid,
    .category-overview-grid,
    .side-grid,
    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .detail-aside {
        grid-template-columns: 1fr;
    }

    .detail-poster {
        max-width: 240px;
    }

    .search-page-form {
        display: grid;
    }
}

@media (max-width: 520px) {
    .movie-grid,
    .compact-grid,
    .category-movie-grid,
    .category-overview-grid,
    .side-grid,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .ranking-item a {
        grid-template-columns: 40px 58px minmax(0, 1fr);
    }

    .ranking-item img {
        width: 58px;
        height: 78px;
    }

    .mobile-panel.is-open {
        grid-template-columns: 1fr;
    }
}
