@import 'Neox.Website.Client.7i62szy1p3.bundle.scp.css';

/* /Module.EmployeePortal/Domain.Portal/MainLayout.razor.rz.scp.css */
.portal-root[b-w49y37qn4q] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.app-shell[b-w49y37qn4q] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Noise overlay - Original INEO style */
.noise[b-w49y37qn4q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.03;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* Gradient orbs - Original INEO style */
.gradient-orb[b-w49y37qn4q] {
    position: fixed;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.orb-1[b-w49y37qn4q] {
    top: -200px;
    right: -100px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.orb-2[b-w49y37qn4q] {
    bottom: -300px;
    left: -200px;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
}

/* Container - Exact INEO Style */
.container[b-w49y37qn4q] {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 24px;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-content[b-w49y37qn4q] {
    flex: 1;
    background-color: transparent;
}

/* Blazor error UI */
#blazor-error-ui[b-w49y37qn4q] {
    color-scheme: dark only;
    background: var(--accent-red);
    color: white;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-w49y37qn4q] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .reload[b-w49y37qn4q] {
    color: white;
    text-decoration: underline;
}

/* Responsive container */
@media (max-width: 768px) {
    .container[b-w49y37qn4q] {
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .container[b-w49y37qn4q] {
        padding: 20px 12px;
    }
}
