/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* layout block — BEM */
.layout[b-zvej2h1f6b] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.layout__header[b-zvej2h1f6b] {
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 20;
}

.layout__nav[b-zvej2h1f6b] {
    background: linear-gradient(120deg, #173c2a 0%, #24533c 55%, #306344 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 26px rgba(11, 34, 22, 0.28);
}

.layout__brand[b-zvej2h1f6b] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #f3faef;
    font-weight: 800;
}

.layout__brand:hover[b-zvej2h1f6b] {
    color: #ffffff;
}

.layout__brand-mark[b-zvej2h1f6b] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    display: inline-grid;
    place-items: center;
    font-size: 0.82rem;
    background: rgba(232, 244, 235, 0.17);
    border: 1px solid rgba(232, 244, 235, 0.32);
}

.layout__brand-text[b-zvej2h1f6b] {
    line-height: 1;
}

.layout__nav[b-zvej2h1f6b]  .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 0.55rem;
    padding: 0.5rem 0.75rem;
}

.layout__nav[b-zvej2h1f6b]  .nav-link.active,
.layout__nav[b-zvej2h1f6b]  .nav-link:hover,
.layout__nav[b-zvej2h1f6b]  .nav-link:focus {
    color: #ffffff !important;
    background: rgba(221, 239, 225, 0.17);
}

.layout__user[b-zvej2h1f6b] {
    color: #eff8f2;
}

