:root {
    --bg: #02050b;
    --bg-soft: #07101d;
    --panel: rgba(8, 18, 33, .74);
    --panel-strong: rgba(12, 29, 52, .86);
    --text: #eaf8ff;
    --muted: #8da6b8;
    --cyan: #00d9ff;
    --cyan-soft: rgba(0, 217, 255, .24);
    --green: #22ff9a;
    --green-soft: rgba(34, 255, 154, .18);
    --line: rgba(117, 224, 255, .18);
    --danger: #ff4b7a;
    --success: #22ff9a;
    --radius: 28px;
    --shadow: 0 30px 90px rgba(0, 0, 0, .58);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--bg);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 14%, rgba(0, 217, 255, .16), transparent 32%),
        radial-gradient(circle at 82% 20%, rgba(34, 255, 154, .11), transparent 30%),
        linear-gradient(180deg, #010309 0%, #06101c 48%, #02050b 100%);
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

body::before {
    background:
        linear-gradient(90deg, transparent 0 94%, rgba(0, 217, 255, .08) 95% 100%),
        linear-gradient(0deg, transparent 0 94%, rgba(0, 217, 255, .055) 95% 100%);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 50% 15%, #000 0, transparent 64%);
}

body::after {
    background:
        linear-gradient(90deg, transparent, rgba(0, 217, 255, .28), transparent),
        radial-gradient(circle at 50% 0%, rgba(0, 217, 255, .18), transparent 45%);
    height: 2px;
    top: 180px;
    filter: drop-shadow(0 0 18px var(--cyan));
}

button,
input,
textarea,
select {
    font: inherit;
}

.page-shell {
    width: min(1180px, calc(100% - 34px));
    margin: 0 auto;
    padding: 34px 0 56px;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 26px;
    align-items: center;
    min-height: 250px;
    padding: clamp(24px, 5vw, 48px);
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 10px);
    background:
        linear-gradient(135deg, rgba(0, 217, 255, .13), transparent 35%),
        linear-gradient(315deg, rgba(34, 255, 154, .11), transparent 38%),
        rgba(3, 9, 18, .68);
    box-shadow: var(--shadow), inset 0 0 80px rgba(0, 217, 255, .06);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(circle at 18% 70%, rgba(0, 217, 255, .22), transparent 28%),
        radial-gradient(circle at 80% 40%, rgba(34, 255, 154, .12), transparent 32%);
    opacity: .85;
}

.hero::after {
    content: "♪  ♫   A-NOONE   ♫  ♪";
    position: absolute;
    right: 26px;
    top: 22px;
    color: rgba(0, 217, 255, .18);
    letter-spacing: .28em;
    font-weight: 800;
    font-size: 13px;
}

.hero > * {
    position: relative;
    z-index: 1;
}

.brand-mark {
    width: clamp(88px, 13vw, 128px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 34px;
    background:
        radial-gradient(circle at 50% 45%, rgba(0, 217, 255, .22), transparent 55%),
        linear-gradient(145deg, rgba(17, 43, 70, .95), rgba(1, 6, 13, .95));
    border: 1px solid rgba(0, 217, 255, .46);
    box-shadow:
        0 0 38px rgba(0, 217, 255, .25),
        inset 0 0 35px rgba(34, 255, 154, .07);
}

.brand-mark span {
    font-size: clamp(54px, 10vw, 82px);
    font-weight: 950;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px var(--cyan);
    text-shadow:
        0 0 14px rgba(0, 217, 255, .86),
        0 0 28px rgba(34, 255, 154, .35);
}

/* Hero Menu Icons */
.brand-mark.brand-mark-img {
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 45%, rgba(0, 217, 255, .14), transparent 58%),
        linear-gradient(145deg, rgba(17, 43, 70, .54), rgba(1, 6, 13, .88));
    border-color: rgba(0, 217, 255, .34);
}

.brand-mark.brand-mark-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    filter:
        drop-shadow(0 0 14px rgba(0, 217, 255, .40))
        drop-shadow(0 0 22px rgba(34, 255, 154, .12));
}

