.re-ds-cheats-hero {
    margin-top: 1.1rem;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
    gap: 1rem;
    align-items: stretch;
}

.re-ds-cheats-hero-callout {
    min-width: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 18% 12%, rgba(164, 18, 33, 0.28), rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, rgba(13, 18, 22, 0.94), rgba(8, 12, 14, 0.9)),
        url("../images/re-ds/ui/tiles/vent.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, 256px 256px;
    color: rgba(246, 241, 234, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
    padding: 1.1rem 1.15rem 1.15rem;
}

.re-ds-cheats-hero-callout__eyebrow,
.re-ds-cheats-hero-callout__date {
    color: rgba(246, 241, 234, 0.68);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.re-ds-cheats-hero-callout__headline {
    margin-top: 0.55rem;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.05;
    color: rgba(246, 241, 234, 0.98);
}

.re-ds-cheats-hero-callout__copy {
    margin-top: 0.7rem;
    max-width: 34rem;
    color: rgba(246, 241, 234, 0.78);
}

.re-ds-cheats-chiprow {
    margin-top: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.re-ds-cheats-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    color: rgba(246, 241, 234, 0.86);
    font-size: 0.94rem;
}

.re-ds-cheats-chip strong {
    color: rgba(246, 241, 234, 0.96);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.re-ds-cheats-hero-callout__note {
    margin-top: 0.8rem;
    color: rgba(246, 241, 234, 0.64);
    font-size: 0.94rem;
}

.re-ds-cheats-hero-art {
    position: relative;
    min-width: 0;
    min-height: 280px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, rgba(7, 11, 13, 0.88), rgba(7, 11, 13, 0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.re-ds-cheats-hero-art__collage {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 0.75rem;
    padding: 0.85rem;
    opacity: 0.34;
}

.re-ds-cheats-hero-art__collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.re-ds-cheats-hero-art__wide {
    grid-column: 1 / -1;
}

.re-ds-cheats-hero-art__badge {
    position: absolute;
    left: 50%;
    top: 1.05rem;
    transform: translateX(-50%);
    display: grid;
    gap: 0.12rem;
    min-width: min(78%, 320px);
    padding: 0.8rem 0.95rem;
    border-radius: 18px;
    background: rgba(10, 14, 18, 0.74);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.12),
        0 18px 34px rgba(0, 0, 0, 0.38);
    text-align: center;
}

.re-ds-cheats-hero-art__badge-kicker,
.re-ds-cheats-hero-art__badge-copy {
    color: rgba(246, 241, 234, 0.7);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.re-ds-cheats-hero-art__badge-title {
    color: rgba(246, 241, 234, 0.98);
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.re-ds-cheats-hero-art__character {
    position: absolute;
    bottom: -10px;
    width: min(210px, 42%);
    height: auto;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.62));
}

.re-ds-cheats-hero-art__character--jill {
    left: 2%;
}

.re-ds-cheats-hero-art__character--wesker {
    right: -1%;
    width: min(200px, 40%);
    opacity: 0.78;
}

.re-ds-cheats-hero-art__pickups {
    position: absolute;
    right: 0.85rem;
    top: 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.re-ds-cheats-hero-art__pickups img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    padding: 0.3rem;
    border-radius: 12px;
    background: rgba(255, 250, 242, 0.82);
    box-shadow:
        inset 0 0 0 1px rgba(70, 55, 28, 0.1),
        0 12px 20px rgba(0, 0, 0, 0.18);
}

.re-ds-cheats-actions {
    margin-top: 0.85rem;
}

.re-ds-cheats-plan-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
    gap: 1rem;
    align-items: start;
}

.re-ds-cheats-plan h4,
.re-ds-cheats-fix h4 {
    margin: 0.2rem 0 0.6rem;
    color: rgba(24, 18, 10, 0.92);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.re-ds-cheats-plan ul,
.re-ds-cheats-fix ul {
    margin: 0;
    padding-left: 1.25rem;
    color: rgba(24, 18, 10, 0.84);
}

.re-ds-cheats-session-card,
.re-ds-cheats-code-output,
.re-ds-cheats-note {
    margin: 0;
    padding: 0.9rem 0.95rem;
    border-radius: 14px;
    background: rgba(10, 14, 18, 0.1);
    border: 1px solid rgba(70, 55, 28, 0.18);
    color: rgba(24, 18, 10, 0.9);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.92rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.re-ds-cheats-platform-grid,
.re-ds-cheats-unlocks-grid,
.re-ds-cheats-trouble-grid,
.re-ds-cheats-library-grid,
.re-ds-cheats-sources-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.75fr);
    gap: 1rem;
    align-items: start;
}

.re-ds-cheats-platform-media img,
.re-ds-cheats-unlocks-media img,
.re-ds-cheats-trouble-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
    background: rgba(13, 18, 22, 0.92);
}

.re-ds-cheats-trouble-media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.re-ds-cheats-lane-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.re-ds-cheats-lane {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.re-ds-cheats-lane__kicker {
    color: rgba(24, 18, 10, 0.64);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.re-ds-cheats-lane__title {
    margin: 0.1rem 0 0;
    color: rgba(24, 18, 10, 0.92);
    font-size: 1.2rem;
}

.re-ds-cheats-lane__copy {
    color: rgba(24, 18, 10, 0.74);
}

.re-ds-cheats-lane__list {
    margin: 0;
    padding-left: 1.25rem;
    color: rgba(24, 18, 10, 0.82);
}

.re-ds-cheats-codes-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 1rem;
    align-items: start;
}

.re-ds-cheats-trouble-controls,
.re-ds-cheats-backup-controls,
.re-ds-cheats-code-controls,
.re-ds-cheats-manifest-controls,
.re-ds-cheats-control-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.re-ds-cheats-field--wide {
    grid-column: span 2;
}

.re-ds-cheats-manifest-controls .re-ds-field {
    grid-column: span 3;
}

.re-ds-cheats-manifest-controls .re-ds-field--search {
    grid-column: 1 / -1;
}

.re-ds-cheats-sources {
    overflow-x: auto;
}

.re-ds-cheats-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.re-ds-cheats-table th,
.re-ds-cheats-table td {
    padding: 0.7rem 0.75rem;
    border-bottom: 1px solid rgba(70, 55, 28, 0.18);
    vertical-align: top;
    color: rgba(24, 18, 10, 0.82);
}

.re-ds-cheats-table thead th {
    position: sticky;
    top: 0;
    background: rgba(255, 252, 246, 0.92);
    color: rgba(24, 18, 10, 0.9);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.82rem;
    z-index: 1;
}

.re-ds-cheats-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.22);
}

.re-ds-cheats-table a {
    color: rgba(24, 18, 10, 0.92);
    text-decoration: underline;
    text-decoration-color: rgba(24, 18, 10, 0.26);
    text-underline-offset: 0.12em;
}

.re-ds-cheats-reward {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    min-width: 0;
}

.re-ds-cheats-reward img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 250, 242, 0.82);
    box-shadow: inset 0 0 0 1px rgba(70, 55, 28, 0.1);
    flex: 0 0 auto;
}

.re-ds-cheats-reward strong {
    display: block;
    color: rgba(24, 18, 10, 0.92);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.re-ds-cheats-reward span {
    display: block;
    color: rgba(24, 18, 10, 0.72);
    font-size: 0.92rem;
}

@media (max-width: 920px) {
    .re-ds-cheats-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .re-ds-cheats-hero-art {
        min-height: 240px;
    }

    .re-ds-cheats-hero-art__character {
        width: min(180px, 38%);
    }

    .re-ds-cheats-hero-art__character--wesker {
        width: min(170px, 34%);
    }

    .re-ds-cheats-plan-layout,
    .re-ds-cheats-platform-grid,
    .re-ds-cheats-unlocks-grid,
    .re-ds-cheats-trouble-grid,
    .re-ds-cheats-library-grid,
    .re-ds-cheats-sources-grid,
    .re-ds-cheats-codes-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .re-ds-cheats-lane-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .re-ds-cheats-table {
        min-width: 560px;
    }

    .re-ds-cheats-trouble-media img {
        aspect-ratio: auto;
    }
}

