:root {
    --slate-950: #020617;
    --slate-900: #0f172a;
    --slate-850: #111827;
    --slate-800: #1e293b;
    --slate-700: #334155;
    --slate-100: #f1f5f9;
    --gray-900: #111827;
    --gray-700: #374151;
    --gray-500: #6b7280;
    --gray-100: #f3f4f6;
    --white: #ffffff;
    --red-700: #b91c1c;
    --red-600: #dc2626;
    --red-500: #ef4444;
    --orange-400: #fb923c;
    --amber-300: #fcd34d;
    --shadow: 0 20px 60px rgba(15, 23, 42, 0.14);
    --soft-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 12px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--gray-900);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 48%, #eef2f7 100%);
}

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

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

button,
input,
select {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    color: var(--white);
    background: linear-gradient(90deg, var(--slate-950), var(--slate-900) 45%, var(--slate-800));
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.28);
}

.header-inner {
    max-width: 1200px;
    height: 68px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-icon,
.footer-logo span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--red-600), var(--orange-400));
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.36);
}

.brand-text {
    font-size: 22px;
    background: linear-gradient(90deg, #f87171, var(--orange-400));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link {
    padding: 10px 14px;
    border-radius: 12px;
    color: #cbd5e1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--white);
    background: rgba(220, 38, 38, 0.95);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
    border-radius: 999px;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    color: var(--white);
    background: radial-gradient(circle at 20% 20%, rgba(239, 68, 68, 0.32), transparent 32%), linear-gradient(135deg, var(--slate-950), #111827 58%, #3f0d12);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 12%, rgba(251, 146, 60, 0.24), transparent 28%), radial-gradient(circle at 15% 88%, rgba(220, 38, 38, 0.26), transparent 34%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    max-width: 1200px;
    min-height: 720px;
    margin: 0 auto;
    padding: 86px 20px 72px;
}

.hero-slide {
    position: absolute;
    inset: 86px 20px 150px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.56fr);
    align-items: center;
    gap: 54px;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: -70px -20px -70px -20px;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.82), rgba(2, 6, 23, 0.4), rgba(2, 6, 23, 0.84)), var(--hero-image) center / cover;
    opacity: 0.34;
    filter: blur(2px) saturate(1.1);
    border-radius: 32px;
}

.hero-slide.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.hero-copy,
.hero-poster {
    position: relative;
    z-index: 1;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--amber-300);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-copy h1 {
    max-width: 780px;
    margin: 0 0 18px;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.hero-line {
    max-width: 680px;
    margin: 0 0 24px;
    color: #e2e8f0;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.75;
}

.hero-tags,
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-tags span,
.tag-row span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fee2e2;
    background: rgba(220, 38, 38, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.28);
    font-size: 13px;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

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

.primary-button,
.hero-search button,
.inline-search button {
    color: var(--white);
    background: linear-gradient(135deg, var(--red-600), var(--orange-400));
    box-shadow: 0 14px 28px rgba(220, 38, 38, 0.25);
}

.ghost-button {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.primary-button:hover,
.ghost-button:hover,
.inline-search button:hover,
.hero-search button:hover {
    transform: translateY(-2px);
}

.hero-poster {
    min-height: 430px;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.24), rgba(251, 146, 60, 0.18));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-poster img,
.detail-poster img,
.movie-poster,
.video-cover-button img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-poster strong {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--red-600);
    color: var(--white);
}

.poster-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle at 40% 28%, rgba(255, 255, 255, 0.18), transparent 24%), linear-gradient(135deg, #991b1b, #111827 54%, #f97316);
}

.hero-control {
    position: absolute;
    left: 20px;
    bottom: 118px;
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    cursor: pointer;
}

.hero-dot.active {
    width: 34px;
    background: var(--red-500);
}

.hero-search,
.inline-search {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 38px;
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 22px;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(16px);
}

.hero-search input,
.inline-search input,
.filter-bar input,
.filter-bar select,
.search-panel input,
.search-panel select {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    color: var(--gray-900);
    background: var(--white);
    outline: none;
}

.stats-strip {
    max-width: 1200px;
    margin: -38px auto 0;
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 20px;
}

.stats-strip div {
    padding: 22px 18px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
    text-align: center;
}

.stats-strip strong {
    display: block;
    color: var(--red-600);
    font-size: 30px;
    line-height: 1;
}