.brand-mark.brand-mark-img:hover img {
    transform: scale(1.035);
}

.brand-mark.brand-mark-img img {
    transition: transform .24s ease, filter .24s ease;
}


.eyebrow {
    margin: 0 0 10px;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: .24em;
    font-size: 12px;
    font-weight: 800;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 14px;
    font-size: clamp(44px, 9vw, 96px);
    line-height: .88;
    letter-spacing: -.07em;
    text-transform: uppercase;
    text-shadow: 0 0 28px rgba(0, 217, 255, .24);
}

h1 span {
    color: transparent;
    -webkit-text-stroke: 1.4px var(--cyan);
    text-shadow:
        0 0 14px rgba(0, 217, 255, .72),
        0 0 28px rgba(34, 255, 154, .22);
}

.lead {
    max-width: 720px;
    margin-bottom: 0;
    color: #b9d4e2;
    font-size: clamp(16px, 2.1vw, 20px);
    line-height: 1.65;
}

.hero-wave {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 42px;
    margin-top: 8px;
}

.hero-wave::before,
.hero-wave::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, var(--cyan), transparent);
    box-shadow: 0 0 18px var(--cyan);
}

.hero-wave i {
    width: 4px;
    height: 12px;
    border-radius: 50px;
    background: var(--cyan);
    box-shadow: 0 0 14px var(--cyan);
    animation: wave 1.2s ease-in-out infinite;
}

.hero-wave i:nth-child(2n) { height: 28px; animation-delay: -.22s; }
.hero-wave i:nth-child(3n) { height: 18px; animation-delay: -.42s; }
.hero-wave i:nth-child(5n) { height: 36px; background: var(--green); }

@keyframes wave {
    0%, 100% { transform: scaleY(.45); opacity: .55; }
    50% { transform: scaleY(1); opacity: 1; }
}

.main-nav {
    grid-column: 1 / -1;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: min(100%, 610px);
    margin: 6px auto 0;
    padding: 8px;
    border: 1px solid rgba(0, 217, 255, .22);
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(0, 217, 255, .10), rgba(34, 255, 154, .08)),
        rgba(1, 8, 16, .58);
    box-shadow:
        0 0 28px rgba(0, 217, 255, .10),
        inset 0 0 30px rgba(0, 217, 255, .045);
    backdrop-filter: blur(14px);
}

.main-nav a {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    color: #b9d4e2;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 950;
    overflow: hidden;
    transition:
        color .22s ease,
        border-color .22s ease,
        transform .22s ease,
        text-shadow .22s ease;
}

.main-nav a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(0, 217, 255, .22), rgba(34, 255, 154, .18));
    transition: opacity .22s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 217, 255, .25), transparent 70%),
        rgba(3, 10, 20, .86);
    opacity: 0;
    transition: opacity .22s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
    color: var(--text);
    border-color: rgba(0, 217, 255, .34);
    transform: translateY(-2px);
    text-shadow: 0 0 14px rgba(0, 217, 255, .62);
    outline: none;
}

.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.main-nav a.is-active::before,
.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
    opacity: 1;
}

.main-nav a.is-active {
    color: #001219;
    border-color: rgba(34, 255, 154, .58);
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 0 22px rgba(34, 255, 154, .16);
    text-shadow: none;
}

.main-nav a.is-active::before,
.main-nav a.is-active::after {
    opacity: 0;
}


.notice {
    margin: 22px 0;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(5, 14, 25, .82);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

.notice-success {
    border-color: rgba(34, 255, 154, .42);
    box-shadow: 0 0 22px rgba(34, 255, 154, .12);
}

.notice-error {
    border-color: rgba(255, 75, 122, .42);
    box-shadow: 0 0 22px rgba(255, 75, 122, .12);
}

.layout-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
    align-items: start;
}

.panel {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(0, 217, 255, .08), transparent 28%),
        var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.form-panel {
    padding: clamp(22px, 4vw, 34px);
}

.playlist-panel {
    position: relative;
    top: 0;
    padding: clamp(20px, 3vw, 30px);
    overflow: hidden;
}

.panel-head {
    margin-bottom: 24px;
}

