/* _content/EasyMoni.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-k1g0r10bfx] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(390px, 43%) 1fr;
    background: #fff;
}

.auth-panel[b-k1g0r10bfx] {
    position: relative;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding: 34px clamp(32px, 7vw, 112px) 30px;
    background: #fff;
    z-index: 1;
}

.auth-brand[b-k1g0r10bfx] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.auth-brand:hover[b-k1g0r10bfx] { color: var(--ink); }

.auth-brand img[b-k1g0r10bfx] {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.auth-content[b-k1g0r10bfx] {
    display: flex;
    width: min(100%, 390px);
    flex: 1;
    align-items: center;
    padding: 52px 0;
}

.auth-footer[b-k1g0r10bfx] {
    margin: 0;
    color: var(--ink-faint);
    font-size: 12px;
}

.auth-hero[b-k1g0r10bfx] {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(12, 23, 26, .32), rgba(12, 23, 26, .02) 50%),
        url("/brand/cook-islands-login-hero.png") center center / cover no-repeat;
}

.auth-hero[b-k1g0r10bfx]::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 28, 31, .52), transparent 52%);
    content: "";
}

.auth-hero-copy[b-k1g0r10bfx] {
    position: absolute;
    z-index: 1;
    right: clamp(32px, 7vw, 112px);
    bottom: clamp(42px, 9vh, 96px);
    width: min(500px, calc(100% - 64px));
    color: #fff;
    text-shadow: 0 2px 22px rgba(0, 0, 0, .22);
}

.auth-hero-kicker[b-k1g0r10bfx] {
    display: inline-flex;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.auth-hero-copy h2[b-k1g0r10bfx] {
    font-size: clamp(34px, 3.5vw, 56px);
    line-height: 1.06;
    letter-spacing: -.055em;
}

.auth-hero-copy p[b-k1g0r10bfx] {
    max-width: 390px;
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 800px) {
    .auth-shell[b-k1g0r10bfx] { display: block; }
    .auth-panel[b-k1g0r10bfx] {
        min-height: 100vh;
        padding: 28px 28px 24px;
    }
    .auth-content[b-k1g0r10bfx] { margin: auto; padding: 38px 0; }
    .auth-hero[b-k1g0r10bfx] { display: none; }
}
/* _content/EasyMoni.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* app shell styling lives in wwwroot/app.css */
/* _content/EasyMoni.Web/Components/Pages/Accounting/SummaryPage.razor.rz.scp.css */
.summary-panes[b-g5xi2wqn5q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.summary-pane[b-g5xi2wqn5q] { padding: 0; overflow: hidden; }

.summary-pane-head[b-g5xi2wqn5q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-bottom: 1px solid var(--line);
}

.summary-pane-title[b-g5xi2wqn5q] { font-weight: 700; font-size: 13px; }
.summary-pane-link[b-g5xi2wqn5q] { font-size: 11.5px; font-weight: 600; }

.summary-subhead[b-g5xi2wqn5q] { background: var(--surface-sunk); }

.summary-amount[b-g5xi2wqn5q] { font-variant-numeric: tabular-nums; }
.summary-amount:hover[b-g5xi2wqn5q] { text-decoration: underline; }

@media (max-width: 1080px) {
    .summary-panes[b-g5xi2wqn5q] { grid-template-columns: 1fr; }
}
/* _content/EasyMoni.Web/Components/Pages/AccountManagementPage.razor.rz.scp.css */
.coa-editor[b-k8412re4tl] {
    width: min(100%, 980px);
    margin: 0 auto;
    padding-bottom: 24px;
}

.coa-page-head[b-k8412re4tl] {
    align-items: flex-end;
}

.coa-back-link[b-k8412re4tl] {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.coa-back-link:hover[b-k8412re4tl],
.coa-back-link:focus-visible[b-k8412re4tl] {
    color: var(--brand-red);
}

.coa-title-row[b-k8412re4tl] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.coa-title-row h1[b-k8412re4tl] {
    margin-right: 3px;
}

.coa-control-callout[b-k8412re4tl] {
    margin: 0 0 14px;
}

.coa-form-stack[b-k8412re4tl] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.coa-section[b-k8412re4tl] {
    padding: 20px 22px 22px;
}

.coa-section-heading[b-k8412re4tl] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--line-soft);
}

.coa-section-heading h2[b-k8412re4tl] {
    margin: 0 0 4px;
    font-size: 15px;
}

.coa-section-heading p[b-k8412re4tl] {
    margin: 0;
    color: var(--ink-faint);
    font-size: 12px;
    line-height: 1.45;
}

.coa-identity-grid[b-k8412re4tl],
.coa-two-column[b-k8412re4tl] {
    display: grid;
    grid-template-columns: minmax(160px, 210px) minmax(280px, 1fr);
    gap: 16px;
}

.coa-two-column[b-k8412re4tl] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coa-full-field[b-k8412re4tl] {
    grid-column: 1 / -1;
}

