:root {
    --rg-body-left: rgb(36, 36, 36);
    --rg-body-right: rgb(34, 34, 34);
    --rg-navbar: rgb(113, 99, 99);
    --rg-hover: rgb(8, 8, 8);
    --rg-active: rgb(40, 41, 41);
    --rg-chip: #e0e0e0;
    --rg-ticket-dark: #3a0d0d;
    --rg-ticket-red: #b30000;
    --rg-footer-text: beige;
    --resu-bg: var(--rg-body-right);
    --resu-bg-soft: var(--rg-body-left);
    --resu-panel: rgba(40, 41, 41, 0.94);
    --resu-panel-strong: rgba(8, 8, 8, 0.92);
    --resu-text: white;
    --resu-muted: rgb(243, 239, 239);
    --resu-line: rgba(113, 99, 99, 0.48);
    --resu-red: var(--rg-ticket-red);
    --resu-main: var(--rg-ticket-red);
    --resu-ritual: var(--rg-navbar);
    --resu-chaos: var(--rg-active);
    --resu-desert: var(--rg-hover);
    --resu-blood-soft: rgba(179, 0, 0, 0.18);
    --resu-ash: var(--rg-footer-text);
    --resu-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

body.resu-draft-page {
    position: relative;
    isolation: isolate;
    color: var(--resu-text);
    background:
        radial-gradient(circle at 18% -8%, rgba(179, 0, 0, 0.2), transparent 26%),
        radial-gradient(circle at 88% 6%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(118deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 20%),
        linear-gradient(180deg, #050505 0%, #101010 38%, #030303 100%);
    background-attachment: fixed;
    font-family: "Rajdhani", Arial, Helvetica, sans-serif;
}

body.resu-draft-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 12%, rgba(255, 255, 255, 0.05) 18%, transparent 25% 61%, rgba(255, 255, 255, 0.04) 69%, transparent 78%),
        linear-gradient(180deg, transparent 0 44%, rgba(255, 255, 255, 0.055) 51%, rgba(179, 0, 0, 0.08) 54%, transparent 68%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 12px);
    mix-blend-mode: screen;
    opacity: 0.72;
}

body.resu-draft-page::after {
    content: "";
    position: fixed;
    inset: auto 0 0;
    z-index: 0;
    height: 46vh;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.045) 34%, rgba(0, 0, 0, 0.78) 100%),
        radial-gradient(ellipse at 50% 100%, rgba(179, 0, 0, 0.22), transparent 58%);
    transform: perspective(900px) rotateX(58deg) scaleX(1.12);
    transform-origin: bottom;
    opacity: 0.82;
}

.resu-preview {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 64px;
    padding: 32px 0 64px;
}

.resu-day-guide {
    display: block;
    text-align: left;
}

.resu-hero {
    padding: 28px;
    border: 1px solid var(--resu-line);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(113, 99, 99, 0.42), rgba(40, 41, 41, 0.94) 48%, rgba(8, 8, 8, 0.94)),
        radial-gradient(circle at 82% 18%, rgba(179, 0, 0, 0.16), transparent 34%),
        var(--resu-panel);
    box-shadow: var(--resu-shadow);
}

.resu-kicker {
    margin: 0 0 10px;
    color: var(--rg-footer-text);
    font-size: 0.95rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.resu-hero h1,
.resu-stage__title,
.resu-band-card h3,
.resu-summary-card__count {
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
}

.resu-hero h1 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 0.95;
    color: white;
    text-shadow: 0 0 20px rgba(8, 8, 8, 0.72);
}

.resu-lead {
    margin: 18px 0 0;
    max-width: 860px;
    font-size: 1.18rem;
    line-height: 1.45;
    color: var(--resu-muted);
}

.resu-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.resu-meta-row .genre {
    background: var(--rg-chip);
    color: var(--rg-active);
    font-weight: 600;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.resu-draft-page .ticket-button {
    background: linear-gradient(135deg, var(--rg-ticket-dark), var(--rg-ticket-red));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.resu-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.resu-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    color: var(--resu-text);
    text-decoration: none;
    border: 1px solid rgba(113, 99, 99, 0.55);
    border-radius: 12px;
    background: rgba(40, 41, 41, 0.78);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.resu-secondary-link:hover {
    transform: translateY(-2px);
    background: var(--rg-hover);
    border-color: rgba(255, 255, 255, 0.32);
}

.resu-poster {
    margin: 24px 0 0;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--resu-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.72)),
        var(--resu-panel-strong);
    box-shadow: var(--resu-shadow);
}

.resu-poster img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    filter: saturate(0.82) contrast(1.08) brightness(0.92);
}

.resu-poster figcaption {
    margin-top: 12px;
    color: var(--resu-muted);
    font-size: 1rem;
}