.panel-head h2 {
    margin-bottom: 0;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -.045em;
}

.form-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.form-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .28);
    border-radius: 16px;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 217, 255, .18), transparent 68%),
        rgba(0, 217, 255, .07);
    box-shadow: inset 0 0 18px rgba(0, 217, 255, .06);
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-toggle-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 255, 154, .55);
    box-shadow: 0 0 24px rgba(34, 255, 154, .12);
}

.form-toggle-btn b {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: #001219;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    line-height: 1;
    transition: transform .28s ease;
}

.form-panel.is-collapsed .form-toggle-btn b {
    transform: rotate(180deg);
}

.form-collapse {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    overflow: hidden;
    transition:
        grid-template-rows .42s cubic-bezier(.2, .9, .2, 1),
        opacity .28s ease,
        margin-top .28s ease,
        transform .28s ease;
}

.form-collapse > .song-form {
    min-height: 0;
}

.form-panel.is-collapsed .form-collapse {
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: -8px;
    transform: translateY(-6px);
    pointer-events: none;
}

.form-panel.is-collapsed {
    background:
        linear-gradient(145deg, rgba(0, 217, 255, .06), transparent 28%),
        rgba(8, 18, 33, .62);
}


.song-form {
    display: grid;
    gap: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

label {
    display: grid;
    gap: 9px;
}

label span {
    color: #c9efff;
    font-size: 14px;
    font-weight: 800;
}

input,
textarea,
select {
    width: 100%;
    color: var(--text);
    border: 1px solid rgba(117, 224, 255, .24);
    border-radius: 18px;
    background: rgba(1, 8, 16, .78);
    outline: none;
    padding: 15px 16px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

textarea {
    resize: vertical;
    min-height: 112px;
}

select {
    appearance: none;
    cursor: pointer;
    background:
        linear-gradient(45deg, transparent 50%, var(--green) 50%) calc(100% - 22px) 50% / 7px 7px no-repeat,
        linear-gradient(135deg, var(--green) 50%, transparent 50%) calc(100% - 15px) 50% / 7px 7px no-repeat,
        rgba(1, 8, 16, .78);
}

select option {
    color: #eaf8ff;
    background: #07101d;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(0, 217, 255, .82);
    box-shadow: 0 0 0 4px rgba(0, 217, 255, .11), 0 0 28px rgba(0, 217, 255, .12);
    transform: translateY(-1px);
}

::placeholder {
    color: rgba(141, 166, 184, .62);
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 58px;
    border: 0;
    border-radius: 20px;
    color: #001219;
    cursor: pointer;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
    background:
        linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow:
        0 18px 45px rgba(0, 217, 255, .2),
        0 0 22px rgba(34, 255, 154, .16);
    transition: transform .18s ease, filter .18s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.submit-btn b {
    font-size: 24px;
}

.form-hint {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 13px;
}

.playlist-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
}

.playlist-panel .panel-head {
    margin-bottom: 26px;
}

.playlist-panel::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 96px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 255, .32), rgba(34, 255, 154, .22), transparent);
    pointer-events: none;
}

@media (min-width: 921px) {
    .form-panel {
        max-width: 100%;
    }

    .playlist {
        gap: 14px;
    }

    .playlist li {
        grid-template-columns: 58px minmax(0, 1fr) 120px 96px;
        min-height: 76px;
    }

    .song-title {
        font-size: 17px;
    }
}


.count {
    display: grid;
    place-items: center;
    min-width: 46px;
    height: 46px;
    border-radius: 15px;
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .28);
    background: rgba(34, 255, 154, .08);
    box-shadow: inset 0 0 22px rgba(34, 255, 154, .06);
    font-weight: 900;
}

.playlist-wrap {
    position: relative;
}

.vote-toast {
    margin: -7px 0 16px;
    padding: 12px 14px;
    border-radius: 16px;
    color: #001219;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 18px 45px rgba(0, 217, 255, .18);
    font-size: 13px;
    font-weight: 900;
    transform-origin: top right;
    animation: toastIn .24s ease both;
}

