/* Self-hosted fonts: the browser never contacts an external font service. */
@font-face {
    font-family: "Golos Text FMD";
    font-style: normal;
    font-display: swap;
    font-weight: 400 900;
    src: url("../fonts/golos-text-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Golos Text FMD";
    font-style: normal;
    font-display: swap;
    font-weight: 400 900;
    src: url("../fonts/golos-text-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Manrope FMD";
    font-style: normal;
    font-display: swap;
    font-weight: 200 800;
    src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope FMD";
    font-style: normal;
    font-display: swap;
    font-weight: 200 800;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #080706;
    --panel: #0d0c0b;
    --panel-soft: #12100e;
    --line: rgba(244, 229, 211, 0.18);
    --line-strong: rgba(244, 229, 211, 0.32);
    --paper: #f4e5d3;
    --muted: #9c9187;
    --red: #f03a2e;
    --red-dark: #8d1812;
    --orange: #fa6d21;
    --sans: "Golos Text FMD", "Segoe UI", Arial, sans-serif;
    --font-sans: var(--sans);
    --display: "Manrope FMD", "Golos Text FMD", "Segoe UI", Arial, sans-serif;
    --condensed: "Manrope FMD", "Golos Text FMD", "Segoe UI", Arial, sans-serif;
    --radius: 18px;
}

/* Dynamic editorial content */
.article-card > a {
    color: inherit;
    text-decoration: none;
}

.article-card > a:focus-visible h2,
.article-card > a:hover h2 {
    color: var(--red);
}

.programme-times {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.programme-times strong {
    border: 1px solid rgba(239, 57, 47, .3);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(239, 57, 47, .07);
}

.catalog-search,
.history-filters {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.catalog-search input {
    flex: 1;
    max-width: 520px;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 13px 15px;
    color: var(--paper);
    background: rgba(255, 255, 255, .035);
}

.catalog-search button,
.history-filters a,
.comments-login,
.comment-form button,
.admin-import-form button {
    border: 1px solid rgba(239, 57, 47, .62);
    border-radius: 4px;
    padding: 12px 16px;
    color: var(--paper);
    background: rgba(239, 57, 47, .1);
    font: 700 .72rem/1 var(--font-sans);
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.artists-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.artist-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 5px;
    color: var(--paper);
    background: rgba(255, 255, 255, .018);
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.artist-card:hover {
    border-color: rgba(239, 57, 47, .58);
    background: rgba(239, 57, 47, .06);
    transform: translateY(-2px);
}

.artist-card img {
    width: 68px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    filter: saturate(.78);
}

.artist-card span {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.artist-card strong {
    overflow: hidden;
    font: 600 1.05rem/1.15 var(--font-serif);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artist-card small {
    color: var(--muted);
}

.news-detail {
    max-width: 980px;
    margin-inline: auto;
}

.news-detail__heading {
    max-width: 820px;
    margin-bottom: 28px;
}

.news-detail__heading h1 {
    margin: 7px 0 18px;
    font: 500 clamp(2.4rem, 5vw, 5.4rem)/.96 var(--font-serif);
    letter-spacing: -.035em;
}

.news-detail__heading > div {
    display: flex;
    gap: 20px;
    color: var(--muted);
    font-size: .78rem;
}

.news-detail__cover {
    display: block;
    width: 100%;
    max-height: 680px;
    border-radius: 6px;
    object-fit: cover;
}

.news-detail__body {
    max-width: 760px;
    margin: 34px auto;
    color: #ded6cb;
    font: 400 1.22rem/1.75 var(--font-serif);
}

.news-sources {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 760px;
    margin: 0 auto 50px;
    color: var(--muted);
    font-size: .78rem;
}

.news-sources a {
    color: var(--red);
}

.comments-section {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid var(--line);
}

.comments-section__heading h2 {
    margin: 7px 0 22px;
    font: 500 2.1rem/1 var(--font-serif);
}

.comments-section__heading h2 span {
    color: var(--red);
}

.comment-form {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: rgba(255, 255, 255, .018);
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
    border: 0;
    outline: 0;
    color: var(--paper);
    background: transparent;
    font: 400 1rem/1.5 var(--font-sans);
}

.comment-form > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.comment-form small,
.comment-form [data-form-message] {
    color: var(--muted);
}

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

.comments-list > li:not(.comments-empty) {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.comments-list > li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(239, 57, 47, .5);
    border-radius: 50%;
    color: var(--red);
    font-weight: 800;
}

.comments-list header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.comments-list time,
.comments-empty {
    color: var(--muted);
    font-size: .75rem;
}

.comments-list p {
    margin: 8px 0 0;
    color: #d9d2c8;
    line-height: 1.6;
}

.artist-detail__hero {
    display: grid;
    grid-template-columns: minmax(220px, 38%) 1fr;
    align-items: end;
    gap: clamp(24px, 5vw, 64px);
    margin-bottom: 42px;
}

.artist-detail__hero > img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
}

.artist-detail__hero h1 {
    margin: 8px 0;
    font: 500 clamp(3rem, 7vw, 7rem)/.88 var(--font-serif);
    letter-spacing: -.045em;
}

.artist-detail__hero small {
    display: block;
    margin-top: 10px;
    color: var(--muted);
}

.artist-links {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.artist-links a {
    border: 1px solid var(--line);
    padding: 9px 12px;
    color: var(--paper);
    text-decoration: none;
}

.artist-biography {
    max-width: 800px;
    margin: 0 auto 48px;
    color: #d7cfc3;
    font: 400 1.15rem/1.7 var(--font-serif);
}

.artist-detail__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.artist-detail__columns > section {
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 18px;
}

.artist-detail__columns h2 {
    margin: 0 0 16px;
    font: 500 1.7rem/1 var(--font-serif);
}

.track-catalog,
.artist-spins,
.public-history {
    margin: 0;
    padding: 0;
    list-style: none;
}

.track-catalog li,
.artist-spins li,
.public-history li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}

.track-catalog img,
.public-history img {
    width: 44px;
    aspect-ratio: 1;
    border-radius: 3px;
    object-fit: cover;
}

.track-catalog span,
.artist-spins span,
.public-history span {
    display: grid;
    flex: 1;
    min-width: 0;
}

.track-catalog small,
.artist-spins small,
.public-history small,
.public-history time {
    color: var(--muted);
    font-size: .72rem;
}

.artist-spins time {
    color: var(--muted);
    font-size: .7rem;
}

.public-history strong {
    color: var(--red);
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.history-empty {
    padding: 30px !important;
    color: var(--muted);
}

.admin-import-form {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    gap: 8px;
}

.admin-import-form label {
    display: grid;
    gap: 5px;
    color: var(--muted);
    font-size: .68rem;
}

.admin-import-form input {
    width: 90px;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 9px;
    color: var(--paper);
    background: #11100f;
}

.admin-import-form small {
    grid-column: 1 / -1;
    max-width: 400px;
    color: var(--muted);
}

@media (max-width: 900px) {
    .artists-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-detail__columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .artists-grid,
    .artist-detail__hero {
        grid-template-columns: 1fr;
    }

    .artist-detail__hero {
        align-items: start;
    }

    .catalog-search,
    .history-filters,
    .comment-form > div {
        align-items: stretch;
        flex-direction: column;
    }

    .public-history li {
        flex-wrap: wrap;
    }

    .public-history span {
        flex-basis: calc(100% - 60px);
    }

    .admin-import-form {
        grid-template-columns: 1fr;
    }
}

.sync-status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.sync-status article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    border: 1px solid var(--line);
    border-left: 3px solid #b88a28;
    border-radius: 4px;
    padding: 12px;
    background: rgba(255, 255, 255, .018);
}

.sync-status article.is-success {
    border-left-color: #5c9e45;
}

.sync-status span {
    color: var(--paper);
    font-weight: 800;
}

.sync-status strong {
    color: var(--red);
    font-size: .7rem;
    text-transform: uppercase;
}

.sync-status small {
    grid-column: 1 / -1;
    color: var(--muted);
}

@media (max-width: 620px) {
    .sync-status {
        grid-template-columns: 1fr;
    }
}

.request-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 860px;
    padding: clamp(18px, 4vw, 34px);
    border: 1px solid var(--line);
    border-radius: 5px;
    background: rgba(255, 255, 255, .018);
}

.request-form label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.request-form .wide {
    grid-column: 1 / -1;
}

.request-form input,
.request-form textarea {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 12px;
    color: var(--paper);
    background: #0d0c0b;
    font: 400 .9rem/1.4 var(--font-sans);
}

.request-form textarea {
    resize: vertical;
}

.request-form button {
    justify-self: start;
    border: 1px solid var(--red);
    border-radius: 3px;
    padding: 13px 18px;
    color: white;
    background: var(--red);
    font-weight: 800;
    cursor: pointer;
}

.request-form [data-form-message] {
    align-self: center;
    color: var(--muted);
}

.text-page {
    max-width: 980px;
}

.text-page__sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.text-page__sections section {
    min-height: 180px;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: clamp(18px, 3vw, 28px);
    background: rgba(255, 255, 255, .018);
}

.text-page__sections h2 {
    margin: 0 0 14px;
    font: 500 1.6rem/1 var(--font-serif);
}

.text-page__sections p {
    margin: 0;
    color: #c9c1b6;
    line-height: 1.7;
}

.admin-submissions {
    margin-top: 22px;
}

.admin-submissions .admin-list li {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.admin-submissions select {
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 8px;
    color: var(--paper);
    background: #0d0c0b;
}

@media (max-width: 620px) {
    .request-form,
    .text-page__sections {
        grid-template-columns: 1fr;
    }

    .request-form .wide {
        grid-column: auto;
    }

    .admin-submissions .admin-list li {
        grid-template-columns: 1fr;
    }
}

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

.listener-ranking li {
    display: grid;
    grid-template-columns: 48px 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
}

.listener-ranking li > span {
    color: var(--red);
    font: 500 1.4rem/1 var(--font-serif);
}

.listener-ranking img,
.listener-ranking i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    object-fit: cover;
    color: var(--red);
    background: rgba(239, 57, 47, .1);
    font-style: normal;
    font-weight: 800;
}

.listener-ranking b {
    font: 500 1.12rem/1.2 var(--font-serif);
}

.listener-ranking strong {
    color: var(--red);
    font-size: .78rem;
}

@media (max-width: 620px) {
    .listener-ranking li {
        grid-template-columns: 32px 42px minmax(0, 1fr);
    }

    .listener-ranking img,
    .listener-ranking i {
        width: 42px;
        height: 42px;
    }

    .listener-ranking strong {
        grid-column: 3;
    }
}

.editor-form {
    margin-bottom: 24px;
    border: 1px solid rgba(239, 57, 47, .38);
    border-radius: 5px;
    background: rgba(239, 57, 47, .035);
}

.editor-form summary {
    padding: 13px 16px;
    color: var(--red);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.editor-form form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    border-top: 1px solid var(--line);
}

.editor-form label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: .7rem;
}

.editor-form .wide {
    grid-column: 1 / -1;
}

.editor-form input,
.editor-form textarea,
.editor-form select {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 10px 11px;
    color: var(--paper);
    background: #0d0c0b;
    font: inherit;
}

.editor-form textarea {
    resize: vertical;
    line-height: 1.5;
}

.editor-form button {
    justify-self: start;
    border: 1px solid var(--red);
    border-radius: 3px;
    padding: 11px 16px;
    color: white;
    background: var(--red);
    font-weight: 800;
    cursor: pointer;
}

.editor-form small {
    align-self: center;
    color: var(--muted);
}

@media (max-width: 620px) {
    .editor-form form {
        grid-template-columns: 1fr;
    }

    .editor-form .wide {
        grid-column: auto;
    }
}

.chart-ranking li {
    grid-template-columns: 52px minmax(0, 1fr) 52px 96px;
}

.chart-ranking li > a {
    display: grid;
    color: inherit;
    text-decoration: none;
}

.chart-ranking li > a:hover b {
    color: var(--red);
}

.chart-ranking li > i {
    color: var(--red);
    font-style: normal;
    text-align: center;
}

.chart-ranking li > strong {
    color: var(--paper);
    text-align: right;
}

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

.league-grid > a {
    display: grid;
    grid-template-columns: 34px 74px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 12px;
    color: var(--paper);
    background: rgba(255, 255, 255, .018);
    text-decoration: none;
}

.league-grid > a:hover {
    border-color: rgba(239, 57, 47, .56);
}

.league-grid > a > span {
    color: var(--red);
    font: 500 1.5rem/1 var(--font-serif);
}

.league-grid img {
    width: 74px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.league-grid h2 {
    margin: 0;
    font: 600 1.1rem/1.15 var(--font-serif);
}

.league-grid p {
    margin: 5px 0;
    color: var(--muted);
    font-size: .75rem;
}

.league-grid small {
    color: var(--muted);
}

.league-grid strong {
    color: var(--red);
}

.artist-nominations {
    margin: 0 0 42px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 5px;
}

.artist-nominations h2 {
    margin: 7px 0 18px;
    font: 500 2rem/1 var(--font-serif);
}

.artist-nominations ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.artist-nominations li {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    color: #d9d2c8;
    font-size: .78rem;
    line-height: 1.45;
}

.artist-nominations time {
    color: var(--red);
}

@media (max-width: 800px) {
    .league-grid,
    .artist-nominations ol {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .chart-ranking li {
        grid-template-columns: 36px minmax(0, 1fr) auto;
    }

    .chart-ranking li > i {
        display: none;
    }

    .league-grid > a {
        grid-template-columns: 28px 56px minmax(0, 1fr);
    }

    .league-grid img {
        width: 56px;
    }

    .league-grid > a > strong {
        grid-column: 3;
    }
}

* {
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    color-scheme: dark;
    background: var(--ink);
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    color: var(--paper);
    background:
        radial-gradient(circle at 12% 8%, rgba(203, 36, 15, 0.17), transparent 30rem),
        linear-gradient(115deg, #0c0806 0, #080706 28%, #080706 100%);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.5;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}

body::before {
    position: fixed;
    z-index: -2;
    top: -12vh;
    bottom: -12vh;
    left: -12rem;
    width: 36rem;
    content: "";
    opacity: 0.55;
    background:
        radial-gradient(circle at 25% 22%, rgba(255, 107, 29, 0.75), transparent 26%),
        radial-gradient(circle at 58% 74%, rgba(198, 31, 18, 0.52), transparent 34%);
    filter: blur(42px);
    transform: rotate(-4deg);
    pointer-events: none;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: #000;
    background: var(--paper);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}

.site {
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
}

.masthead {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 92px;
    gap: 30px;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: flex;
    align-items: center;
    min-width: 370px;
    gap: 18px;
}

.brand__logo {
    width: 158px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(240, 58, 46, 0.12));
}

.brand__divider {
    width: 1px;
    height: 50px;
    background: var(--line-strong);
}

.brand__description {
    display: grid;
    gap: 5px;
    color: #c8bdb2;
    font-family: var(--condensed);
    font-size: 11px;
    line-height: 1.24;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand__description strong {
    color: var(--paper);
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

.brand__description small {
    color: #ad9f94;
    font-size: 9px;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: clamp(13px, 1.8vw, 28px);
}

.primary-nav a {
    position: relative;
    color: #cfc4ba;
    font-family: var(--condensed);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 180ms ease;
}

.primary-nav a:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: clamp(-16px, -1vw, -8px);
    width: 3px;
    height: 3px;
    content: "";
    border-radius: 50%;
    background: var(--red);
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
    color: var(--red);
}

.masthead__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.social-link,
.search-button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: #d4cbc2;
    background: rgba(0, 0, 0, 0.2);
    font-size: 10px;
    font-weight: 800;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-link:hover,
.search-button:hover {
    color: var(--red);
    border-color: var(--red);
    transform: translateY(-2px);
}

.search-button {
    border: 0;
    background: transparent;
}

.search-button span {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.search-button span::after {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 1px;
    content: "";
    background: currentColor;
    transform: rotate(50deg);
}

.login-button {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 18px;
    gap: 10px;
    border: 1px solid rgba(240, 58, 46, 0.58);
    border-radius: 8px;
    color: var(--red);
    background: rgba(240, 58, 46, 0.04);
    font-family: var(--condensed);
    font-size: 13px;
    font-weight: 750;
    text-transform: uppercase;
    cursor: pointer;
}

.staff-link {
    padding: 7px 10px;
    border: 1px solid rgba(240, 58, 46, 0.4);
    border-radius: 6px;
    color: var(--red);
    font-family: var(--condensed);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.login-button__icon {
    position: relative;
    width: 21px;
    height: 21px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.login-button__icon::before,
.login-button__icon::after {
    position: absolute;
    left: 50%;
    content: "";
    border: 1px solid currentColor;
    transform: translateX(-50%);
}

.login-button__icon::before {
    top: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.login-button__icon::after {
    bottom: 3px;
    width: 10px;
    height: 5px;
    border-radius: 8px 8px 4px 4px;
}

.mobile-menu {
    display: none;
}

.experience {
    display: grid;
    grid-template-columns: minmax(350px, 420px) minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    padding-top: 18px;
}

.radio-dock {
    --player-art: url("../media/fmd-cover.jpg");
    position: sticky;
    align-self: start;
    z-index: 5;
    top: 16px;
    min-height: 750px;
    height: calc(100vh - 32px);
    max-height: 890px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    background: #130b07;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    isolation: isolate;
}

.mobile-player-close,
.mobile-player-bar {
    display: none;
}

.ambient {
    position: absolute;
    z-index: -2;
    inset: -12%;
    background-image:
        linear-gradient(to bottom, rgba(8, 7, 6, 0.08), rgba(8, 7, 6, 0.96) 66%),
        var(--player-art);
    background-position: center;
    background-size: cover;
    filter: blur(40px) saturate(1.28);
    transform: scale(1.17);
    transition: background-image 500ms ease;
}

.ambient::before,
.ambient::after {
    position: absolute;
    content: "";
    border-radius: 42% 58% 62% 38%;
    opacity: 0.55;
    mix-blend-mode: screen;
    filter: blur(34px);
    animation: ambient-drift 15s ease-in-out infinite alternate;
}

.ambient::before {
    inset: 0 35% 42% -20%;
    background: rgba(255, 90, 22, 0.78);
}

.ambient::after {
    inset: 30% -22% 15% 46%;
    background: rgba(160, 25, 14, 0.55);
    animation-duration: 19s;
    animation-direction: alternate-reverse;
}

@keyframes ambient-drift {
    from { transform: translate3d(-3%, -2%, 0) rotate(-4deg) scale(0.95); }
    to { transform: translate3d(5%, 4%, 0) rotate(7deg) scale(1.08); }
}

.radio-dock__content {
    display: flex;
    height: 100%;
    padding: clamp(18px, 2.4vh, 27px) clamp(20px, 2.3vw, 28px);
    flex-direction: column;
}

.station-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.live-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--paper);
    font-family: var(--condensed);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.live-label i,
.programme small i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 5px rgba(240, 58, 46, 0.12);
}

.station-switcher__buttons {
    display: flex;
    width: min(250px, 72%);
    gap: 8px;
}

.station-chip {
    display: grid;
    width: 50%;
    min-width: 0;
    height: 52px;
    padding: 5px 8px 4px;
    overflow: hidden;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 2px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.26);
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.station-chip img {
    width: 100%;
    max-width: 106px;
    height: 31px;
    object-fit: contain;
}

.station-chip span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #cfc3b8;
    font-family: var(--condensed);
    font-size: 7px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.station-chip.is-active {
    border-color: rgba(240, 58, 46, 0.78);
    background: rgba(240, 58, 46, 0.12);
    box-shadow: 0 0 22px rgba(240, 58, 46, 0.11);
}

.station-chip:hover {
    transform: translateY(-1px);
}

.cover-stage {
    position: relative;
    width: min(100%, 345px);
    margin: clamp(16px, 2.6vh, 26px) auto 0;
    aspect-ratio: 1;
}

.current-cover {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 239, 221, 0.24);
    border-radius: 12px;
    object-fit: cover;
    background: #17110f;
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.45),
        0 0 50px rgba(239, 58, 46, 0.11);
}

.cover-stage::after {
    position: absolute;
    right: 7%;
    bottom: -7px;
    left: 7%;
    height: 14px;
    content: "";
    opacity: 0.34;
    border-radius: 50%;
    background: #ff6b2b;
    filter: blur(16px);
}

.cover-status {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(10px);
    font-family: var(--condensed);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.track-copy {
    min-height: 57px;
    margin-top: clamp(13px, 1.8vh, 19px);
    text-align: center;
}

.track-copy p {
    margin: 0 0 2px;
    color: var(--red);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.track-copy h1 {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    color: #fff3e5;
    font-family: var(--display);
    font-size: clamp(20px, 2.5vh, 28px);
    font-weight: 500;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-controls {
    display: grid;
    grid-template-columns: 78px 74px 78px;
    align-items: center;
    justify-content: center;
    gap: clamp(9px, 1.5vw, 17px);
    margin-top: 9px;
}

.play-button,
.vote-button {
    border: 1px solid rgba(255, 238, 218, 0.46);
    background: rgba(20, 9, 6, 0.4);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.play-button:hover,
.vote-button:hover {
    transform: translateY(-2px);
    border-color: var(--red);
}

.play-button {
    display: grid;
    width: 68px;
    height: 68px;
    margin: auto;
    place-items: center;
    border-color: rgba(255, 98, 45, 0.85);
    border-radius: 50%;
    background: linear-gradient(145deg, #ff4b33, #d71911);
    box-shadow: 0 10px 36px rgba(221, 30, 15, 0.34);
}

.play-icon {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid white;
}

.is-playing .play-icon {
    width: 15px;
    height: 20px;
    margin: 0;
    border: 0;
    background: linear-gradient(to right, #fff 0 36%, transparent 36% 64%, #fff 64%);
}

.vote-button {
    display: flex;
    height: 54px;
    padding: 6px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 999px;
}

.vote-button span {
    font-family: var(--condensed);
    font-size: 25px;
    line-height: 0.8;
}

.vote-button.is-selected {
    color: #fff;
    border-color: var(--red);
    background: rgba(240, 58, 46, 0.26);
    box-shadow: 0 0 24px rgba(240, 58, 46, 0.18);
}

.vote-button:disabled {
    opacity: 0.55;
    cursor: wait;
}

.vote-button small {
    margin-top: 5px;
    color: #c9bbb0;
    font-family: var(--condensed);
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.volume-control {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 38px;
    align-items: center;
    width: min(100%, 315px);
    margin: 12px auto 0;
    gap: 9px;
}

.volume-control button {
    padding: 0;
    border: 0;
    color: #d1c4b8;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.volume-control input {
    width: 100%;
    height: 4px;
    margin: 0;
    accent-color: var(--red);
    cursor: pointer;
}

.volume-control output {
    color: #d2c4b6;
    font-family: var(--condensed);
    font-size: 11px;
    text-align: right;
}

.vote-result {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-top: 8px;
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.24);
}

.vote-result[hidden] {
    display: none;
}

.vote-result span,
.vote-result small {
    color: var(--muted);
    font-size: 9px;
}

.vote-result strong {
    grid-row: span 3;
    color: var(--red);
    font-size: 21px;
    font-variant-numeric: tabular-nums;
    transition: color 240ms ease, text-shadow 240ms ease, transform 240ms ease;
}

.vote-result small b {
    display: inline-block;
    min-width: 1.2ch;
    color: #e6d8cb;
    font-variant-numeric: tabular-nums;
    transition: color 240ms ease, transform 240ms ease;
}

.vote-result.is-updating {
    animation: rating-card-glow 760ms ease;
}

.vote-result.is-updating strong {
    color: #ff7c5e;
    text-shadow: 0 0 18px rgba(240, 58, 46, 0.65);
    transform: scale(1.12);
}

.vote-result.is-updating small b {
    color: #fff4e8;
    transform: translateY(-1px);
}

@keyframes rating-card-glow {
    0% { border-color: var(--line); background: rgba(0, 0, 0, 0.24); }
    36% { border-color: rgba(240, 58, 46, 0.75); background: rgba(240, 58, 46, 0.12); }
    100% { border-color: var(--line); background: rgba(0, 0, 0, 0.24); }
}

.vote-result em {
    color: #776d65;
    font-size: 8px;
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vote-result__live {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d8cbc0 !important;
    text-transform: uppercase;
}

.vote-result__live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 0 rgba(240, 58, 46, 0.55);
    animation: live-rating-pulse 1.8s ease-out infinite;
}

@keyframes live-rating-pulse {
    70%, 100% { box-shadow: 0 0 0 7px rgba(240, 58, 46, 0); }
}

.recently-played {
    min-height: 0;
    margin-top: 13px;
    overflow: hidden;
}

.section-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.section-row h2,
.section-row button {
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    color: #d7c9bc;
    background: transparent;
    font-family: var(--condensed);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.section-row button {
    cursor: pointer;
}

.section-row button:hover {
    color: var(--red);
}

.recently-played ol,
.full-history {
    padding: 0;
    margin: 0;
    list-style: none;
}

.history-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    padding: 8px 0;
    gap: 10px;
    border-bottom: 1px solid rgba(244, 229, 211, 0.1);
}

.history-item img {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    object-fit: cover;
}

.history-item div {
    min-width: 0;
}

.history-item b,
.history-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history-item b {
    color: #f3e7dc;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 500;
}

.history-item span,
.history-item time {
    color: #9f9388;
    font-size: 10px;
}

.history-skeleton {
    height: 54px;
    border-bottom: 1px solid rgba(244, 229, 211, 0.1);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
    background-size: 200% 100%;
    animation: skeleton 1.4s linear infinite;
}

@keyframes skeleton {
    to { background-position: -200% 0; }
}

.platforms {
    margin-top: auto;
    padding: 10px;
    border: 1px solid rgba(244, 229, 211, 0.11);
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.25);
}

.platforms > span {
    display: block;
    margin-bottom: 7px;
    color: #a89c91;
    font-family: var(--condensed);
    font-size: 9px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.platforms > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.platforms a {
    padding: 5px 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: #e3d8ce;
    background: rgba(7, 6, 5, 0.45);
    font-size: 9px;
    transition: color 160ms ease, border-color 160ms ease;
}

.platforms a:hover {
    color: var(--red);
    border-color: var(--red);
}

.content-column {
    min-width: 0;
}

#page-content {
    min-height: calc(100vh - 130px);
}

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

.card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(12, 11, 10, 0.88);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.lead-story {
    position: relative;
    grid-column: 1 / span 7;
    min-height: 470px;
    overflow: hidden;
}

.lead-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.68) contrast(1.07);
    transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 400ms ease;
}

.lead-story:hover .lead-story__image {
    filter: saturate(0.9) contrast(1.08);
    transform: scale(1.025);
}

.lead-story__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 4, 3, 0.12), rgba(5, 4, 3, 0.2)),
        linear-gradient(to top, #060504 2%, rgba(6, 5, 4, 0.95) 21%, transparent 66%);
}

.lead-story__body {
    position: absolute;
    right: clamp(22px, 3vw, 42px);
    bottom: 23px;
    left: clamp(22px, 3vw, 42px);
}

.story-meta,
.eyebrow {
    margin: 0 0 10px;
    color: #a89e94;
    font-family: var(--condensed);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.story-meta span,
.eyebrow {
    color: var(--red);
}

.lead-story h1 {
    max-width: 700px;
    margin: 0;
    color: #f6e8d8;
    font-family: var(--display);
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.lead-story__body > p:not(.story-meta) {
    max-width: 660px;
    margin: 14px 0 0;
    color: #c2b7ad;
    font-size: 15px;
    line-height: 1.4;
}

.story-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: #938a81;
    font-size: 10px;
}

.story-footer a,
.module-link {
    color: var(--red);
    font-family: var(--condensed);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.story-footer a b {
    margin-left: 9px;
    font-size: 17px;
}

.news-rail {
    display: flex;
    grid-column: 8 / -1;
    min-height: 470px;
    padding: 20px 22px 13px;
    flex-direction: column;
}

.module-title {
    min-height: 24px;
    border-bottom: 1px solid var(--line);
}

.module-title h2 {
    margin: 0 0 11px;
    color: #d8cdc3;
    font-family: var(--condensed);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.module-title h2 span {
    color: var(--red);
}

.module-title--split {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.module-title--split a {
    color: var(--red);
    font-family: var(--condensed);
    font-size: 9px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.news-rail__list {
    flex: 1;
}

.news-item {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    padding: 13px 0;
    gap: 17px;
    border-bottom: 1px solid var(--line);
}

.news-item img {
    width: 126px;
    height: 104px;
    border-radius: 6px;
    object-fit: cover;
    filter: saturate(0.72);
}

.news-item p {
    margin: 1px 0 5px;
    color: var(--red);
    font-family: var(--condensed);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.news-item h3 {
    margin: 0 0 12px;
    color: #e8dbcf;
    font-family: var(--display);
    font-size: clamp(18px, 1.4vw, 23px);
    font-weight: 500;
    line-height: 1.05;
}

.news-item small {
    color: #8f867e;
    font-size: 9px;
}

.module-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.module-link span {
    font-size: 18px;
}

.programmes,
.ranking,
.league {
    min-height: 336px;
    padding: 18px;
}

.programmes {
    grid-column: 1 / span 5;
}

.ranking {
    grid-column: 6 / span 4;
}

.league {
    grid-column: 10 / -1;
}

.programme {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    padding: 13px 0;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.programme:last-child {
    border-bottom: 0;
}

.programme img {
    width: 150px;
    height: 126px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center 34%;
}

.programme:nth-child(2) img {
    object-position: center 48%;
}

.programme h3 {
    margin: 1px 0 7px;
    color: #eadccf;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 500;
}

.programme p {
    margin: 0 0 12px;
    color: #978d84;
    font-size: 10px;
    line-height: 1.45;
}

.programme small {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b3a79c;
    font-family: var(--condensed);
    font-size: 9px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.programme small i {
    display: inline-block;
    width: 6px;
    height: 6px;
    box-shadow: none;
}

.ranking ol,
.league ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ranking li {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr) 18px;
    align-items: center;
    min-height: 54px;
    gap: 10px;
    border-bottom: 1px solid var(--line);
}

.rank {
    color: #dbcdbf;
    font-family: var(--display);
    font-size: 20px;
    font-style: normal;
}

.ranking li > span:nth-child(2) {
    min-width: 0;
}

.ranking b,
.ranking small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking b {
    color: #e9ddd1;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 500;
}

.ranking small {
    color: #91877e;
    font-size: 10px;
}

.trend {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.trend--up {
    color: #77a930;
    transform: rotate(-45deg);
}

.trend--down {
    color: var(--red);
    transform: rotate(135deg);
}

.trend--same {
    width: 8px;
    height: 0;
    color: #8d8278;
    border-right: 0;
    transform: none;
}

.league li {
    display: grid;
    grid-template-columns: 23px 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 49px;
    gap: 9px;
    border-bottom: 1px solid var(--line);
}

.avatar {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: #cbbcaf;
    background: #181513;
    font-family: var(--display);
}

.league b {
    overflow: hidden;
    color: #e5d8cc;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.league em {
    color: var(--red);
    font-family: var(--condensed);
    font-size: 10px;
    font-style: normal;
}

.outline-link,
.primary-link {
    display: grid;
    min-height: 39px;
    margin-top: 13px;
    place-items: center;
    border: 1px solid var(--red);
    border-radius: 5px;
    color: var(--red);
    font-family: var(--condensed);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    min-height: 94px;
    margin-top: 16px;
    padding: 14px 24px;
    gap: 30px;
    border-top: 1px solid var(--line);
    color: #8f867e;
    font-family: var(--condensed);
    font-size: 10px;
    text-transform: uppercase;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-brand__logo {
    width: 126px;
    height: 34px;
    object-fit: contain;
}

.footer-brand p {
    margin: 0;
    padding-left: 18px;
    border-left: 1px solid var(--line);
    color: #8f867e;
    font-size: 9px;
    line-height: 1.4;
    text-transform: none;
}

.site-footer nav {
    display: flex;
    gap: 34px;
}

.site-footer a:hover {
    color: var(--red);
}

.editorial-page {
    min-height: 760px;
    padding: clamp(26px, 4vw, 56px);
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(12, 11, 10, 0.88);
}

.page-heading {
    max-width: 900px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
}

.page-heading h1,
.not-found h1 {
    margin: 0;
    color: #f5e7d8;
    font-family: var(--display);
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.page-heading > p:last-child {
    max-width: 660px;
    margin: 18px 0 0;
    color: #a79c92;
    font-size: 16px;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.article-card {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.article-card img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
    filter: saturate(0.8);
}

.article-card p {
    margin: 15px 0 5px;
    color: var(--red);
    font-family: var(--condensed);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-card h2 {
    margin: 0 0 10px;
    font-family: var(--display);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.08;
}

.article-card small {
    color: var(--muted);
}

.programme-catalog {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.programme-catalog article {
    display: grid;
    grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
    gap: 28px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.programme-catalog img {
    width: 100%;
    max-height: 310px;
    border-radius: 7px;
    object-fit: cover;
}

.programme-catalog h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 500;
}

.programme-catalog strong {
    color: var(--red);
    font-family: var(--condensed);
    text-transform: uppercase;
}

.large-ranking {
    padding: 0;
    margin: 34px 0;
    list-style: none;
}

.large-ranking li {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) minmax(180px, auto);
    align-items: center;
    min-height: 84px;
    border-bottom: 1px solid var(--line);
}

.large-ranking span {
    color: var(--red);
    font-family: var(--display);
    font-size: 35px;
}

.large-ranking b {
    font-family: var(--display);
    font-size: 27px;
    font-weight: 500;
}

.large-ranking em {
    color: var(--muted);
    font-style: normal;
    text-align: right;
}

.primary-link {
    display: inline-grid;
    min-width: 240px;
    padding: 0 20px;
}

.artist-placeholder {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 35px;
    margin-top: 36px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.artist-placeholder > span {
    display: grid;
    width: 190px;
    height: 190px;
    place-items: center;
    border-radius: 50%;
    color: var(--red);
    background: radial-gradient(circle, rgba(240, 58, 46, 0.19), transparent 68%);
    font-family: var(--display);
    font-size: 50px;
}

.artist-placeholder h2 {
    margin: 0;
    font-family: var(--display);
    font-size: 35px;
    font-weight: 500;
}

.account-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px auto;
    align-items: end;
    max-width: none;
    gap: 30px;
}

.account-logout {
    align-self: end;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
}

.account-logout:hover {
    color: var(--red);
    border-color: var(--red);
}

.balance-card {
    padding: 18px;
    border: 1px solid rgba(240, 58, 46, 0.45);
    border-radius: 10px;
    background: radial-gradient(circle at 90% 0, rgba(240, 58, 46, 0.2), transparent 58%);
}

.balance-card span,
.balance-card small {
    display: block;
    color: var(--muted);
    font-family: var(--condensed);
    font-size: 10px;
    text-transform: uppercase;
}

.balance-card strong {
    display: block;
    color: var(--red);
    font-family: var(--display);
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 28px;
    margin-top: 32px;
}

.account-votes {
    padding: 0;
    margin: 0;
    list-style: none;
}

.account-votes li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    gap: 12px;
    border-bottom: 1px solid var(--line);
}

.account-votes li > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.account-votes .is-like {
    color: #8db849;
}

.account-votes .is-dislike {
    color: var(--red);
}

.account-votes b {
    font-family: var(--display);
    font-size: 16px;
    font-weight: 500;
}

.account-votes time {
    color: var(--muted);
    font-size: 10px;
}

.empty-state {
    padding: 26px 0;
    color: var(--muted);
}

.account-rules dl {
    margin: 0;
}

.account-rules dl div {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.account-rules dt {
    color: #d8cbc0;
}

.account-rules dd {
    margin: 0;
    color: var(--red);
    font-family: var(--display);
    font-size: 21px;
}

.account-rules > p {
    color: var(--muted);
    font-size: 11px;
}

.points-history {
    margin-top: 34px;
}

.points-history ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.points-history li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 70px;
    align-items: center;
    min-height: 54px;
    gap: 18px;
    border-bottom: 1px solid var(--line);
}

.points-history li span {
    color: #d8cbc0;
}

.points-history li time {
    color: var(--muted);
    font-size: 10px;
}

.points-history li strong {
    color: #8db849;
    font-family: var(--display);
    font-size: 19px;
    font-weight: 500;
    text-align: right;
}

.admin-page {
    padding: 24px;
}

.admin-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 22px;
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.admin-heading h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 500;
    line-height: 0.95;
}

.admin-heading > span {
    color: var(--muted);
    font-family: var(--condensed);
    font-size: 10px;
    text-transform: uppercase;
}

.admin-tabs {
    position: sticky;
    z-index: 4;
    top: 10px;
    display: flex;
    margin: 0 -8px;
    padding: 12px 8px;
    gap: 7px;
    overflow-x: auto;
    background: rgba(12, 11, 10, 0.92);
    backdrop-filter: blur(14px);
}

.admin-tabs a {
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: #b7aaa0;
    font-family: var(--condensed);
    font-size: 9px;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-tabs a:hover {
    color: var(--red);
    border-color: var(--red);
}

.admin-section {
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
    scroll-margin-top: 70px;
}

.admin-section:last-child {
    border-bottom: 0;
}

.admin-metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.admin-metrics article {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.015);
}

.admin-metrics span {
    display: block;
    overflow: hidden;
    color: var(--muted);
    font-size: 9px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-metrics strong {
    display: block;
    margin-top: 7px;
    color: var(--paper);
    font-family: var(--display);
    font-size: 30px;
    font-weight: 500;
}

.admin-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 20px;
}

.admin-section__heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: 32px;
    font-weight: 500;
}

.period-filter,
.inline-admin-form {
    display: flex;
    gap: 7px;
}

.period-filter select,
.period-filter button,
.inline-admin-form input,
.inline-admin-form select,
.inline-admin-form button,
.admin-users select,
.comment-moderation select {
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: #d9ccc1;
    background: #0a0908;
    font-size: 10px;
}

.period-filter button,
.inline-admin-form button {
    color: var(--red);
    border-color: rgba(240, 58, 46, 0.55);
    cursor: pointer;
}

.admin-rating-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.admin-rating-grid > div,
.admin-two-columns > div {
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.admin-rating-grid h3,
.admin-two-columns h3 {
    margin: 0 0 12px;
    color: var(--red);
    font-family: var(--condensed);
    font-size: 11px;
    text-transform: uppercase;
}

.admin-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.admin-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 49px;
    gap: 10px;
    border-bottom: 1px solid var(--line);
}

.admin-rating-grid .admin-list li {
    grid-template-columns: 22px minmax(0, 1fr) auto;
}

.admin-list i {
    color: var(--muted);
    font-family: var(--display);
    font-size: 17px;
    font-style: normal;
}

.admin-list span {
    min-width: 0;
    overflow: hidden;
    color: #ded2c7;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-list span small {
    display: block;
    overflow: hidden;
    color: #82786f;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-list strong,
.admin-list a {
    color: var(--red);
    font-size: 10px;
}

.admin-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.inline-admin-form {
    margin-bottom: 12px;
}

.inline-admin-form input {
    min-width: 220px;
    flex: 1;
}

.moderation-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.moderation-chips button {
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #d5c8bc;
    background: transparent;
    font-size: 9px;
    cursor: pointer;
}

.moderation-chips button small {
    color: var(--red);
}

.comment-moderation {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-moderation li {
    display: grid;
    grid-template-columns: minmax(140px, 0.5fr) minmax(220px, 1fr) auto;
    align-items: center;
    padding: 12px 0;
    gap: 15px;
    border-bottom: 1px solid var(--line);
}

.comment-moderation b,
.comment-moderation small {
    display: block;
}

.comment-moderation small {
    color: var(--muted);
    font-size: 8px;
}

.comment-moderation p {
    margin: 0;
    color: #c9bdb3;
    font-size: 11px;
}

.comment-moderation textarea {
    width: 100%;
    min-height: 76px;
    resize: vertical;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 9px;
    color: var(--paper);
    background: #0d0c0b;
}

.comment-moderation li > div:last-child {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.comment-moderation [data-comment-save] {
    border: 1px solid var(--red);
    border-radius: 3px;
    padding: 8px 11px;
    color: white;
    background: var(--red);
    cursor: pointer;
}

.auth-dialog,
.history-dialog,
.search-dialog {
    width: min(520px, calc(100% - 30px));
    padding: 30px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    color: var(--paper);
    background: #100e0c;
    box-shadow: 0 30px 100px #000;
}

.history-dialog {
    width: min(650px, calc(100% - 30px));
    max-height: min(760px, calc(100vh - 40px));
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
}

.dialog-close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    color: var(--muted);
    background: transparent;
    font-size: 29px;
    cursor: pointer;
}

.auth-dialog h2,
.history-dialog h2,
.search-dialog h2 {
    margin: 0;
    font-family: var(--display);
    font-size: 36px;
    font-weight: 500;
}

.auth-dialog > p:not(.eyebrow) {
    color: var(--muted);
}

.auth-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 22px 0 13px;
}

.auth-options button,
.auth-options a {
    min-height: 46px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: #b9ada2;
    background: #171411;
}

.auth-options button small,
.auth-options a small {
    display: block;
    color: #766b62;
    font-size: 8px;
    text-transform: uppercase;
}

.auth-recovery {
    display: block;
    margin: 12px auto 0;
    color: var(--muted);
    font-size: .75rem;
    text-align: center;
}

.auth-divider {
    display: flex;
    align-items: center;
    margin: 18px 0;
    gap: 12px;
    color: #746a62;
    font-size: 10px;
    text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
    height: 1px;
    content: "";
    flex: 1;
    background: var(--line);
}

.auth-form {
    display: grid;
    gap: 12px;
}

.auth-form label {
    display: grid;
    gap: 6px;
    color: #aa9e94;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auth-form input {
    width: 100%;
    height: 45px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--paper);
    background: #080706;
    outline: none;
}

.auth-form input:focus {
    border-color: var(--red);
}

.dialog-primary {
    display: grid;
    min-height: 46px;
    padding: 0 17px;
    place-items: center;
    border: 1px solid var(--red);
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), #bd1d15);
    font-family: var(--condensed);
    font-weight: 750;
    text-transform: uppercase;
    cursor: pointer;
}

.dialog-primary:disabled {
    opacity: 0.55;
    cursor: wait;
}

.form-message {
    min-height: 18px;
    margin: 0;
    color: #9fbd72;
    font-size: 11px;
}

.form-message.is-error {
    color: #ff766d;
}

.auth-mode {
    display: block;
    margin: 3px auto 15px;
    padding: 8px;
    border: 0;
    color: #cbbcaf;
    background: transparent;
    font-size: 11px;
    cursor: pointer;
}

.auth-mode:hover {
    color: var(--red);
}

.signed-in-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    margin-top: 22px;
}

.signed-in-actions > button {
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
}

.auth-dialog > small {
    color: #756c64;
}

.dialog-search,
.page-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    margin-top: 22px;
}

.dialog-search input,
.page-search input {
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--paper);
    background: #080706;
    outline: none;
}

.dialog-search input:focus,
.page-search input:focus {
    border-color: var(--red);
}

.dialog-search button,
.page-search button {
    padding: 0 22px;
    border: 1px solid var(--red);
    border-radius: 7px;
    color: #fff;
    background: var(--red);
    font-family: var(--condensed);
    font-weight: 750;
    text-transform: uppercase;
    cursor: pointer;
}

.search-groups {
    display: grid;
    gap: 28px;
}

.search-group {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(14, 13, 12, 0.78);
}

.search-group h2 {
    margin: 0 0 15px;
    font-family: var(--condensed);
    font-size: clamp(1.4rem, 2vw, 2rem);
    text-transform: uppercase;
}

.search-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.search-result {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--paper);
    background: #090807;
}

.search-result:hover {
    border-color: var(--line-strong);
    transform: translateY(-1px);
}

.search-result img {
    width: 62px;
    height: 62px;
    border-radius: 5px;
    object-fit: cover;
}

.search-result span {
    min-width: 0;
}

.search-result strong,
.search-result small {
    display: block;
}

.search-result strong {
    font-family: var(--display);
    font-size: 1.05rem;
}

.search-result small {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-result > b {
    color: var(--red);
}

.dialog-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.history-dialog .dialog-close {
    position: static;
}

.full-history {
    max-height: 590px;
    overflow: auto;
}

.full-history .history-item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
}

.full-history .history-item img {
    width: 52px;
    height: 52px;
}

.toast {
    position: fixed;
    z-index: 120;
    right: 20px;
    bottom: 20px;
    max-width: 340px;
    padding: 13px 17px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    color: var(--paper);
    background: #17120f;
    box-shadow: 0 18px 60px #000;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.is-navigating #page-content {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(12px) scale(0.994);
}

#page-content {
    transform-origin: 50% 0;
    transition:
        opacity 210ms cubic-bezier(0.4, 0, 1, 1),
        filter 210ms cubic-bezier(0.4, 0, 1, 1),
        transform 210ms cubic-bezier(0.4, 0, 1, 1);
}

#page-content.is-page-entering {
    animation: page-content-enter 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes page-content-enter {
    from {
        opacity: 0;
        filter: blur(5px);
        transform: translateY(18px) scale(0.992);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

h1,
h2,
h3 {
    text-wrap: balance;
}

.track-copy h1,
.lead-story h1,
.page-heading h1,
.not-found h1,
.admin-heading h1,
.news-detail__heading h1 {
    font-weight: 720;
    letter-spacing: -0.045em;
}

.news-item h3,
.programme h3,
.article-card h2,
.programme-catalog h2,
.artist-placeholder h2,
.admin-section__heading h2,
.auth-dialog h2,
.history-dialog h2,
.search-dialog h2 {
    font-weight: 650;
    letter-spacing: -0.025em;
}

@media (max-width: 1320px) {
    .site {
        width: min(100% - 24px, 1500px);
    }

    .masthead {
        gap: 18px;
    }

    .brand {
        min-width: 180px;
    }

    .brand__description {
        display: none;
    }

    .brand__divider {
        display: none;
    }

    .experience {
        grid-template-columns: minmax(330px, 370px) minmax(0, 1fr);
        gap: 14px;
    }

    .lead-story {
        grid-column: 1 / span 12;
        min-height: 440px;
    }

    .news-rail {
        grid-column: 1 / span 6;
    }

    .programmes {
        grid-column: 7 / -1;
    }

    .ranking {
        grid-column: 1 / span 6;
    }

    .league {
        grid-column: 7 / -1;
    }

    .primary-nav {
        gap: 16px;
    }

    .primary-nav a {
        font-size: 11px;
    }
}

@media (max-width: 1040px) {
    .masthead {
        grid-template-columns: 1fr auto;
        min-height: 78px;
    }

    .mobile-menu {
        display: grid;
        width: 42px;
        height: 42px;
        place-content: center;
        gap: 7px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: transparent;
    }

    .mobile-menu span:not(.sr-only) {
        display: block;
        width: 20px;
        height: 1px;
        background: var(--paper);
    }

    .primary-nav {
        position: absolute;
        top: 68px;
        right: 0;
        left: 0;
        display: none;
        padding: 18px;
        align-items: stretch;
        flex-direction: column;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: #0c0a09;
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a:not(:last-child)::after {
        display: none;
    }

    .masthead__actions {
        display: none;
    }

    .experience {
        display: block;
    }

    .radio-dock {
        position: relative;
        top: auto;
        min-height: auto;
        height: auto;
        max-height: none;
        margin-bottom: 16px;
    }

    .radio-dock__content {
        display: grid;
        grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
        grid-template-areas:
            "switch switch"
            "cover copy"
            "cover controls"
            "cover volume"
            "history platforms";
        gap: 12px 26px;
    }

    .station-switcher { grid-area: switch; }
    .cover-stage { grid-area: cover; margin-top: 6px; }
    .track-copy { grid-area: copy; align-self: end; text-align: left; }
    .player-controls { grid-area: controls; }
    .volume-control { grid-area: volume; margin-top: 0; }
    .recently-played { grid-area: history; }
    .platforms { grid-area: platforms; align-self: end; }
    .vote-result { display: none; }

    .site-footer {
        margin-bottom: 20px;
    }
}

@media (max-width: 720px) {
    body::before {
        opacity: 0.35;
    }

    .site {
        width: min(100% - 18px, 680px);
    }

    .brand {
        min-width: 0;
    }

    .brand__logo {
        width: 142px;
        height: 40px;
    }

    .radio-dock {
        border-radius: 16px;
    }

    .mobile-player-bar {
        position: fixed;
        z-index: 95;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        left: 10px;
        display: grid;
        min-height: 72px;
        padding: 7px;
        grid-template-columns: minmax(0, 1fr) 58px;
        gap: 7px;
        border: 1px solid rgba(244, 229, 211, 0.24);
        border-radius: 18px;
        background:
            linear-gradient(110deg, rgba(52, 17, 11, 0.96), rgba(11, 10, 9, 0.97));
        box-shadow: 0 20px 56px rgba(0, 0, 0, 0.68);
        opacity: 0;
        transform: translateY(calc(100% + 28px)) scale(0.97);
        pointer-events: none;
        transition:
            opacity 240ms ease,
            transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
        backdrop-filter: blur(20px);
    }

    .mobile-player-bar.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .mobile-player-bar__open {
        display: grid;
        min-width: 0;
        padding: 0;
        grid-template-columns: 56px minmax(0, 1fr);
        align-items: center;
        gap: 11px;
        border: 0;
        background: transparent;
        text-align: left;
        cursor: pointer;
    }

    .mobile-player-bar__open img {
        width: 56px;
        height: 56px;
        border: 1px solid rgba(244, 229, 211, 0.2);
        border-radius: 12px;
        object-fit: cover;
    }

    .mobile-player-bar__copy {
        display: grid;
        min-width: 0;
        gap: 2px;
    }

    .mobile-player-bar__copy strong,
    .mobile-player-bar__copy small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-player-bar__copy strong {
        color: var(--paper);
        font-family: var(--display);
        font-size: 13px;
        font-weight: 750;
    }

    .mobile-player-bar__copy small {
        color: #b9ada2;
        font-size: 11px;
    }

    .mobile-player-bar__play {
        display: grid;
        width: 52px;
        height: 52px;
        margin: auto;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 50%;
        background: var(--red);
        cursor: pointer;
    }

    .mobile-player-bar__play .play-icon {
        width: 0;
        height: 0;
        margin-left: 3px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #fff;
    }

    .mobile-player-bar__play.is-playing .play-icon {
        width: 11px;
        height: 15px;
        margin-left: 0;
        border: 0;
        background:
            linear-gradient(to right, #fff 0 4px, transparent 4px 7px, #fff 7px 11px);
    }

    body.has-mobile-player {
        padding-bottom: 90px;
    }

    body.mobile-player-open {
        overflow: hidden;
    }

    .radio-dock.is-mobile-expanded {
        position: fixed;
        z-index: 110;
        inset: 0;
        width: 100%;
        min-height: 100dvh;
        height: 100dvh;
        max-height: none;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        border-radius: 0;
        overscroll-behavior: contain;
    }

    .radio-dock.is-mobile-expanded .radio-dock__content {
        min-height: 100%;
        padding:
            max(56px, calc(20px + env(safe-area-inset-top)))
            17px
            max(24px, calc(16px + env(safe-area-inset-bottom)));
    }

    .radio-dock.is-mobile-expanded .cover-stage {
        width: min(78vw, 430px);
    }

    .radio-dock.is-mobile-expanded .mobile-player-close {
        position: fixed;
        z-index: 3;
        top: max(12px, env(safe-area-inset-top));
        right: 14px;
        display: grid;
        width: 40px;
        height: 40px;
        padding: 0;
        place-items: center;
        border: 1px solid rgba(244, 229, 211, 0.3);
        border-radius: 50%;
        color: var(--paper);
        background: rgba(0, 0, 0, 0.44);
        font-size: 27px;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        backdrop-filter: blur(14px);
    }

    .radio-dock__content {
        display: flex;
        padding: 17px;
    }

    .cover-stage {
        width: min(100%, 430px);
        margin-top: 16px;
    }

    .track-copy {
        align-self: auto;
        text-align: center;
    }

    .player-controls {
        width: 100%;
        grid-template-columns: minmax(70px, 100px) 74px minmax(70px, 100px);
    }

    .volume-control {
        margin-top: 10px;
    }

    .platforms {
        margin-top: 12px;
    }

    .home-grid {
        display: block;
    }

    .card {
        margin-bottom: 12px;
    }

    .lead-story {
        min-height: 480px;
    }

    .lead-story h1 {
        font-size: 37px;
    }

    .lead-story__body > p:not(.story-meta) {
        font-size: 13px;
    }

    .news-rail,
    .programmes,
    .ranking,
    .league {
        min-height: auto;
    }

    .news-item {
        grid-template-columns: 95px minmax(0, 1fr);
    }

    .news-item img {
        width: 95px;
        height: 88px;
    }

    .programme {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .programme img {
        width: 118px;
        height: 118px;
    }

    .site-footer {
        display: flex;
        padding: 22px 4px;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer nav {
        flex-wrap: wrap;
        gap: 14px 25px;
    }

    .editorial-page {
        min-height: 560px;
        padding: 24px 18px;
    }

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

    .programme-catalog article,
    .artist-placeholder {
        grid-template-columns: 1fr;
    }

    .artist-placeholder > span {
        width: 130px;
        height: 130px;
    }

    .large-ranking li {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 12px 0;
    }

    .large-ranking em {
        grid-column: 2;
        text-align: left;
    }

    .auth-options {
        grid-template-columns: 1fr;
    }

    .account-heading,
    .account-grid {
        grid-template-columns: 1fr;
    }

    .balance-card {
        max-width: 210px;
    }

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

    .admin-rating-grid,
    .admin-two-columns {
        grid-template-columns: 1fr;
    }

    .admin-section__heading,
    .admin-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .comment-moderation li {
        grid-template-columns: 1fr;
    }

    .inline-admin-form {
        align-items: stretch;
        flex-direction: column;
    }
}

/* 2026 accessibility and editorial refinement */
:root {
    --display: "Golos Text FMD", "Segoe UI", Arial, sans-serif;
    --condensed: "Golos Text FMD", "Segoe UI", Arial, sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.5;
}

.masthead {
    min-height: 108px;
}

.brand {
    min-width: 430px;
    gap: 20px;
}

.brand__logo {
    width: 190px;
    height: 58px;
}

.brand__description {
    gap: 0;
    color: var(--paper);
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0.035em;
}

.brand__description strong,
.brand__description b {
    color: var(--paper);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand__description b {
    color: #c9bdb1;
}

.primary-nav a {
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.045em;
}

.social-link,
.search-button {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 12px;
}

.station-switcher__buttons {
    width: 100%;
}

.station-chip {
    height: 62px;
    padding: 6px 9px;
}

.station-chip img {
    max-width: 126px;
    height: 39px;
}

.station-chip span {
    font-size: 8px;
}

.track-copy p {
    font-size: 13px;
    letter-spacing: 0.045em;
}

.track-copy h1 {
    font-size: clamp(22px, 2.7vh, 30px);
    font-weight: 670;
    letter-spacing: -0.025em;
}

.vote-button {
    height: 58px;
}

.vote-button svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vote-button small {
    margin-top: 4px;
    color: #e3d7cc;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: none;
}

.platforms {
    width: min(100%, 315px);
    margin: 12px auto 0;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.2);
}

.platforms > span {
    margin-bottom: 9px;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.05em;
    text-align: center;
}

.platforms > div {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.platforms a {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(7, 6, 5, 0.55);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.platforms a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.26);
}

.platforms img {
    width: 31px;
    height: 31px;
    border-radius: 9px;
}

.volume-control {
    grid-template-columns: 32px minmax(0, 1fr) 42px;
    margin-top: 13px;
    gap: 10px;
}

.volume-control button {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(244, 229, 211, 0.16);
    border-radius: 10px;
    color: #ece1d6;
    background: rgba(0, 0, 0, 0.2);
}

.volume-control button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.volume-control button .volume-wave {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.volume-control button.is-muted {
    color: var(--red);
}

.volume-control button.is-muted .volume-wave {
    opacity: 0;
}

.volume-control input {
    width: 100%;
    height: 18px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.volume-control input::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        var(--red) 0 var(--volume, 72%),
        rgba(244, 229, 211, 0.24) var(--volume, 72%) 100%
    );
}

.volume-control input::-moz-range-track {
    height: 5px;
    border-radius: 999px;
    background: rgba(244, 229, 211, 0.24);
}

.volume-control input::-moz-range-progress {
    height: 5px;
    border-radius: 999px;
    background: var(--red);
}

.volume-control input::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    margin-top: -6px;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #f8eee4;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 3px rgba(240, 58, 46, 0.2);
}

.volume-control input::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 3px solid #f8eee4;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 3px rgba(240, 58, 46, 0.2);
}

.volume-control output {
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.vote-result span,
.vote-result small {
    font-size: 11px;
}

.vote-result em {
    font-size: 9px;
}

.current-artist-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    margin-top: 12px;
    padding: 9px;
    gap: 11px;
    border: 1px solid rgba(244, 229, 211, 0.16);
    border-radius: 12px;
    color: inherit;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.28), rgba(240, 58, 46, 0.06));
    transition: border-color 180ms ease, transform 180ms ease;
}

.current-artist-card[hidden] {
    display: none;
}

.current-artist-card:hover {
    border-color: rgba(240, 58, 46, 0.7);
    transform: translateY(-2px);
}

.current-artist-card__photo {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(244, 229, 211, 0.2);
    border-radius: 50%;
    background: #171210;
}

.current-artist-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.current-artist-card__photo b {
    color: var(--red);
    font-size: 24px;
}

.current-artist-card > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.current-artist-card small {
    color: #b5a89d;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.current-artist-card strong {
    overflow: hidden;
    color: #fff1e4;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.current-artist-card em {
    overflow: hidden;
    color: #a89c92;
    font-size: 11px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.current-artist-card > i {
    color: var(--red);
    font-size: 20px;
    font-style: normal;
}

.section-row h2,
.section-row button {
    font-size: 11px;
}

.history-item {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    min-height: 62px;
    padding: 7px 0;
    gap: 11px;
}

.history-item img {
    width: 48px;
    height: 48px;
    border-radius: 7px;
}

.history-item b {
    font-size: 15px;
    font-weight: 650;
}

.history-item span {
    margin-top: 2px;
    color: #c0b3a8;
    font-size: 13px;
}

.history-item time {
    color: #a79a8f;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.site-footer {
    grid-template-columns: minmax(210px, 0.75fr) minmax(520px, 1.8fr);
    align-items: start;
    min-height: 240px;
    padding: 30px 6px 22px;
    gap: 38px;
    font-size: 12px;
    text-transform: none;
}

.footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.footer-brand__logo {
    width: 170px;
    height: 46px;
}

.footer-brand p {
    padding: 0;
    border: 0;
    color: #b6aaa0;
    font-size: 13px;
    line-height: 1.55;
}

.footer-brand p strong {
    color: var(--paper);
    font-size: 14px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.site-footer .footer-links nav {
    display: grid;
    align-content: start;
    gap: 9px;
}

.footer-links nav > strong {
    margin-bottom: 4px;
    color: var(--paper);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-links a {
    color: #a99d93;
    font-size: 13px;
    line-height: 1.35;
}

.footer-copyright {
    grid-column: 1 / -1;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: #81776f;
    font-size: 11px;
}

.editorial-page {
    padding: clamp(28px, 3.2vw, 46px);
}

.page-heading {
    max-width: 860px;
    padding-bottom: 26px;
}

.page-heading h1,
.not-found h1 {
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: 1.01;
    letter-spacing: -0.05em;
}

.page-heading > p:last-child {
    margin-top: 14px;
    color: #b9ada3;
    font-size: 17px;
    line-height: 1.55;
}

.article-grid,
.programme-catalog {
    margin-top: 26px;
}

.article-card h2 {
    font-size: clamp(23px, 2.2vw, 31px);
    line-height: 1.14;
}

.article-card p,
.article-card small {
    font-size: 12px;
}

.programme-catalog__item {
    align-items: center;
}

.programme-catalog__poster {
    display: block;
}

.programme-catalog h2 {
    font-size: clamp(30px, 3.1vw, 46px);
    line-height: 1.05;
}

.programme-catalog h2 a {
    color: inherit;
}

.programme-catalog h2 a:hover {
    color: var(--red);
}

.programme-catalog__item > div > p:not(.eyebrow) {
    max-width: 680px;
    color: #b8aca1;
    font-size: 16px;
    line-height: 1.55;
}

.programme-catalog__premiere {
    display: inline-flex;
    padding: 9px 12px;
    border: 1px solid rgba(240, 58, 46, 0.5);
    border-radius: 8px;
    background: rgba(240, 58, 46, 0.08);
    font-size: 13px;
}

.programme-repeats {
    display: grid;
    margin-top: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
}

.programme-repeats span {
    color: #eee1d5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.programme-repeats p {
    margin: 0;
    color: #a99d92;
    font-size: 13px;
    line-height: 1.55;
}

.programme-more,
.programme__link {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    gap: 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.programme__link {
    font-size: 10px;
}

.programme-detail__hero {
    display: grid;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    align-items: center;
    gap: clamp(28px, 4vw, 58px);
    margin-top: 24px;
}

.programme-detail__hero > img {
    width: 100%;
    max-height: 590px;
    border: 1px solid var(--line);
    border-radius: 14px;
    object-fit: cover;
}

.programme-detail__hero h1 {
    margin: 4px 0 18px;
    color: var(--paper);
    font-size: clamp(40px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.programme-detail__description {
    color: #b8aca1;
    font-size: 17px;
    line-height: 1.65;
}

.programme-premiere {
    display: inline-grid;
    margin-top: 24px;
    padding: 12px 15px;
    gap: 2px;
    border: 1px solid rgba(240, 58, 46, 0.55);
    border-radius: 10px;
    background: rgba(240, 58, 46, 0.09);
}

.programme-premiere span {
    color: var(--red);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.programme-premiere strong {
    color: var(--paper);
    font-size: 17px;
}

.programme-schedule {
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.programme-schedule h2 {
    margin: 4px 0 20px;
    font-size: 34px;
}

.programme-schedule > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.programme-schedule > div span {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #b8aca1;
    font-size: 13px;
}

.programme-schedule b {
    color: #f0e4d9;
}

.back-link {
    color: #b2a69b;
    font-size: 13px;
}

.back-link:hover {
    color: var(--red);
}

.ranking li {
    grid-template-columns: 25px 38px minmax(0, 1fr) 18px;
}

.ranking__photo,
.ranking__monogram {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #1a1613;
    object-fit: cover;
}

.ranking__monogram {
    color: var(--red);
    font-size: 13px;
    font-weight: 700;
}

.ranking b a,
.league b a {
    color: inherit;
}

.avatar {
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chart-ranking li {
    grid-template-columns: 54px 58px minmax(0, 1fr) 68px 100px;
    gap: 14px;
}

.chart-ranking__photo,
.chart-ranking__monogram {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #191512;
    object-fit: cover;
}

.chart-ranking__monogram {
    color: var(--red);
    font-style: normal;
    font-weight: 750;
}

.chart-ranking__trend {
    color: var(--red);
    font-size: 13px;
    font-style: normal;
    text-align: center;
}

.league-grid__monogram {
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--red);
    background: #181411;
    font-size: 25px;
    font-style: normal;
    font-weight: 750;
}

.artist-detail__monogram {
    display: grid;
    width: 100%;
    min-height: 430px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--red);
    background:
        radial-gradient(circle at 50% 35%, rgba(240, 58, 46, 0.22), transparent 42%),
        #12100e;
    font-size: clamp(90px, 14vw, 180px);
    font-weight: 800;
}

.artist-links {
    gap: 10px;
}

.artist-links a {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border-radius: 13px;
}

.artist-links img {
    width: 35px;
    height: 35px;
    border-radius: 10px;
}

.editor-upload {
    padding: 12px;
    border: 1px dashed rgba(244, 229, 211, 0.25);
    border-radius: 8px;
}

.editor-upload small {
    display: block;
    margin-top: 6px;
    font-size: 11px;
}

@media (max-width: 1320px) {
    .brand {
        min-width: 205px;
    }

    .brand__logo {
        width: 180px;
        height: 54px;
    }

    .brand__description,
    .brand__divider {
        display: none;
    }

    .primary-nav a {
        font-size: 12px;
    }
}

@media (max-width: 1040px) {
    .radio-dock__content {
        grid-template-areas:
            "switch switch"
            "cover copy"
            "cover controls"
            "cover platforms"
            "cover volume"
            "artist artist"
            "history history";
    }

    .current-artist-card {
        grid-area: artist;
    }

    .platforms {
        margin: 0;
        align-self: center;
    }

    .volume-control {
        margin: 0;
    }

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

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

@media (max-width: 720px) {
    .masthead {
        min-height: 82px;
    }

    .brand__logo {
        width: 168px;
        height: 48px;
    }

    .radio-dock__content {
        display: flex;
    }

    .current-artist-card {
        width: 100%;
    }

    .platforms {
        margin: 12px auto 0;
    }

    .page-heading h1,
    .not-found h1 {
        font-size: clamp(36px, 12vw, 54px);
    }

    .page-heading > p:last-child {
        font-size: 15px;
    }

    .programme-detail__hero {
        grid-template-columns: 1fr;
    }

    .programme-detail__hero h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .programme-schedule > div {
        grid-template-columns: 1fr;
    }

    .programme-repeats {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .chart-ranking li {
        grid-template-columns: 42px 48px minmax(0, 1fr);
    }

    .chart-ranking__photo,
    .chart-ranking__monogram {
        width: 44px;
        height: 44px;
    }

    .chart-ranking__trend,
    .chart-ranking li > strong {
        grid-column: 3;
        text-align: left;
    }

    .footer-links {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-copyright {
        width: 100%;
    }
}

@media (max-height: 820px) and (min-width: 1041px) {
    .radio-dock {
        min-height: 700px;
    }

    .cover-stage {
        width: min(100%, 285px);
        margin-top: 13px;
    }

    .track-copy {
        min-height: 49px;
        margin-top: 10px;
    }

    .play-button {
        width: 58px;
        height: 58px;
    }

    .player-controls {
        grid-template-columns: 72px 64px 72px;
    }

    .history-item {
        padding: 6px 0;
    }

    .platforms {
        padding: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 720px) {
    .search-results,
    .dialog-search,
    .page-search {
        grid-template-columns: 1fr;
    }

    .dialog-search button,
    .page-search button {
        min-height: 44px;
    }

    .search-group {
        padding: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Final readability pass */
.eyebrow,
.story-meta,
.module-title h2,
.module-title a,
.module-link,
.section-row h2,
.section-row button {
    font-size: 11px;
}

.programme p {
    color: #b0a49a;
    font-size: 13px;
    line-height: 1.5;
}

.programme h3 {
    font-size: 22px;
    font-weight: 680;
}

.ranking b,
.league b {
    font-size: 14px;
    font-weight: 650;
}

.ranking small,
.league em,
.news-item small {
    font-size: 11px;
}

.recently-played {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.recently-played ol {
    min-height: 0;
    overflow: hidden;
}

@media (min-width: 1181px) and (max-width: 1320px) {
    .brand {
        min-width: 360px;
        gap: 14px;
    }

    .brand__logo {
        width: 164px;
        height: 50px;
    }

    .brand__divider {
        display: block;
        height: 44px;
    }

    .brand__description {
        display: grid;
    }

    .brand__description strong,
    .brand__description b {
        font-size: 12px;
    }

    .masthead__actions {
        gap: 7px;
    }
}

@media (max-height: 820px) and (min-width: 1041px) {
    .radio-dock {
        min-height: 0;
        height: calc(100vh - 32px);
        max-height: none;
    }

    .radio-dock__content {
        padding: 12px 20px;
    }

    .station-chip {
        height: 45px;
        padding: 3px 7px;
    }

    .station-chip img {
        height: 29px;
    }

    .station-chip span {
        font-size: 6px;
    }

    .cover-stage {
        width: min(100%, 220px);
        margin-top: 8px;
    }

    .track-copy {
        min-height: 40px;
        margin-top: 6px;
    }

    .track-copy p {
        font-size: 10px;
    }

    .track-copy h1 {
        font-size: 20px;
    }

    .player-controls {
        grid-template-columns: 70px 58px 70px;
        margin-top: 3px;
        gap: 10px;
    }

    .play-button {
        width: 54px;
        height: 54px;
    }

    .vote-button {
        height: 46px;
    }

    .vote-button svg {
        width: 18px;
        height: 18px;
    }

    .vote-button small {
        font-size: 8px;
    }

    .platforms {
        margin-top: 6px;
        padding: 5px;
    }

    .platforms > span {
        display: none;
    }

    .platforms a {
        width: 36px;
        height: 36px;
    }

    .platforms img {
        width: 27px;
        height: 27px;
    }

    .volume-control {
        margin-top: 6px;
    }

    .volume-control button {
        width: 28px;
        height: 28px;
    }

    .vote-result {
        margin-top: 5px;
        padding: 5px 8px;
    }

    .current-artist-card {
        min-height: 52px;
        margin-top: 6px;
        padding: 5px 7px;
        grid-template-columns: 42px minmax(0, 1fr) auto;
    }

    .current-artist-card__photo {
        width: 42px;
        height: 42px;
    }

    .recently-played {
        margin-top: 6px;
    }

    .section-row h2,
    .section-row button {
        padding-bottom: 5px;
        font-size: 9px;
    }

    .history-item {
        min-height: 48px;
        padding: 4px 0;
        grid-template-columns: 38px minmax(0, 1fr) auto;
    }

    .history-item img {
        width: 38px;
        height: 38px;
    }

    .history-item b {
        font-size: 13px;
    }

    .history-item span,
    .history-item time {
        font-size: 11px;
    }
}
