/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ng8hrxsr2k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-public[b-ng8hrxsr2k] {
    min-height: 100vh;
}

.page-public main[b-ng8hrxsr2k] {
    flex: 1;
}

.public-site-header[b-ng8hrxsr2k] {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 28%),
        linear-gradient(180deg, #0d4ea2 0%, #0d6ca9 45%, #2f983d 100%);
    box-shadow: 0 12px 28px rgba(12, 57, 122, 0.1);
    position: sticky;
    top: 0;
    z-index: 30;
}

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

.sidebar[b-ng8hrxsr2k] {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 28%),
        linear-gradient(180deg, #0d4ea2 0%, #0d6ca9 45%, #2f983d 100%);
    box-shadow: 24px 0 45px rgba(12, 57, 122, 0.08);
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sidebar[b-ng8hrxsr2k]  a.nav-link {
    box-sizing: border-box;
    color: rgba(240, 248, 255, 0.92);
    text-decoration: none;
}

.sidebar[b-ng8hrxsr2k]  a.nav-link:hover {
    color: #fff;
}

.sidebar[b-ng8hrxsr2k]  a.nav-link.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(160, 214, 78, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    color: #fff;
}

.top-row[b-ng8hrxsr2k] {
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(13, 78, 162, 0.12);
    backdrop-filter: blur(16px);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow-x: clip;
}

    .top-row[b-ng8hrxsr2k]  a, .top-row[b-ng8hrxsr2k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ng8hrxsr2k]  a:hover, .top-row[b-ng8hrxsr2k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ng8hrxsr2k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-ng8hrxsr2k]  .btn-outline-secondary {
        border-color: rgba(13, 78, 162, 0.24);
        color: #0d4ea2;
    }

    .top-row[b-ng8hrxsr2k]  .btn-outline-secondary:hover {
        background: #0d4ea2;
        border-color: #0d4ea2;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 640.98px) {
    .top-row[b-ng8hrxsr2k] {
        justify-content: space-between;
        height: auto;
        min-height: 3.5rem;
    }

    .top-row[b-ng8hrxsr2k]  a, .top-row[b-ng8hrxsr2k]  .btn-link {
        margin-left: 0;
    }

    .top-row[b-ng8hrxsr2k]  .top-row-actions,
    .top-row[b-ng8hrxsr2k]  .session-actions {
        width: 100%;
    }

    .top-row[b-ng8hrxsr2k]  .session-chip {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}

@media (min-width: 641px) {
    .page:not(.page-public)[b-ng8hrxsr2k] {
        flex-direction: row;
    }

    .sidebar[b-ng8hrxsr2k] {
        flex: 0 0 250px;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ng8hrxsr2k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ng8hrxsr2k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ng8hrxsr2k], article[b-ng8hrxsr2k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ng8hrxsr2k] {
    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-ng8hrxsr2k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.demo-banner[b-ng8hrxsr2k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 0.75rem 1.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: repeating-linear-gradient(135deg, #fff7e0, #fff7e0 14px, #ffefc2 14px, #ffefc2 28px);
    border: 1px solid #e8b931;
    color: #6b4d00;
    font-size: 0.9rem;
}

.demo-banner strong[b-ng8hrxsr2k] {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.demo-banner-pill[b-ng8hrxsr2k] {
    background: #2f983d;
    color: #fff;
    border-radius: 999px;
    padding: 0.1rem 0.6rem;
    font-size: 0.78rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hcb9l443a4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hcb9l443a4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hcb9l443a4] {
    min-height: 4.7rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        linear-gradient(135deg, #0f4ea3 0%, #0e6eaf 48%, #4cab34 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-brand[b-hcb9l443a4] {
    font-size: 1.1rem;
}

.brand-lockup[b-hcb9l443a4] {
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 12px 22px rgba(5, 39, 89, 0.16);
    display: block;
    margin: 0;
    height: 3.1rem;
    isolation: isolate;
    overflow: hidden;
    padding: 0.18rem 0.48rem;
    position: relative;
    text-decoration: none;
    width: min(100%, 14.5rem);
    z-index: 1;
}

.public-nav-menu .brand-lockup[b-hcb9l443a4] {
    flex: 0 0 auto;
    padding: 0.16rem 0.36rem;
    width: auto;
}

.public-nav-menu .brand-logo[b-hcb9l443a4] {
    background: #ffffff;
    display: block;
    height: 2.7rem;
    width: auto;
}

.brand-logo[b-hcb9l443a4] {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center 50%;
    width: 100%;
}

.public-header-inner[b-hcb9l443a4] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem 1rem;
    min-width: 0;
    width: 100%;
}

.public-nav-links[b-hcb9l443a4] {
    align-items: center;
    display: none;
    flex: 1 1 auto;
    gap: 0.35rem;
    justify-content: center;
    min-width: 0;
}

.public-nav-links[b-hcb9l443a4]  a {
    border-radius: 0.85rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 500;
    padding: 0.45rem 0.85rem;
    text-decoration: none;
    white-space: nowrap;
}

.public-nav-links[b-hcb9l443a4]  a:hover,
.public-nav-links[b-hcb9l443a4]  a:focus,
.public-nav-links[b-hcb9l443a4]  a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

.public-nav-links[b-hcb9l443a4]  a.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(160, 214, 78, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    color: #fff;
    text-decoration: none;
}

.public-header-actions[b-hcb9l443a4] {
    display: none;
    flex: 0 0 auto;
}

.public-header-actions[b-hcb9l443a4]  .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
}

.public-header-actions[b-hcb9l443a4]  .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
}

.nav-item[b-hcb9l443a4] {
    box-sizing: border-box;
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
    width: 100%;
}

    .nav-item:first-of-type[b-hcb9l443a4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hcb9l443a4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hcb9l443a4]  .nav-link {
        box-sizing: border-box;
        color: rgba(240, 248, 255, 0.86);
        background: none;
        border: none;
        border-radius: 0.85rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        min-width: 0;
        width: 100%;
        padding: 0 1rem;
    }

.nav-item[b-hcb9l443a4]  a.active {
    background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(160, 214, 78, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
    color: white;
}

.nav-item[b-hcb9l443a4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hcb9l443a4] {
    display: none;
    overflow-x: hidden;
}

.nav-scrollable .nav[b-hcb9l443a4] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.nav-scrollable .nav[b-hcb9l443a4]::-webkit-scrollbar {
    width: 0;
}

.nav-language-inline[b-hcb9l443a4] {
    padding-top: 0.45rem;
}

[b-hcb9l443a4] .nav-section-label {
    padding-top: 0.85rem;
    padding-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nav-group[b-hcb9l443a4] {
    width: 100%;
}

.nav-group > summary.nav-section-label[b-hcb9l443a4] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
    min-height: 2.1rem;
    user-select: none;
}

.nav-group > summary.nav-section-label[b-hcb9l443a4]::-webkit-details-marker {
    display: none;
}

.nav-group > summary.nav-section-label[b-hcb9l443a4]::after {
    content: "v";
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0.78;
    transform: rotate(0deg);
    transition: transform 120ms ease;
}

.nav-group:not([open]) > summary.nav-section-label[b-hcb9l443a4]::after {
    transform: rotate(-90deg);
}

.nav-group > summary.nav-section-label:hover[b-hcb9l443a4] {
    color: rgba(255, 255, 255, 0.94);
}

.nav-module-switcher[b-hcb9l443a4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding-bottom: 0.75rem;
    padding-top: 0.35rem;
}

.nav-module-tab[b-hcb9l443a4] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(240, 248, 255, 0.86);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.35rem 0.65rem;
}

.nav-module-tab.active[b-hcb9l443a4] {
    background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(160, 214, 78, 0.28));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
    color: white;
}

.nav-module-tab:hover[b-hcb9l443a4] {
    background: rgba(255, 255, 255, 0.14);
    color: white;
}

[b-hcb9l443a4] .nav-module-hint {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    line-height: 1.35;
    margin: 0 0 0.75rem;
}

.nav-divider[b-hcb9l443a4] {
    height: 1px;
    margin: 0.35rem 1rem 0.65rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(177, 223, 102, 0.54), rgba(255, 255, 255, 0.08));
}

.nav-legal[b-hcb9l443a4] {
    box-sizing: border-box;
    color: rgba(240, 248, 255, 0.62);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.74rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    width: 100%;
}

.nav-legal-line[b-hcb9l443a4] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    min-width: 0;
    white-space: nowrap;
}

.nav-legal-nowrap[b-hcb9l443a4] {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.nav-legal[b-hcb9l443a4]  a {
    color: rgba(240, 248, 255, 0.74);
    text-decoration: none;
    white-space: nowrap;
}

.nav-legal[b-hcb9l443a4]  a:hover {
    color: white;
    text-decoration: underline;
}

.nav-language-inline[b-hcb9l443a4]  .language-switcher {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hcb9l443a4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hcb9l443a4] {
        display: none;
    }

    .public-nav-menu .public-nav-links[b-hcb9l443a4],
    .public-nav-menu .public-header-actions[b-hcb9l443a4] {
        display: flex;
    }

    .public-nav-menu .nav-scrollable[b-hcb9l443a4] {
        display: none !important;
    }

    .nav-scrollable[b-hcb9l443a4] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.7rem);
        overflow: hidden;
    }
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-hcb9l443a4] {
        flex-direction: column;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-hcb9l443a4] {
        display: flex;
    }

    .public-nav-menu .nav-scrollable[b-hcb9l443a4] {
        background:
            radial-gradient(circle at top left, rgba(255, 255, 255, 0.1), transparent 28%),
            linear-gradient(180deg, #0d4ea2 0%, #0d6ca9 45%, #2f983d 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .public-nav-menu .public-header-actions[b-hcb9l443a4] {
        display: flex;
        margin-left: auto;
        margin-right: 4.5rem;
    }

    .public-nav-menu .public-header-actions[b-hcb9l443a4]  .btn {
        font-size: 0.82rem;
        padding: 0.3rem 0.7rem;
        white-space: nowrap;
    }

    .public-nav-menu .top-row[b-hcb9l443a4] {
        position: relative;
    }

    .public-nav-menu[b-hcb9l443a4] {
        position: relative;
    }

    .public-nav-menu .public-header-inner[b-hcb9l443a4] {
        padding-right: 0.25rem;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-hcb9l443a4] {
        min-height: 4.6rem;
    }

    .brand-lockup[b-hcb9l443a4] {
        width: min(64vw, 13.25rem);
    }

    .public-nav-menu .brand-lockup[b-hcb9l443a4] {
        width: auto;
        max-width: min(64vw, 13.25rem);
    }
}
/* /Components/Layout/PublicSiteFooter.razor.rz.scp.css */
.public-site-footer[b-oqu5trvivy] {
    background:
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 32%),
        linear-gradient(180deg, #2f983d 0%, #0d6ca9 55%, #0d4ea2 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(240, 248, 255, 0.78);
    font-size: 0.8rem;
    margin-top: auto;
    padding: 1rem 0 1.15rem;
}