@keyframes toastIn {
    from { opacity: 0; transform: translateY(-8px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

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

.playlist li {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(117, 224, 255, .15);
    border-radius: 20px;
    background:
        linear-gradient(110deg, rgba(0, 217, 255, .08), transparent 36%),
        rgba(3, 10, 20, .68);
    transition:
        transform .45s cubic-bezier(.2, .9, .2, 1),
        opacity .25s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
    will-change: transform;
}

.playlist li::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 255, .36), rgba(34, 255, 154, .28), transparent);
    transition: opacity .2s ease;
}

.playlist li:hover {
    border-color: rgba(0, 217, 255, .36);
    box-shadow: 0 0 28px rgba(0, 217, 255, .1);
}

.playlist li:hover::before {
    opacity: .7;
}

.playlist li.is-new {
    animation: songEnter .45s ease both;
}

.playlist li.is-vote-pulse {
    animation: votePulse .72s ease both;
}

@keyframes songEnter {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.98);
        filter: blur(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes votePulse {
    0% {
        box-shadow: 0 0 0 rgba(34, 255, 154, 0);
    }
    35% {
        border-color: rgba(34, 255, 154, .8);
        box-shadow: 0 0 38px rgba(34, 255, 154, .18);
    }
    100% {
        box-shadow: 0 0 0 rgba(34, 255, 154, 0);
    }
}

.rank {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .24);
    border-radius: 14px;
    background: rgba(34, 255, 154, .07);
    font-size: 12px;
    font-weight: 950;
}

.song-main {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.song-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 900;
}

.song-artist {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
}

.platform {
    color: rgba(234, 248, 255, .72);
    border: 1px solid rgba(0, 217, 255, .22);
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(0, 217, 255, .07);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.vote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 74px;
    min-height: 42px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .26);
    border-radius: 15px;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 217, 255, .18), transparent 65%),
        rgba(0, 217, 255, .07);
    box-shadow: inset 0 0 18px rgba(0, 217, 255, .06);
    cursor: pointer;
    font-weight: 950;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.vote-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(34, 255, 154, .58);
    box-shadow: 0 0 24px rgba(34, 255, 154, .14);
    background:
        radial-gradient(circle at 50% 0, rgba(34, 255, 154, .20), transparent 65%),
        rgba(34, 255, 154, .08);
}

.vote-btn:disabled {
    cursor: default;
    opacity: .86;
}

.vote-btn.is-voted {
    color: #001219;
    border-color: rgba(34, 255, 154, .5);
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 0 20px rgba(34, 255, 154, .16);
}

.vote-btn.is-loading {
    pointer-events: none;
    opacity: .7;
}

.vote-icon {
    font-size: 13px;
    line-height: 1;
}

.empty-state {
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 310px;
    color: var(--muted);
}

.empty-state h3 {
    margin-bottom: 8px;
    color: var(--text);
}

.empty-orb {
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(0, 217, 255, .44), rgba(0, 217, 255, .08) 48%, transparent 70%);
    box-shadow: 0 0 44px rgba(0, 217, 255, .28);
}

@media (max-width: 920px) {
    .layout-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .page-shell {
        width: min(100% - 22px, 1180px);
        padding-top: 16px;
    }

    .form-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-toggle-btn {
        width: 100%;
    }

    .hero {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .main-nav {
        justify-self: stretch;
        width: 100%;
        border-radius: 24px;
        padding: 8px;
    }

    .main-nav a {
        flex: 1 1 calc(50% - 8px);
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: .08em;
    }

    .brand-mark {
        width: 92px;
        border-radius: 26px;
    }

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

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

    .platform {
        display: none;
    }

    .vote-btn {
        min-width: 64px;
    }
}



/* Hilfe Unterseite */
.hero-help .brand-mark span {
    color: var(--cyan);
    -webkit-text-stroke: 0;
}

.help-layout {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.help-panel,
.help-card {
    padding: clamp(22px, 4vw, 34px);
}

.help-intro {
    background:
        linear-gradient(135deg, rgba(0, 217, 255, .11), transparent 38%),
        linear-gradient(315deg, rgba(34, 255, 154, .10), transparent 40%),
        var(--panel);
}

.help-intro h2,
.help-cta h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.help-intro p,
.help-card p,
.help-cta p {
    color: #b9d4e2;
    line-height: 1.72;
}

.help-intro p:last-child,
.help-card p:last-child,
.help-cta p:last-child {
    margin-bottom: 0;
}

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

.help-card {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    background:
        linear-gradient(145deg, rgba(0, 217, 255, .07), transparent 34%),
        rgba(8, 18, 33, .72);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.help-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, transparent, rgba(0, 217, 255, .28), rgba(34, 255, 154, .20), transparent);
    pointer-events: none;
    transition: opacity .22s ease;
}

.help-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 217, 255, .36);
    box-shadow:
        var(--shadow),
        0 0 34px rgba(0, 217, 255, .10);
}

