/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-cdpdklwiph] {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main content styling */
.main-content[b-ohqkntv6ob] {
    padding: 16px;
    min-height: calc(100vh - 64px);
    background: linear-gradient(180deg, #f0f4fc 0%, #f8fafc 40%, #fafbfc 100%);
    position: relative;
}

.main-content[b-ohqkntv6ob]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: radial-gradient(ellipse at 30% 0%, rgba(79, 115, 217, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.top-bar-logo[b-ohqkntv6ob] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.top-bar-logo img[b-ohqkntv6ob] {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
    object-fit: contain;
}

.top-bar-title[b-ohqkntv6ob] {
    color: white !important;
    font-weight: 600 !important;
    margin: 0 !important;
    font-size: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-header[b-ohqkntv6ob] {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    background: linear-gradient(135deg, #002D94 0%, #001A5C 100%);
    color: white;
    min-height: 80px;
}

.drawer-logo[b-ohqkntv6ob] {
    height: 40px;
    width: 40px;
    margin-right: 12px;
    flex-shrink: 0;
    object-fit: contain;
}

.drawer-title[b-ohqkntv6ob] {
    color: white !important;
    font-weight: 700 !important;
    margin: 0 !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.5px;
}

/* Tablet and up (768px+) */
@media (min-width: 768px) {
    .main-content[b-ohqkntv6ob] {
        padding: 24px;
    }
}

/* Desktop (960px+) */
@media (min-width: 960px) {
    .main-content[b-ohqkntv6ob] {
        padding: 32px 40px;
    }
    
    .top-bar-logo img[b-ohqkntv6ob] {
        height: 36px;
        width: 36px;
    }
    
    .top-bar-title[b-ohqkntv6ob] {
        font-size: 1.1rem !important;
    }
}

/* Large Desktop (1280px+) */
@media (min-width: 1280px) {
    .main-content[b-ohqkntv6ob] {
        padding: 40px 48px;
    }
}

/* Extra Large Desktop (1600px+) */
@media (min-width: 1600px) {
    .main-content[b-ohqkntv6ob] {
        padding: 48px 64px;
    }
}

#blazor-error-ui[b-ohqkntv6ob] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ohqkntv6ob] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
