body { 
    margin: 0; 
    padding: 0; 
}

#map { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
}

.mapboxgl-ctrl-logo, 
.mapboxgl-ctrl-attrib {
    display: none !important;
}

.layer-control {
    background: white;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px;
    margin: 10px;
}

.layer-control-content {
    min-width: 200px;
}

.layer-control h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
}

.layer-item {
    margin: 8px 0;
}

.layer-item label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #666;
}

.layer-item input[type="range"] {
    width: 100%;
}

.layer-item input[type="checkbox"] {
    margin-right: 8px;
} 