/* _content/Factora-app/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3v56jhpk0u] {
    display: flex;
    min-height: 100vh;
    background: #f3f6fa;
}

main[b-3v56jhpk0u] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-3v56jhpk0u] {
    width: 280px;
    display: flex;
    flex-direction: column;
    background: #102b52;
    color: #f8fbff;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-row[b-3v56jhpk0u] {
    background: rgba(243, 246, 250, 0.94);
    border-bottom: 1px solid #dce5ef;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 1.25rem 2rem;
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(12px);
    justify-content: space-between;
}

.top-row-title[b-3v56jhpk0u] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #102b52;
}

.top-row-subtitle[b-3v56jhpk0u] {
    margin: 0.3rem 0 0;
    color: #5f7087;
    font-size: 0.94rem;
}

.content[b-3v56jhpk0u] {
    padding: 2rem;
}

.top-row-actions[b-3v56jhpk0u] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-row-user[b-3v56jhpk0u] {
    color: #5f7087;
    font-size: 0.94rem;
}

@media (max-width: 640.98px) {
    .page[b-3v56jhpk0u] {
        flex-direction: column;
    }

    .sidebar[b-3v56jhpk0u] {
        width: 100%;
    }

    .top-row[b-3v56jhpk0u] {
        padding: 1rem 1.25rem;
    }
}

@media (min-width: 641px) {
    .sidebar[b-3v56jhpk0u] {
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-3v56jhpk0u] {
    background: #fff7dd;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(16, 43, 82, 0.12);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-3v56jhpk0u] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Factora-app/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-8kjn8c2ehh] {
    padding: 1.6rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-link[b-8kjn8c2ehh] {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    text-decoration: none;
    color: #f8fbff;
}

.brand-link strong[b-8kjn8c2ehh] {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.brand-link small[b-8kjn8c2ehh] {
    display: block;
    margin-top: 0.15rem;
    color: rgba(248, 251, 255, 0.7);
    font-size: 0.78rem;
}

.brand-mark[b-8kjn8c2ehh] {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
}

.nav-shell[b-8kjn8c2ehh] {
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.nav-shell[b-8kjn8c2ehh]  .nav-link {
    color: rgba(248, 251, 255, 0.78);
    text-decoration: none;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid transparent;
    font-weight: 500;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.nav-shell[b-8kjn8c2ehh]  .nav-link.active {
    background: #f8fbff;
    color: #102b52;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(5, 17, 35, 0.16);
}

.nav-shell[b-8kjn8c2ehh]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #f8fbff;
}

.sidebar-footer[b-8kjn8c2ehh] {
    margin-top: auto;
    padding: 1.25rem 1.5rem 1.5rem;
    color: rgba(248, 251, 255, 0.62);
    font-size: 0.85rem;
    line-height: 1.6;
}

@media (max-width: 640.98px) {
    .sidebar-footer[b-8kjn8c2ehh] {
        display: none;
    }
}
/* _content/Factora-app/Components/Layout/PublicLayout.razor.rz.scp.css */
.marketing-page[b-1nh0s342hw] {
    min-height: 100vh;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
}

.marketing-header[b-1nh0s342hw],
.marketing-footer[b-1nh0s342hw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.25rem 2.5rem;
}

.marketing-header[b-1nh0s342hw] {
    position: sticky;
    top: 0;
    z-index: 5;
    align-items: center;
    background: rgba(248, 250, 252, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e5e7eb;
}

.marketing-brand[b-1nh0s342hw] {
    text-decoration: none;
    flex-shrink: 0;
}

.marketing-logo[b-1nh0s342hw] {
    height: 40px;
    width: auto;
    display: block;
}

.marketing-nav[b-1nh0s342hw] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.marketing-nav-auth[b-1nh0s342hw] {
    justify-content: flex-end;
}

.marketing-nav a[b-1nh0s342hw],
.marketing-footer a[b-1nh0s342hw] {
    text-decoration: none;
    color: #111827;
    font-size: 0.95rem;
}

.marketing-content[b-1nh0s342hw] {
    flex: 1;
    padding: 2.5rem;
}

.marketing-footer[b-1nh0s342hw] {
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
    background: #ffffff;
}

.marketing-footer-brand[b-1nh0s342hw],
.marketing-footer-nav[b-1nh0s342hw],
.marketing-footer-meta[b-1nh0s342hw] {
    flex: 1;
    min-width: 220px;
}

.marketing-footer-logo[b-1nh0s342hw] {
    height: 34px;
    width: auto;
    display: block;
    margin-bottom: 0.85rem;
}

.marketing-footer-brand p[b-1nh0s342hw],
.marketing-footer-meta p[b-1nh0s342hw] {
    margin-bottom: 0.45rem;
}

.marketing-footer-nav strong[b-1nh0s342hw],
.marketing-footer-meta strong[b-1nh0s342hw] {
    display: block;
    margin-bottom: 0.85rem;
    color: #111827;
    font-size: 0.92rem;
}

.marketing-footer-links[b-1nh0s342hw] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

@media (max-width: 720px) {
    .marketing-header[b-1nh0s342hw],
    .marketing-footer[b-1nh0s342hw] {
        padding: 1rem 1.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .marketing-content[b-1nh0s342hw] {
        padding: 1.25rem;
    }

    .marketing-logo[b-1nh0s342hw] {
        height: 34px;
    }
}