.help-card:hover::before {
    opacity: 1;
}

.help-number {
    display: inline-grid;
    place-items: center;
    min-width: 50px;
    height: 38px;
    margin-bottom: 18px;
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .28);
    border-radius: 14px;
    background: rgba(34, 255, 154, .08);
    box-shadow: inset 0 0 18px rgba(34, 255, 154, .05);
    font-size: 13px;
    font-weight: 950;
}

.help-card h3 {
    margin-bottom: 12px;
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: -.035em;
}

.help-card strong {
    color: var(--text);
}

.help-card code {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 8px 10px;
    color: #dffaff;
    border: 1px solid rgba(0, 217, 255, .18);
    border-radius: 10px;
    background: rgba(1, 8, 16, .66);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.example-box {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(117, 224, 255, .14);
    border-radius: 18px;
    background: rgba(1, 8, 16, .38);
}

.example-box p {
    margin-bottom: 2px;
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mini-form-preview {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(117, 224, 255, .14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(0, 217, 255, .12), transparent 52%),
        rgba(1, 8, 16, .42);
}

.mini-form-preview span {
    color: var(--green);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mini-form-preview b {
    padding: 12px 14px;
    border: 1px solid rgba(0, 217, 255, .18);
    border-radius: 13px;
    background: rgba(1, 8, 16, .62);
}

.push-card {
    background:
        linear-gradient(135deg, rgba(34, 255, 154, .11), transparent 36%),
        linear-gradient(315deg, rgba(0, 217, 255, .09), transparent 42%),
        rgba(8, 18, 33, .76);
}

.help-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background:
        radial-gradient(circle at 12% 50%, rgba(0, 217, 255, .13), transparent 34%),
        linear-gradient(90deg, rgba(0, 217, 255, .07), rgba(34, 255, 154, .06)),
        var(--panel);
}

.help-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    color: #001219;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow:
        0 18px 45px rgba(0, 217, 255, .18),
        0 0 22px rgba(34, 255, 154, .14);
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .18s ease, filter .18s ease;
}

.help-cta-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

@media (max-width: 820px) {
    .help-grid {
        grid-template-columns: 1fr;
    }

    .help-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .help-cta-btn {
        width: 100%;
    }
}



/* Admin Mode */
.admin-entry {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 10px;
}

.admin-chip,
.admin-logout-btn,
.info-btn,
.admin-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .28);
    border-radius: 15px;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 217, 255, .18), transparent 68%),
        rgba(0, 217, 255, .07);
    cursor: pointer;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.admin-chip:hover,
.admin-logout-btn:hover,
.info-btn:hover,
.admin-action-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 255, 154, .55);
    box-shadow: 0 0 24px rgba(34, 255, 154, .12);
}

.admin-chip.is-online {
    color: #001219;
    border-color: rgba(34, 255, 154, .5);
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 0 20px rgba(34, 255, 154, .16);
}

.admin-mode-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(22px, 4vw, 34px);
    background:
        linear-gradient(135deg, rgba(34, 255, 154, .10), transparent 36%),
        linear-gradient(315deg, rgba(0, 217, 255, .09), transparent 42%),
        var(--panel);
}

.admin-mode-panel h2 {
    margin-bottom: 10px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.05em;
}

.admin-mode-panel p {
    max-width: 760px;
    margin-bottom: 0;
    color: #b9d4e2;
    line-height: 1.65;
}

