/* /Component/BillDetailDialogComponent.razor.rz.scp.css */
.bill-detail-header[b-juag1wbmwo] {
    flex-wrap: wrap;
    gap: 8px 12px;
}

[b-juag1wbmwo] .e-grid {
    max-width: 100%;
}

@media (max-width: 600px) {
    .bill-detail-header[b-juag1wbmwo] {
        align-items: flex-start !important;
    }

    .bill-detail-header[b-juag1wbmwo]  .mud-spacer {
        display: none;
    }

    [b-juag1wbmwo] .mud-dialog-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    [b-juag1wbmwo] .mud-dialog-actions {
        flex-wrap: wrap;
        gap: 8px;
    }

    [b-juag1wbmwo] .mud-dialog-actions .mud-button-root {
        flex: 1 1 140px;
        min-height: 40px;
    }
}
/* /Component/CustomDrawer.razor.rz.scp.css */
.drawer-container[b-w5w7n747i3] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
}

.drawer-host[b-w5w7n747i3]  .drawer-container,
.drawer-host[b-w5w7n747i3]  .mud-drawer {
    background-color: #222126 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border-right: 1px solid #2b2f36 !important;
}

.drawer-header[b-w5w7n747i3] {
    flex-shrink: 0;
    background-color: #222126;
    color: white;
    border-bottom: 1px solid rgba(240, 185, 11, 0.28);
}

.drawer-avatar[b-w5w7n747i3] {
    background-color: #f0b90b;
    color: #1e2026;
    font-weight: 700;
}

.drawer-host[b-w5w7n747i3]  .drawer-chip {
    max-width: 100%;
    min-height: 30px;
    background-color: #2b2f36 !important;
    color: #ffffff !important;
    border: 1px solid rgba(240, 185, 11, 0.36);
    border-radius: 8px;
    font-weight: 600;
}

.drawer-host[b-w5w7n747i3]  .drawer-chip .mud-chip-content {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    color: #ffffff !important;
    line-height: 1.35;
}

.drawer-host[b-w5w7n747i3]  .drawer-chip-label {
    color: #e6e8ea;
    font-weight: 600;
}

.drawer-host[b-w5w7n747i3]  .drawer-chip-separator {
    color: #848e9c;
    font-weight: 600;
}

.drawer-host[b-w5w7n747i3]  .drawer-chip-value {
    color: #ffffff;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.drawer-name[b-w5w7n747i3] {
    color: #ffffff;
    font-weight: 700;
}

.drawer-body[b-w5w7n747i3] {
    flex-grow: 1;
    overflow-y: auto;
    background-color: #222126;
    color: white;
}

.drawer-host[b-w5w7n747i3]  .drawer-container {
    background-color: #222126 !important;
    color: white;
    box-shadow: none !important;
    border-right: 1px solid #2b2f36 !important;
}

[b-w5w7n747i3] .mud-drawer-mini .drawer-body {
    background-color: #222126 !important;
    color: white;
}

[b-w5w7n747i3] .mud-nav-link {
    color: white !important;
}

[b-w5w7n747i3] .mud-nav-link:hover {
    background-color: rgba(240, 185, 11, 0.12);
}

[b-w5w7n747i3] .mud-icon-root {
    color: #f0b90b !important;
}