.public-footer-inner[b-oqu5trvivy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    justify-content: center;
    line-height: 1.4;
    max-width: 72rem;
    margin: 0 auto;
}

.public-footer-inner a[b-oqu5trvivy] {
    color: rgba(240, 248, 255, 0.86);
    text-decoration: none;
    white-space: nowrap;
}

.public-footer-inner a:hover[b-oqu5trvivy] {
    color: #fff;
    text-decoration: underline;
}

.public-footer-sep[b-oqu5trvivy] {
    color: rgba(255, 255, 255, 0.42);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2fk8ke09lu],
.components-reconnect-repeated-attempt-visible[b-2fk8ke09lu],
.components-reconnect-failed-visible[b-2fk8ke09lu],
.components-pause-visible[b-2fk8ke09lu],
.components-resume-failed-visible[b-2fk8ke09lu],
.components-rejoining-animation[b-2fk8ke09lu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-retrying[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-failed[b-2fk8ke09lu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2fk8ke09lu] {
    display: block;
}


#components-reconnect-modal[b-2fk8ke09lu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2fk8ke09lu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2fk8ke09lu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2fk8ke09lu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2fk8ke09lu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2fk8ke09lu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2fk8ke09lu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2fk8ke09lu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2fk8ke09lu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2fk8ke09lu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2fk8ke09lu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2fk8ke09lu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2fk8ke09lu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2fk8ke09lu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2fk8ke09lu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2fk8ke09lu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2fk8ke09lu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2fk8ke09lu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2fk8ke09lu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Loyalty/LoyaltyStampCard.razor.rz.scp.css */
.loyalty-stamp-card[b-ygtukor6b0] {
    padding: 1.1rem 1.15rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(13, 78, 162, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.92));
    box-shadow: 0 16px 32px rgba(12, 82, 152, 0.08);
}

.loyalty-stamp-card-header[b-ygtukor6b0] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.95rem;
}

