body { margin: 0; padding: 0; font-family: 'Helvetica Neue', Arial, sans-serif; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }

#story-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 350px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#scene-title { margin-top: 0; font-size: 1.5rem; color: #0095FF; }
#scene-description { font-size: 1rem; line-height: 1.5; }

.maplibregl-popup-content {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #0095FF;
    border-radius: 8px;
    padding: 10px;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip { border-top-color: #0095FF; }