@media (max-width: 600px) {
    .drawer-container[b-w5w7n747i3] {
        width: min(260px, 86vw) !important;
    }

    .drawer-header[b-w5w7n747i3]  .mud-container {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}
/* /Component/FirstPageComponent.razor.rz.scp.css */
.first-page[b-wy50q5fydq] {
    min-height: 100dvh;
    background:
        radial-gradient(circle at 50% 14%, rgba(240, 185, 11, 0.16), rgba(240, 185, 11, 0) 28%),
        linear-gradient(135deg, rgba(34, 33, 38, 0.04), rgba(255, 255, 255, 0) 42%),
        #f5f5f5;
}

.first-page[b-wy50q5fydq]  .appbar {
    background-color: #222126;
    color: #ffffff;
    border-bottom: 1px solid rgba(240, 185, 11, 0.32);
}

.first-page[b-wy50q5fydq]  .mud-toolbar {
    min-height: 56px;
    padding-left: 24px;
    padding-right: 24px;
}

.first-page[b-wy50q5fydq]  .brand-avatar {
    background-color: #ffffff;
    border: 1px solid rgba(240, 185, 11, 0.55);
}

.first-page[b-wy50q5fydq]  .appbar-title {
    padding-left: 10px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
}

.login-stage[b-wy50q5fydq] {
    min-height: calc(100dvh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

@media (max-width: 600px) {
    .first-page[b-wy50q5fydq]  .mud-toolbar {
        min-height: 48px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .first-page[b-wy50q5fydq]  .appbar-title {
        font-size: 0.85rem;
    }

    .login-stage[b-wy50q5fydq] {
        min-height: calc(100dvh - 48px);
        align-items: flex-start;
        padding: 18px 12px;
    }
}
/* /Component/InformationDialogComponent.razor.rz.scp.css */
@media (max-width: 600px) {
    [b-kqv743i69j] .mud-dialog-title,
    [b-kqv743i69j] .mud-dialog-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    [b-kqv743i69j] .mud-dialog-actions {
        flex-wrap: wrap;
        gap: 8px;
    }

    [b-kqv743i69j] .mud-dialog-actions .mud-button-root {
        flex: 1 1 140px;
        min-height: 40px;
    }
}
/* /Component/LogInComponent.razor.rz.scp.css */
.login-popup[b-8tedsks5zn] {
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none !important;
}

.custom-popup[b-8tedsks5zn] {
    width: min(440px, calc(100vw - 24px)) !important;
    height: auto !important;
    max-height: calc(100dvh - 24px);
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible;
}

.login-shell[b-8tedsks5zn] {
    width: min(440px, calc(100vw - 24px));
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

.login-panel[b-8tedsks5zn] {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    color: #1e2026;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.12) 0 8px 24px;
}

.brand-panel[b-8tedsks5zn] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 144px;
    padding: 24px;
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 30%, rgba(240, 185, 11, 0.35), rgba(240, 185, 11, 0) 30%),
        #222126;
}

.login-shell[b-8tedsks5zn]  .login-logo {
    flex: 0 0 auto;
    max-width: 30vw;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.18));
}

.brand-copy[b-8tedsks5zn] {
    min-width: 0;
}

.brand-name[b-8tedsks5zn] {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.brand-caption[b-8tedsks5zn] {
    color: #f0b90b;
    font-weight: 600;
}

.login-form[b-8tedsks5zn] {
    width: 100%;
    display: grid;
    gap: 12px;
    padding: 24px;
    box-sizing: border-box;
}

.form-heading[b-8tedsks5zn] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-icon[b-8tedsks5zn] {
    color: #f0b90b;
}

.form-title[b-8tedsks5zn] {
    color: #1e2026;
    font-weight: 700;
    line-height: 1.2;
}

.form-helper[b-8tedsks5zn] {
    color: #848e9c;
    font-weight: 500;
}

.form-fields[b-8tedsks5zn] {
    display: grid;
    gap: 14px;
}

.recaptcha-shell[b-8tedsks5zn] {
    display: flex;
    justify-content: center;
    min-height: 1px;
}

.login-shell[b-8tedsks5zn]  .input-box .mud-input-input {
    background-color: #ffffff;
    color: #1e2026;
}

.login-shell[b-8tedsks5zn]  .input-box .mud-input-label {
    color: #848e9c !important;
}

.login-shell[b-8tedsks5zn]  .input-box .mud-input-underline::before {
    border-bottom: 1px solid #e6e8ea;
}

.login-shell[b-8tedsks5zn]  .input-box .mud-input-underline::after {
    border-bottom: 2px solid #f0b90b;
}

.login-shell[b-8tedsks5zn]  .input-box .mud-input-adornment {
    color: #848e9c !important;
}

.login-shell[b-8tedsks5zn]  .login-button {
    width: 100%;
    min-height: 48px;
    border-radius: 50px;
    background: #f0b90b;
    color: #1e2026;
    font-weight: 700;
    box-shadow: rgb(153, 153, 153) 0 2px 10px -3px;
    transition: background 200ms ease, color 200ms ease;
}

.login-shell[b-8tedsks5zn]  .login-button:hover,
.login-shell[b-8tedsks5zn]  .login-button:focus {
    background: #1eaedb;
    color: #ffffff;
}

@media (max-width: 600px) {
    .login-shell[b-8tedsks5zn],
    .custom-popup[b-8tedsks5zn] {
        width: min(100%, calc(100vw - 20px)) !important;
        max-height: calc(100dvh - 20px);
    }

    .brand-panel[b-8tedsks5zn] {
        min-height: auto;
        padding: 18px;
        gap: 12px;
    }

    .login-shell[b-8tedsks5zn]  .login-logo {
        width: 72px !important;
        height: 72px !important;
        max-width: 72px;
    }

    .login-form[b-8tedsks5zn] {
        padding: 18px;
    }

    .brand-name[b-8tedsks5zn] {
        font-size: 1.35rem;
    }
}

@media (max-width: 360px) {
    .brand-panel[b-8tedsks5zn] {
        padding: 14px;
    }

    .login-form[b-8tedsks5zn] {
        padding: 14px;
    }

    .login-shell[b-8tedsks5zn]  .login-logo {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px;
    }
}
/* /Component/LottoDrawCard.razor.rz.scp.css */
.lotto-draw-item[b-1af75njf69] {
    min-width: 0;
}

.lotto-draw-card[b-1af75njf69] {
    height: 100%;
    min-height: 128px;
    background-color: #ffffff;
    color: #1e2026;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.lotto-draw-card:hover[b-1af75njf69] {
    border-color: #f0b90b;
    box-shadow: rgba(8, 8, 8, 0.05) 0 3px 5px 5px;
}

.card-main-row[b-1af75njf69] {
    gap: 12px;
    min-width: 0;
}

.card-text[b-1af75njf69] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.lotto-name[b-1af75njf69] {
    font-weight: 700;
    color: #1e2026;
}

.card-footer[b-1af75njf69] {
    margin-top: 10px;
}

@media (max-width: 600px) {
    .lotto-draw-item[b-1af75njf69] {
        padding: 6px !important;
    }

    .lotto-draw-card[b-1af75njf69] {
        min-height: 112px;
        border-radius: 8px;
    }
}
/* /Component/NavMenuCustom.razor.rz.scp.css */
.nav-menu-shell[b-gwdzibe5v6] {
    width: 100%;
    min-height: 100%;
    background-color: #222126;
    color: #ffffff;
}

.custom-sidebar[b-gwdzibe5v6] {
    width: 100%;
    background-color: #222126 !important;
    color: white;
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-navmenu,
.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-group,
.nav-menu-shell[b-gwdzibe5v6]  .mud-collapse-container {
    background-color: #222126 !important;
    color: #ffffff !important;
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-link {
    min-height: 44px;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: 600;
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-link:hover {
    background-color: rgba(240, 185, 11, 0.12);
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-link.active,
.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-link.mud-nav-link-active {
    background-color: rgba(240, 185, 11, 0.18) !important;
    color: #ffffff !important;
    border-left: 3px solid #f0b90b;
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-link-text,
.nav-menu-shell[b-gwdzibe5v6]  .mud-nav-group-title {
    color: #ffffff !important;
}

.nav-menu-shell[b-gwdzibe5v6]  .mud-icon-root {
    color: #f0b90b !important;
}

@media (max-width: 600px) {
    .nav-menu-shell[b-gwdzibe5v6] {
        width: 100% !important;
    }
}
/* /Component/OverFlowDialogComponent.razor.rz.scp.css */
[b-i2kbppvpj3] .mud-dialog-content {
    max-width: 100%;
}

[b-i2kbppvpj3] .e-grid {
    max-width: 100%;
}

@media (max-width: 600px) {
    [b-i2kbppvpj3] .mud-dialog-title {
        padding-left: 12px;
        padding-right: 12px;
    }

    [b-i2kbppvpj3] .mud-dialog-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    [b-i2kbppvpj3] .mud-dialog-actions .mud-button-root {
        width: 100%;
        min-height: 40px;
    }
}
/* /Component/PayHalfConfirmDialogComponent.razor.rz.scp.css */
.payhalf-dialog-title[b-6tq90i428p] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: #1e2026;
}

.payhalf-title-mark[b-6tq90i428p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: #1e2026;
    background: #f0b90b;
    border-radius: 50%;
}

.payhalf-title-copy[b-6tq90i428p] {
    min-width: 0;
    flex: 1 1 auto;
}

.payhalf-title-text[b-6tq90i428p] {
    color: #1e2026;
    font-weight: 700;
}

.payhalf-title-subtitle[b-6tq90i428p] {
    display: block;
    margin-top: 2px;
    color: #848e9c;
    font-weight: 600;
}

[b-6tq90i428p] .payhalf-capture-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    flex: 0 0 40px;
    color: #1e2026 !important;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 50%;
}

[b-6tq90i428p] .payhalf-capture-button:hover {
    color: #1e2026 !important;
    background: #f0b90b;
    border-color: #f0b90b;
}

[b-6tq90i428p] .payhalf-capture-button .mud-icon-root {
    color: #1e2026 !important;
}

.payhalf-confirm-capture[b-6tq90i428p] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0;
    background: #ffffff;
}

.payhalf-summary-row[b-6tq90i428p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
}

.payhalf-summary-label[b-6tq90i428p] {
    color: #848e9c;
    font-weight: 600;
}

.payhalf-summary-value[b-6tq90i428p] {
    color: #1e2026;
    font-weight: 700;
}

.payhalf-total-grid[b-6tq90i428p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.payhalf-total-card[b-6tq90i428p] {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
}

.payhalf-total-card-active[b-6tq90i428p] {
    background: #fff8dc;
    border-color: rgba(240, 185, 11, 0.55);
}

.payhalf-section-list[b-6tq90i428p] {
    display: grid;
    gap: 14px;
}

.payhalf-section[b-6tq90i428p] {
    min-width: 0;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 10px;
}

.payhalf-section-warning[b-6tq90i428p] {
    border-color: rgba(240, 185, 11, 0.55);
    box-shadow: rgba(240, 185, 11, 0.12) 0 4px 16px;
}

.payhalf-section-header[b-6tq90i428p] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.payhalf-section-title[b-6tq90i428p] {
    color: #1e2026;
    font-weight: 800;
}

.payhalf-section-hint[b-6tq90i428p] {
    display: block;
    margin-top: 4px;
    color: #686a6c;
    font-weight: 600;
}

.payhalf-section-count[b-6tq90i428p] {
    min-width: 30px;
    padding: 4px 9px;
    color: #1e2026;
    font-weight: 800;
    text-align: center;
    background: #f0b90b;
    border-radius: 50px;
}

.payhalf-group-list[b-6tq90i428p] {
    display: grid;
    gap: 12px;
    max-height: min(32vh, 300px);
    overflow: auto;
    padding-right: 2px;
}

.payhalf-group-list-compact[b-6tq90i428p] {
    max-height: min(24vh, 220px);
}

.payhalf-group[b-6tq90i428p] {
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
}

.payhalf-group-header[b-6tq90i428p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.payhalf-group-title[b-6tq90i428p] {
    color: #1e2026;
    font-weight: 700;
}

.payhalf-group-count[b-6tq90i428p] {
    min-width: 28px;
    padding: 3px 8px;
    color: #1e2026;
    font-weight: 700;
    text-align: center;
    background: #f0b90b;
    border-radius: 50px;
}

.payhalf-chip-list[b-6tq90i428p] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-6tq90i428p] .payhalf-chip {
    color: #1e2026 !important;
    font-weight: 700;
    background: #fff8dc !important;
    border: 1px solid #f0b90b !important;
}

[b-6tq90i428p] .payhalf-chip-removable {
    cursor: pointer;
}

[b-6tq90i428p] .payhalf-chip-removable:hover {
    color: #ffffff !important;
    background: #f6465d !important;
    border-color: #f6465d !important;
}

[b-6tq90i428p] .payhalf-chip-normal {
    color: #1e2026 !important;
    background: #f5f5f5 !important;
    border-color: #e6e8ea !important;
}

.payhalf-empty-state[b-6tq90i428p] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 12px;
    color: #686a6c;
    background: #f5f5f5;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    font-weight: 600;
}

.payhalf-empty-state[b-6tq90i428p]  .mud-icon-root {
    color: #f0b90b !important;
}

[b-6tq90i428p] .mud-dialog-actions {
    gap: 10px;
    padding: 12px 24px 20px;
}

[b-6tq90i428p] .mud-dialog-actions .mud-button-root {
    min-height: 44px;
    border-radius: 8px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .payhalf-dialog-title[b-6tq90i428p] {
        gap: 10px;
    }

    .payhalf-title-mark[b-6tq90i428p] {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .payhalf-summary-row[b-6tq90i428p] {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .payhalf-total-grid[b-6tq90i428p] {
        grid-template-columns: minmax(0, 1fr);
    }

    .payhalf-section[b-6tq90i428p] {
        padding: 10px;
    }

    .payhalf-section-header[b-6tq90i428p] {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .payhalf-section-count[b-6tq90i428p] {
        align-self: flex-start;
    }

    .payhalf-group-list[b-6tq90i428p] {
        max-height: 48vh;
    }

    [b-6tq90i428p] .mud-dialog-title,
    [b-6tq90i428p] .mud-dialog-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    [b-6tq90i428p] .mud-dialog-actions {
        flex-wrap: wrap;
        padding: 12px;
    }

    [b-6tq90i428p] .mud-dialog-actions .mud-button-root {
        flex: 1 1 140px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-r9lncp99c8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r9lncp99c8] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-r9lncp99c8] {
    background-color: #222126;
}

.appbar[b-r9lncp99c8] {
    background-color: #222126;
    color: #ffffff;
    border-bottom: 1px solid rgba(240, 185, 11, 0.28);
}

.main-content[b-r9lncp99c8] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: #1e2026;
}

.member-shell[b-r9lncp99c8]  .appbar {
    background-color: #222126 !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(240, 185, 11, 0.28);
    box-shadow: none !important;
}

.member-shell[b-r9lncp99c8]  .appbar .mud-icon-root,
.member-shell[b-r9lncp99c8]  .appbar .mud-button-root {
    color: #ffffff !important;
}

.member-shell[b-r9lncp99c8]  .mud-main-content {
    min-height: 100dvh;
    background:
        linear-gradient(135deg, rgba(240, 185, 11, 0.08), rgba(240, 185, 11, 0) 28%),
        #f5f5f5;
}

.top-row[b-r9lncp99c8] {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e8ea;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r9lncp99c8]  a, .top-row[b-r9lncp99c8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r9lncp99c8]  a:hover, .top-row[b-r9lncp99c8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r9lncp99c8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .main-content[b-r9lncp99c8] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        padding-top: 0.75rem;
    }

    .top-row[b-r9lncp99c8] {
        justify-content: space-between;
    }

    .top-row[b-r9lncp99c8]  a, .top-row[b-r9lncp99c8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r9lncp99c8] {
        flex-direction: row;
    }

    .sidebar[b-r9lncp99c8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r9lncp99c8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r9lncp99c8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r9lncp99c8], article[b-r9lncp99c8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/AccountSummaryReport.razor.rz.scp.css */
.report-page[b-7ri6ynha9j] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.report-card[b-7ri6ynha9j] {
    margin-top: 10px;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    overflow: hidden;
}

.report-filter-bar[b-7ri6ynha9j] {
    flex-wrap: wrap;
    gap: 12px 20px;
}

.report-title[b-7ri6ynha9j] {
    gap: 8px;
    color: #1e2026;
    font-weight: 700;
}

.report-title[b-7ri6ynha9j]  .mud-icon-root {
    color: #f0b90b;
}

.report-filter-bar[b-7ri6ynha9j]  .e-control-wrapper {
    width: min(100%, 220px) !important;
    min-width: 180px;
}

.report-action-button[b-7ri6ynha9j] {
    min-height: 40px;
}

@media (max-width: 600px) {
    .report-card[b-7ri6ynha9j] {
        margin-top: 0;
        border-radius: 8px;
    }

    .report-card[b-7ri6ynha9j]  .mud-card-header,
    .report-card[b-7ri6ynha9j]  .mud-card-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .report-filter-bar[b-7ri6ynha9j] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px;
    }

    .report-filter-bar[b-7ri6ynha9j]  .e-control-wrapper,
    .report-action-button[b-7ri6ynha9j] {
        width: 100% !important;
    }

    .report-action-button[b-7ri6ynha9j] {
        margin-top: 0 !important;
    }
}
/* /Pages/ChangePassword.razor.rz.scp.css */
.change-password-page[b-vnjtb3zl3u] {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.change-password-card[b-vnjtb3zl3u] {
    margin-top: 10px;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
}

.page-icon[b-vnjtb3zl3u] {
    color: #f0b90b !important;
}

[b-vnjtb3zl3u] .mud-icon-root {
    color: #f0b90b;
}

.login-button[b-vnjtb3zl3u] {
    width: 100%;
    min-height: 48px;
    border-radius: 50px;
    background: #f0b90b;
    color: #1e2026;
    font-weight: 700;
    box-shadow: rgb(153, 153, 153) 0 2px 10px -3px;
    transition: background 200ms ease, color 200ms ease;
}

.login-button:hover[b-vnjtb3zl3u],
.login-button:focus[b-vnjtb3zl3u] {
    background: #1eaedb;
    color: #ffffff;
}

@media (max-width: 600px) {
    .change-password-card[b-vnjtb3zl3u] {
        margin-top: 0;
        border-radius: 8px;
    }

    .change-password-card[b-vnjtb3zl3u]  .mud-card-header,
    .change-password-card[b-vnjtb3zl3u]  .mud-card-content {
        padding-left: 14px;
        padding-right: 14px;
    }
}
/* /Pages/DrawHistory.razor.rz.scp.css */
.report-page[b-r2snpypml1] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.report-card[b-r2snpypml1] {
    margin-top: 10px;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    overflow: hidden;
}

.report-filter-bar[b-r2snpypml1] {
    flex-wrap: wrap;
    gap: 12px 20px;
}

.report-title[b-r2snpypml1] {
    gap: 8px;
    color: #1e2026;
    font-weight: 700;
}

.report-title[b-r2snpypml1]  .mud-icon-root {
    color: #f0b90b;
}

.report-filter-bar[b-r2snpypml1]  .e-control-wrapper {
    width: min(100%, 220px) !important;
    min-width: 180px;
}

.report-action-button[b-r2snpypml1] {
    min-height: 40px;
}

@media (max-width: 600px) {
    .report-card[b-r2snpypml1] {
        margin-top: 0;
        border-radius: 8px;
    }

    .report-card[b-r2snpypml1]  .mud-card-header,
    .report-card[b-r2snpypml1]  .mud-card-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .report-filter-bar[b-r2snpypml1] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px;
    }

    .report-filter-bar[b-r2snpypml1]  .e-control-wrapper,
    .report-action-button[b-r2snpypml1] {
        width: 100% !important;
    }

    .report-action-button[b-r2snpypml1] {
        margin-top: 0 !important;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-1sl55by1av] {
    width: 100%;
}

.lottery-section-card[b-1sl55by1av] {
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px;
    overflow: hidden;
}

.section-title[b-1sl55by1av] {
    color: #1e2026;
    font-weight: 700;
}

.lottery-card-grid[b-1sl55by1av] {
    width: 100%;
}

@media (max-width: 600px) {
    .lottery-section-card[b-1sl55by1av] {
        margin-top: 0.75rem !important;
        border-radius: 8px;
    }

    .lottery-section-card[b-1sl55by1av]  .mud-card-header {
        padding: 12px 14px;
    }

    .lottery-section-card[b-1sl55by1av]  .mud-card-content {
        padding: 8px;
    }
}
/* /Pages/RecordLotteryDraw.razor.rz.scp.css */
.record-page[b-smvmbjw8m9] {
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px clamp(14px, 2vw, 28px) 40px;
}

.record-header[b-smvmbjw8m9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-width: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px 0;
}

.record-header[b-smvmbjw8m9]  .record-flag {
    flex: 0 0 auto;
    border: 1px solid #e6e8ea;
    background: #ffffff;
}

.record-header[b-smvmbjw8m9]  .record-title {
    color: #1e2026;
    font-size: 18px;
    line-height: 1.25;
}

.record-header[b-smvmbjw8m9]  .record-date {
    color: #686a6c;
    font-weight: 600;
}

.record-header[b-smvmbjw8m9]  .rate-toggle {
    margin-left: auto;
}

.record-header[b-smvmbjw8m9]  .mud-toggle-group {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
}

.record-header[b-smvmbjw8m9]  .mud-toggle-item {
    min-height: 36px;
    white-space: nowrap;
    font-weight: 700;
}

.record-content[b-smvmbjw8m9] {
    width: 100%;
    margin-top: 18px !important;
}

.record-layout[b-smvmbjw8m9] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 20px !important;
    align-items: start;
}

.record-layout[b-smvmbjw8m9] >  .mud-grid-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-basis: auto;
}

.record-entry-panel[b-smvmbjw8m9],
.record-side-panel[b-smvmbjw8m9] {
    min-width: 0;
}

.record-entry-panel[b-smvmbjw8m9] {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 12px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px 0;
}

.record-side-panel[b-smvmbjw8m9] {
    position: sticky;
    top: 72px;
    display: grid;
    gap: 14px;
}

.option-group[b-smvmbjw8m9] {
    width: 100%;
}

.option-group[b-smvmbjw8m9]  .mud-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.option-group[b-smvmbjw8m9]  .mud-radio {
    min-height: 44px;
    margin-right: 0;
}

.record-entry-panel[b-smvmbjw8m9]  .quick-actions {
    flex-wrap: wrap;
    gap: 8px;
}

.record-entry-panel[b-smvmbjw8m9]  .quick-actions .mud-button-root,
.record-page[b-smvmbjw8m9]  .touch-button {
    min-height: 40px;
    font-weight: 700;
}

.record-page[b-smvmbjw8m9]  .text-strong {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.record-page[b-smvmbjw8m9]  .countdown-text {
    color: #f6465d;
    font-weight: 700;
}

.record-page[b-smvmbjw8m9]  .CardNumberList {
    min-height: 0;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 10px;
    box-shadow: rgba(32, 32, 37, 0.05) 0 3px 5px 0;
}

.record-page[b-smvmbjw8m9]  .selection-card {
    min-height: 96px;
}

.record-page[b-smvmbjw8m9]  .selection-card .mud-chip {
    max-width: 100%;
}

.record-entry-panel[b-smvmbjw8m9]  .entry-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
}

.record-entry-panel[b-smvmbjw8m9]  .entry-row .mud-focus-trap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
}

.record-entry-panel[b-smvmbjw8m9]  .entry-row .mud-input-control {
    min-width: 0;
}

.capture-card[b-smvmbjw8m9] {
    margin-top: 18px;
    padding: 16px;
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 10px;
}

.capture-card[b-smvmbjw8m9]  .bill-preview-header {
    flex-wrap: wrap;
    gap: 8px 10px;
    color: #1e2026;
    font-weight: 700;
}

.capture-card[b-smvmbjw8m9]  .record-temp-item {
    margin-bottom: 8px;
    border-color: #e6e8ea !important;
    border-radius: 8px;
    background: #ffffff;
}

.record-entry-panel[b-smvmbjw8m9]  .submit-row {
    margin-bottom: 2px;
}

.record-page[b-smvmbjw8m9]  .save-button {
    min-width: 160px;
    min-height: 44px;
    border-radius: 50px;
    color: #1e2026 !important;
    font-weight: 800;
}

.record-page[b-smvmbjw8m9]  .side-card {
    padding: 0;
    overflow: hidden;
}

.record-page[b-smvmbjw8m9]  .side-card-header {
    align-items: center !important;
    gap: 8px;
    min-height: 48px;
    padding: 12px 14px;
    color: #1e2026;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ea;
}

.record-page[b-smvmbjw8m9]  .side-card-body {
    padding: 12px 14px;
}

.limit-body[b-smvmbjw8m9] {
    min-height: 108px;
}

.record-page[b-smvmbjw8m9]  .payhalf-capture-button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    color: #1e2026 !important;
    background: #f0b90b;
    border: 1px solid #f0b90b;
    border-radius: 50%;
}

.record-page[b-smvmbjw8m9]  .payhalf-capture-button:hover {
    background: #d0980b;
    border-color: #d0980b;
}

.record-page[b-smvmbjw8m9]  .payhalf-capture-button .mud-icon-root {
    color: #1e2026 !important;
}

.payhalf-capture-area[b-smvmbjw8m9] {
    background: #ffffff;
}

.payhalf-capture-heading[b-smvmbjw8m9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #1e2026;
    border-bottom: 1px solid #e6e8ea;
}

.payhalf-capture-heading[b-smvmbjw8m9]  .payhalf-capture-lotto {
    flex-basis: 100%;
    color: #848e9c;
    font-weight: 600;
}

.payhalf-state[b-smvmbjw8m9] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 72px;
    padding: 12px;
    color: #686a6c;
    background: #f5f5f5;
    border: 1px dashed #e6e8ea;
    border-radius: 8px;
    font-weight: 600;
}

.payhalf-state[b-smvmbjw8m9]  .mud-icon-root {
    color: #f0b90b !important;
}

.payhalf-state-error[b-smvmbjw8m9] {
    color: #f6465d;
    background: #fff7f8;
    border-color: rgba(246, 70, 93, 0.25);
}

.payhalf-state-error[b-smvmbjw8m9]  .mud-icon-root {
    color: #f6465d !important;
}

.payhalf-summary[b-smvmbjw8m9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.payhalf-summary[b-smvmbjw8m9]  .payhalf-count {
    color: #1e2026;
    font-weight: 700;
}

.payhalf-summary[b-smvmbjw8m9]  .payhalf-refresh {
    color: #848e9c;
    font-weight: 600;
}

.payhalf-groups[b-smvmbjw8m9] {
    display: grid;
    gap: 10px;
    max-height: min(360px, calc(100vh - 280px));
    overflow-y: auto;
    padding-right: 2px;
    scrollbar-width: thin;
}

.payhalf-group[b-smvmbjw8m9] {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
}

.payhalf-group-header[b-smvmbjw8m9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.payhalf-group-header[b-smvmbjw8m9]  .payhalf-group-title {
    color: #1e2026;
    font-weight: 800;
}

.payhalf-group-header[b-smvmbjw8m9]  .payhalf-group-count {
    min-width: 28px;
    padding: 3px 8px;
    color: #1e2026;
    font-weight: 800;
    text-align: center;
    background: #f0b90b;
    border-radius: 50px;
}

.payhalf-chip-list[b-smvmbjw8m9] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.payhalf-chip-list[b-smvmbjw8m9]  .payhalf-chip {
    height: 28px;
    margin: 0;
    color: #1e2026;
    font-weight: 800;
    background: #f5f5f5;
    border: 1px solid #e6e8ea;
    border-radius: 50px;
}

.payhalf-chip-list[b-smvmbjw8m9]  .payhalf-chip:hover {
    border-color: #f0b90b;
}

.record-page[b-smvmbjw8m9]  .recent-list {
    gap: 10px;
    max-height: min(520px, calc(100vh - 220px));
    overflow-y: auto;
    scrollbar-width: thin;
}

.record-page[b-smvmbjw8m9]  .recent-bill-card {
    border-color: #e6e8ea !important;
    border-radius: 8px;
    background: #ffffff;
}

.record-page[b-smvmbjw8m9]  .recent-bill-card .mud-stack-row {
    gap: 10px;
    align-items: center;
}

.record-page[b-smvmbjw8m9]  .recent-bill-text {
    color: #1e2026;
    line-height: 1.45;
}

.record-page[b-smvmbjw8m9]  .mud-icon-root {
    color: #f0b90b !important;
}

.record-page[b-smvmbjw8m9]  .mud-input-control {
    margin-top: 0;
}

.record-page[b-smvmbjw8m9]  .mud-input-outlined-border {
    border-color: #cfd3d8;
}

@media (max-width: 1200px) {
    .record-layout[b-smvmbjw8m9] {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
        gap: 16px !important;
    }
}

@media (max-width: 960px) {
    .record-page[b-smvmbjw8m9] {
        padding-top: 18px;
    }

    .record-header[b-smvmbjw8m9]  .rate-toggle {
        width: 100%;
        margin-left: 0;
    }

    .record-layout[b-smvmbjw8m9] {
        grid-template-columns: minmax(0, 1fr);
    }

    .record-side-panel[b-smvmbjw8m9] {
        position: static;
    }

    .record-page[b-smvmbjw8m9]  .recent-list {
        max-height: none;
        overflow: visible;
    }

    .payhalf-groups[b-smvmbjw8m9] {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 600px) {
    .record-page[b-smvmbjw8m9] {
        padding: 12px 10px 28px;
    }

    .record-header[b-smvmbjw8m9],
    .record-entry-panel[b-smvmbjw8m9] {
        padding: 14px;
        border-radius: 10px;
    }

    .record-header[b-smvmbjw8m9]  .record-title {
        font-size: 16px;
    }

    .record-header[b-smvmbjw8m9]  .mud-toggle-group {
        width: 100%;
    }

    .record-header[b-smvmbjw8m9]  .mud-toggle-item {
        flex: 1 0 auto;
    }

    .record-entry-panel[b-smvmbjw8m9]  .quick-actions,
    .record-entry-panel[b-smvmbjw8m9]  .entry-row {
        grid-template-columns: minmax(0, 1fr);
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .record-entry-panel[b-smvmbjw8m9]  .quick-actions .mud-button-root,
    .record-entry-panel[b-smvmbjw8m9]  .entry-row .mud-button-root,
    .record-page[b-smvmbjw8m9]  .save-button {
        width: 100%;
    }

    .record-entry-panel[b-smvmbjw8m9]  .entry-row .mud-focus-trap {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .record-page[b-smvmbjw8m9]  .CardNumberList,
    .capture-card[b-smvmbjw8m9] {
        padding: 14px;
        border-radius: 8px;
    }

    .record-page[b-smvmbjw8m9]  .side-card-header,
    .record-page[b-smvmbjw8m9]  .side-card-body {
        padding-right: 12px;
        padding-left: 12px;
    }

    .payhalf-summary[b-smvmbjw8m9] {
        align-items: flex-start;
        flex-direction: column;
    }

    .record-page[b-smvmbjw8m9]  .recent-bill-card .mud-stack-row {
        align-items: flex-start;
    }
}