.loyalty-stamp-card-icon[b-ygtukor6b0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(14, 110, 175, 0.08);
    color: #0f4ea3;
    flex-shrink: 0;
}

.loyalty-stamp-card-icon svg[b-ygtukor6b0] {
    width: 1.15rem;
    height: 1.15rem;
}

.loyalty-stamp-card-title[b-ygtukor6b0] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f4ea3;
    line-height: 1.25;
}

.loyalty-stamp-card-slots[b-ygtukor6b0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.loyalty-stamp-slot[b-ygtukor6b0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 2px dashed rgba(148, 163, 184, 0.85);
    background: #fff;
    color: #fff;
}

.loyalty-stamp-slot.is-filled[b-ygtukor6b0] {
    border-style: solid;
    border-color: #4cab34;
    background: linear-gradient(135deg, #0e6eaf 0%, #4cab34 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.loyalty-stamp-slot svg[b-ygtukor6b0] {
    width: 1rem;
    height: 1rem;
}

.loyalty-stamp-card-count[b-ygtukor6b0] {
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1d3557;
}

.loyalty-stamp-card-progress[b-ygtukor6b0] {
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.28);
    overflow: hidden;
}

.loyalty-stamp-card-progress > span[b-ygtukor6b0] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0e6eaf 0%, #4cab34 100%);
    transition: width 0.35s ease;
}

