@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/Configuration/ShippingLineConfigDetail.razor.rz.scp.css */
.config-section.inherited[b-480fjy6poe] {
    opacity: 0.55;
}
/* /Components/Pages/Landing/HelmsmanDashboardHub.razor.rz.scp.css */
/* Helmsman Dashboard Hub — scoped styles for HelmsmanDashboardHub component */
/* Layout and card styles use Bootstrap utilities. Shared .feature-icon-chip is in app.css. */
/* /Components/Pages/Landing/HelmsmanLaunchHero.razor.rz.scp.css */
/* Helmsman Launch Hero — scoped styles for HelmsmanLaunchHero component */

.hero-panel[b-2b5h6zfbvb] {
    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,
        #212529 0%,
        #1b6ec2 50%,
        #1861ac 100%
    );
    text-align: center;
}

.hero-content[b-2b5h6zfbvb] {
    animation: heroFadeUp-b-2b5h6zfbvb 0.4s ease-out both;
}

.hero-icon[b-2b5h6zfbvb] {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.95);
    display: block;
}

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

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

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

    .hero-icon[b-2b5h6zfbvb] {
        font-size: 2.5rem;
    }
}