.stats-strip span {
    display: block;
    margin-top: 8px;
    color: var(--gray-500);
    font-weight: 700;
}

.page-main,
.content-section,
.detail-content,
.player-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
}

.content-section {
    padding-top: 72px;
}

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

.section-heading h2,
.page-hero h1,
.detail-info h1,
.detail-article h2,
.detail-side h2 {
    margin: 0;
    color: var(--gray-900);
    letter-spacing: -0.04em;
}

.section-heading h2 {
    font-size: clamp(28px, 4vw, 44px);
}

.section-heading p {
    max-width: 500px;
    margin: 0;
    color: var(--gray-500);
    line-height: 1.7;
}

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

.category-tile,
.category-overview-card a {
    display: block;
    min-height: 168px;
    padding: 22px;
    border-radius: 22px;
    color: var(--white);
    background: linear-gradient(135deg, var(--slate-900), var(--slate-800) 50%, #7f1d1d);
    box-shadow: var(--soft-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover,
.category-overview-card a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.category-tile span,
.category-overview-top span {
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.category-tile strong,
.category-overview-top strong {
    display: inline-flex;
    margin: 14px 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.category-tile p,
.category-overview-card p {
    margin: 0;
    color: #e2e8f0;
    line-height: 1.65;
}

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

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

.movie-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.movie-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.movie-poster-link {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: var(--slate-900);
}

.movie-card:hover .movie-poster {
    transform: scale(1.06);
}

.movie-poster {
    transition: transform 0.35s ease;
}

.rating-badge,
.rank-mark {
    position: absolute;
    z-index: 4;
    top: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    background: var(--red-600);
}

.rating-badge {
    right: 10px;
}

.rank-mark {
    left: 10px;
    background: rgba(15, 23, 42, 0.86);
}

.poster-play {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--white);
    background: rgba(220, 38, 38, 0.88);
    transform: translate(-50%, -50%) scale(0.86);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.movie-card:hover .poster-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.movie-card-body {
    padding: 16px;
}

.movie-card-title {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    color: var(--gray-900);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movie-card-title:hover {
    color: var(--red-600);
}

.movie-card-meta {
    margin-top: 8px;
    color: var(--gray-500);
    font-size: 13px;
    font-weight: 700;
}

.movie-card-line {
    display: -webkit-box;
    min-height: 44px;
    margin: 10px 0 14px;
    overflow: hidden;
    color: var(--gray-700);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.movie-card .tag-row span {
    color: var(--red-700);
    background: #fee2e2;
    border-color: #fecaca;
}

.page-hero {
    margin-top: 34px;
    padding: 56px;
    border-radius: 32px;
    color: var(--white);
    background: radial-gradient(circle at 80% 20%, rgba(251, 146, 60, 0.26), transparent 30%), linear-gradient(135deg, var(--slate-950), var(--slate-900) 58%, #7f1d1d);
    box-shadow: var(--shadow);
}

.page-hero h1 {
    color: var(--white);
    font-size: clamp(34px, 6vw, 60px);
}

.page-hero p {
    max-width: 780px;
    color: #e2e8f0;
    font-size: 18px;
    line-height: 1.8;
}

.slim-hero {
    min-height: auto;
}

.category-overview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.category-samples {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.category-samples span {
    padding: 5px 8px;
    border-radius: 999px;
    color: #fee2e2;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
}

.inline-search {
    position: static;
    max-width: 700px;
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.12);
}

.filter-bar,
.search-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 160px 160px auto;
    gap: 12px;
    margin-bottom: 26px;
    padding: 14px;
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

.filter-bar span {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 14px;
    color: var(--red-700);
    background: #fee2e2;
    font-weight: 900;
}

.search-panel {
    max-width: 900px;
    grid-template-columns: minmax(220px, 1fr) 170px 170px;
    background: rgba(255, 255, 255, 0.14);
}

.detail-main {
    background: #f8fafc;
}

.detail-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(15, 23, 42, 0.80)), var(--detail-image) center / cover;
}

.detail-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 64px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    color: #cbd5e1;
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--white);
}

.detail-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.detail-poster {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 28px;
    background: var(--slate-900);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.detail-info h1 {
    color: var(--white);
    font-size: clamp(36px, 6vw, 66px);
}

.detail-one-line {
    max-width: 820px;
    color: #e2e8f0;
    font-size: 19px;
    line-height: 1.75;
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.detail-meta span {
    padding: 8px 11px;
    border-radius: 999px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.12);
}

.detail-tags {
    margin-bottom: 28px;
}

.player-section {
    padding-top: 38px;
    padding-bottom: 24px;
}

.video-shell {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    background: #000;
    box-shadow: var(--shadow);
}

.movie-video {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

.video-cover-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--white);
    background: radial-gradient(circle at center, rgba(220, 38, 38, 0.28), rgba(0, 0, 0, 0.76));
    cursor: pointer;
}

.video-cover-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
}

.video-cover-button span {
    position: relative;
    z-index: 3;
    width: 86px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--red-600), var(--orange-400));
    font-size: 34px;
    box-shadow: 0 20px 42px rgba(220, 38, 38, 0.35);
}

.video-cover-button.is-hidden {
    display: none;
}

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

.detail-article,
.detail-side {
    border-radius: 26px;
    background: var(--white);
    box-shadow: var(--soft-shadow);
}

.detail-article {
    padding: 34px;
}

.detail-side {
    padding: 24px;
}

.detail-article h2,
.detail-side h2 {
    margin: 0 0 16px;
    font-size: 26px;
}

.detail-article p {
    margin: 0 0 28px;
    color: var(--gray-700);
    font-size: 17px;
    line-height: 1.95;
}

.info-list {
    margin: 0;
    display: grid;
    gap: 12px;
}

.info-list div {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.info-list dt {
    color: var(--gray-500);
    font-weight: 800;
}

.info-list dd {
    margin: 0;
    color: var(--gray-900);
}

.info-list a {
    color: var(--red-700);
    font-weight: 900;
}

.side-grid {
    display: grid;
    gap: 16px;
}

.side-grid .movie-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    border-radius: 16px;
}

.side-grid .movie-poster-link {
    aspect-ratio: 2 / 3;
}

.side-grid .movie-card-body {
    padding: 12px;
}

.side-grid .movie-card-line,
.side-grid .tag-row {
    display: none;
}

.detail-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
}