.info-btn {
    color: #001219;
    border-color: rgba(34, 255, 154, .5);
    background: linear-gradient(90deg, var(--cyan), var(--green));
    min-width: 84px;
}

.is-hidden-song {
    opacity: .58;
    border-style: dashed !important;
}

.song-artist em {
    display: inline-flex;
    margin-left: 8px;
    padding: 3px 7px;
    color: #001219;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    font-style: normal;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Modal */
.modal-shell {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}

.modal-shell.is-open {
    opacity: 1;
    pointer-events: auto;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 217, 255, .18), transparent 42%),
        rgba(0, 0, 0, .76);
    backdrop-filter: blur(12px);
}

.modal-card {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: min(86vh, 900px);
    overflow: auto;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(117, 224, 255, .22);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(0, 217, 255, .09), transparent 32%),
        rgba(8, 18, 33, .94);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, .72),
        0 0 44px rgba(0, 217, 255, .10);
    transform: translateY(12px) scale(.98);
    transition: transform .22s ease;
}

.modal-shell.is-open .modal-card {
    transform: translateY(0) scale(1);
}

.song-admin-modal {
    width: min(980px, 100%);
}

.modal-close {
    position: sticky;
    top: 0;
    float: right;
    z-index: 2;
    width: 42px;
    height: 42px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .24);
    border-radius: 14px;
    background: rgba(1, 8, 16, .82);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    transition: transform .18s ease, border-color .18s ease;
}

.modal-close:hover {
    transform: rotate(6deg) scale(1.04);
    border-color: rgba(34, 255, 154, .55);
}

.modal-card h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 5vw, 48px);
    letter-spacing: -.05em;
}

.modal-lead {
    color: #b9d4e2;
    line-height: 1.65;
}

.modal-message {
    margin: 0;
    min-height: 20px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.modal-message.is-error {
    color: var(--danger);
}

.modal-message.is-success {
    color: var(--green);
}

.admin-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-vote-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 52px;
    color: #001219;
    border-radius: 18px;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    font-weight: 950;
}

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

.admin-info-grid section {
    padding: 16px;
    border: 1px solid rgba(117, 224, 255, .14);
    border-radius: 20px;
    background: rgba(1, 8, 16, .42);
}

.admin-info-grid h3 {
    margin-bottom: 12px;
    color: var(--green);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.admin-info-grid p {
    color: #b9d4e2;
    line-height: 1.65;
}

.admin-song-link,
.admin-social-links a {
    display: inline-flex;
    max-width: 100%;
    margin: 0 8px 8px 0;
    padding: 10px 12px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .20);
    border-radius: 12px;
    background: rgba(0, 217, 255, .07);
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: transform .18s ease, border-color .18s ease;
}

.admin-song-link:hover,
.admin-social-links a:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 255, 154, .45);
}

.admin-empty {
    color: var(--muted);
}

.admin-statline,
.vote-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(117, 224, 255, .10);
    color: #b9d4e2;
}

.admin-statline b,
.vote-row b {
    color: var(--text);
    text-align: right;
}

.vote-list {
    max-height: 180px;
    overflow: auto;
    margin-top: 12px;
}

.admin-note-section {
    grid-column: 1 / -1;
}

.admin-note-section textarea {
    min-height: 120px;
}

.admin-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.admin-action-btn.danger-soft {
    border-color: rgba(255, 75, 122, .35);
    color: #ffd9e3;
    background: rgba(255, 75, 122, .09);
}

.admin-action-btn.danger {
    color: #fff;
    border-color: rgba(255, 75, 122, .52);
    background: linear-gradient(90deg, rgba(255, 75, 122, .92), rgba(255, 42, 94, .72));
}

