/* _content/iFAS.ERP/Components/Layout/MainLayout.razor.rz.scp.css */
/* Dikosongkan � semua style dipindah ke wwwroot/css/navbar.css */
/* _content/iFAS.ERP/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-t14as0n4uw] {
    min-height: calc(100vh - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100% );
    border-radius: 24px;
}

/* BOX */
.welcome-box[b-t14as0n4uw] {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    padding: 60px;
    border-radius: 28px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

    .welcome-box h1[b-t14as0n4uw] {
        font-size: 52px;
        font-weight: 700;
    }

    .welcome-box p[b-t14as0n4uw] {
        margin-top: 10px;
        font-size: 18px;
        color: rgba(255,255,255,.8);
    }