.layout__main[b-zvej2h1f6b] {
    flex: 1 1 auto;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.layout__content[b-zvej2h1f6b] {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #d5e2d7;
    border-radius: 1.15rem;
    box-shadow: 0 14px 30px rgba(16, 48, 30, 0.1);
    padding: 1.25rem;
}

.layout__logout[b-zvej2h1f6b] {
    white-space: nowrap;
    color: #eff8f2;
    border-color: rgba(226, 241, 229, 0.42);
}

.layout__change-password[b-zvej2h1f6b] {
    white-space: nowrap;
    color: #eff8f2;
    border-color: rgba(226, 241, 229, 0.42);
}

.layout__help[b-zvej2h1f6b] {
    white-space: nowrap;
    color: #eff8f2;
    border-color: rgba(226, 241, 229, 0.42);
}

.layout__change-password:hover[b-zvej2h1f6b] {
    color: #ffffff;
    background: rgba(239, 248, 241, 0.12);
}

.layout__help:hover[b-zvej2h1f6b] {
    color: #ffffff;
    background: rgba(239, 248, 241, 0.12);
}

.layout__logout:hover[b-zvej2h1f6b] {
    color: #ffffff;
    background: rgba(239, 248, 241, 0.12);
}

/* blazor error overlay */
#blazor-error-ui[b-zvej2h1f6b] {
    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-zvej2h1f6b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 991.98px) {
    .layout__content[b-zvej2h1f6b] {
        padding: 1rem;
    }

    .layout__user[b-zvej2h1f6b] {
        margin-top: 0.8rem;
        margin-bottom: 0.7rem;
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m101wr94jk],
.components-reconnect-repeated-attempt-visible[b-m101wr94jk],
.components-reconnect-failed-visible[b-m101wr94jk],
.components-pause-visible[b-m101wr94jk],
.components-resume-failed-visible[b-m101wr94jk],
.components-rejoining-animation[b-m101wr94jk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-retrying[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-failed[b-m101wr94jk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-m101wr94jk] {
    display: block;
}


#components-reconnect-modal[b-m101wr94jk] {
    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-m101wr94jk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-m101wr94jk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-m101wr94jk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-m101wr94jk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-m101wr94jk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-m101wr94jk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-m101wr94jk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-m101wr94jk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-m101wr94jk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-m101wr94jk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-m101wr94jk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-m101wr94jk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-m101wr94jk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-m101wr94jk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-m101wr94jk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-m101wr94jk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-m101wr94jk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-m101wr94jk {
    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/Layout/UserGuideLauncher.razor.rz.scp.css */
.user-guide-launcher__button[b-qic0louqju] {
    white-space: nowrap;
    color: #eff8f2;
    border-color: rgba(226, 241, 229, 0.42);
}

.user-guide-launcher__button:hover[b-qic0louqju],
.user-guide-launcher__button:focus[b-qic0louqju] {
    color: #ffffff;
    background: rgba(239, 248, 241, 0.12);
}
/* /Components/Layout/UserGuideModal.razor.rz.scp.css */
.user-guide[b-esqxg71dq5] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(10, 31, 19, 0.56);
    backdrop-filter: blur(4px);
}

.user-guide__dialog[b-esqxg71dq5] {
    position: relative;
    width: min(980px, 100%);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background: linear-gradient(180deg, #fdfefb 0%, #f4f8f3 100%);
    border: 1px solid #cfe0d2;
    border-radius: 1.25rem;
    box-shadow: 0 28px 60px rgba(9, 34, 20, 0.28);
    padding: 1.5rem;
}

.user-guide__close[b-esqxg71dq5] {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.user-guide__hero[b-esqxg71dq5] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
}

.user-guide__eyebrow[b-esqxg71dq5] {
    margin-bottom: 0.35rem;
    color: #2d6d45;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.user-guide__title[b-esqxg71dq5] {
    margin-bottom: 0.65rem;
    color: #173c2a;
    font-size: 2rem;
    font-weight: 800;
}

.user-guide__lead[b-esqxg71dq5] {
    max-width: 48rem;
    margin-bottom: 0;
    color: #355241;
    font-size: 1.02rem;
}

.user-guide__badge[b-esqxg71dq5] {
    align-self: flex-start;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #e5f2e8;
    color: #24533c;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.user-guide__section[b-esqxg71dq5] {
    margin-bottom: 1.5rem;
}

.user-guide__section--note[b-esqxg71dq5] {
    padding: 1rem 1.1rem;
    background: #edf7ef;
    border: 1px solid #d5e8d8;
    border-radius: 1rem;
}

.user-guide__section-title[b-esqxg71dq5] {
    margin-bottom: 0.75rem;
    color: #173c2a;
    font-size: 1.1rem;
    font-weight: 800;
}

.user-guide__list[b-esqxg71dq5],
.user-guide__steps[b-esqxg71dq5] {
    margin: 0;
    padding-left: 1.25rem;
    color: #264434;
}

.user-guide__list li[b-esqxg71dq5],
.user-guide__steps li[b-esqxg71dq5] {
    margin-bottom: 0.45rem;
}

.user-guide__visuals[b-esqxg71dq5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.user-guide__visual-card[b-esqxg71dq5] {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #d9e6db;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(14, 40, 25, 0.08);
}

.user-guide__visual-title[b-esqxg71dq5] {
    margin-bottom: 0.75rem;
    color: #173c2a;
    font-size: 1rem;
    font-weight: 800;
}

.user-guide__screen[b-esqxg71dq5] {
    overflow: hidden;
    border: 1px solid #d5e2d7;
    border-radius: 0.9rem;
    background: #f8fbf8;
}

.user-guide__screen-bar[b-esqxg71dq5] {
    height: 0.85rem;
    background: linear-gradient(90deg, #d7e7da 0%, #edf5ee 100%);
    border-bottom: 1px solid #d5e2d7;
}

.user-guide__screen-body[b-esqxg71dq5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    padding: 1rem;
}

.user-guide__screen-body--actions[b-esqxg71dq5] {
    min-height: 5.75rem;
}

.user-guide__field[b-esqxg71dq5] {
    min-width: 8rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d2ddd4;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #607565;
    font-size: 0.92rem;
}

.user-guide__caption[b-esqxg71dq5] {
    margin: 0.85rem 0 0;
    color: #516657;
    font-size: 0.94rem;
}

.user-guide__footer[b-esqxg71dq5] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .user-guide__dialog[b-esqxg71dq5] {
        padding: 1.1rem;
    }

    .user-guide__hero[b-esqxg71dq5] {
        flex-direction: column;
        padding-right: 0;
    }

    .user-guide__title[b-esqxg71dq5] {
        font-size: 1.6rem;
    }

    .user-guide__visuals[b-esqxg71dq5] {
        grid-template-columns: 1fr;
    }

    .user-guide__footer[b-esqxg71dq5] {
        justify-content: stretch;
    }

    .user-guide__footer .btn[b-esqxg71dq5] {
        width: 100%;
    }
}
/* /Components/Pages/AddDebtRecord.razor.rz.scp.css */
/* add-debt block — BEM */
.add-debt[b-xlvc0exexn] {
    max-width: 780px;
}

.add-debt__title[b-xlvc0exexn] {
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.add-debt__form[b-xlvc0exexn] {
    background: #f9fcfa;
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.add-debt__actions[b-xlvc0exexn] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
/* /Components/Pages/AdminUserEdit.razor.rz.scp.css */
/* admin-user-edit block — BEM */
.admin-user-edit[b-yqrs2evcfo] {
    max-width: 780px;
}

.admin-user-edit__title[b-yqrs2evcfo] {
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.admin-user-edit__form[b-yqrs2evcfo] {
    background: #f9fcfa;
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.admin-user-edit__actions[b-yqrs2evcfo] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
/* admin-users block - BEM */
.admin-users__title[b-n5bkrn38fc] {
    font-weight: 800;
}

.admin-users__header[b-n5bkrn38fc] {
    border-bottom: 1px dashed #cbdccc;
    padding-bottom: 0.8rem;
}

.admin-users__list[b-n5bkrn38fc] {
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(21, 55, 34, 0.08);
}

.admin-users__recent[b-n5bkrn38fc] {
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem;
    background: #f8fcf8;
}

.admin-users__recent-list[b-n5bkrn38fc] {
    border: 1px solid #e5efe6;
    border-radius: 0.75rem;
    overflow: hidden;
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */
/* change-password block — BEM */
.change-password[b-yd4cvylipl] {
    max-width: 540px;
    margin: 1.5rem auto;
    padding: 1.5rem;
    border: 1px solid #d4e3d7;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.change-password__title[b-yd4cvylipl] {
    margin-bottom: 1.2rem;
    font-size: 1.45rem;
    font-weight: 700;
}

.change-password__label[b-yd4cvylipl] {
    font-weight: 600;
    color: #2d4b35;
}

.change-password__submit[b-yd4cvylipl] {
    min-width: 220px;
}

@media (max-width: 767.98px) {
    .change-password[b-yd4cvylipl] {
        margin: 0.5rem auto;
        padding: 1rem;
    }

    .change-password__submit[b-yd4cvylipl] {
        width: 100%;
    }
}
/* /Components/Pages/DebtorDetails.razor.rz.scp.css */
/* debtor-details block — BEM */
.debtor-details__title[b-vvsvwqhqb4] {
    margin-bottom: 1rem;
    font-weight: 800;
}

.debtor-details__actions[b-vvsvwqhqb4] {
    border-bottom: 1px dashed #cbdccc;
    padding-bottom: 0.75rem;
}

/* debt-record block — BEM */
.debt-record[b-vvsvwqhqb4] {
    border-left-width: 4px;
    border-radius: 0.95rem;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.debt-record:hover[b-vvsvwqhqb4] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(17, 49, 30, 0.09);
}

.debt-record__amount[b-vvsvwqhqb4] {
    font-weight: 600;
}

.debt-record__action[b-vvsvwqhqb4] {
    min-width: 6rem;
}
/* /Components/Pages/DebtRecords.razor.rz.scp.css */
/* debt-records block - BEM */
.debt-records[b-u7hcqigcp9] {
    max-width: 1100px;
}

.debt-records__title[b-u7hcqigcp9] {
    font-weight: 800;
}

.debt-records__grouping-note[b-u7hcqigcp9] {
    margin-bottom: 1rem;
}

.debt-records__groups[b-u7hcqigcp9] {
    display: grid;
    gap: 1rem;
}

.debt-records__group[b-u7hcqigcp9] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    background: var(--bs-body-bg);
}

.debt-records__group-header[b-u7hcqigcp9] {
    margin-bottom: 0.75rem;
}

.debt-records__group-title[b-u7hcqigcp9] {
    font-size: 1.1rem;
    font-weight: 700;
}
/* /Components/Pages/EditDebtRecord.razor.rz.scp.css */
/* edit-debt block — BEM */
.edit-debt[b-lvkxi0txo2] {
    max-width: 760px;
}

.edit-debt__title[b-lvkxi0txo2] {
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.edit-debt__form[b-lvkxi0txo2] {
    margin-top: 0.85rem;
    background: #f9fcfa;
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.edit-debt__actions[b-lvkxi0txo2] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* login block — BEM */
.login[b-pusuf15i2f] {
    max-width: 440px;
    margin: 3.5rem auto;
    padding: 2rem;
    border: 1px solid #d4e3d7;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
    box-shadow: 0 22px 44px rgba(20, 57, 35, 0.14);
}

.login__title[b-pusuf15i2f] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.65rem;
    font-weight: 800;
}

.login__error[b-pusuf15i2f] {
    margin-bottom: 1rem;
}

.login__label[b-pusuf15i2f] {
    font-weight: 600;
    color: #2d4b35;
}

.login__submit[b-pusuf15i2f] {
    margin-top: 0.35rem;
    min-height: 2.85rem;
}
/* /Components/Pages/MarkAsPaid.razor.rz.scp.css */
/* mark-paid block - BEM */
.mark-paid[b-o824aikaka] {
    max-width: 760px;
}

.mark-paid__title[b-o824aikaka] {
    font-weight: 800;
    margin-bottom: 1rem;
}

.mark-paid__summary[b-o824aikaka] {
    border-left: 4px solid #1f824f;
}

.mark-paid__form[b-o824aikaka] {
    background: #f9fcfa;
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.mark-paid__actions[b-o824aikaka] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
/* /Components/Pages/Search.razor.rz.scp.css */
/* search block — BEM */
.search[b-4mog0gotwu] {
    animation: search-enter-b-4mog0gotwu 0.35s ease;
}

.search__title[b-4mog0gotwu] {
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.search__form[b-4mog0gotwu] {
    background: #f9fcfa;
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    padding: 1rem;
}

.search__results[b-4mog0gotwu] {
    border: 1px solid #d6e5d9;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(21, 55, 34, 0.08);
}

.search__empty[b-4mog0gotwu] {
    text-align: center;
}

@keyframes search-enter-b-4mog0gotwu {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