.detail-pagination a {
    min-width: 110px;
    padding: 12px 16px;
    border-radius: 14px;
    color: var(--white);
    background: var(--slate-900);
    text-align: center;
    font-weight: 800;
}

.site-footer {
    margin-top: 52px;
    color: #cbd5e1;
    background: linear-gradient(180deg, var(--slate-900), var(--slate-950));
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 22px;
    font-weight: 900;
}

.footer-brand p,
.footer-column p,
.footer-column a {
    color: #94a3b8;
    line-height: 1.7;
}

.footer-column h3 {
    margin: 0 0 14px;
    color: var(--white);
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li + li {
    margin-top: 8px;
}

.footer-column a:hover {
    color: #fca5a5;
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    width: 46px;
    height: 46px;
    display: none;
    border: 0;
    border-radius: 999px;
    color: var(--white);
    background: var(--red-600);
    box-shadow: var(--soft-shadow);
    cursor: pointer;
}

.back-top.visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.is-filtered-out {
    display: none !important;
}

@media (max-width: 1080px) {
    .movie-grid,
    .large-grid,
    .rank-grid,
    .category-grid,
    .category-overview-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

@media (max-width: 780px) {
    .header-inner {
        height: auto;
        min-height: 64px;
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-block;
    }

    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 14px;
    }

    .nav-menu.open {
        display: flex;
    }

    .hero,
    .hero-inner {
        min-height: 820px;
    }

    .hero-slide {
        inset: 56px 20px 180px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hero-poster {
        min-height: 260px;
    }

    .hero-control {
        bottom: 144px;
    }

    .hero-search,
    .inline-search,
    .filter-bar,
    .search-panel {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

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

    .section-heading {
        display: block;
    }

    .section-heading p {
        margin-top: 12px;
    }

    .movie-grid,
    .large-grid,
    .rank-grid,
    .category-grid,
    .category-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero {
        padding: 32px 22px;
    }

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

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

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .brand-text {
        font-size: 19px;
    }

    .hero-copy h1 {
        font-size: 42px;
    }

    .stats-strip,
    .movie-grid,
    .large-grid,
    .rank-grid,
    .category-grid,
    .category-overview-grid,
    .footer-inner,
    .detail-side .side-grid {
        grid-template-columns: 1fr;
    }

    .detail-article {
        padding: 24px;
    }

    .side-grid .movie-card {
        grid-template-columns: 94px minmax(0, 1fr);
    }
}
