/* Realitní experti — styly mimo inline (kvůli HTMX boost swapu) */

.experts-directory-banner-slot {
    border-bottom: 4px solid #387B22;
    box-shadow: 0 8px 28px -12px rgba(56, 123, 34, 0.45);
    isolation: isolate;
}

.experts-directory-body {
    border-top: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #f7faf6 0%, #ffffff 48px);
}

.htmx-request #experts-hx-indicator {
    display: flex !important;
}

#experts-hx-indicator {
    display: none;
}

#experts-agents-swap,
#experts-leaderboard-block {
    scroll-margin-top: 5rem;
}

#experts-agents-swap .experts-broker-portrait-frame {
    background-color: #ffffff !important;
    color-scheme: light;
    isolation: isolate;
}

#experts-agents-swap .experts-broker-portrait {
    filter: brightness(1.24) contrast(1.04) saturate(1.1);
}

@media (prefers-color-scheme: dark) {
    .experts-directory-banner-slot {
        border-bottom-color: #4d9a32;
        box-shadow: 0 8px 28px -12px rgba(77, 154, 50, 0.35);
    }

    .experts-directory-body {
        border-top-color: #1f2937;
        background: linear-gradient(180deg, #0a1208 0%, #030712 48px);
    }

    .experts-bunker {
        background-color: #030712 !important;
        border-color: #1f2937 !important;
    }

    .htmx-request #experts-hx-indicator {
        background-color: rgba(3, 7, 18, 0.65);
    }

    #experts-agents-swap .experts-broker-portrait {
        filter: brightness(1.28) contrast(1.06) saturate(1.12);
    }

    #experts-agents-swap .experts-broker-portrait-frame {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }
}
