 .track-map-shell {
    margin: 2rem 0;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(2, 6, 23, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.track-map-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.track-map-kicker {
    margin: 0;
    color: #facc15;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 900;
}

.track-map-intro {
    margin: 0.45rem 0 0;
    color: #cbd5e1;
    line-height: 1.75;
}

.track-map-random {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.16);
    border: 1px solid rgba(167, 139, 250, 0.35);
    color: #f5f3ff;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.track-map-random:hover,
.track-map-random:focus-visible {
    outline: none;
    background: rgba(124, 58, 237, 0.28);
    border-color: rgba(250, 204, 21, 0.44);
    color: #facc15;
}

.track-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.track-map-btn {
    min-height: 60px;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #e2e8f0;
    text-align: left;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.track-map-btn:hover,
.track-map-btn:focus-visible,
.track-map-btn.is-active {
    outline: none;
    transform: translateY(-1px);
    border-color: rgba(250, 204, 21, 0.44);
    background: rgba(51, 65, 85, 0.96);
    color: #facc15;
}

.track-map-panel-wrap {
    margin-top: 1rem;
}

.track-map-panel {
    display: none;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.track-map-panel.is-active {
    display: block;
}

.track-map-panel h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
}

.track-map-panel p {
    margin: 0.65rem 0 0;
    color: #e2e8f0;
    line-height: 1.82;
}

.track-map-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.track-map-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.09);
    border: 1px solid rgba(250, 204, 21, 0.28);
    color: #f8fafc;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.track-map-chip:hover,
.track-map-chip:focus-visible {
    outline: none;
    background: rgba(250, 204, 21, 0.18);
    border-color: rgba(250, 204, 21, 0.44);
    color: #facc15;
}

.article-playlist-card {
    margin: 2rem 0;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: rgba(2, 6, 23, 0.56);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.article-playlist-intro {
    margin: 0.45rem 0 0;
    color: #cbd5e1;
    line-height: 1.75;
}

.article-playlist-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
}

.article-playlist-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: flex-start;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.16);
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.article-playlist-item.is-highlighted {
    border-color: rgba(250, 204, 21, 0.6);
    background: rgba(250, 204, 21, 0.1);
    box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.18);
    transform: translateY(-1px);
}

.article-playlist-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 0.85rem;
    background: rgba(250, 204, 21, 0.12);
    border: 1px solid rgba(250, 204, 21, 0.24);
    color: #facc15;
    font-size: 0.95rem;
    font-weight: 900;
}

.article-playlist-meta strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.56;
}

.article-playlist-meta small {
    display: block;
    margin-top: 0.28rem;
    color: #94a3b8;
    font-size: 0.84rem;
    line-height: 1.6;
}

@media (max-width: 639px) {
    .track-map-shell,
    .article-playlist-card {
        padding: 1rem;
    }

    .article-playlist-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 0.75rem;
        padding: 0.85rem 0.85rem;
    }

    .article-playlist-number {
        min-height: 38px;
        font-size: 0.88rem;
    }
}