.loyalty-stamp-card-hint[b-ygtukor6b0] {
    margin: 0.65rem 0 0;
    font-size: 0.86rem;
}

@media (max-width: 480px) {
    .loyalty-stamp-slot[b-ygtukor6b0] {
        width: 1.75rem;
        height: 1.75rem;
    }

    .loyalty-stamp-card-slots[b-ygtukor6b0] {
        gap: 0.45rem;
    }
}
/* /Components/Marketing/HeroShowcase.razor.rz.scp.css */
.hero-showcase[b-t9ru6hiyfz] {
    margin-top: 1.25rem;
}

.hero-showcase-frame[b-t9ru6hiyfz] {
    position: relative;
    border-radius: 1.15rem;
    overflow: hidden;
    border: 1px solid rgba(13, 78, 162, 0.12);
    box-shadow: 0 28px 52px rgba(12, 82, 152, 0.16);
    background: #fff;
    aspect-ratio: 16 / 9;
}

.hero-showcase-slide[b-t9ru6hiyfz] {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.015);
    transition: opacity 0.55s ease, transform 0.55s ease;
    pointer-events: none;
}

.hero-showcase-slide.is-active[b-t9ru6hiyfz] {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 1;
}

.hero-showcase-slide img[b-t9ru6hiyfz] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-showcase-arrow[b-t9ru6hiyfz] {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f4ea3;
    font-size: 1.65rem;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(12, 82, 152, 0.18);
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.hero-showcase-frame:hover .hero-showcase-arrow[b-t9ru6hiyfz],
.hero-showcase-arrow:focus-visible[b-t9ru6hiyfz] {
    opacity: 1;
}

.hero-showcase-arrow:hover[b-t9ru6hiyfz] {
    background: #fff;
}

.hero-showcase-arrow-prev[b-t9ru6hiyfz] {
    left: 0.75rem;
}

.hero-showcase-arrow-next[b-t9ru6hiyfz] {
    right: 0.75rem;
}

.hero-showcase-controls[b-t9ru6hiyfz] {
    margin-top: 0.85rem;
}

.hero-showcase-dots[b-t9ru6hiyfz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
}

.hero-showcase-dots button[b-t9ru6hiyfz] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(13, 78, 162, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #667788;
    font-size: 0;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

.hero-showcase-dots button.is-active[b-t9ru6hiyfz] {
    padding: 0.35rem 0.85rem;
    background: linear-gradient(135deg, rgba(14, 110, 175, 0.1), rgba(76, 171, 52, 0.12));
    border-color: rgba(76, 171, 52, 0.45);
    color: #0f4ea3;
    font-size: 0.78rem;
    font-weight: 600;
}

.hero-showcase-dot-label[b-t9ru6hiyfz] {
    white-space: nowrap;
}

.hero-showcase-dots button:not(.is-active) .hero-showcase-dot-label[b-t9ru6hiyfz] {
    display: none;
}

.hero-showcase-dots button:not(.is-active)[b-t9ru6hiyfz]::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(15, 78, 163, 0.28);
}

.hero-showcase-dots button.is-active[b-t9ru6hiyfz]::before {
    display: none;
}

@media (max-width: 640px) {
    .hero-showcase-arrow[b-t9ru6hiyfz] {
        opacity: 1;
        width: 2rem;
        height: 2rem;
        font-size: 1.35rem;
    }

    .hero-showcase-dots button.is-active[b-t9ru6hiyfz] {
        font-size: 0.72rem;
    }
}
/* /Components/Pages/Loyalty/LoyaltyDashboard.razor.rz.scp.css */
.loyalty-stamp-card-grid[b-zs5a0qlxz2] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    margin-top: 1rem;
}