.coa-optional[b-k8412re4tl] {
    color: var(--ink-faint);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.coa-field-help[b-k8412re4tl] {
    color: var(--ink-faint);
    font-size: 11px;
    line-height: 1.35;
}

.coa-role-options[b-k8412re4tl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.coa-role-option[b-k8412re4tl] {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-height: 82px;
    padding: 15px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background: var(--surface);
    cursor: pointer;
}

.coa-role-option:hover:not(.disabled)[b-k8412re4tl] {
    border-color: var(--brand-red);
}

.coa-role-option.selected[b-k8412re4tl] {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 2px var(--brand-red-wash);
}

.coa-role-option.disabled[b-k8412re4tl] {
    cursor: not-allowed;
    opacity: .72;
}

.coa-role-option input[b-k8412re4tl] {
    margin-top: 2px;
    accent-color: var(--brand-red);
}

.coa-role-option span[b-k8412re4tl] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.coa-role-option strong[b-k8412re4tl] {
    font-size: 13px;
}

.coa-role-option small[b-k8412re4tl] {
    color: var(--ink-faint);
    font-size: 11.5px;
    line-height: 1.45;
}

.coa-parent-field[b-k8412re4tl] {
    margin-top: 16px;
    max-width: 620px;
}

.coa-field-disabled[b-k8412re4tl] {
    opacity: .65;
}

.coa-status-heading[b-k8412re4tl] {
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.coa-switch-row[b-k8412re4tl] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
}

.coa-switch-row.disabled[b-k8412re4tl] {
    cursor: not-allowed;
    opacity: .72;
}

.coa-error[b-k8412re4tl] {
    margin: 14px 0 0;
}

.coa-action-bar[b-k8412re4tl] {
    position: sticky;
    z-index: 10;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    margin-top: 16px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: color-mix(in srgb, var(--surface) 96%, transparent);
    box-shadow: 0 -5px 18px rgba(20, 24, 29, .06);
    backdrop-filter: blur(8px);
}

.coa-action-summary[b-k8412re4tl] {
    flex: 1;
    color: var(--ink-faint);
    font-size: 12px;
}

input:disabled[b-k8412re4tl],
select:disabled[b-k8412re4tl],
textarea:disabled[b-k8412re4tl] {
    cursor: not-allowed;
    background: var(--surface-sunk);
    color: var(--ink-faint);
}

@media (max-width: 720px) {
    .coa-editor[b-k8412re4tl] {
        width: 100%;
    }

    .coa-page-head[b-k8412re4tl] {
        align-items: flex-start;
    }

    .coa-identity-grid[b-k8412re4tl],
    .coa-two-column[b-k8412re4tl],
    .coa-role-options[b-k8412re4tl] {
        grid-template-columns: 1fr;
    }

    .coa-full-field[b-k8412re4tl] {
        grid-column: auto;
    }

    .coa-section[b-k8412re4tl] {
        padding: 17px;
    }

    .coa-status-heading[b-k8412re4tl] {
        align-items: flex-start;
        flex-direction: column;
    }

    .coa-action-summary[b-k8412re4tl] {
        display: none;
    }

    .coa-action-bar[b-k8412re4tl] {
        justify-content: flex-end;
    }
}
/* _content/EasyMoni.Web/Components/Pages/Banking.razor.rz.scp.css */
.bank-balance-link[b-8dyfq74m1d] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--brand-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

.bank-balance-link__hint[b-8dyfq74m1d] {
    margin-top: 3px;
    font-size: 10.5px;
    font-weight: 650;
    letter-spacing: .01em;
}

.bank-balance-link:hover[b-8dyfq74m1d],
.bank-balance-link:focus-visible[b-8dyfq74m1d] {
    text-decoration: underline;
}

.bank-balance-link:focus-visible[b-8dyfq74m1d] {
    border-radius: 4px;
    outline: 2px solid color-mix(in srgb, var(--brand-red) 35%, transparent);
    outline-offset: 3px;
}
/* _content/EasyMoni.Web/Components/Pages/ChartOfAccounts.razor.rz.scp.css */
.coa-edit-link[b-d09wm5p6xv] {
    color: inherit;
    text-decoration: none;
}

.coa-edit-link:hover[b-d09wm5p6xv],
.coa-edit-link:focus-visible[b-d09wm5p6xv] {
    color: var(--brand-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.coa-balance-link[b-d09wm5p6xv] {
    color: var(--brand-red);
    font-weight: 650;
    text-decoration: none;
    font-variant-numeric: tabular-nums;
}

.coa-balance-link:hover[b-d09wm5p6xv],
.coa-balance-link:focus-visible[b-d09wm5p6xv] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.coa-row-action[b-d09wm5p6xv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    color: var(--ink-faint);
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.coa-row-action:hover[b-d09wm5p6xv],
.coa-row-action:focus-visible[b-d09wm5p6xv] {
    color: var(--brand-red);
    background: var(--brand-red-wash);
}
