body {
    background-image: 
        linear-gradient(rgba(50,50,75,0.95), rgba(50,50,75,0.85)),
        url("https://i.pinimg.com/736x/07/0c/28/070c28a76829e4f7bf2eb01bbfba7a1a.jpg") !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
}
/* Softer streaming-service style cards */
.card {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45) !important;
}
:root {
    --bs-body-bg: #101010;
    --bs-body-color: #ddd;
}

body {
    font-family: "Inter", sans-serif;
}

.card {
    background-color: rgba(17, 14, 33, 0.75) !important;
}
/* Hide titles on scene and image cards only */
.scene-card .TruncatedText,
.image-card .TruncatedText {
    display: none !important;
}
/* Image thumbnails with rounded corners and shadow */
img {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
}
/* Image wall: hide title line only */
.card-body .text-truncate,
.card-body .card-title {
    display: none !important;
}

/* Hide the middle title section */
.image-card .card-body {
    display: none !important;
}
.top-nav,
.bg-dark {
    background: rgba(42,39,59,0.95) !important;
}
.filtered-list-toolbar {
    background: rgba(42,39,59,0.95) !important;
}