.loyalty-stamp-card-wrap[b-zs5a0qlxz2] {
    display: grid;
    gap: 0.75rem;
}

.loyalty-stamp-card-footer[b-zs5a0qlxz2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.loyalty-stamp-card-section[b-zs5a0qlxz2] {
    max-width: 28rem;
}
/* /Components/Pages/PlatformWalletIntegrations.razor.rz.scp.css */
.wallet-section[b-g28rbgchi7] {
    margin-bottom: 1rem;
}

.field-label[b-g28rbgchi7] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.store-status-grid[b-g28rbgchi7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.status-chip[b-g28rbgchi7] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: var(--bs-light-bg-subtle, #f8f9fa);
}

.store-wallet-grid[b-g28rbgchi7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wallet-subsection[b-g28rbgchi7] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
}

.wallet-subsection h3[b-g28rbgchi7] {
    margin-bottom: 0.5rem;
}

.form-grid-stacked[b-g28rbgchi7] {
    display: grid;
    gap: 0.7rem;
}

.form-grid-stacked label[b-g28rbgchi7] {
    display: block;
    font-weight: 600;
}

.form-grid-stacked label .form-control[b-g28rbgchi7] {
    margin-top: 0.35rem;
    width: 100%;
    min-width: 0;
    font-weight: 400;
}

.checkbox-field[b-g28rbgchi7] {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.wallet-url-input[b-g28rbgchi7] {
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .store-wallet-grid[b-g28rbgchi7],
    .store-status-grid[b-g28rbgchi7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/PublicHomeLanding.razor.rz.scp.css */
.content-stack[b-ozctn5pgif] {
    min-width: 0;
}

.hero-copy[b-ozctn5pgif],
.hero-panel[b-ozctn5pgif],
.summary-card[b-ozctn5pgif] {
    min-width: 0;
}

.hero-copy h1[b-ozctn5pgif],
.hero-headline[b-ozctn5pgif],
.hero-subtitle[b-ozctn5pgif],
.workflow-list[b-ozctn5pgif],
.summary-meta[b-ozctn5pgif] {
    overflow-wrap: anywhere;
}

.marketing-hero[b-ozctn5pgif] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.8fr) minmax(20rem, 1fr);
    align-items: start;
}

.hero-headline[b-ozctn5pgif] {
    margin: 0 0 0.85rem;
    max-width: 42rem;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    font-weight: 500;
    line-height: 1.45;
    color: #1d3557;
    letter-spacing: -0.01em;
}

.hero-headline-smarter[b-ozctn5pgif] {
    font-weight: 700;
    color: #4cab34;
    text-decoration: underline;
    text-decoration-color: rgba(76, 171, 52, 0.45);
    text-decoration-thickness: 0.14em;
    text-underline-offset: 0.12em;
}

.hero-headline-whatsapp[b-ozctn5pgif] {
    font-weight: 700;
    color: #25d366;
}

.hero-headline-ai[b-ozctn5pgif] {
    font-weight: 800;
    background: linear-gradient(135deg, #0f4ea3 0%, #4cab34 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-highlights[b-ozctn5pgif] {
    list-style: none;
    padding-left: 0;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.hero-highlights li[b-ozctn5pgif] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.7rem 0.95rem 0.7rem 0.85rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 248, 244, 0.78));
    border: 1px solid rgba(13, 78, 162, 0.1);
    border-left: 0.3rem solid #4cab34;
    border-radius: 0.65rem;
    box-shadow: 0 10px 20px rgba(12, 82, 152, 0.06);
    color: #1d2b3a;
    line-height: 1.4;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.hero-highlights li:hover[b-ozctn5pgif] {
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(12, 82, 152, 0.12);
    border-left-color: #86c22b;
}

.hero-highlights li > span[b-ozctn5pgif] {
    min-width: 0;
}

.hero-highlights li strong[b-ozctn5pgif] {
    color: #0f4ea3;
    font-weight: 700;
}

.hero-highlights li[b-ozctn5pgif]::before {
    content: "";
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.05rem;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3e%3c/svg%3e") no-repeat center/0.95rem,
        linear-gradient(135deg, #0e6eaf 0%, #4cab34 100%);
    box-shadow: 0 3px 8px rgba(76, 171, 52, 0.35);
}

.hero-cta-row[b-ozctn5pgif] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.marketing-grid[b-ozctn5pgif] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    margin-top: 1.25rem;
}

.marketing-card[b-ozctn5pgif] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 251, 255, 0.88));
    border: 1px solid rgba(13, 78, 162, 0.12);
    border-radius: 1rem;
    box-shadow: 0 24px 40px rgba(12, 82, 152, 0.08);
    padding: 1.1rem;
}

