/* Minimap Container */
.minimap-container {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid white;
    border-radius: 10px;
    overflow: hidden;
}

/* Minimap Canvas */
.minimap {
    width: 100%;
    height: 100%;
}