@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/Landing/FocsleDashboardHub.razor.rz.scp.css */
/* Focsle Dashboard Hub — scoped styles for FocsleDashboardHub component */
/* Layout and card styles use Bootstrap utilities. Shared .feature-icon-chip is in app.css. */
/* /Components/Pages/Landing/FocsleLaunchHero.razor.rz.scp.css */
/* Focsle Launch Hero — scoped styles for FocsleLaunchHero component */

.hero-panel[b-fycf1p9pee] {
    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-fycf1p9pee] {
    animation: heroFadeUp-b-fycf1p9pee 0.4s ease-out both;
}

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

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

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

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

    .hero-icon[b-fycf1p9pee] {
        font-size: 2.5rem;
    }
}
/* /Components/Shared/JsonViewer.razor.rz.scp.css */
/* JSON Preview styling */
.json-preview-container[b-796ed2rxta] {
    height: 100%;
    overflow: hidden;
}

.json-content[b-796ed2rxta] {
    height: 100%;
    max-height: 60vh;
    overflow-y: auto;
    margin: 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border: none;
    font-size: 0.875rem;
    line-height: 1.4;
    font-family: 'Courier New', Courier, monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0.375rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .json-content[b-796ed2rxta] {
        max-height: 50vh;
        font-size: 0.75rem;
    }
}