.resu-summary {
    margin-top: 24px;
}

.resu-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.resu-summary-card {
    display: block;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(113, 99, 99, 0.42);
    background:
        linear-gradient(180deg, rgba(113, 99, 99, 0.18), rgba(255, 255, 255, 0.025)),
        rgba(40, 41, 41, 0.72);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, filter 0.2s ease;
}

a.resu-summary-card {
    cursor: pointer;
}

a.resu-summary-card:hover,
a.resu-summary-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.38);
    filter: brightness(1.08);
}

a.resu-summary-card:focus-visible {
    outline: 2px solid var(--rg-ticket-red);
    outline-offset: 4px;
}

.resu-summary-card__label {
    display: block;
    margin-bottom: 10px;
    color: var(--resu-muted);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.resu-summary-card__count {
    display: block;
    font-size: 2.3rem;
    line-height: 1;
    color: white;
    text-shadow: 0 0 18px rgba(8, 8, 8, 0.7);
}

.resu-summary-card--main {
    border-color: rgba(179, 0, 0, 0.46);
}

.resu-summary-card--ritual {
    border-color: rgba(113, 99, 99, 0.64);
}

.resu-summary-card--chaos {
    border-color: rgba(40, 41, 41, 0.8);
}

.resu-summary-card--desert {
    border-color: rgba(8, 8, 8, 0.86);
}

.resu-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 4px solid var(--resu-red);
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(113, 99, 99, 0.22), rgba(255, 255, 255, 0.025));
    color: var(--resu-muted);
    line-height: 1.45;
}

.resu-stage {
    margin-top: 26px;
    scroll-margin-top: 24px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--resu-line);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--stage-accent) 17%, transparent), transparent 34%),
        var(--resu-panel-strong);
    box-shadow: var(--resu-shadow);
}

.resu-stage--main {
    --stage-accent: var(--resu-main);
}

.resu-stage--ritual {
    --stage-accent: var(--resu-ritual);
}

.resu-stage--chaos {
    --stage-accent: var(--resu-chaos);
}

.resu-stage--desert {
    --stage-accent: var(--resu-desert);
}

.resu-stage__header {
    padding: 22px 24px 18px;
    border-bottom: 1px solid var(--resu-line);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--stage-accent) 42%, #050505), rgba(5, 5, 6, 0.96) 58%, rgba(0, 0, 0, 0.98));
}

.resu-stage__eyebrow {
    margin: 0;
    color: color-mix(in srgb, var(--stage-accent) 52%, #f1d5d8);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.95rem;
}

.resu-stage__title {
    margin: 4px 0 0;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 0.95;
    color: #fff4ef;
    text-shadow: 0 0 18px color-mix(in srgb, var(--stage-accent) 42%, transparent);
}

.resu-stage__description {
    margin: 10px 0 0;
    max-width: 860px;
    color: var(--resu-muted);
    font-size: 1.08rem;
    line-height: 1.4;
}

.resu-band-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 20px;
}

.resu-band-card {
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(113, 99, 99, 0.35);
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--stage-accent) 13%, transparent), transparent 34%),
        linear-gradient(180deg, rgba(113, 99, 99, 0.12), rgba(40, 41, 41, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.resu-band-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--stage-accent) 58%, rgba(255, 255, 255, 0.12));
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 0 1px color-mix(in srgb, var(--stage-accent) 18%, transparent);
}

.resu-band-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--stage-accent) 55%, #070707), #050505);
    color: #fff4ef;
    font-weight: 700;
    box-shadow: 0 0 18px color-mix(in srgb, var(--stage-accent) 22%, transparent);
}

.resu-band-card h3 {
    margin: 14px 0 0;
    font-size: 2rem;
    line-height: 0.95;
    color: #fff6f0;
}

.resu-band-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.resu-band-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.92rem;
    color: white;
    border: 1px solid rgba(113, 99, 99, 0.36);
    background: rgba(8, 8, 8, 0.32);
}

.resu-band-card__description {
    margin: 14px 0 0;
    color: var(--resu-muted);
    font-size: 1.05rem;
    line-height: 1.45;
}

.resu-description-editor {
    margin-top: 16px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(113, 99, 99, 0.38);
    background: rgba(8, 8, 8, 0.52);
}

.resu-description-editor__header {
    display: grid;
    gap: 4px;
    margin-bottom: 10px;
}

.resu-description-editor__header strong {
    color: #fff;
    font-size: 0.96rem;
}

.resu-description-editor__header span {
    color: #b9afa8;
    font-size: 0.9rem;
    line-height: 1.4;
}

.resu-description-form {
    display: grid;
    gap: 10px;
}

.resu-description-form textarea {
    width: 100%;
    min-height: 132px;
    resize: vertical;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid rgba(113, 99, 99, 0.46);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font: inherit;
    line-height: 1.45;
}

