/* Shared styles for Steampunk Map viewer and editor */

body {
    margin: 0;
    padding: 0;
}

html, body, #map {
    height: 100%;
}

#stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#map {
    background: transparent;
}

#legend {
    position: absolute;
    bottom: 30px;
    left: 10px;
    background: rgba(26, 26, 46, 0.85);
    padding: 10px 14px;
    border-radius: 4px;
    color: #e0d9c8;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.6;
    z-index: 1;
}

#legend h4 {
    margin: 0 0 6px 0;
    font-size: 13px;
    color: #f0e68c;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-swatch {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    flex-shrink: 0;
    opacity: 0.8;
}
