@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Mayflower.FE.Blazor.Shared/Mayflower.FE.Blazor.Shared.kzj105k13m.bundle.scp.css';

/* /Components/Pages/Home.razor.rz.scp.css */
/* Home.razor is a thin AuthorizeView shell — styles live in Landing/ZenithLaunchHero.razor.css
   and Landing/ZenithDashboardHub.razor.css. Shared styles are in wwwroot/app.css. */
/* /Components/Pages/Landing/ZenithDashboardHub.razor.rz.scp.css */
/* Zenith Dashboard Hub — scoped styles for ZenithDashboardHub component */
/* Layout and card styles use Bootstrap utilities. Shared .feature-icon-chip is in app.css. */
/* /Components/Pages/Landing/ZenithLaunchHero.razor.rz.scp.css */
/* Zenith Launch Hero — scoped styles for ZenithLaunchHero component */

.hero-panel[b-o7mka7phfu] {
    margin-top: -1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    min-height: calc(100vh - 51px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg,
        var(--z-color-chrome-900) 0%,
        var(--z-color-chrome-mid) 60%,
        var(--z-color-chrome-600) 100%
    );
    text-align: center;
}

.hero-icon[b-o7mka7phfu] {
    font-size: 3.5rem;
    color: var(--z-color-accent);
    display: block;
    animation: heroFadeUp-b-o7mka7phfu 0.4s ease-out both;
}

@keyframes heroFadeUp-b-o7mka7phfu {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-icon[b-o7mka7phfu] {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .hero-panel[b-o7mka7phfu] {
        padding: 1.5rem 1rem;
    }

    .hero-icon[b-o7mka7phfu] {
        font-size: 2.5rem;
    }
}
/* /Components/Shared/CultureSelector.razor.rz.scp.css */
.zenith-culture-selector[b-bxy02l6vkp] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.culture-icon[b-bxy02l6vkp] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    pointer-events: none;
}

.culture-select[b-bxy02l6vkp] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    /* white chevron arrow */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.375rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 0.2rem 1.5rem 0.2rem 0.5rem;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.culture-select option[b-bxy02l6vkp] {
    color: #212529;
    background-color: #ffffff;
}

.culture-select:hover[b-bxy02l6vkp] {
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.culture-select:focus[b-bxy02l6vkp] {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.06);
}
/* /Components/Shared/SessionMonitor.razor.rz.scp.css */
.session-monitor-overlay[b-aaipcl2l3z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.session-monitor-dialog[b-aaipcl2l3z] {
    background: white;
    border-radius: 0.5rem;
    padding: 2rem;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
