/* Styles map.php — externalisé pour mise en cache navigateur.
   NB : les backgrounds des world/outland/northrend restent inline dans le PHP
        car ils utilisent une variable PHP ($img_base). */

body {
    margin: 0; padding: 0;
    color: #C5A059;
    font-family: 'Inter', sans-serif;
    background-color: #0f1218;
}

#video-background {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

#video-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
    pointer-events: none;
}

#world, #outland, #northrend {
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(197, 160, 89, 0.15), 0 0 0 1px rgba(197, 160, 89, 0.3);
    margin-top: 40px !important;
    position: absolute;
    height: 732px;
    width: 966px;
    left: 50%;
    margin-left: -483px;
}
#world    { z-index: 10; }
#outland  { visibility: hidden; z-index: 9; }
#northrend { visibility: hidden; z-index: 8; }

#pointsOldworld, #pointsOutland, #pointsNorthrend {
    margin-top: 40px !important;
    position: absolute;
    height: 732px;
    width: 966px;
    left: 50%;
    margin-left: -483px;
}
#pointsOldworld { z-index: 100; }
#pointsOutland  { visibility: hidden; z-index: 99; }
#pointsNorthrend { visibility: hidden; z-index: 98; }

#wow { position: absolute; height: 98px; width: 200px; left: 50%; margin-left: -468px; z-index: 101; text-align: center; }
#info { position: absolute; height: 16px; width: 40px; left: 50%; margin-left: -20px; z-index: 102; text-align: center; }

#info_bottom {
    position: absolute; height: 40px; width: 966px; left: 50%; margin-left: -483px;
    margin-top: 790px; z-index: 101; text-align: center;
    background: rgba(15, 18, 24, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 8px;
    line-height: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#timer { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; color: #C5A059; text-shadow: 0 0 10px rgba(197,160,89,0.5); }

#server_info {
    font-family: 'Inter', sans-serif; font-size: 14px; text-align: center; font-weight: 600; color: #e6c887; height: auto !important; padding: 0 !important;
}

#serverstatus {
    position: absolute; height: 36px; width: 156px; margin-left: -78px; left: 50%; top: 120px; text-align: center; z-index: 101;
}

#tip { position: absolute; z-index: 150; border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.8); background: rgba(15,18,24,0.9); backdrop-filter: blur(5px); border: 1px solid rgba(197,160,89,0.4); left: -1000px; top: -1000px; padding: 0px; margin: 0px; }

.statustext { font-weight: 600; color: #C5A059; font-family: 'Inter', sans-serif; font-size: 13px; text-align: center; padding: 5px; background: rgba(0,0,0,0.8); border-radius: 4px; border: 1px solid rgba(197,160,89,0.3); }

.tip_header { background: linear-gradient(135deg, rgba(197,160,89,0.2), rgba(163,130,65,0.8)); font-weight: 700; color: #fff; font-family: 'Inter', sans-serif; font-size: 13px; text-align: center; padding: 6px; letter-spacing: 0.5px; border-bottom: 1px solid rgba(197,160,89,0.5); }

.tip_head_text { background: rgba(0,0,0,0.6); font-weight: 600; color: #C5A059; font-family: 'Inter', sans-serif; font-size: 12px; text-align: left; padding: 4px; border-bottom: 1px solid rgba(255,255,255,0.1); }

.tip_text { background: transparent; font-weight: 500; color: #e0e0e0; font-family: 'Inter', sans-serif; font-size: 12px; text-align: center; padding: 4px; border-bottom: 1px solid rgba(255,255,255,0.05); }

.tip_worldinfo { font-weight: 500; color: #e6c887; font-family: 'Inter', sans-serif; font-size: 12px; text-align: left; padding: 6px;}

table { border-collapse: collapse; }
td { padding: 4px; }
