@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';
@import '_content/ShouldCast.Components/ShouldCast.Components.vgtvpbrdqm.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-usrjmaeby5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-usrjmaeby5] {
    flex: 1;
}

.sidebar[b-usrjmaeby5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-usrjmaeby5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-usrjmaeby5]  a, .top-row[b-usrjmaeby5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-usrjmaeby5]  a:hover, .top-row[b-usrjmaeby5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-usrjmaeby5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-usrjmaeby5] {
        justify-content: space-between;
    }

    .top-row[b-usrjmaeby5]  a, .top-row[b-usrjmaeby5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-usrjmaeby5] {
        flex-direction: row;
    }

    .sidebar[b-usrjmaeby5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-usrjmaeby5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-usrjmaeby5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-usrjmaeby5], article[b-usrjmaeby5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-usrjmaeby5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-usrjmaeby5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tlewn6sm4v],
.components-reconnect-repeated-attempt-visible[b-tlewn6sm4v],
.components-reconnect-failed-visible[b-tlewn6sm4v],
.components-pause-visible[b-tlewn6sm4v],
.components-resume-failed-visible[b-tlewn6sm4v],
.components-rejoining-animation[b-tlewn6sm4v] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-retrying[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-failed[b-tlewn6sm4v],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-tlewn6sm4v] {
    display: block;
}