.resu-description-form textarea::placeholder {
    color: #8d8780;
}

.resu-description-form textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--stage-accent) 65%, white);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--stage-accent) 18%, transparent);
}

.resu-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.resu-socials li {
    margin: 0;
}

.resu-socials a,
.resu-socials span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(113, 99, 99, 0.38);
    background: rgba(8, 8, 8, 0.58);
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.resu-socials a:hover {
    border-color: color-mix(in srgb, var(--stage-accent) 62%, rgba(255, 255, 255, 0.15));
    background: linear-gradient(135deg, color-mix(in srgb, var(--stage-accent) 24%, rgba(0, 0, 0, 0.84)), rgba(13, 10, 12, 0.88));
}

.resu-socials .resu-social--missing span,
.resu-socials .resu-social--unavailable span {
    color: #a7a09a;
    border-style: dashed;
    background: rgba(255, 255, 255, 0.018);
}

.resu-pending-slot {
    width: 100%;
}

.resu-pending-slot__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 0.95rem;
}

.resu-pending-slot__header strong {
    color: #fff;
    font-weight: 700;
}

.resu-pending-slot__hint {
    display: block;
    margin-left: 28px;
    color: #a79c96;
    font-size: 0.88rem;
}

.resu-pending-modes {
    display: grid;
    gap: 12px;
}

.resu-pending-mode {
    display: grid;
    gap: 6px;
}

.resu-pending-mode__label {
    color: var(--rg-footer-text);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.resu-pending-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.resu-pending-form input {
    min-width: 0;
    width: 100%;
    padding: 11px 12px;
    border: 1px solid rgba(113, 99, 99, 0.46);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font: inherit;
    box-sizing: border-box;
}

.resu-pending-form input::placeholder {
    color: #8d8780;
}

.resu-pending-form input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--stage-accent) 65%, white);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--stage-accent) 18%, transparent);
}

.resu-description-form button,
.resu-pending-form button,
.resu-export-box button {
    border: 0;
    border-radius: 12px;
    padding: 11px 14px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--rg-ticket-dark), var(--rg-ticket-red));
    transition: transform 0.18s ease, filter 0.18s ease;
}

.resu-description-form button {
    justify-self: start;
}

.resu-pending-form[data-resu-link-kind="unofficial"] button {
    background: linear-gradient(135deg, #141519, #3e424b);
}

.resu-description-form button:hover,
.resu-pending-form button:hover,
.resu-export-box button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.resu-pending-preview {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--rg-footer-text);
    text-decoration: none;
    font-size: 0.94rem;
}

.resu-pending-preview.is-unofficial {
    color: #c9cdd6;
}

.resu-pending-feedback {
    display: block;
    min-height: 1.2em;
    margin-top: 8px;
    color: #d7e6d7;
    font-size: 0.88rem;
}

.resu-description-feedback {
    display: block;
    min-height: 1.2em;
    margin-top: 8px;
    color: #d7e6d7;
    font-size: 0.88rem;
}

.resu-description-feedback.is-error,
.resu-pending-feedback.is-error {
    color: #ffb0b0;
}

.resu-toolbox {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid var(--resu-line);
    background:
        linear-gradient(135deg, rgba(113, 99, 99, 0.2), rgba(255, 255, 255, 0.018)),
        rgba(40, 41, 41, 0.76);
}

.resu-toolbox h2 {
    margin: 0 0 12px;
    font-size: 2rem;
}

.resu-toolbox p {
    margin: 0 0 16px;
    color: var(--resu-muted);
    line-height: 1.45;
}

.resu-export-box {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(113, 99, 99, 0.38);
    background: rgba(0, 0, 0, 0.62);
}

.resu-export-box__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.resu-export-box__count {
    color: var(--rg-footer-text);
    font-weight: 700;
}

.resu-export-box__actions {
    display: flex;
    gap: 10px;
}

