@import '_content/LuminaPOS.Web.Shared/LuminaPOS.Web.Shared.xz5yxu6tnz.bundle.scp.css';
@import '_content/RxD.Auth.Blazor/RxD.Auth.Blazor.8qctvlxsn5.bundle.scp.css';

/* /Components/Layout/MarketingFooter.razor.rz.scp.css */
.lp-footer[b-l40xh6ls79] {
    background: var(--platform-ink);
    color: #fff;
    padding-block: 3rem 1.5rem;
    margin-top: auto;
}

.lp-footer-grid[b-l40xh6ls79] {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 2rem;
}

.lp-footer-brand p[b-l40xh6ls79] {
    margin: 0.75rem 0 0;
    color: #b9b2c0;
    max-width: 20rem;
    font-size: 0.9rem;
}

.lp-footer nav[b-l40xh6ls79] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.lp-footer h2[b-l40xh6ls79] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #8C8493;
    margin: 0 0 0.3rem;
    font-weight: 700;
}

.lp-footer a[b-l40xh6ls79] {
    color: #e7e3ec;
    text-decoration: none;
    font-size: 0.92rem;
    width: fit-content;
    min-height: 1.6rem;
}

.lp-footer a:hover[b-l40xh6ls79],
.lp-footer a:focus-visible[b-l40xh6ls79] {
    color: #fff;
    text-decoration: underline;
}

.lp-footer-bar[b-l40xh6ls79] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.82rem;
    color: #b9b2c0;
}

.lp-footer-legend[b-l40xh6ls79] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

@media (max-width: 1040px) {
    .lp-footer-grid[b-l40xh6ls79] {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .lp-footer-grid[b-l40xh6ls79] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .lp-footer-grid[b-l40xh6ls79] {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
}
/* /Components/Layout/MarketingLayout.razor.rz.scp.css */
/* Deliberately no max-width here — sections own their own background and the
   1120px cap lives on .lp-container in marketing.css. */
.lp-shell[b-tuzt3brjo1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--platform-surface);
}

/* On a viewport taller than the page, the spare height would otherwise show as
   a white band above the footer. Let the closing section absorb it instead. */
.lp-main[b-tuzt3brjo1] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lp-main > section:last-child[b-tuzt3brjo1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-skip[b-tuzt3brjo1] {
    position: absolute;
    left: -999px;
    top: 0;
    z-index: 200;
    padding: 0.7rem 1.1rem;
    background: var(--platform-ink);
    color: #fff;
    border-radius: 0 0 0.6rem 0;
    text-decoration: none;
    font-weight: 600;
}

.lp-skip:focus[b-tuzt3brjo1] {
    left: 0;
}
/* /Components/Layout/MarketingNav.razor.rz.scp.css */
.lp-nav[b-uot4r61h50] {
    position: sticky;
    top: 0;
    z-index: 100;
    /* Solid, not a translucent backdrop-filter: on a sticky header that leaves
       visible repaint artifacts while scrolling. */
    background: var(--platform-surface);
    border-bottom: 1px solid var(--platform-border-soft);
}

.lp-nav-inner[b-uot4r61h50] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 64px;
}

.lp-nav-brand[b-uot4r61h50] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.lp-nav-links[b-uot4r61h50] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-right: auto;
}

/* .lp-nav-link lives in marketing.css: it is rendered by <NavLink>, a child
   component, which this scoped stylesheet cannot reach. */

.lp-nav-actions[b-uot4r61h50] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-menu[b-uot4r61h50] {
    display: none;
    position: relative;
    margin-left: auto;
}

.lp-menu > summary[b-uot4r61h50] {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0.65rem;
    border: 1px solid var(--platform-border);
    border-radius: 0.6rem;
    cursor: pointer;
    box-sizing: border-box;
}

.lp-menu > summary[b-uot4r61h50]::-webkit-details-marker {
    display: none;
}

.lp-menu > summary > span[b-uot4r61h50] {
    display: block;
    height: 2px;
    background: var(--platform-ink);
    border-radius: 1px;
}

.lp-menu[open] > summary[b-uot4r61h50] {
    background: var(--lp-crimson-tint);
    border-color: var(--lp-crimson);
}

