body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#stats-panel {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 260px;
    max-height: 60%;
    overflow-y: auto;
    background: white;
    padding: 10px 12px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    font-size: 13px;
}

#stats-panel h3 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 8px;
}

#stats-panel .stats-block {
    margin-bottom: 8px;
}

#stats-panel .stats-title {
    font-weight: bold;
}

#map {
    width: 100%;
    height: 100%;
}

#legend,
#controls,
#stats-panel {
    z-index: 1000;
}

#legend {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 12px;
    background: white;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

#legend h4 {
    margin: 0 0 6px 0;
}

#legend div {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
#legend span {
    width: 20px;
    height: 10px;
    margin-right: 6px;
    display: inline-block;
}

#controls {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 8px 10px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
