@import '_content/Unhurd.FanHub.Components/Unhurd.FanHub.Components.oahziehbqb.bundle.scp.css';
@import '_content/Unhurd.UI.Shared/Unhurd.UI.Shared.l6ayngrdze.bundle.scp.css';

/* /Features/Discovery/DiscoveryPage.razor.rz.scp.css */
.fhd[b-oetp3tyupe] {
    --fhd-scale: 0.5714;
    --fhd-gap: calc(20px * var(--fhd-scale));

    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: var(--gradient-rise-blue);
}

.fhd__hero[b-oetp3tyupe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px var(--spacing-16, 16px) 0;
}

.fhd__logo[b-oetp3tyupe] {
    width: 64px;
    height: 64px;
}

.fhd__title[b-oetp3tyupe] {
    margin-top: var(--spacing-32, 32px);
    max-width: 358px;
    font-size: var(--font-size-h1, 32px);
    line-height: 1;
    font-weight: var(--font-weight-bold, 700);
    color: var(--mono-white, #FFFFFF);
}

.fhd__subtitle[b-oetp3tyupe] {
    margin-top: var(--spacing-12, 12px);
    max-width: 304px;
    font-size: var(--font-size-h7, 14px);
    font-weight: var(--font-weight-medium, 500);
    color: var(--blue-100, #CCCCFF);
}

.fhd__cta[b-oetp3tyupe] {
    margin-top: var(--spacing-32, 32px);
}

.fhd__carousel[b-oetp3tyupe] {
    margin-block: auto;
    padding: 48px 0;
    overflow: hidden;
}

.fhd__track[b-oetp3tyupe] {
    display: flex;
    gap: var(--fhd-gap);
    width: max-content;
    animation: fhd-marquee-b-oetp3tyupe var(--fhd-duration, 90s) linear infinite;
}

.fhd__carousel:hover .fhd__track[b-oetp3tyupe],
.fhd__carousel:focus-within .fhd__track[b-oetp3tyupe] {
    animation-play-state: paused;
}

@keyframes fhd-marquee-b-oetp3tyupe {
    to {
        transform: translateX(calc(-50% - var(--fhd-gap) / 2));
    }
}

.fhd__group[b-oetp3tyupe] {
    display: flex;
    gap: var(--fhd-gap);
}

.fhd__card[b-oetp3tyupe] {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: calc(481.25px * var(--fhd-scale));
    height: calc(350px * var(--fhd-scale));
    border-radius: calc(12px * var(--fhd-scale));
    overflow: hidden;
    background: var(--fh-hero-glow, var(--mono-black, #050508));
    text-decoration: none;
    transition: transform 120ms ease;
}

.fhd__card:hover[b-oetp3tyupe] {
    transform: translateY(-4px);
}

.fhd__card:focus-visible[b-oetp3tyupe] {
    outline: 2px solid var(--mono-white, #FFFFFF);
    outline-offset: 2px;
}

.fhd__card-bars[b-oetp3tyupe] {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: calc(3.7px * var(--fhd-scale));
}

.fhd__card-bars span[b-oetp3tyupe] {
    width: calc(33.2px * var(--fhd-scale));
    border-radius: calc(33.2px * var(--fhd-scale));
    background: var(--fh-accent-2, #C7FF00);
}

.fhd__card-bars span:nth-child(1)[b-oetp3tyupe] { height: calc(58px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(2)[b-oetp3tyupe] { height: calc(97px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(3)[b-oetp3tyupe] { height: calc(143px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(4)[b-oetp3tyupe] { height: calc(202px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(5)[b-oetp3tyupe] { height: calc(173px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(6)[b-oetp3tyupe] { height: calc(120px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(7)[b-oetp3tyupe] { height: calc(155px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(8)[b-oetp3tyupe] { height: calc(109px * var(--fhd-scale)); }
.fhd__card-bars span:nth-child(9)[b-oetp3tyupe] { height: calc(70px * var(--fhd-scale)); }

.fhd__card-media[b-oetp3tyupe] {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: calc(134.6px * var(--fhd-scale));
    height: calc(134.6px * var(--fhd-scale));
    border-radius: calc(7.3px * var(--fhd-scale));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fh-tint, #CCCCFF);
}

.fhd__card-image[b-oetp3tyupe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fhd__card-initials[b-oetp3tyupe] {
    font-size: calc(40px * var(--fhd-scale));
    font-weight: var(--font-weight-bold, 700);
    color: var(--mono-black, #050508);
}

.fhd__card-name[b-oetp3tyupe] {
    position: absolute;
    left: calc(16px * var(--fhd-scale));
    right: calc(16px * var(--fhd-scale));
    bottom: calc(33px * var(--fhd-scale));
    font-size: calc(24px * var(--fhd-scale));
    line-height: calc(28px * var(--fhd-scale));
    font-weight: var(--font-weight-bold, 700);
    color: var(--mono-white, #FFFFFF);
    text-align: center;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fhd__empty[b-oetp3tyupe] {
    margin-top: auto;
    padding: 48px var(--spacing-24, 24px);
    text-align: center;
    color: var(--blue-100, #CCCCFF);
}

@media (min-width: 768px) {
    .fhd[b-oetp3tyupe] {
        --fhd-scale: 0.8;
    }

    .fhd__hero[b-oetp3tyupe] {
        padding-top: 120px;
    }

    .fhd__title[b-oetp3tyupe] {
        margin-top: var(--spacing-40, 40px);
        max-width: 729px;
        font-size: 44px;
        line-height: 52px;
    }

    .fhd__subtitle[b-oetp3tyupe] {
        margin-top: var(--spacing-20, 20px);
        max-width: 729px;
        font-size: var(--font-size-h6, 16px);
    }
}

@media (min-width: 1024px) {
    .fhd[b-oetp3tyupe] {
        --fhd-scale: 1;
    }

    .fhd__hero[b-oetp3tyupe] {
        padding-top: 138px;
    }

    .fhd__title[b-oetp3tyupe] {
        max-width: 763px;
        font-size: 52px;
    }

    .fhd__subtitle[b-oetp3tyupe] {
        max-width: 763px;
        font-size: var(--font-size-h4, 20px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fhd__track[b-oetp3tyupe] {
        animation: none;
    }

    .fhd__carousel[b-oetp3tyupe] {
        overflow-x: auto;
        padding-inline: var(--spacing-16, 16px);
    }

    .fhd__group[aria-hidden][b-oetp3tyupe] {
        display: none;
    }
}