.lp-menu-panel[b-uot4r61h50] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    min-width: 16rem;
    display: grid;
    gap: 0.15rem;
    padding: 0.6rem;
    background: var(--platform-surface);
    border: 1px solid var(--platform-border);
    border-radius: 0.75rem;
    box-shadow: 0 16px 40px rgba(28, 22, 32, 0.14);
    z-index: 120;
}

.lp-menu-panel hr[b-uot4r61h50] {
    margin: 0.4rem 0;
    border: 0;
    border-top: 1px solid var(--platform-border-soft);
}

.lp-menu-link[b-uot4r61h50] {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 0.7rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    color: var(--platform-ink);
}

.lp-menu-link:hover[b-uot4r61h50] {
    background: var(--platform-surface-alt);
}

.lp-menu-actions[b-uot4r61h50] {
    display: grid;
    gap: 0.4rem;
    padding: 0.2rem;
}

@media (max-width: 900px) {
    .lp-nav-links[b-uot4r61h50],
    .lp-nav-actions[b-uot4r61h50] {
        display: none;
    }

    .lp-menu[b-uot4r61h50] {
        display: block;
    }
}
/* /Components/Layout/PortalLayout.razor.rz.scp.css */
.portal-shell[b-52ks7jgrm0] {
    min-height: 100vh;
    background: var(--platform-bg);
}

.portal-main[b-52ks7jgrm0] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3rem;
}

.portal-footer[b-52ks7jgrm0] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.25rem 2rem;
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

.portal-footer a[b-52ks7jgrm0] {
    color: var(--platform-muted);
    text-decoration: none;
}

.portal-footer a:hover[b-52ks7jgrm0] {
    color: var(--platform-accent);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .portal-main[b-52ks7jgrm0] {
        padding: 1rem 1rem 2.5rem;
    }
}
/* /Components/Layout/PortalNav.razor.rz.scp.css */
.portal-nav[b-ep00lom5s6] {
    background: var(--platform-surface);
    border-bottom: 1px solid var(--platform-border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.portal-nav-inner[b-ep00lom5s6] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.portal-brand[b-ep00lom5s6] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--platform-ink);
    font-weight: 700;
    margin-right: auto;
}

.portal-nav-links[b-ep00lom5s6] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* .portal-nav-link / .portal-logout-* live in platform-components.css:
   they are rendered by the PortalNavLinks child component, which scoped CSS
   here cannot reach. */

.portal-nav-menu[b-ep00lom5s6] {
    display: none;
}

.portal-nav-toggle[b-ep00lom5s6] {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--platform-border);
    border-radius: 0.5rem;
    background: var(--platform-surface);
    padding: 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
}

.portal-nav-toggle[b-ep00lom5s6]::-webkit-details-marker {
    display: none;
}

.portal-nav-toggle span[b-ep00lom5s6] {
    display: block;
    height: 2px;
    background: var(--platform-ink);
    border-radius: 1px;
}

.portal-nav-menu[open] .portal-nav-toggle[b-ep00lom5s6] {
    background: var(--platform-accent-soft);
    border-color: var(--platform-accent);
}

.portal-nav-panel[b-ep00lom5s6] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--platform-surface);
    border-bottom: 1px solid var(--platform-border);
    padding: 0.5rem 1rem 1rem;
    box-shadow: 0 8px 24px rgba(28, 22, 32, 0.1);
    z-index: 110;
}

@media (max-width: 768px) {
    .portal-nav-menu[b-ep00lom5s6] {
        display: block;
    }

    .portal-nav-links[b-ep00lom5s6] {
        display: none;
    }

    .portal-nav-inner[b-ep00lom5s6] {
        position: relative;
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.platform-legal[b-13xw99rkk6] {
    max-width: 42rem;
    padding-bottom: 3rem;
}

.platform-legal h2[b-13xw99rkk6] {
    font-size: 1.15rem;
    margin: 1.75rem 0 0.65rem;
}

.platform-legal p[b-13xw99rkk6],
.platform-legal li[b-13xw99rkk6] {
    color: var(--platform-ink);
    line-height: 1.55;
}

.platform-legal ul[b-13xw99rkk6] {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.platform-legal li + li[b-13xw99rkk6] {
    margin-top: 0.4rem;
}

.platform-legal code[b-13xw99rkk6] {
    font-size: 0.9em;
    background: var(--platform-accent-soft);
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
}

.platform-legal-back[b-13xw99rkk6] {
    margin-top: 2rem;
}
