﻿
.js-lightbox {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .js-lightbox:hover {
        transform: scale(1.02);
    }
.hero {
    margin-top: 0.5rem;
}
.panel-h {
    background-color: #f8f9fa;
    border-left: 2px solid #198754;
    padding-left: 0.75rem;
    font-weight: 600;
}

/* page chrome */
.showroom-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.band {
    background: #111827;
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: .6rem .9rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .band .id-pill {
        margin-left: auto;
        background: #334155;
        color: #e5e7eb;
        padding: .2rem .5rem;
        border-radius: .375rem;
        font-size: .75rem;
    }

/* hero */
.hero {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

    .hero .carousel-item img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }

@media (max-width: 768px) {
    .hero .carousel-item img {
        height: 360px;
    }
}

/* chips / badges */
.chip {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: .15rem .6rem;
    font-size: .75rem;
    color: #111827;
}

    .chip + .chip {
        margin-left: .35rem;
    }

/* cards */
.panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
}

    .panel + .panel {
        margin-top: 1rem;
    }

.panel-h {
    font-weight: 700;
    font-size: .95rem;
    color: #0d6efd;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .8rem .9rem;
}

.panel-b {
    padding: .9rem;
}

.divider {
    height: 1px;
    background: #f1f5f9;
    margin: .6rem 0;
}

/* lists */
.kv {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .kv li {
        padding: .45rem 0;
        border-bottom: 1px dashed #eef2f7;
    }

        .kv li:last-child {
            border: none;
        }

/* assets grid */
.asset {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    overflow: hidden;
    background: #fff;
}

    .asset img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .asset .cap {
        font-size: .85rem;
        padding: .5rem;
        color: #334155;
    }



.character-hero {
    max-width: 1024px;
    margin-inline: auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.08)
}

.character-hero .carousel-inner, .character-hero .carousel-item, .character-hero .carousel-item > img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover
}

.thumb-strip {
    max-width: 1024px;
    margin: .5rem auto 1.25rem
}

.thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: .5rem;
    cursor: pointer;
    border: 2px solid transparent
}

    .thumb.active {
        border-color: var(--bs-primary)
    }

.identity-bar {
    max-width: 1024px;
    margin-inline: auto
}

.chip {
    font-size: .75rem;
    font-weight: 600
}

.section {
    max-width: 1024px;
    margin: 1rem auto
}

    .section .card {
        border-radius: .75rem
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none !important
    }
}


.markdown-body h1, .markdown-body h2, .markdown-body h3 {
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

.markdown-body ul, .markdown-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.markdown-body p {
    margin-bottom: 0.6rem;
}

.markdown-body li {
    margin-bottom: 0.25rem;
}

.markdown-body code {
    background: #f8f9fa;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 90%;
}

.persona-section h6 {
    border-left: 4px solid var(--bs-primary);
    padding-left: .5rem;
    font-weight: 600;
}
.emoji {
    font-size: 1.1rem;
}
/* Just some polish */
.form-range::-webkit-slider-thumb {
    background: #0d6efd;
    transition: transform 0.15s ease;
}

    .form-range::-webkit-slider-thumb:hover {
        transform: scale(1.1);
    }

.form-select:focus,
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

#creativitySlider, #moodSlider {
    margin-top: .5rem;
}

/* Adjust spacing around the Idea & Context Controls card */
#ideaControls {
    margin-top: 0.75rem !important; /* Less space above */
    margin-bottom: 1.5rem !important; /* A bit more below */
}

    /* Optional: tighten up the header bar a bit too */
    #ideaControls .card-header {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

/* Optional: keep the spacing consistent before Live Story Preview */
#liveStoryCard {
    margin-top: 1rem !important;
}

#ideaControls .form-range {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

/* Keep Bootstrap’s natural radius but give a clean, consistent gap */
#ideaControls .row.g-4 .form-control {
    border-radius: 0.375rem; /* default Bootstrap */
}

/* Add just enough breathing room between the two inputs */
#ideaControls .col-md-6 + .col-md-6 .form-control {
    margin-left: 0.5rem; /* 8px gap, tweak as you like */
}

/* Optional: remove any double shadow overlap for cleaner edges */
#ideaControls .col-md-6 .form-control {
    box-shadow: none;
}