@media (max-width: 820px) {
    .admin-mode-panel,
    .admin-modal-head {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-logout-btn {
        width: 100%;
    }

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

@media (max-width: 680px) {
    .modal-shell {
        padding: 10px;
    }

    .modal-card {
        max-height: 92vh;
        border-radius: 22px;
    }

    .admin-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .admin-action-btn {
        width: 100%;
    }
}



/* Sessions & Rankings */
.session-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 24px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(0, 217, 255, .09), transparent 36%),
        rgba(8, 18, 33, .72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.session-strip h2 {
    margin-bottom: 8px;
    font-size: clamp(26px, 4vw, 42px);
    letter-spacing: -.05em;
}

.session-strip p {
    margin-bottom: 0;
    color: #b9d4e2;
    line-height: 1.6;
}

.session-strip.is-open {
    border-color: rgba(34, 255, 154, .26);
    box-shadow: var(--shadow), 0 0 28px rgba(34, 255, 154, .08);
}

.session-strip.is-closed {
    border-color: rgba(255, 75, 122, .24);
}

.session-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.session-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    color: #001219;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow:
        0 18px 45px rgba(0, 217, 255, .18),
        0 0 22px rgba(34, 255, 154, .14);
    cursor: pointer;
    font-weight: 950;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.session-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.session-btn:disabled {
    opacity: .58;
    cursor: default;
    transform: none;
}

.session-btn.danger-soft {
    color: #ffd9e3;
    border: 1px solid rgba(255, 75, 122, .35);
    background: rgba(255, 75, 122, .09);
    box-shadow: 0 0 24px rgba(255, 75, 122, .08);
}

.closed-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(22px, 4vw, 34px);
    background:
        linear-gradient(135deg, rgba(255, 75, 122, .08), transparent 36%),
        linear-gradient(315deg, rgba(0, 217, 255, .08), transparent 42%),
        var(--panel);
}

.closed-panel h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.05em;
}

.closed-panel p {
    max-width: 760px;
    margin-bottom: 0;
    color: #b9d4e2;
    line-height: 1.65;
}

.rankings-layout {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.ranking-search-panel {
    padding: clamp(20px, 3vw, 28px);
}

.ranking-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 14px;
    align-items: end;
}

.ranking-detail-panel {
    padding: clamp(22px, 4vw, 34px);
}

.ranking-detail-head {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.ranking-detail-head h2 {
    margin-bottom: 8px;
    font-size: clamp(30px, 5vw, 52px);
    letter-spacing: -.055em;
}

.ranking-detail-head p {
    margin-bottom: 0;
    color: var(--muted);
}

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

.ranking-results li {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(117, 224, 255, .15);
    border-radius: 20px;
    background:
        linear-gradient(110deg, rgba(0, 217, 255, .08), transparent 36%),
        rgba(3, 10, 20, .68);
}

.ranking-results li.is-podium {
    border-color: rgba(34, 255, 154, .32);
    box-shadow: 0 0 26px rgba(34, 255, 154, .08);
}

.ranking-position {
    display: grid;
    place-items: center;
    min-width: 54px;
    height: 46px;
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .24);
    border-radius: 15px;
    background: rgba(34, 255, 154, .07);
    font-size: 13px;
    font-weight: 950;
}

.rank-1 .ranking-position {
    color: #001219;
    background: linear-gradient(90deg, var(--cyan), var(--green));
}