#components-reconnect-modal[b-tlewn6sm4v] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-tlewn6sm4v 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-tlewn6sm4v 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-tlewn6sm4v 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-tlewn6sm4v]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-tlewn6sm4v 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-tlewn6sm4v {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-tlewn6sm4v {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-tlewn6sm4v {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-tlewn6sm4v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-tlewn6sm4v] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-tlewn6sm4v] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-tlewn6sm4v] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-tlewn6sm4v] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-tlewn6sm4v] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-tlewn6sm4v] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-tlewn6sm4v 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-tlewn6sm4v] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-tlewn6sm4v {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
    .community-hero[b-kxgwgz4d52] {
        background: linear-gradient(rgba(15, 10, 30, 0.4), rgba(15, 10, 30, 1)), url('https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&q=80&w=2000');
        background-size: cover;
        background-position: center;
        height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        border-radius: 0 0 40px 40px;
        margin-top: 0;
        margin-bottom: 2rem;
        position: relative;
    }

    .community-hero[b-kxgwgz4d52]::before {
        content: "";
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: radial-gradient(circle, rgba(138, 43, 226, 0.2) 0%, transparent 70%);
        pointer-events: none;
    }

    .home-layout[b-kxgwgz4d52] {
        display: grid;
        grid-template-columns: 1fr 320px;
        gap: 3rem;
    }

    @media (max-width: 1200px) {
        .home-layout[b-kxgwgz4d52] {
            grid-template-columns: 1fr;
        }
        .home-sidebar[b-kxgwgz4d52] {
            display: none;
        }
    }

    .community-highlight[b-kxgwgz4d52] {
        background: linear-gradient(90deg, rgba(var(--geek-accent-rgb, 138, 43, 226), 0.1), transparent);
        border: var(--glass-border);
        border-left: 4px solid var(--geek-magenta);
        border-radius: var(--theme-border-radius-card, 8px);
        padding: 1.25rem;
        margin-bottom: 2.5rem;
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .highlight-tag[b-kxgwgz4d52] {
        font-size: 0.6rem;
        font-weight: 900;
        background: var(--geek-magenta);
        color: white;
        padding: 2px 8px;
        border-radius: 4px;
        letter-spacing: 1px;
    }

    .highlight-content[b-kxgwgz4d52] {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        color: var(--geek-purple-light);
    }

    .ad-img-placeholder[b-kxgwgz4d52] {
        width: 100%;
        height: 150px;
        background: var(--glass-active-bg, rgba(138, 43, 226, 0.1));
        border-radius: var(--theme-border-radius-card, 8px);
    }

    .hero-content[b-kxgwgz4d52] {
        max-width: 900px;
        z-index: 2;
    }

    .hero-title[b-kxgwgz4d52] {
        font-size: clamp(2rem, 5vw, 3.5rem) !important;
        line-height: 1 !important;
        margin-bottom: 1rem !important;
    }

    .accent-text[b-kxgwgz4d52] {
        color: var(--geek-magenta);
        text-shadow: 0 0 30px var(--geek-purple);
    }

    .hero-subtitle[b-kxgwgz4d52] {
        color: rgba(255,255,255,0.7);
        font-size: 1.1rem !important;
        margin-bottom: 2rem !important;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.4 !important;
    }

    .hero-actions[b-kxgwgz4d52] {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
    }

    .community-container[b-kxgwgz4d52] {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 2rem 4rem 2rem; /* Add 4rem padding-bottom to prevent touching page bottom */
    }

    

    

    

    

    

    

    .card-cast-preview[b-kxgwgz4d52] {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 6px;
        border-top: 1px solid rgba(255,255,255,0.05);
        padding-top: 1rem;
    }

    .cast-line[b-kxgwgz4d52] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .role-tag[b-kxgwgz4d52] {
        font-size: 0.65rem;
        color: var(--geek-purple-light);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.7;
    }

    .cast-more[b-kxgwgz4d52] {
        font-size: 0.6rem;
        color: rgba(255,255,255,0.3);
        font-style: italic;
        margin-top: 4px;
    }

    .projects-grid[b-kxgwgz4d52] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--card-min, 260px), 1fr));
        gap: 1.5rem;
    }

    /* Responsive movie titles */
    .sc-project-card .sc-title-geek[b-kxgwgz4d52] {
        font-size: clamp(0.95rem, 1.2vw, 1.15rem) !important;
        letter-spacing: 0.5px;
    }

    /* Card badge overlay positions and offsets */
    .card-overlay[b-kxgwgz4d52] {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 3;
    }

    .card-overlay[b-kxgwgz4d52]  fluent-badge {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        padding: 4px 8px !important;
    }

    .card-overlay[b-kxgwgz4d52]  fluent-badge[appearance="outline"] {
        border: 1px solid rgba(var(--geek-accent-rgb), 0.3) !important;
        color: var(--geek-highlight) !important;
        background: rgba(10, 5, 20, 0.75) !important;
        background-color: rgba(10, 5, 20, 0.75) !important;
    }

    .card-overlay[b-kxgwgz4d52]  fluent-badge[appearance="outline"]::part(control) {
        color: var(--geek-highlight) !important;
    }

    .card-overlay[b-kxgwgz4d52]  fluent-badge[appearance="filled"] {
        border: 1px solid rgba(var(--geek-accent-rgb), 0.3) !important;
        color: var(--geek-accent-light) !important;
        background: rgba(10, 5, 20, 0.75) !important;
        background-color: rgba(10, 5, 20, 0.75) !important;
    }

    .card-overlay[b-kxgwgz4d52]  fluent-badge[appearance="filled"]::part(control) {
        color: var(--geek-accent-light) !important;
    }

    /* Card Body bottom padding to ensure spacing below casting preview roles */
    .sc-project-card .card-body[b-kxgwgz4d52] {
        padding: 1.25rem 1.25rem 1.75rem 1.25rem !important;
    }

    .horizontal-tabs[b-kxgwgz4d52] {
        display: flex;
        gap: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 0.75rem;
    }

    .tab-button[b-kxgwgz4d52] {
        display: flex;
        align-items: center;
        padding: 0.5rem 1.25rem;
        background: transparent;
        border: 1px solid transparent;
        border-radius: var(--theme-border-radius-control, 20px);
        color: rgba(255, 255, 255, 0.6);
        font-family: inherit;
        font-size: 0.85rem;
        font-weight: 700;
        cursor: pointer;
        transition: var(--transition-smooth);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .tab-button:hover[b-kxgwgz4d52] {
        background: rgba(255, 255, 255, 0.03);
        color: white;
    }

    .tab-button.active[b-kxgwgz4d52] {
        background: var(--glass-active-bg, rgba(138, 43, 226, 0.1));
        border-color: var(--glass-border-color, rgba(138, 43, 226, 0.2));
        color: var(--geek-purple-light);
    }
/* /Components/Pages/ProjectBoard.razor.rz.scp.css */
    .loading-state[b-ks7qufeiz3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 60vh;
        gap: 1rem;
    }

    .board-header[b-ks7qufeiz3] {
        background-size: cover;
        background-position: center;
        min-height: 260px;
        display: flex;
        align-items: flex-end;
        padding: 0 5% 2.5rem 5%;
        border-bottom: var(--glass-border);
        position: relative;
    }

    .board-header[b-ks7qufeiz3]::before {
        content: "";
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to top, var(--geek-body-bg) 0%, rgba(var(--geek-accent-rgb), 0.15) 100%);
        z-index: 1;
    }

    .header-content[b-ks7qufeiz3] {
        max-width: 1200px;
        z-index: 2;
    }

    .board-title[b-ks7qufeiz3] {
        color: white;
        font-weight: 900 !important;
        font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
        text-transform: uppercase;
        margin: 0.25rem 0 !important;
        letter-spacing: -0.5px;
        line-height: 1.1;
        text-shadow: var(--neon-glow-strong);
    }

    .board-meta[b-ks7qufeiz3] {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255,255,255,0.7);
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .meta-dot[b-ks7qufeiz3] { opacity: 0.5; }

    .header-actions[b-ks7qufeiz3] {
        display: flex;
        gap: 1rem;
    }

    /* Size toggle buttons */
    .size-toggle[b-ks7qufeiz3] {
        display: flex;
        gap: 4px;
        align-items: center;
    }

    .size-btn[b-ks7qufeiz3] {
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.5);
        border-radius: 6px;
        padding: 4px 10px;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .size-btn.active[b-ks7qufeiz3],
    .size-btn:hover[b-ks7qufeiz3] {
        background: rgba(var(--geek-accent-rgb), 0.2);
        border-color: var(--geek-accent);
        color: white;
    }

    .board-container[b-ks7qufeiz3] {
        max-width: 1600px;
        margin: 0 auto 4rem;
        padding: 2rem 2rem 0;
        position: relative;
        z-index: 3;
    }

    .board-layout[b-ks7qufeiz3] {
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 2rem;
    }

    @media (max-width: 1300px) {
        .board-layout[b-ks7qufeiz3] {
            grid-template-columns: 1fr;
        }
    }

    .side-content[b-ks7qufeiz3] {
        position: sticky;
        top: 1rem;
        height: fit-content;
    }

    .roles-grid[b-ks7qufeiz3] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--card-min, 260px), 1fr));
        gap: 1.25rem;
    }

    .role-card[b-ks7qufeiz3] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
    }

    .role-name[b-ks7qufeiz3] {
        font-size: 1rem !important;
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* === SIDE-BY-SIDE COMPARISON CARD === */
    .casting-comparison-split[b-ks7qufeiz3] {
        display: flex;
        width: 100%;
        aspect-ratio: 1;
        border-radius: var(--theme-border-radius-card, 14px);
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: var(--geek-black);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .casting-comparison-split:hover[b-ks7qufeiz3] {
        border-color: rgba(var(--geek-accent-rgb), 0.4);
        box-shadow: var(--neon-glow);
    }

    /* Each half */
    .split-side[b-ks7qufeiz3] {
        position: relative;
        flex: 1;
        overflow: hidden;
        cursor: pointer;
    }

    .split-img[b-ks7qufeiz3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .split-side:hover .split-img[b-ks7qufeiz3] {
        transform: scale(1.05);
    }

    /* Thin glowing vertical divider between the two panels */
    .split-divider-slash[b-ks7qufeiz3] {
        width: 2px;
        flex-shrink: 0;
        background: linear-gradient(to bottom,
            transparent 0%,
            var(--geek-magenta) 30%,
            var(--geek-cyan) 70%,
            transparent 100%
        );
        opacity: 0.6;
        transition: opacity 0.3s ease;
        z-index: 2;
    }

    .casting-comparison-split:hover .split-divider-slash[b-ks7qufeiz3] {
        opacity: 1;
    }

    /* Corner badges */
    .split-badge[b-ks7qufeiz3] {
        position: absolute;
        font-size: 0.55rem;
        font-weight: 900;
        letter-spacing: 1.5px;
        padding: 3px 7px;
        border-radius: 4px;
        text-transform: uppercase;
        pointer-events: none;
        z-index: 3;
    }

    .source-badge[b-ks7qufeiz3] {
        top: 8px;
        left: 8px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: white;
    }

    .actor-badge[b-ks7qufeiz3] {
        top: 8px;
        right: 8px;
        background: var(--geek-accent);
        color: var(--accent-text-color, white);
        box-shadow: var(--neon-glow);
    }

    /* Gallery nav arrows */
    .gallery-nav[b-ks7qufeiz3] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background: rgba(10, 5, 31, 0.75);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: white;
        opacity: 0;
        transition: opacity 0.2s ease, background 0.2s ease;
        z-index: 5;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .split-side:hover .gallery-nav[b-ks7qufeiz3] {
        opacity: 0.85;
    }

    .gallery-nav:hover[b-ks7qufeiz3] {
        background: var(--geek-magenta);
        opacity: 1;
    }

    /* Navigation positions are relative to their own half */
    .source-nav.prev[b-ks7qufeiz3] { left: 6px; }
    .source-nav.next[b-ks7qufeiz3] { right: 6px; }
    .actor-nav.prev[b-ks7qufeiz3]  { left: 6px; }
    .actor-nav.next[b-ks7qufeiz3]  { right: 6px; }

    /* Dot indicators at the bottom of each panel */
    .battle-gallery-dots[b-ks7qufeiz3] {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 4px;
        z-index: 3;
        pointer-events: auto;
    }

    .battle-gallery-dots .dot[b-ks7qufeiz3] {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .battle-gallery-dots .dot:hover[b-ks7qufeiz3] {
        background: rgba(255, 255, 255, 0.6);
    }

    .battle-gallery-dots .dot.active[b-ks7qufeiz3] {
        background: var(--geek-magenta);
        box-shadow: 0 0 6px var(--geek-magenta);
        transform: scale(1.2);
    }

    /* LIGHTBOX */
    .lightbox-img[b-ks7qufeiz3] {
        max-width: 100%;
        max-height: 80vh;
        border-radius: var(--theme-border-radius-card, 8px);
        box-shadow: var(--neon-glow-strong);
        border: 1px solid rgba(255,255,255,0.1);
    }

    .lightbox-caption[b-ks7qufeiz3] {
        margin-top: 1.5rem;
        color: white;
        font-size: 1.2rem;
        font-family: 'GeekTitleFont', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 0 0 10px var(--geek-magenta);
    }

    .lightbox-close[b-ks7qufeiz3] {
        position: absolute;
        top: -40px;
        right: -40px;
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.2s;
    }

    .lightbox-close:hover[b-ks7qufeiz3] { opacity: 1; }

    @keyframes fadeIn-b-ks7qufeiz3 {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* CARD MISC */
    .metric[b-ks7qufeiz3] { display: flex; flex-direction: column; gap: 0.4rem; }
    .metric-stats[b-ks7qufeiz3] { display: flex; align-items: center; gap: 8px; color: var(--geek-magenta); }
    .ai-note[b-ks7qufeiz3] { font-size: 0.8rem; font-style: italic; opacity: 0.6; margin-top: 0.5rem; color: var(--geek-purple-light); }

    .empty-pick[b-ks7qufeiz3] {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 4.5rem 1rem;
        background: rgba(var(--geek-accent-rgb), 0.03);
        border: 2px dashed rgba(var(--geek-accent-rgb), 0.15);
        border-radius: var(--theme-border-radius-card, 20px);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        min-height: 180px;
    }

    .empty-pick-icon[b-ks7qufeiz3] {
        position: absolute;
        color: var(--geek-highlight);
        opacity: 0.04;
        transform: scale(2.2);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
        z-index: 1;
    }

    .empty-pick-text[b-ks7qufeiz3] {
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.3);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 2;
    }

    .empty-pick:hover[b-ks7qufeiz3] {
        background: rgba(var(--geek-accent-rgb), 0.06);
        border-color: var(--geek-highlight);
        box-shadow: 0 8px 30px rgba(var(--geek-accent-rgb), 0.15), var(--neon-glow);
        transform: translateY(-2px);
    }

    .empty-pick:hover .empty-pick-icon[b-ks7qufeiz3] {
        opacity: 0.15;
        transform: scale(2.6) rotate(12deg);
        filter: drop-shadow(0 0 10px var(--geek-highlight));
    }

    .empty-pick:hover .empty-pick-text[b-ks7qufeiz3] {
        color: var(--geek-highlight);
        text-shadow: 0 0 8px rgba(var(--geek-accent-rgb), 0.5);
    }

    /* COMMENTS */
    .comments-section[b-ks7qufeiz3] { display: flex; flex-direction: column; gap: 1.5rem; padding: 2rem; }

    .comment-input[b-ks7qufeiz3] {
        background: rgba(var(--geek-accent-rgb), 0.04);
        padding: 1.25rem;
        border-radius: var(--theme-border-radius-card, 16px);
        border: 1px solid rgba(var(--geek-accent-rgb), 0.15);
        box-sizing: border-box;
    }

    .comment-input textarea[b-ks7qufeiz3] {
        width: 100%;
        min-height: 90px;
        padding: 0.75rem 1rem;
        border-radius: var(--theme-border-radius-control, 8px);
        border: 1px solid rgba(var(--geek-accent-rgb), 0.15);
        background: rgba(0, 0, 0, 0.25);
        color: white;
        font-family: inherit;
        font-size: 0.85rem;
        resize: vertical;
        box-sizing: border-box;
        outline: none;
        transition: all 0.3s ease;
    }

    .comment-input textarea:focus[b-ks7qufeiz3] {
        border-color: var(--geek-highlight);
        background: rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 15px rgba(var(--geek-accent-rgb), 0.2), var(--neon-glow);
    }

    .comment-header[b-ks7qufeiz3] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5rem;
        font-size: 0.75rem;
        font-family: 'Courier New', monospace;
        color: var(--geek-purple-light);
    }

    .comment-date[b-ks7qufeiz3] { opacity: 0.5; }
    .comment-body[b-ks7qufeiz3] { font-size: 0.9rem; line-height: 1.4; opacity: 0.8; color: white; }

    /* COMPACT INFO BAR below comparison image */
    .actor-info-bar[b-ks7qufeiz3] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        padding-top: 0.25rem;
    }

    .actor-info-text[b-ks7qufeiz3] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        min-width: 0;
    }

    .actor-name-chip[b-ks7qufeiz3] {
        font-size: 0.8rem;
        font-weight: 700;
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ai-score-chip[b-ks7qufeiz3] {
        font-size: 0.65rem;
        font-weight: 800;
        color: var(--geek-cyan);
        background: rgba(0, 255, 240, 0.08);
        border: 1px solid rgba(0, 255, 240, 0.25);
        padding: 2px 6px;
        border-radius: 20px;
        white-space: nowrap;
        letter-spacing: 0.5px;
    }

    .vote-btn[b-ks7qufeiz3] {
        font-size: 0.6rem !important;
        height: 28px !important;
        padding: 0 0.75rem !important;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* === CONCEPT ART FILMSTRIP === */
    .concept-filmstrip[b-ks7qufeiz3] {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        padding-top: 0.6rem;
    }

    .filmstrip-label[b-ks7qufeiz3] {
        display: block;
        font-size: 0.55rem;
        font-weight: 900;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.35);
        text-transform: uppercase;
        margin-bottom: 0.4rem;
    }

    .filmstrip-scroll[b-ks7qufeiz3] {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .filmstrip-scroll[b-ks7qufeiz3]::-webkit-scrollbar { display: none; }

    .filmstrip-thumb[b-ks7qufeiz3] {
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        border-radius: var(--theme-border-radius-control, 6px);
        overflow: hidden;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.08);
        transition: border-color 0.2s ease, transform 0.2s ease;
    }

    .filmstrip-thumb:hover[b-ks7qufeiz3] {
        border-color: var(--geek-magenta);
        transform: scale(1.08);
        box-shadow: 0 0 10px rgba(234, 0, 217, 0.3);
    }

    .filmstrip-thumb img[b-ks7qufeiz3] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .filmstrip-thumb:hover img[b-ks7qufeiz3] {
        transform: scale(1.1);
    }

    .comments-pill[b-ks7qufeiz3] {
        border-radius: var(--theme-border-radius-control, 8px) !important;
        --accent-foreground-rest: var(--geek-accent-light) !important;
        --neutral-stroke-rest: rgba(var(--geek-accent-rgb), 0.3) !important;
        --neutral-stroke-hover: var(--geek-accent) !important;
        --neutral-stroke-active: var(--geek-accent) !important;
        --neutral-foreground-rest: var(--geek-accent-light) !important;
        --neutral-foreground-hover: var(--geek-accent-light) !important;
    }

    .comments-pill[b-ks7qufeiz3]::part(control) {
        border-color: rgba(var(--geek-accent-rgb), 0.4) !important;
        background: rgba(10, 5, 20, 0.75) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        color: var(--geek-accent-light) !important;
        border-radius: var(--theme-border-radius-control, 8px) !important;
        transition: all 0.2s ease !important;
    }

    .comments-pill:hover[b-ks7qufeiz3]::part(control) {
        border-color: var(--geek-highlight) !important;
        background: rgba(10, 5, 20, 0.9) !important;
        color: var(--geek-highlight) !important;
        box-shadow: 0 0 10px rgba(var(--geek-accent-rgb), 0.4);
    }

    .comments-pill fluent-icon[b-ks7qufeiz3], 
    .comments-pill svg[b-ks7qufeiz3] {
        fill: var(--geek-accent-light) !important;
        color: var(--geek-accent-light) !important;
        --icon-color: var(--geek-accent-light) !important;
        transition: all 0.2s ease !important;
    }

    .comments-pill:hover fluent-icon[b-ks7qufeiz3], 
    .comments-pill:hover svg[b-ks7qufeiz3] {
        fill: var(--geek-highlight) !important;
        color: var(--geek-highlight) !important;
        --icon-color: var(--geek-highlight) !important;
    }

    .scout-stats-grid[b-ks7qufeiz3] {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        margin: 0.75rem 0;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.01);
        border-radius: 8px;
        border: 1px solid var(--glass-border-color, rgba(255, 255, 255, 0.08));
    }
    .scout-stat-item[b-ks7qufeiz3] {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.75rem;
        opacity: 0.8;
    }
    .stat-highlight[b-ks7qufeiz3] {
        color: var(--geek-accent-light);
    }
    .trend-badge[b-ks7qufeiz3] {
        font-size: 0.65rem;
        font-weight: 900;
        padding: 2px 6px;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .trend-rising[b-ks7qufeiz3] {
        background: rgba(0, 255, 240, 0.1);
        color: var(--geek-highlight, #00FFF0) !important;
    }
    .trend-stable[b-ks7qufeiz3] {
        background: rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.6) !important;
    }
    .trend-hot[b-ks7qufeiz3] {
        background: rgba(255, 0, 85, 0.15);
        color: var(--geek-accent-alt, #ff0055) !important;
    }
