.dj-league-page {
    background: radial-gradient(circle at top left, #222 0%, #0f0f0f 55%, #070707 100%);
    color: #fff;
    padding: 32px 0 48px;
    min-height: 78vh;
}

.dj-map-intro {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 18px;
}

.dj-map-intro__lead {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.45;
}

.dj-map-intro__body {
    font-size: 0.95rem;
    color: #d4d4d4;
    margin: 0;
    line-height: 1.55;
}

.dj-map-error {
    color: #ffb4b4;
    background: rgba(127, 29, 29, 0.35);
    border: 1px solid rgba(248, 113, 113, 0.45);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
    font-size: 0.92rem;
}

.map-marker-summary {
    color: #c4e9ff;
    font-weight: 600;
    margin-right: 8px;
}

.dj-list-summary {
    font-size: 0.88rem;
    color: #c8c8c8;
    margin: 0 0 12px;
    line-height: 1.45;
}

.dj-list-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #2b2b2b;
}

.dj-list-pager__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.dj-list-pager__num {
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    border: 1px solid #5f5f5f;
    background: #1a1a1a;
    color: #fff;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
}

.dj-list-pager__num:hover {
    border-color: #044b8f;
    color: #fff;
}

.dj-list-pager__num--active {
    border: 2px solid #044b8f;
    background-color: #044b8f;
    color: #fff;
    cursor: default;
}

.dj-list-pager__num--active:hover {
    border-color: #044b8f;
    background-color: #0566b8;
}

.dj-list-pager__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    color: #888;
    font-size: 0.95rem;
    user-select: none;
}

#artistMap {
    height: 680px;
    min-height: 680px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    overflow: hidden;
    display: block;
    background: #101010;
}

.leaflet-container {
    background: #b6e3f4;
}

.artist-popup h6 {
    margin: 0 0 6px;
    color: #181818;
    font-weight: 700;
}

.artist-popup p {
    margin: 0 0 6px;
    color: #333;
    font-size: 0.9rem;
}

.artist-popup a {
    font-size: 0.85rem;
    text-decoration: none;
}

.map-status {
    margin-top: 10px;
    font-size: 0.92rem;
    color: #dcdcdc;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.map-status button {
    border: 1px solid #5f5f5f;
    background: #1a1a1a;
    color: #fff;
    border-radius: 6px;
    font-size: 0.82rem;
    padding: 4px 10px;
}

.map-status button:hover {
    border-color: #df2ea6;
}

.map-dot {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #df2ea6;
    border: 2px solid #75dcff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    transform: translateZ(0);
}

.dj-list-wrap {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 14px;
}

.dj-list-title {
    font-size: 1.05rem;
    margin-bottom: 12px;
}

.dj-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}

.dj-card {
    background: rgba(10, 10, 10, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.dj-card img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: #1f1f1f;
}

.dj-card h6 {
    margin: 0 0 3px;
    font-size: 0.95rem;
}

.dj-card p {
    margin: 0;
    color: #d4d4d4;
    font-size: 0.82rem;
}

.dj-card a {
    color: #8ed7ff;
    text-decoration: none;
    font-size: 0.82rem;
    display: inline-block;
    margin-top: 4px;
}

.dj-empty {
    color: #cfcfcf;
    font-size: 0.9rem;
    padding: 6px 2px;
}

.map-wrap {
    position: relative;
}

.map-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    pointer-events: all;
}

.map-loading-overlay[hidden] {
    display: none !important;
}

.map-empty-message {
    position: absolute;
    inset: 0;
    z-index: 750;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background: rgba(16, 16, 16, 0.88);
    border-radius: 10px;
    color: #e8e8e8;
    font-size: 1.05rem;
    pointer-events: none;
}

.map-empty-message[hidden] {
    display: none !important;
}

.artist-popup__img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
    background: #eee;
}

.map-dot--dj {
    background: radial-gradient(circle, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.map-dot--artist {
    background: radial-gradient(circle, #df2ea6 0%, #9d174d 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
    #artistMap {
        height: 420px;
        min-height: 420px;
    }
}