.marketing-card h2[b-ozctn5pgif] {
    margin: 0 0 0.65rem;
    font-size: 1.12rem;
    font-weight: 700;
    background: linear-gradient(90deg, #0e6eaf 0%, #0f4ea3 48%, #4cab34 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.registration-panel[b-ozctn5pgif] {
    position: sticky;
    top: 5rem;
}

.registration-panel h2[b-ozctn5pgif] {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(90deg, #0e6eaf 0%, #0f4ea3 48%, #4cab34 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.registration-anchor[b-ozctn5pgif] {
    display: block;
    margin-top: -6rem;
    padding-top: 6rem;
}

.honeypot-field[b-ozctn5pgif] {
    left: -10000px;
    position: absolute;
    top: auto;
    width: 1px;
}

.inline-message[b-ozctn5pgif] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

.inline-message-success[b-ozctn5pgif] {
    background: linear-gradient(135deg, rgba(236, 249, 233, 0.96), rgba(246, 252, 241, 0.98));
    border: 1px solid rgba(76, 171, 52, 0.35);
    box-shadow: 0 10px 22px rgba(76, 171, 52, 0.08);
    color: #265628;
    font-weight: 700;
}

.inline-message-danger[b-ozctn5pgif] {
    background: linear-gradient(135deg, rgba(255, 242, 240, 0.95), rgba(255, 248, 246, 0.98));
    border: 1px solid rgba(170, 76, 56, 0.3);
    color: #6a2d20;
}

.marketing-list[b-ozctn5pgif] {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1.15rem;
}

@media (max-width: 700px) {
    .summary-grid[b-ozctn5pgif],
    .marketing-hero[b-ozctn5pgif] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/TenantDashboard.razor.rz.scp.css */
.content-stack[b-o2smglb510] {
    min-width: 0;
}

.quick-actions-section[b-o2smglb510] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.5rem;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.action-card-grid[b-o2smglb510] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}

.action-card[b-o2smglb510] {
    align-content: start;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.5rem;
    color: #0f172a;
    display: grid;
    gap: 0.35rem;
    min-height: 8.75rem;
    padding: 1rem;
    text-decoration: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.action-card:hover[b-o2smglb510],
.action-card:focus[b-o2smglb510] {
    border-color: rgba(11, 95, 255, 0.5);
    box-shadow: 0 16px 26px rgba(15, 23, 42, 0.12);
    color: #0f172a;
    transform: translateY(-1px);
}

.action-card strong[b-o2smglb510] {
    font-size: 0.98rem;
    line-height: 1.25;
}

.action-card.action-card-module-loyalty[b-o2smglb510] {
    border-left: 0.35rem solid #5b4fd6;
    background: linear-gradient(135deg, rgba(91, 79, 214, 0.18), rgba(68, 116, 255, 0.14));
}

.action-card.action-card-module-customer[b-o2smglb510] {
    border-left: 0.35rem solid #2f6fdb;
    background: linear-gradient(135deg, rgba(47, 111, 219, 0.16), rgba(95, 146, 255, 0.14));
}

.action-card.action-card-module-booking[b-o2smglb510] {
    border-left: 0.35rem solid #0e9cad;
    background: linear-gradient(135deg, rgba(14, 156, 173, 0.17), rgba(63, 153, 224, 0.12));
}

.action-card.action-card-module-documents[b-o2smglb510] {
    border-left: 0.35rem solid #d78b1f;
    background: linear-gradient(135deg, rgba(215, 139, 31, 0.18), rgba(248, 198, 77, 0.14));
}

.action-card.action-card-module-hygiene[b-o2smglb510] {
    border-left: 0.35rem solid #2f9a42;
    background: linear-gradient(135deg, rgba(47, 154, 66, 0.16), rgba(113, 184, 45, 0.14));
}

.action-card.action-card-module-whatsapp[b-o2smglb510] {
    border-left: 0.35rem solid #1ea35b;
    background: linear-gradient(135deg, rgba(30, 163, 91, 0.16), rgba(64, 196, 125, 0.14));
}

.action-card.action-card-module-offers[b-o2smglb510] {
    border-left: 0.35rem solid #9a46c8;
    background: linear-gradient(135deg, rgba(154, 70, 200, 0.16), rgba(230, 101, 173, 0.14));
}

.action-card.action-card-module-alerts[b-o2smglb510] {
    border-left: 0.35rem solid #cf222e;
    background: linear-gradient(135deg, rgba(207, 34, 46, 0.16), rgba(244, 108, 117, 0.12));
}

.inline-message[b-o2smglb510] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

@media (max-width: 700px) {
    .summary-grid[b-o2smglb510],
    .store-priority-grid[b-o2smglb510],
    .section-chip-grid[b-o2smglb510] {
        grid-template-columns: 1fr;
    }

    .compact-actions[b-o2smglb510] {
        justify-content: flex-start;
    }

    .quick-actions-section[b-o2smglb510] {
        padding: 0.85rem;
    }

    .action-card-grid[b-o2smglb510] {
        grid-template-columns: 1fr;
    }
}