.resu-export-box__actions button[data-resu-copy-export] {
    background: linear-gradient(135deg, #111216, #30333b);
}

.resu-export-box__output {
    width: 100%;
    min-height: 200px;
    resize: vertical;
    box-sizing: border-box;
    border: 1px solid rgba(113, 99, 99, 0.38);
    border-radius: 14px;
    padding: 14px;
    background: #020202;
    color: #f3eee6;
    font: 0.92rem/1.5 Consolas, "Courier New", monospace;
}

.resu-socials i {
    width: 18px;
    text-align: center;
}

.resu-sources {
    margin-top: 28px;
    padding: 22px 24px 8px;
    border-radius: 24px;
    border: 1px solid var(--resu-line);
    background:
        linear-gradient(135deg, rgba(113, 99, 99, 0.18), rgba(255, 255, 255, 0.018)),
        rgba(40, 41, 41, 0.76);
}

.resu-sources h2 {
    margin: 0 0 14px;
    font-size: 2rem;
}

.resu-source-list {
    padding-left: 18px;
    color: var(--resu-muted);
}

.resu-source-list li {
    margin-bottom: 12px;
    line-height: 1.45;
}

.resu-source-list a {
    color: var(--rg-footer-text);
}

.resu-more-link {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.resu-more-link .resu-secondary-link {
    justify-content: center;
    min-width: min(320px, 100%);
}

@keyframes resuInnerRise {
    from {
        opacity: 0;
        transform: translateY(10px);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.resu-reveal {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    filter: blur(8px);
    transition:
        opacity 0.68s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.68s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.68s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.18s ease,
        box-shadow 0.18s ease;
    transition-delay: var(--resu-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.resu-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.resu-stage.resu-reveal {
    transform: translateY(30px) scale(0.985);
}

.resu-stage.resu-reveal.is-visible {
    transform: translateY(0) scale(1);
}

.resu-band-card.resu-reveal {
    transform: translateY(22px) scale(0.985);
}

.resu-band-card.resu-reveal.is-visible {
    transform: translateY(0) scale(1);
}

.resu-band-card.resu-reveal .resu-band-card__number,
.resu-band-card.resu-reveal h3,
.resu-band-card.resu-reveal .resu-band-card__meta,
.resu-band-card.resu-reveal .resu-band-card__description,
.resu-band-card.resu-reveal .resu-socials li,
.resu-band-card.resu-reveal .resu-description-editor {
    opacity: 0;
}

.resu-band-card.resu-reveal.is-visible .resu-band-card__number,
.resu-band-card.resu-reveal.is-visible h3,
.resu-band-card.resu-reveal.is-visible .resu-band-card__meta,
.resu-band-card.resu-reveal.is-visible .resu-band-card__description,
.resu-band-card.resu-reveal.is-visible .resu-socials li,
.resu-band-card.resu-reveal.is-visible .resu-description-editor {
    animation: resuInnerRise 0.56s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.resu-band-card.resu-reveal.is-visible .resu-band-card__number {
    animation-delay: 0.06s;
}

.resu-band-card.resu-reveal.is-visible h3 {
    animation-delay: 0.12s;
}

.resu-band-card.resu-reveal.is-visible .resu-band-card__meta {
    animation-delay: 0.18s;
}

.resu-band-card.resu-reveal.is-visible .resu-band-card__description {
    animation-delay: 0.24s;
}

.resu-band-card.resu-reveal.is-visible .resu-description-editor {
    animation-delay: 0.3s;
}

.resu-band-card.resu-reveal.is-visible .resu-socials li:nth-child(1) {
    animation-delay: 0.3s;
}

.resu-band-card.resu-reveal.is-visible .resu-socials li:nth-child(2) {
    animation-delay: 0.35s;
}

.resu-band-card.resu-reveal.is-visible .resu-socials li:nth-child(3) {
    animation-delay: 0.4s;
}

.resu-band-card.resu-reveal.is-visible .resu-socials li:nth-child(4) {
    animation-delay: 0.45s;
}

@media (prefers-reduced-motion: reduce) {
    .resu-reveal,
    .resu-reveal.is-visible,
    .resu-stage.resu-reveal,
    .resu-stage.resu-reveal.is-visible,
    .resu-band-card.resu-reveal,
    .resu-band-card.resu-reveal.is-visible {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .resu-band-card.resu-reveal .resu-band-card__number,
    .resu-band-card.resu-reveal h3,
    .resu-band-card.resu-reveal .resu-band-card__meta,
    .resu-band-card.resu-reveal .resu-band-card__description,
    .resu-band-card.resu-reveal .resu-socials li,
    .resu-band-card.resu-reveal .resu-description-editor {
        opacity: 1;
        animation: none;
    }
}

@media (max-width: 1040px) {
    .resu-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .resu-band-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .resu-preview {
        width: min(100% - 22px, 100%);
        padding-top: 18px;
    }

    .resu-hero,
    .resu-poster,
    .resu-stage__header,
    .resu-band-grid,
    .resu-sources {
        padding-left: 16px;
        padding-right: 16px;
    }

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

    .resu-socials {
        grid-template-columns: 1fr;
    }

    .resu-band-card {
        padding: 18px;
    }

    .resu-pending-form,
    .resu-export-box__top {
        grid-template-columns: 1fr;
        display: grid;
    }

    .resu-description-form button {
        width: 100%;
        justify-self: stretch;
    }

    .resu-export-box__actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .resu-summary-grid {
        grid-template-columns: 1fr;
    }

    .resu-hero h1 {
        font-size: 2.55rem;
    }
}