.ranking-song {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.ranking-song b {
    overflow: hidden;
    color: var(--text);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
}

.ranking-song em {
    overflow: hidden;
    color: var(--muted);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.ranking-votes {
    color: #001219;
    border-radius: 15px;
    padding: 12px 16px;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    font-weight: 950;
    white-space: nowrap;
}

.ranking-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    color: var(--text);
    border: 1px solid rgba(0, 217, 255, .24);
    border-radius: 14px;
    background: rgba(0, 217, 255, .07);
    text-decoration: none;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .18s ease, border-color .18s ease;
}

.ranking-link:hover {
    transform: translateY(-2px);
    border-color: rgba(34, 255, 154, .45);
}

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

.ranking-session-card,
.empty-ranking-card {
    padding: clamp(22px, 4vw, 30px);
}

.ranking-session-card h3 {
    margin-bottom: 12px;
    font-size: clamp(24px, 4vw, 36px);
    letter-spacing: -.045em;
}

.ranking-session-card p {
    color: #b9d4e2;
    line-height: 1.65;
}

.winner-box {
    display: grid;
    gap: 6px;
    margin: 18px 0;
    padding: 14px;
    border: 1px solid rgba(34, 255, 154, .20);
    border-radius: 18px;
    background: rgba(34, 255, 154, .07);
}

.winner-box span {
    color: var(--green);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.winner-box b {
    color: var(--text);
}

@media (max-width: 920px) {
    .session-strip,
    .closed-panel,
    .ranking-detail-head {
        align-items: stretch;
        flex-direction: column;
    }

    .session-actions,
    .session-btn,
    .closed-panel .help-cta-btn,
    .ranking-detail-head .admin-action-btn {
        width: 100%;
    }

    .ranking-search {
        grid-template-columns: 1fr;
    }

    .ranking-session-grid {
        grid-template-columns: 1fr;
    }

    .ranking-results li {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .ranking-link {
        grid-column: 2 / -1;
        width: 100%;
    }
}

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

    .ranking-votes {
        grid-column: 2;
        width: fit-content;
    }

    .ranking-link {
        grid-column: 1 / -1;
    }
}



/* Useful Links Page */
.links-layout {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.links-info-panel,
.links-disclaimer-panel {
    padding: clamp(22px, 4vw, 34px);
    background:
        linear-gradient(135deg, rgba(0, 217, 255, .10), transparent 36%),
        linear-gradient(315deg, rgba(34, 255, 154, .08), transparent 42%),
        var(--panel);
}

.links-info-panel h2,
.links-disclaimer-panel h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.links-info-panel p,
.links-disclaimer-panel p {
    max-width: 980px;
    color: #b9d4e2;
    line-height: 1.72;
}

.links-info-panel p:last-child,
.links-disclaimer-panel p:last-child {
    margin-bottom: 0;
}

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

.useful-link-card {
    position: relative;
    display: flex;
    min-height: 280px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(22px, 4vw, 30px);
    background:
        linear-gradient(145deg, rgba(0, 217, 255, .07), transparent 34%),
        rgba(8, 18, 33, .72);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.useful-link-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, transparent, rgba(0, 217, 255, .28), rgba(34, 255, 154, .20), transparent);
    pointer-events: none;
    transition: opacity .22s ease;
}

.useful-link-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 217, 255, .36);
    box-shadow:
        var(--shadow),
        0 0 34px rgba(0, 217, 255, .10);
}

.useful-link-card:hover::before {
    opacity: 1;
}

.useful-link-card.is-support-link {
    background:
        linear-gradient(135deg, rgba(34, 255, 154, .11), transparent 36%),
        linear-gradient(315deg, rgba(0, 217, 255, .09), transparent 42%),
        rgba(8, 18, 33, .76);
}

.useful-link-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.useful-link-tag,
.support-badge {
    display: inline-grid;
    place-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.useful-link-tag {
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .24);
    background: rgba(34, 255, 154, .07);
}

.support-badge {
    color: #001219;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 0 18px rgba(34, 255, 154, .14);
}

.useful-link-card h3 {
    margin-bottom: 12px;
    font-size: clamp(24px, 4vw, 36px);
    letter-spacing: -.045em;
}

.useful-link-card p {
    color: #b9d4e2;
    line-height: 1.7;
}

.useful-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    color: #001219;
    border-radius: 17px;
    text-decoration: none;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow:
        0 18px 45px rgba(0, 217, 255, .18),
        0 0 22px rgba(34, 255, 154, .14);
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.useful-link-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.useful-link-button.is-disabled {
    color: var(--muted);
    border: 1px solid rgba(117, 224, 255, .16);
    background: rgba(1, 8, 16, .58);
    box-shadow: none;
}

@media (max-width: 820px) {
    .useful-link-grid {
        grid-template-columns: 1fr;
    }

    .useful-link-button {
        width: 100%;
    }
}

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


.song-artist small {
    display: inline-flex;
    margin-left: 8px;
    padding: 3px 7px;
    color: var(--green);
    border: 1px solid rgba(34, 255, 154, .22);
    border-radius: 999px;
    background: rgba(34, 255, 154, .07);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}
