/* /Components/Layout/LiveDataRefresh.razor.rz.scp.css */
.live-update-banner[b-pbt97qpx7b] {
    margin-bottom: 0.8rem;
    padding: 0.65rem 0.75rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid color-mix(in srgb, var(--warning) 42%, var(--line));
    border-radius: 0.55rem;
    color: var(--warning);
    background: var(--warning-soft);
}

.live-update-banner > span[b-pbt97qpx7b] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0.22rem color-mix(in srgb, currentColor 15%, transparent);
}

.live-update-banner > div[b-pbt97qpx7b] {
    display: flex;
    flex-direction: column;
}

.live-update-banner strong[b-pbt97qpx7b] {
    font-size: 0.72rem;
}

.live-update-banner small[b-pbt97qpx7b] {
    color: var(--muted-strong);
    font-size: 0.62rem;
}

.live-update-banner button[b-pbt97qpx7b] {
    min-height: 2.25rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid currentColor;
    border-radius: 0.4rem;
    color: inherit;
    background: transparent;
    font-size: 0.65rem;
    font-weight: 850;
}

@media (max-width: 650px) {
    .live-update-banner[b-pbt97qpx7b] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .live-update-banner button[b-pbt97qpx7b] {
        grid-column: 2;
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-vw6eyt2m59] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 15rem minmax(0, 1fr);
}

.sidebar[b-vw6eyt2m59] {
    min-height: 100vh;
    position: sticky;
    top: 0;
    align-self: start;
    background: var(--chrome);
    box-shadow: inset -1px 0 0 color-mix(in srgb, var(--accent) 25%, transparent);
}

.workspace[b-vw6eyt2m59] {
    min-width: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar[b-vw6eyt2m59] {
    min-height: 4.25rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.topbar-context[b-vw6eyt2m59] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.topbar-kicker[b-vw6eyt2m59] {
    overflow: hidden;
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.topbar strong[b-vw6eyt2m59] {
    color: var(--ink-900);
    font-size: 0.78rem;
    font-weight: 650;
    text-transform: capitalize;
}

.topbar-actions[b-vw6eyt2m59] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.service-status[b-vw6eyt2m59] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.72rem;
}

.status-dot[b-vw6eyt2m59] {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--signal);
    box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--signal) 14%, transparent);
}

.profile-link[b-vw6eyt2m59] {
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-small);
    color: var(--accent);
    background: var(--surface);
    font-family: var(--font-mono);
    font-weight: 800;
    text-decoration: none;
}

.profile-link:hover[b-vw6eyt2m59] {
    border-color: var(--accent);
    background: var(--accent-soft);
}

.content[b-vw6eyt2m59] {
    width: min(100%, 102rem);
    margin: 0 auto;
    padding: 1.6rem 1.5rem 2.5rem;
    flex: 1;
}

#blazor-error-ui[b-vw6eyt2m59] {
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
}

@media (max-width: 900px) {
    .app-shell[b-vw6eyt2m59] {
        display: block;
    }

    .sidebar[b-vw6eyt2m59] {
        min-height: auto;
        position: sticky;
        z-index: 40;
    }

    .topbar[b-vw6eyt2m59] {
        min-height: 3.7rem;
        padding-inline: 0.85rem;
        top: 7.95rem;
    }

    .content[b-vw6eyt2m59] {
        padding: 1.15rem 0.85rem 2rem;
    }

}

@media (max-width: 640px) {
    .service-status[b-vw6eyt2m59],
    .theme-toggle [data-theme-label][b-vw6eyt2m59] {
        display: none;
    }

    .theme-toggle[b-vw6eyt2m59] {
        width: 2.25rem;
        padding: 0;
        justify-content: center;
    }

    .topbar-kicker[b-vw6eyt2m59] {
        max-width: 13rem;
    }

}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-head[b-bvr2c3m86r] {
    min-height: 5rem;
    padding: 1.15rem 1rem 0.85rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand[b-bvr2c3m86r] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #edf5f8;
    text-decoration: none;
}

.brand-symbol[b-bvr2c3m86r] {
    width: 2.35rem;
    height: 2.35rem;
    position: relative;
    display: block;
    border: 1px solid color-mix(in srgb, var(--accent) 75%, transparent);
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 18%, transparent), transparent 65%);
}

.brand-symbol i[b-bvr2c3m86r] {
    position: absolute;
    top: 0.34rem;
    right: 0.18rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid var(--chrome);
    border-radius: 50%;
    background: var(--signal);
    box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--signal) 22%, transparent);
}

.brand-symbol[b-bvr2c3m86r]::before,
.brand-symbol[b-bvr2c3m86r]::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.brand-symbol[b-bvr2c3m86r]::before {
    inset: 0.42rem;
    border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
}

.brand-symbol[b-bvr2c3m86r]::after {
    inset: 0.88rem;
    background: var(--accent);
}

.brand > span:last-child[b-bvr2c3m86r] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.brand strong[b-bvr2c3m86r] {
    font-family: var(--font-mono);
    font-size: 0.93rem;
    letter-spacing: 0.1em;
}

.brand small[b-bvr2c3m86r] {
    color: rgba(226, 237, 245, 0.72);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-panel[b-bvr2c3m86r] {
    min-height: calc(100vh - 5rem);
    padding: 0.5rem 0.65rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-section[b-bvr2c3m86r] {
    margin: 1.15rem 0.65rem 0.4rem;
    color: rgba(226, 237, 245, 0.64);
    font-family: var(--font-mono);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

nav[b-bvr2c3m86r]  .nav-link {
    min-height: 2.55rem;
    margin-bottom: 0.1rem;
    padding: 0.55rem 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-left: 2px solid transparent;
    color: rgba(226, 237, 245, 0.66);
    font-size: 0.84rem;
    font-weight: 620;
    text-decoration: none;
    transition: 100ms ease;
}

nav[b-bvr2c3m86r]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
}

nav[b-bvr2c3m86r]  .nav-link.active {
    border-left-color: var(--accent);
    color: #fff;
    background: color-mix(in srgb, var(--accent) 10%, transparent);
}

nav[b-bvr2c3m86r]  .nav-link.active .nav-icon {
    color: #b6adff;
}

.nav-icon[b-bvr2c3m86r] {
    width: 2rem;
    flex: 0 0 auto;
    color: rgba(226, 237, 245, 0.68);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    font-weight: 700;
}

.nav-icon-signal[b-bvr2c3m86r] {
    color: #ff8b74;
}

.nav-account[b-bvr2c3m86r] {
    margin-top: 1.4rem;
    padding: 0.75rem 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-account > div[b-bvr2c3m86r] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.account-label[b-bvr2c3m86r] {
    color: rgba(226, 237, 245, 0.64);
    font-family: var(--font-mono);
    font-size: 0.64rem;
    text-transform: uppercase;
}

.nav-account strong[b-bvr2c3m86r] {
    overflow: hidden;
    color: rgba(226, 237, 245, 0.7);
    font-size: 0.74rem;
    text-overflow: ellipsis;
}

.nav-account button[b-bvr2c3m86r] {
    min-width: 2.2rem;
    height: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-small);
    color: rgba(226, 237, 245, 0.72);
    background: transparent;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    cursor: pointer;
}

@media (max-width: 900px) {
    .nav-head[b-bvr2c3m86r] {
        min-height: 4rem;
        padding: 0.65rem 0.85rem;
    }

    .brand-symbol[b-bvr2c3m86r] {
        width: 2rem;
        height: 2rem;
    }

    .brand small[b-bvr2c3m86r] {
        display: none;
    }

    .nav-panel[b-bvr2c3m86r] {
        min-height: 3.95rem;
        padding: 0 0.5rem;
        display: block;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    nav[b-bvr2c3m86r] {
        width: max-content;
        min-width: 100%;
        display: flex;
        align-items: stretch;
    }

    .nav-section[b-bvr2c3m86r] {
        display: none;
    }

    nav[b-bvr2c3m86r]  .nav-link {
        min-width: 7rem;
        min-height: 3.95rem;
        margin: 0;
        padding: 0.5rem 0.7rem;
        border-bottom: 2px solid transparent;
        border-left: 0;
        flex-direction: column;
        justify-content: center;
        gap: 0.18rem;
        font-size: 0.64rem;
        white-space: nowrap;
    }

    nav[b-bvr2c3m86r]  .nav-link.active {
        border-bottom-color: var(--accent);
    }

    .nav-icon[b-bvr2c3m86r] {
        width: auto;
        font-size: 0.5rem;
    }

    .nav-account[b-bvr2c3m86r] {
        display: none;
    }
}
/* /Components/Layout/OperationalFooter.razor.rz.scp.css */
.ops-footer[b-a6q0ljepaq] {
    border-top: 1px solid var(--line-strong);
    color: var(--muted-strong);
    background:
        linear-gradient(100deg, color-mix(in srgb, var(--accent) 5%, transparent), transparent 38%),
        var(--surface);
}

.ops-footer__main[b-a6q0ljepaq] {
    width: min(100%, 102rem);
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: grid;
    grid-template-columns: minmax(14rem, 1fr) auto minmax(13rem, 1fr);
    align-items: center;
    gap: 1.25rem;
}

.ops-footer__identity[b-a6q0ljepaq],
.ops-footer__state[b-a6q0ljepaq] {
    min-width: 0;
}

.ops-footer__brand[b-a6q0ljepaq],
.ops-footer__status[b-a6q0ljepaq] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.ops-footer__mark[b-a6q0ljepaq] {
    width: 2rem;
    height: 2rem;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--accent);
    border-radius: var(--radius-small);
    color: var(--accent);
    background: var(--accent-soft);
    font-family: var(--font-mono);
    font-weight: 800;
}

.ops-footer__brand > span:last-child[b-a6q0ljepaq],
.ops-footer__status > span[b-a6q0ljepaq] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ops-footer__brand strong[b-a6q0ljepaq] {
    color: var(--ink-900);
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ops-footer small[b-a6q0ljepaq],
.ops-footer__started[b-a6q0ljepaq] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.7rem;
}

.ops-footer__identity p[b-a6q0ljepaq] {
    margin: 0.45rem 0 0;
    font-size: 0.76rem;
}

.ops-footer a[b-a6q0ljepaq] {
    color: inherit;
    text-underline-offset: 0.18rem;
}

.ops-footer a:hover[b-a6q0ljepaq] {
    color: var(--accent);
}

.ops-footer__build[b-a6q0ljepaq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
}

.ops-badge[b-a6q0ljepaq] {
    min-height: 2rem;
    padding: 0.38rem 0.55rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.18rem;
    color: var(--ink-800);
    background: color-mix(in srgb, var(--surface) 82%, var(--paper));
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.ops-badge > span[b-a6q0ljepaq] {
    color: var(--muted);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
}

.ops-badge--accent[b-a6q0ljepaq] {
    border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
    color: var(--accent);
    background: var(--accent-soft);
}

.ops-badge--accent > span[b-a6q0ljepaq] {
    color: var(--accent-strong);
}

.ops-badge:hover[b-a6q0ljepaq] {
    border-color: var(--accent);
    background: var(--accent-soft);
}

.ops-footer__state[b-a6q0ljepaq] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0.35rem;
    text-align: right;
}

.ops-footer__status i[b-a6q0ljepaq] {
    width: 0.5rem;
    height: 0.5rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--success) 14%, transparent);
}

.ops-footer__status strong[b-a6q0ljepaq] {
    color: var(--ink-900);
    font-size: 0.78rem;
}

.ops-footer__rail[b-a6q0ljepaq] {
    min-height: 2.35rem;
    padding: 0.55rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--line);
    color: var(--muted-strong);
    background: var(--surface-soft);
    font-family: var(--font-mono);
    font-size: 0.68rem;
}

.ops-footer__rail > span[b-a6q0ljepaq],
.ops-footer__rail nav[b-a6q0ljepaq] {
    min-width: 0;
}

.ops-footer__rail nav[b-a6q0ljepaq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.9rem;
}

@media (max-width: 1120px) {
    .ops-footer__main[b-a6q0ljepaq] {
        grid-template-columns: minmax(13rem, 1fr) minmax(18rem, 1.4fr);
    }

    .ops-footer__build[b-a6q0ljepaq] {
        justify-content: flex-end;
    }

    .ops-footer__state[b-a6q0ljepaq] {
        grid-column: 1 / -1;
        padding-top: 0.8rem;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        border-top: 1px dashed var(--line);
        text-align: left;
    }
}

@media (max-width: 720px) {
    .ops-footer__main[b-a6q0ljepaq] {
        padding: 1rem 0.85rem;
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .ops-footer__identity[b-a6q0ljepaq],
    .ops-footer__state[b-a6q0ljepaq] {
        text-align: left;
    }

    .ops-footer__build[b-a6q0ljepaq] {
        justify-content: flex-start;
    }

    .ops-footer__state[b-a6q0ljepaq] {
        grid-column: auto;
        align-items: flex-start;
        flex-direction: column;
    }

    .ops-footer__rail[b-a6q0ljepaq] {
        padding: 0.7rem 0.85rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .ops-footer__rail nav[b-a6q0ljepaq] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5e5lz51w0b],
.components-reconnect-repeated-attempt-visible[b-5e5lz51w0b],
.components-reconnect-failed-visible[b-5e5lz51w0b],
.components-pause-visible[b-5e5lz51w0b],
.components-resume-failed-visible[b-5e5lz51w0b],
.components-rejoining-animation[b-5e5lz51w0b] {
    display: none;
}

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


#components-reconnect-modal[b-5e5lz51w0b] {
    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-5e5lz51w0b 0.5s both;
    &[open]

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-5e5lz51w0b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-5e5lz51w0b {
    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/Pages/Alerts.razor.rz.scp.css */
.alerts-heading[b-ev19bpfebb] {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.alerts-heading h1[b-ev19bpfebb] {
    margin-bottom: 0.55rem;
}

.alerts-heading p:last-child[b-ev19bpfebb] {
    margin: 0;
    color: var(--muted-strong);
}

.alert-summary[b-ev19bpfebb] {
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
}

.alert-summary article[b-ev19bpfebb] {
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 0.65rem;
    background: var(--surface);
}

.alert-summary span[b-ev19bpfebb] {
    color: var(--muted);
    font-size: 0.68rem;
}

.alert-summary strong[b-ev19bpfebb] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.35rem;
}

.alerts-list[b-ev19bpfebb] {
    display: grid;
    gap: 0.55rem;
}

.alert-card[b-ev19bpfebb] {
    padding: 0.85rem;
    display: grid;
    grid-template-columns: 2.3rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--line);
    border-left: 3px solid var(--info);
    border-radius: 0.65rem;
    color: var(--ink-900);
    background: var(--surface);
    text-decoration: none;
}

.alert-card.critical[b-ev19bpfebb] {
    border-left-color: var(--danger);
}

.alert-card.important[b-ev19bpfebb] {
    border-left-color: var(--warning);
}

.alert-icon[b-ev19bpfebb] {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--info);
    font-weight: 900;
}

.critical .alert-icon[b-ev19bpfebb] {
    background: var(--danger);
}

.important .alert-icon[b-ev19bpfebb] {
    background: var(--warning);
}

.alert-card > span:nth-child(2)[b-ev19bpfebb] {
    display: flex;
    flex-direction: column;
}

.alert-card small[b-ev19bpfebb] {
    color: var(--muted);
    font-size: 0.58rem;
    text-transform: uppercase;
}

.alert-card strong[b-ev19bpfebb] {
    font-family: var(--font-mono);
    font-size: 1rem;
}

.alert-card > span:nth-child(2) > span[b-ev19bpfebb] {
    color: var(--muted-strong);
    font-size: 0.68rem;
}

.alert-card b[b-ev19bpfebb] {
    color: var(--mint-strong);
    font-size: 0.65rem;
}

.all-clear[b-ev19bpfebb] {
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    border-radius: 0.8rem;
    background: var(--success-soft);
}

@media (max-width: 680px) {
    .alerts-heading[b-ev19bpfebb] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .alert-summary[b-ev19bpfebb] {
        grid-template-columns: 1fr;
    }

    .alert-card[b-ev19bpfebb] {
        grid-template-columns: 2.3rem minmax(0, 1fr);
    }

    .alert-card b[b-ev19bpfebb] {
        grid-column: 2;
    }
}
/* /Components/Pages/Backup.razor.rz.scp.css */
.backup-heading[b-y2kdb4ov23] {
    max-width: 60rem;
    margin-bottom: 1.2rem;
}

.backup-heading p:last-child[b-y2kdb4ov23] {
    color: var(--muted-strong);
}

.maintenance-error[b-y2kdb4ov23],
.artifact-result[b-y2kdb4ov23],
.import-result[b-y2kdb4ov23],
.restore-result[b-y2kdb4ov23] {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    border-radius: 0.65rem;
}

.import-result[b-y2kdb4ov23],
.restore-result[b-y2kdb4ov23] {
    display: flex;
    flex-direction: column;
    border-left: 3px solid var(--success);
    color: var(--success);
    background: var(--success-soft);
}

.restore-result.unhealthy[b-y2kdb4ov23] {
    border-color: var(--danger);
    color: var(--danger);
    background: var(--danger-soft);
}

.import-result span[b-y2kdb4ov23],
.restore-result span[b-y2kdb4ov23] {
    color: var(--ink);
    font-size: 0.7rem;
}

.import-result small[b-y2kdb4ov23],
.restore-result small[b-y2kdb4ov23] {
    overflow-wrap: anywhere;
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.58rem;
}

.maintenance-error[b-y2kdb4ov23] {
    color: var(--danger);
    background: var(--danger-soft);
}

.artifact-result[b-y2kdb4ov23] {
    display: flex;
    gap: 0.7rem;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    color: var(--success);
    background: var(--success-soft);
}

.artifact-result > span[b-y2kdb4ov23] {
    font-weight: 900;
}

.artifact-result > div[b-y2kdb4ov23] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.artifact-result small[b-y2kdb4ov23] {
    font-size: 0.64rem;
}

.artifact-result code[b-y2kdb4ov23] {
    overflow: hidden;
    color: var(--muted-strong);
    font-size: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artifact-download[b-y2kdb4ov23] {
    margin-top: 0.35rem;
    color: var(--accent);
    font-size: 0.66rem;
    font-weight: 800;
}

.maintenance-grid[b-y2kdb4ov23] {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.maintenance-card[b-y2kdb4ov23],
.artifacts-panel[b-y2kdb4ov23] {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: var(--surface);
}

.maintenance-card[b-y2kdb4ov23] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.step[b-y2kdb4ov23] {
    width: 1.7rem;
    height: 1.7rem;
    margin-bottom: 0.8rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink-950);
    background: var(--mint);
    font-size: 0.62rem;
    font-weight: 900;
}

.maintenance-card p[b-y2kdb4ov23] {
    min-height: 3.3rem;
    color: var(--muted-strong);
    font-size: 0.7rem;
}

.maintenance-card button[b-y2kdb4ov23] {
    margin-top: auto;
}

.health-result[b-y2kdb4ov23] {
    width: 100%;
    margin-top: 0.7rem;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    color: var(--success);
    background: var(--success-soft);
}

.health-result.unhealthy[b-y2kdb4ov23] {
    color: var(--danger);
    background: var(--danger-soft);
}

.health-result span[b-y2kdb4ov23] {
    font-size: 0.6rem;
}

.artifacts-panel > div:first-child h2[b-y2kdb4ov23] {
    margin: 0;
}

.import-preview-panel[b-y2kdb4ov23] {
    margin-bottom: 1rem;
    padding: clamp(1rem, 3vw, 1.4rem);
    border: 1px solid var(--line-strong);
    border-radius: 0.75rem;
    background:
        linear-gradient(120deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 45%),
        var(--surface);
}

.preview-heading[b-y2kdb4ov23] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.preview-heading h2[b-y2kdb4ov23] {
    margin: 0;
}

.preview-heading p:last-child[b-y2kdb4ov23] {
    max-width: 54rem;
    margin: 0.35rem 0 0;
    color: var(--muted-strong);
    font-size: 0.72rem;
}

.preview-heading > span[b-y2kdb4ov23] {
    flex: 0 0 auto;
    padding: 0.32rem 0.5rem;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    border-radius: 999px;
    color: var(--success);
    background: var(--success-soft);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.import-picker[b-y2kdb4ov23] {
    margin: 1rem 0;
    padding: 0.8rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.15rem 1rem;
    border: 1px dashed var(--line-strong);
    border-radius: 0.6rem;
    background: var(--paper);
    cursor: pointer;
}

.import-picker strong[b-y2kdb4ov23] {
    font-size: 0.78rem;
}

.import-picker small[b-y2kdb4ov23] {
    color: var(--muted);
    font-size: 0.6rem;
}

.import-picker input[b-y2kdb4ov23] {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 18rem;
    color: var(--muted-strong);
    font-size: 0.66rem;
}

.preview-summary[b-y2kdb4ov23] {
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-left: 3px solid var(--success);
    background: var(--success-soft);
}

.preview-summary > div[b-y2kdb4ov23] {
    display: flex;
    flex-direction: column;
}

.preview-summary span[b-y2kdb4ov23],
.preview-summary small[b-y2kdb4ov23],
.preview-summary code[b-y2kdb4ov23] {
    font-family: var(--font-mono);
    font-size: 0.58rem;
}

.preview-summary span[b-y2kdb4ov23] {
    color: var(--success);
    font-weight: 900;
}

.preview-summary code[b-y2kdb4ov23] {
    overflow: hidden;
    max-width: 21rem;
    color: var(--muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-table-wrap[b-y2kdb4ov23] {
    overflow-x: auto;
    margin-top: 0.7rem;
}

.preview-table[b-y2kdb4ov23] {
    width: 100%;
    min-width: 38rem;
    border-collapse: collapse;
    font-size: 0.68rem;
}

.preview-table th[b-y2kdb4ov23],
.preview-table td[b-y2kdb4ov23] {
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.preview-table th[b-y2kdb4ov23] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.55rem;
    text-transform: uppercase;
}

.preview-table td:first-child[b-y2kdb4ov23] {
    display: flex;
    flex-direction: column;
}

.preview-table td small[b-y2kdb4ov23] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.54rem;
}

.preview-status[b-y2kdb4ov23] {
    padding: 0.25rem 0.4rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    white-space: nowrap;
}

.preview-status.same[b-y2kdb4ov23],
.preview-status.ready[b-y2kdb4ov23] {
    color: var(--success);
    background: var(--success-soft);
}

.preview-status.conflict[b-y2kdb4ov23] {
    color: var(--warning);
    background: var(--warning-soft);
}

.preview-gate[b-y2kdb4ov23] {
    margin: 0.75rem 0 0;
    padding: 0.65rem;
    color: var(--success);
    background: var(--success-soft);
    font-size: 0.66rem;
}

.preview-gate.has-conflicts[b-y2kdb4ov23] {
    color: var(--warning);
    background: var(--warning-soft);
}

.row-decisions[b-y2kdb4ov23] {
    margin-top: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 0.65rem;
    overflow: hidden;
}

.row-decisions-heading[b-y2kdb4ov23],
.row-decision[b-y2kdb4ov23] {
    padding: 0.65rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.row-decisions-heading[b-y2kdb4ov23] {
    background: var(--surface-soft);
}

.row-decisions-heading > div[b-y2kdb4ov23],
.row-decision > div[b-y2kdb4ov23] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.row-decisions-heading span[b-y2kdb4ov23],
.row-decision > div span[b-y2kdb4ov23] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.56rem;
    font-weight: 800;
}

.row-decisions-heading strong[b-y2kdb4ov23],
.row-decision > div strong[b-y2kdb4ov23] {
    font-size: 0.7rem;
}

.row-decision[b-y2kdb4ov23] {
    border-top: 1px solid var(--line);
    background: var(--paper);
}

.row-decision select[b-y2kdb4ov23] {
    min-width: 14rem;
    min-height: 2.25rem;
    padding: 0.4rem 0.55rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.4rem;
    color: var(--ink);
    background: var(--surface);
    font-size: 0.66rem;
}

.import-confirmation[b-y2kdb4ov23] {
    margin-top: 0.8rem;
    padding: 0.8rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem) auto;
    align-items: end;
    gap: 0.8rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.65rem;
    background: var(--surface-soft);
}

.import-confirmation > div[b-y2kdb4ov23],
.import-confirmation label[b-y2kdb4ov23] {
    display: flex;
    flex-direction: column;
}

.import-confirmation strong[b-y2kdb4ov23],
.import-confirmation label span[b-y2kdb4ov23] {
    font-size: 0.7rem;
    font-weight: 800;
}

.import-confirmation small[b-y2kdb4ov23] {
    max-width: 42rem;
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.import-confirmation input[b-y2kdb4ov23] {
    min-height: 2.25rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.4rem;
    color: var(--ink);
    background: var(--surface);
    font-family: var(--font-mono);
}

.empty[b-y2kdb4ov23] {
    color: var(--muted);
    font-size: 0.72rem;
}

.artifact-list[b-y2kdb4ov23] {
    margin-top: 1rem;
    display: grid;
    gap: 0.4rem;
}

.artifact-list article[b-y2kdb4ov23] {
    padding: 0.6rem;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.6rem;
    border-radius: 0.5rem;
    background: var(--paper);
}

.artifact-list article > span[b-y2kdb4ov23] {
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border-radius: 0.4rem;
    color: var(--ink-950);
    background: var(--mint);
    font-size: 0.55rem;
    font-weight: 900;
}

.artifact-list article > div[b-y2kdb4ov23] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.artifact-list strong[b-y2kdb4ov23] {
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
}

.artifact-list small[b-y2kdb4ov23],
.artifact-list b[b-y2kdb4ov23] {
    color: var(--muted);
    font-size: 0.6rem;
}

.artifact-list article > a[b-y2kdb4ov23] {
    color: var(--accent);
    font-size: 0.62rem;
    font-weight: 800;
}

.artifact-actions[b-y2kdb4ov23] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.artifact-actions button[b-y2kdb4ov23],
.artifact-actions a[b-y2kdb4ov23] {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    border: 0;
    color: var(--accent);
    background: transparent;
    font-size: 0.62rem;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 850px) {
    .maintenance-grid[b-y2kdb4ov23] {
        grid-template-columns: 1fr;
    }

    .maintenance-card p[b-y2kdb4ov23] {
        min-height: auto;
    }

    .preview-heading[b-y2kdb4ov23],
    .preview-summary[b-y2kdb4ov23] {
        flex-direction: column;
    }

    .row-decisions-heading[b-y2kdb4ov23],
    .row-decision[b-y2kdb4ov23] {
        align-items: stretch;
        flex-direction: column;
    }

    .row-decision select[b-y2kdb4ov23],
    .row-decision label[b-y2kdb4ov23] {
        width: 100%;
        min-width: 0;
    }

    .import-confirmation[b-y2kdb4ov23] {
        grid-template-columns: 1fr;
    }

    .import-picker[b-y2kdb4ov23] {
        grid-template-columns: 1fr;
    }

    .import-picker input[b-y2kdb4ov23] {
        grid-column: 1;
        grid-row: auto;
        max-width: 100%;
        margin-top: 0.45rem;
    }

    .artifact-list article[b-y2kdb4ov23] {
        grid-template-columns: 2rem minmax(0, 1fr) auto;
    }

    .artifact-list article > a[b-y2kdb4ov23] {
        grid-column: 2 / -1;
    }

    .artifact-actions[b-y2kdb4ov23] {
        grid-column: 2 / -1;
        flex-wrap: wrap;
    }
}
/* /Components/Pages/BankReconciliation.razor.rz.scp.css */
.bank-heading[b-wvmhbnt4yb] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-strong);
}

.bank-heading h1[b-wvmhbnt4yb],
.bank-heading p:last-child[b-wvmhbnt4yb] {
    margin-bottom: 0;
}

.bank-heading > div:first-child p:last-child[b-wvmhbnt4yb] {
    max-width: 62rem;
    color: var(--muted-strong);
}

.no-auto-confirm[b-wvmhbnt4yb] {
    display: grid;
    gap: .2rem;
    max-width: 22rem;
    padding: .8rem 1rem;
    border-left: 3px solid var(--success);
    background: var(--success-soft);
}

.no-auto-confirm small[b-wvmhbnt4yb] {
    color: var(--muted-strong);
}

.bank-message[b-wvmhbnt4yb] {
    margin: 1rem 0;
    padding: .9rem 1rem;
    border-left: 3px solid var(--accent);
    background: var(--accent-soft);
}

.bank-message.success[b-wvmhbnt4yb] {
    border-color: var(--success);
    background: var(--success-soft);
}

.bank-message.error[b-wvmhbnt4yb] {
    border-color: var(--danger);
    background: var(--danger-soft);
}

.bank-kpis[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.bank-kpis div[b-wvmhbnt4yb] {
    display: grid;
    gap: .35rem;
    padding: 1rem 1.2rem;
    border-left: 1px solid var(--line);
}

.bank-kpis div:first-child[b-wvmhbnt4yb] {
    border-left: 0;
}

.bank-kpis span[b-wvmhbnt4yb],
.preview-summary span[b-wvmhbnt4yb] {
    color: var(--muted-strong);
    font: .66rem var(--font-mono);
    text-transform: uppercase;
}

.bank-kpis strong[b-wvmhbnt4yb] {
    font-size: 1.65rem;
}

.bank-import[b-wvmhbnt4yb],
.review-register[b-wvmhbnt4yb],
.matched-register[b-wvmhbnt4yb],
.decision-panel[b-wvmhbnt4yb] {
    margin-top: 1rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.bank-import > header[b-wvmhbnt4yb],
.review-register > header[b-wvmhbnt4yb],
.matched-register > header[b-wvmhbnt4yb] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.bank-import h2[b-wvmhbnt4yb],
.review-register h2[b-wvmhbnt4yb],
.matched-register h2[b-wvmhbnt4yb] {
    margin: .15rem 0 0;
}

.bank-import > header > span[b-wvmhbnt4yb],
.review-register > header > span[b-wvmhbnt4yb],
.matched-register > header > span[b-wvmhbnt4yb] {
    color: var(--muted-strong);
    font: .68rem var(--font-mono);
    text-transform: uppercase;
}

.import-contract[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: var(--surface-subtle);
}

.import-contract p[b-wvmhbnt4yb] {
    margin: .25rem 0 0;
    color: var(--muted-strong);
}

.import-actions[b-wvmhbnt4yb],
.import-confirmation[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
}

.statement-picker[b-wvmhbnt4yb],
.import-confirmation label[b-wvmhbnt4yb],
.decision-panel label[b-wvmhbnt4yb] {
    display: grid;
    gap: .4rem;
    font: 700 .75rem var(--font-mono);
}

.statement-picker input[b-wvmhbnt4yb],
.import-confirmation input[b-wvmhbnt4yb],
.decision-panel input[b-wvmhbnt4yb] {
    min-height: 2.8rem;
    width: 100%;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--ink);
}

.statement-picker input[b-wvmhbnt4yb] {
    padding: .55rem;
}

.statement-picker small[b-wvmhbnt4yb],
.preview-more[b-wvmhbnt4yb] {
    color: var(--muted-strong);
}

.preview-summary[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.preview-summary div[b-wvmhbnt4yb] {
    display: grid;
    gap: .2rem;
    padding: .8rem 1.25rem;
    border-left: 1px solid var(--line);
}

.preview-summary div:first-child[b-wvmhbnt4yb] {
    border-left: 0;
}

.preview-table-wrap[b-wvmhbnt4yb] {
    overflow-x: auto;
}

.preview-table[b-wvmhbnt4yb] {
    width: 100%;
    border-collapse: collapse;
}

.preview-table th[b-wvmhbnt4yb],
.preview-table td[b-wvmhbnt4yb] {
    padding: .65rem .8rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.preview-table th[b-wvmhbnt4yb] {
    font: .68rem var(--font-mono);
    text-transform: uppercase;
}

.preview-more[b-wvmhbnt4yb] {
    margin: .7rem 1.25rem;
}

.decision-panel[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: minmax(18rem, 1.4fr) minmax(15rem, 1fr) auto;
    align-items: end;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-left: 4px solid var(--accent);
}

.decision-panel h2[b-wvmhbnt4yb],
.decision-panel p[b-wvmhbnt4yb] {
    margin: .2rem 0;
}

.decision-panel.is-ignore[b-wvmhbnt4yb] {
    border-left-color: var(--warning);
}

.decision-panel.is-correction[b-wvmhbnt4yb] {
    border-left-color: var(--danger);
}

.decision-warning[b-wvmhbnt4yb] {
    color: var(--success);
    font-weight: 700;
}

.decision-actions[b-wvmhbnt4yb] {
    display: flex;
    gap: .5rem;
}

.empty-review[b-wvmhbnt4yb] {
    margin: 0;
    padding: 2rem 1.25rem;
    color: var(--muted-strong);
}

.transaction-list article[b-wvmhbnt4yb] {
    border-top: 1px solid var(--line);
}

.transaction-list article:first-child[b-wvmhbnt4yb] {
    border-top: 0;
}

.transaction-fact[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: 4.5rem minmax(12rem, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.transaction-fact > div[b-wvmhbnt4yb] {
    display: grid;
    gap: .2rem;
}

.transaction-fact small[b-wvmhbnt4yb],
.suggestion-row small[b-wvmhbnt4yb],
.matched-list small[b-wvmhbnt4yb],
.no-suggestion small[b-wvmhbnt4yb] {
    color: var(--muted-strong);
}

.transaction-fact b[b-wvmhbnt4yb] {
    font-size: 1.2rem;
}

.direction[b-wvmhbnt4yb] {
    padding: .35rem .45rem;
    border: 1px solid var(--danger);
    color: var(--danger);
    font: 700 .65rem var(--font-mono);
    text-align: center;
    text-transform: uppercase;
}

.direction.credit[b-wvmhbnt4yb] {
    border-color: var(--success);
    color: var(--success);
}

.suggestions[b-wvmhbnt4yb],
.no-suggestion[b-wvmhbnt4yb] {
    margin: 0 1.25rem 1rem 6.75rem;
    border: 1px solid var(--line);
}

.suggestion-row[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: 4.25rem minmax(12rem, 1fr) minmax(14rem, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: .8rem;
    border-top: 1px solid var(--line);
}

.suggestion-row:first-child[b-wvmhbnt4yb] {
    border-top: 0;
}

.suggestion-row > div:nth-child(2)[b-wvmhbnt4yb],
.score[b-wvmhbnt4yb],
.no-suggestion[b-wvmhbnt4yb] {
    display: grid;
    gap: .15rem;
}

.score[b-wvmhbnt4yb] {
    color: var(--accent);
}

.score strong[b-wvmhbnt4yb] {
    font-size: 1.35rem;
}

.reasons[b-wvmhbnt4yb] {
    color: var(--muted-strong);
    font-size: .82rem;
}

.no-suggestion[b-wvmhbnt4yb] {
    padding: .8rem;
}

.transaction-list footer[b-wvmhbnt4yb] {
    padding: .65rem 1.25rem;
    border-top: 1px dashed var(--line);
    text-align: right;
}

.matched-list article[b-wvmhbnt4yb] {
    display: grid;
    grid-template-columns: 1fr .8fr 1.2fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
}

.matched-list article:first-child[b-wvmhbnt4yb] {
    border-top: 0;
}

.matched-list article > div[b-wvmhbnt4yb] {
    display: grid;
    gap: .2rem;
}

.matched-list article > div:last-child[b-wvmhbnt4yb] {
    justify-items: end;
}

@media (max-width: 1050px) {
    .decision-panel[b-wvmhbnt4yb],
    .suggestion-row[b-wvmhbnt4yb],
    .matched-list article[b-wvmhbnt4yb] {
        grid-template-columns: 1fr 1fr;
    }

    .decision-panel > div:first-child[b-wvmhbnt4yb],
    .suggestion-row .reasons[b-wvmhbnt4yb] {
        grid-column: 1 / -1;
    }

    .suggestions[b-wvmhbnt4yb],
    .no-suggestion[b-wvmhbnt4yb] {
        margin-left: 1.25rem;
    }
}

@media (max-width: 700px) {
    .bank-heading[b-wvmhbnt4yb],
    .bank-import > header[b-wvmhbnt4yb],
    .review-register > header[b-wvmhbnt4yb],
    .matched-register > header[b-wvmhbnt4yb] {
        align-items: flex-start;
        flex-direction: column;
    }

    .no-auto-confirm[b-wvmhbnt4yb] {
        max-width: none;
        width: 100%;
    }

    .bank-kpis[b-wvmhbnt4yb],
    .preview-summary[b-wvmhbnt4yb],
    .import-contract[b-wvmhbnt4yb],
    .import-actions[b-wvmhbnt4yb],
    .import-confirmation[b-wvmhbnt4yb],
    .decision-panel[b-wvmhbnt4yb],
    .suggestion-row[b-wvmhbnt4yb],
    .matched-list article[b-wvmhbnt4yb] {
        grid-template-columns: 1fr;
    }

    .bank-kpis div[b-wvmhbnt4yb],
    .preview-summary div[b-wvmhbnt4yb] {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .bank-kpis div:first-child[b-wvmhbnt4yb],
    .preview-summary div:first-child[b-wvmhbnt4yb] {
        border-top: 0;
    }

    .import-actions button[b-wvmhbnt4yb],
    .import-confirmation button[b-wvmhbnt4yb],
    .decision-actions[b-wvmhbnt4yb],
    .decision-actions button[b-wvmhbnt4yb],
    .suggestion-row button[b-wvmhbnt4yb] {
        width: 100%;
    }

    .transaction-fact[b-wvmhbnt4yb] {
        grid-template-columns: 4rem 1fr;
    }

    .transaction-fact b[b-wvmhbnt4yb] {
        grid-column: 2;
    }

    .suggestions[b-wvmhbnt4yb],
    .no-suggestion[b-wvmhbnt4yb] {
        margin: 0 1rem 1rem;
    }

    .suggestion-row .reasons[b-wvmhbnt4yb],
    .decision-panel > div:first-child[b-wvmhbnt4yb] {
        grid-column: auto;
    }

    .matched-list article > div:last-child[b-wvmhbnt4yb] {
        justify-items: start;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.calendar-heading[b-xu1zvmr8wu] {
    margin-bottom: 1rem;
    padding-bottom: 1.1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 1px solid var(--line-strong);
}

.calendar-heading h1[b-xu1zvmr8wu] {
    margin-bottom: 0.35rem;
    text-transform: capitalize;
}

.calendar-heading p:last-child[b-xu1zvmr8wu] {
    margin: 0;
    color: var(--muted-strong);
}

.calendar-commands[b-xu1zvmr8wu] {
    display: flex;
    gap: 0.5rem;
}

.calendar-toolbar[b-xu1zvmr8wu] {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
}

.month-navigation[b-xu1zvmr8wu],
.state-filters[b-xu1zvmr8wu] {
    display: flex;
    border: 1px solid var(--line);
    background: var(--surface);
}

.month-navigation a[b-xu1zvmr8wu],
.state-filters a[b-xu1zvmr8wu] {
    min-height: 2.35rem;
    padding: 0.5rem 0.72rem;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--line);
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    text-decoration: none;
}

.month-navigation a:first-child[b-xu1zvmr8wu],
.state-filters a:first-child[b-xu1zvmr8wu] {
    border-left: 0;
}

.state-filters a.active[b-xu1zvmr8wu] {
    color: var(--accent-contrast);
    background: var(--accent);
}

.month-navigation a:hover[b-xu1zvmr8wu],
.state-filters a:not(.active):hover[b-xu1zvmr8wu] {
    color: var(--accent);
    background: var(--accent-soft);
}

.month-readout[b-xu1zvmr8wu] {
    margin-bottom: 0.75rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--surface);
}

.month-readout > div[b-xu1zvmr8wu] {
    padding: 0.65rem 0.8rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    border-left: 1px solid var(--line);
}

.month-readout > div:first-child[b-xu1zvmr8wu] {
    border-left: 0;
}

.month-readout span[b-xu1zvmr8wu] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.54rem;
    text-transform: uppercase;
}

.month-readout strong[b-xu1zvmr8wu] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 0.78rem;
}

.calendar-layout[b-xu1zvmr8wu] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17rem;
    border: 1px solid var(--line);
    background: var(--surface);
}

.calendar-board[b-xu1zvmr8wu] {
    min-width: 0;
}

.weekday-row[b-xu1zvmr8wu] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid var(--line-strong);
    background: var(--surface-soft);
}

.weekday-row span[b-xu1zvmr8wu] {
    padding: 0.5rem;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
}

.weekday-row span:first-child[b-xu1zvmr8wu] {
    border-left: 0;
}

.month-grid[b-xu1zvmr8wu] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.day-cell[b-xu1zvmr8wu] {
    min-width: 0;
    min-height: 8.3rem;
    padding: 0.42rem;
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: var(--surface);
}

.day-cell:nth-child(7n + 1)[b-xu1zvmr8wu] {
    border-left: 0;
}

.day-cell:nth-last-child(-n + 7)[b-xu1zvmr8wu] {
    border-bottom: 0;
}

.day-cell.outside-month[b-xu1zvmr8wu] {
    background: var(--surface-soft);
}

.day-cell.outside-month time[b-xu1zvmr8wu] {
    color: var(--muted);
}

.day-cell.today[b-xu1zvmr8wu] {
    box-shadow: inset 0 0 0 1px var(--accent);
}

.day-cell > header[b-xu1zvmr8wu] {
    min-height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
}

.day-cell time[b-xu1zvmr8wu] {
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
}

.day-cell.today time[b-xu1zvmr8wu] {
    color: var(--accent);
}

.day-cell > header span[b-xu1zvmr8wu] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.42rem;
    text-transform: uppercase;
}

.day-events[b-xu1zvmr8wu] {
    display: grid;
    gap: 0.25rem;
}

.calendar-event[b-xu1zvmr8wu] {
    min-width: 0;
    padding: 0.3rem 0.35rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.3rem;
    border-left: 2px solid var(--warning);
    color: var(--ink-900);
    background: var(--warning-soft);
    font-size: 0.52rem;
    text-decoration: none;
}

.calendar-event.late[b-xu1zvmr8wu] {
    border-left-color: var(--danger);
    background: var(--danger-soft);
}

.calendar-event.treated[b-xu1zvmr8wu] {
    border-left-color: var(--success);
    background: var(--success-soft);
}

.calendar-event > span[b-xu1zvmr8wu] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-event strong[b-xu1zvmr8wu] {
    font-family: var(--font-mono);
    font-size: 0.48rem;
}

.more-events[b-xu1zvmr8wu] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.48rem;
}

.calendar-sidebar[b-xu1zvmr8wu] {
    border-left: 1px solid var(--line-strong);
    background: var(--surface-soft);
}

.calendar-sidebar > section[b-xu1zvmr8wu] {
    border-bottom: 1px solid var(--line);
}

.calendar-sidebar > section > header[b-xu1zvmr8wu] {
    padding: 0.65rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.calendar-sidebar header span[b-xu1zvmr8wu] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.53rem;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.calendar-sidebar header strong[b-xu1zvmr8wu] {
    color: var(--ink-950);
    font-family: var(--font-mono);
}

.undated-event[b-xu1zvmr8wu] {
    padding: 0.75rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.3rem 0.5rem;
    border-bottom: 1px solid var(--line);
}

.undated-event > div[b-xu1zvmr8wu] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.undated-event > div a[b-xu1zvmr8wu] {
    overflow: hidden;
    color: var(--ink-950);
    font-size: 0.7rem;
    font-weight: 750;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.undated-event small[b-xu1zvmr8wu],
.undated-event > span[b-xu1zvmr8wu] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.5rem;
}

.undated-event > strong[b-xu1zvmr8wu] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 0.67rem;
}

.undated-event > a[b-xu1zvmr8wu] {
    color: var(--accent);
    font-size: 0.56rem;
    font-weight: 700;
    text-decoration: none;
}

.empty-aside[b-xu1zvmr8wu] {
    margin: 0;
    padding: 1rem 0.75rem;
    color: var(--muted);
    font-size: 0.62rem;
}

.calendar-legend[b-xu1zvmr8wu] {
    padding-bottom: 0.75rem;
}

.calendar-legend p[b-xu1zvmr8wu] {
    margin: 0;
    padding: 0.25rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.signal[b-xu1zvmr8wu] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--warning);
}

.signal.late[b-xu1zvmr8wu] {
    background: var(--danger);
}

.signal.treated[b-xu1zvmr8wu] {
    background: var(--success);
}

.calendar-legend > small[b-xu1zvmr8wu] {
    margin: 0.65rem 0.75rem 0;
    display: block;
    color: var(--muted);
    font-size: 0.55rem;
    line-height: 1.45;
}

.mobile-agenda[b-xu1zvmr8wu] {
    display: none;
}

.loading[b-xu1zvmr8wu] {
    padding: 5rem 1rem;
    color: var(--muted);
    text-align: center;
}

@media (max-width: 1050px) {
    .calendar-layout[b-xu1zvmr8wu] {
        grid-template-columns: 1fr;
    }

    .calendar-sidebar[b-xu1zvmr8wu] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid var(--line-strong);
        border-left: 0;
    }

    .calendar-sidebar > section[b-xu1zvmr8wu] {
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .calendar-heading[b-xu1zvmr8wu],
    .calendar-toolbar[b-xu1zvmr8wu] {
        align-items: flex-start;
        flex-direction: column;
    }

    .calendar-commands[b-xu1zvmr8wu],
    .month-navigation[b-xu1zvmr8wu],
    .state-filters[b-xu1zvmr8wu] {
        width: 100%;
    }

    .month-navigation a[b-xu1zvmr8wu],
    .state-filters a[b-xu1zvmr8wu] {
        flex: 1;
    }

    .month-readout[b-xu1zvmr8wu] {
        grid-template-columns: repeat(2, 1fr);
    }

    .month-readout > div:nth-child(odd)[b-xu1zvmr8wu] {
        border-left: 0;
    }

    .weekday-row[b-xu1zvmr8wu],
    .month-grid[b-xu1zvmr8wu] {
        display: none;
    }

    .mobile-agenda[b-xu1zvmr8wu] {
        display: block;
    }

    .mobile-agenda > p[b-xu1zvmr8wu] {
        margin: 0;
        padding: 1rem;
        color: var(--muted);
    }

    .agenda-line[b-xu1zvmr8wu] {
        padding: 0.65rem 0.75rem;
        display: grid;
        grid-template-columns: 2.4rem minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.65rem;
        border-bottom: 1px solid var(--line);
        border-left: 3px solid var(--warning);
        color: var(--ink-900);
        text-decoration: none;
    }

    .agenda-line.late[b-xu1zvmr8wu] {
        border-left-color: var(--danger);
    }

    .agenda-line.treated[b-xu1zvmr8wu] {
        border-left-color: var(--success);
    }

    .agenda-line time[b-xu1zvmr8wu],
    .agenda-line > span:nth-child(2)[b-xu1zvmr8wu] {
        display: flex;
        flex-direction: column;
    }

    .agenda-line time[b-xu1zvmr8wu] {
        align-items: center;
        font-family: var(--font-mono);
    }

    .agenda-line time strong[b-xu1zvmr8wu] {
        font-size: 1rem;
    }

    .agenda-line time span[b-xu1zvmr8wu],
    .agenda-line small[b-xu1zvmr8wu] {
        color: var(--muted);
        font-size: 0.52rem;
    }

    .agenda-amount[b-xu1zvmr8wu] {
        font-family: var(--font-mono);
        font-size: 0.67rem;
        font-weight: 700;
    }

    .calendar-sidebar[b-xu1zvmr8wu] {
        grid-template-columns: 1fr;
    }

    .calendar-sidebar > section[b-xu1zvmr8wu] {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 520px) {
    .calendar-commands[b-xu1zvmr8wu],
    .state-filters[b-xu1zvmr8wu] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .state-filters a[b-xu1zvmr8wu] {
        border-top: 1px solid var(--line);
    }
}
/* /Components/Pages/CalendarConnections.razor.rz.scp.css */
.calendar-connect-heading[b-odnvybgr3p] {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    border-bottom: 1px solid var(--line-strong);
}

.calendar-connect-heading h1[b-odnvybgr3p],
.calendar-connect-heading p:last-child[b-odnvybgr3p] {
    margin-bottom: 0;
}

.calendar-connect-heading p:last-child[b-odnvybgr3p] {
    max-width: 58rem;
    color: var(--muted-strong);
}

.calendar-connect-heading > span[b-odnvybgr3p] {
    padding: 0.35rem 0.5rem;
    border: 1px solid var(--success);
    color: var(--success);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 850;
    text-transform: uppercase;
}

.integration-message[b-odnvybgr3p] {
    margin-bottom: 0.8rem;
    padding: 0.7rem 0.8rem;
    border-left: 3px solid var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
    font-size: 0.7rem;
}

.integration-message.success[b-odnvybgr3p] {
    border-color: var(--success);
    color: var(--success);
    background: var(--success-soft);
}

.integration-message.error[b-odnvybgr3p] {
    border-color: var(--danger);
    color: var(--danger);
    background: var(--danger-soft);
}

.provider-list[b-odnvybgr3p] {
    margin-bottom: 1rem;
    border: 1px solid var(--line);
    background: var(--surface);
}

.provider-row[b-odnvybgr3p] {
    padding: 0.8rem;
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) minmax(13rem, 0.7fr) auto;
    align-items: center;
    gap: 1rem;
}

.provider-row + .provider-row[b-odnvybgr3p] {
    border-top: 1px solid var(--line);
}

.provider-identity[b-odnvybgr3p],
.provider-identity > div[b-odnvybgr3p],
.provider-state[b-odnvybgr3p],
.provider-actions[b-odnvybgr3p] {
    display: flex;
}

.provider-identity[b-odnvybgr3p],
.provider-actions[b-odnvybgr3p] {
    align-items: center;
}

.provider-identity[b-odnvybgr3p] {
    gap: 0.65rem;
}

.provider-identity > span[b-odnvybgr3p] {
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: var(--font-mono);
    font-weight: 900;
}

.provider-identity > div[b-odnvybgr3p],
.provider-state[b-odnvybgr3p] {
    min-width: 0;
    flex-direction: column;
}

.provider-identity strong[b-odnvybgr3p] {
    font-size: 0.78rem;
}

.provider-identity small[b-odnvybgr3p],
.provider-state small[b-odnvybgr3p],
.config-hint[b-odnvybgr3p] {
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.state-pill[b-odnvybgr3p] {
    width: fit-content;
    padding: 0.25rem 0.42rem;
    color: var(--warning);
    background: var(--warning-soft);
    font-size: 0.58rem;
    font-weight: 850;
}

.state-pill.connected[b-odnvybgr3p] {
    color: var(--success);
    background: var(--success-soft);
}

.state-pill.missing[b-odnvybgr3p] {
    color: var(--muted-strong);
    background: var(--surface-soft);
}

.provider-actions[b-odnvybgr3p] {
    justify-content: flex-end;
    gap: 0.65rem;
}

.provider-actions > a:not(.button-primary)[b-odnvybgr3p] {
    color: var(--accent);
    font-size: 0.6rem;
}

.disconnect-panel[b-odnvybgr3p],
.sync-controls[b-odnvybgr3p],
.sync-confirmation[b-odnvybgr3p] {
    padding: 0.8rem;
    display: grid;
    align-items: end;
    gap: 0.8rem;
    border: 1px solid var(--line-strong);
    background: var(--surface-soft);
}

.disconnect-panel[b-odnvybgr3p] {
    margin-bottom: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 14rem) auto auto;
}

.disconnect-panel > div[b-odnvybgr3p],
.disconnect-panel label[b-odnvybgr3p],
.sync-controls label[b-odnvybgr3p],
.sync-confirmation label[b-odnvybgr3p] {
    display: flex;
    flex-direction: column;
}

.disconnect-panel small[b-odnvybgr3p],
.sync-controls small[b-odnvybgr3p],
.sync-confirmation small[b-odnvybgr3p] {
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.disconnect-panel input[b-odnvybgr3p],
.sync-controls input[type="month"][b-odnvybgr3p],
.sync-confirmation input[b-odnvybgr3p] {
    min-height: 2.25rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--line-strong);
    color: var(--ink);
    background: var(--surface);
}

.sync-workbench[b-odnvybgr3p],
.oauth-safety[b-odnvybgr3p] {
    margin-bottom: 1rem;
    border: 1px solid var(--line);
    background: var(--surface);
}

.sync-controls[b-odnvybgr3p] {
    grid-template-columns: minmax(16rem, 1fr) 10rem minmax(18rem, 1fr) auto;
    border: 0;
    border-bottom: 1px solid var(--line);
}

.sync-controls h2[b-odnvybgr3p] {
    margin: 0;
}

.privacy-choice[b-odnvybgr3p] {
    min-height: 2.5rem;
    flex-direction: row !important;
    align-items: center;
    gap: 0.55rem;
}

.privacy-choice input[b-odnvybgr3p] {
    width: 1rem;
    height: 1rem;
}

.privacy-choice > span[b-odnvybgr3p] {
    display: flex;
    flex-direction: column;
}

.preview-contract[b-odnvybgr3p] {
    padding: 0.65rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
}

.preview-contract > div[b-odnvybgr3p] {
    display: flex;
    flex-direction: column;
}

.preview-contract span[b-odnvybgr3p],
.preview-contract code[b-odnvybgr3p] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.55rem;
}

.calendar-preview-row[b-odnvybgr3p] {
    min-height: 3.7rem;
    padding: 0.65rem 0.8rem;
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    border-bottom: 1px solid var(--line);
}

.calendar-preview-row time[b-odnvybgr3p],
.calendar-preview-row > span[b-odnvybgr3p] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 850;
}

.calendar-preview-row > div[b-odnvybgr3p] {
    display: flex;
    flex-direction: column;
}

.calendar-preview-row strong[b-odnvybgr3p] {
    font-size: 0.72rem;
}

.calendar-preview-row small[b-odnvybgr3p] {
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.calendar-preview-row.blocked[b-odnvybgr3p] {
    opacity: 0.7;
}

.calendar-preview-row.blocked time[b-odnvybgr3p],
.calendar-preview-row.blocked > span[b-odnvybgr3p] {
    color: var(--warning);
}

.sync-confirmation[b-odnvybgr3p] {
    grid-template-columns: minmax(0, 1fr) minmax(11rem, 15rem) auto;
    border: 0;
}

.sync-provider-actions[b-odnvybgr3p] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.sync-provider-actions > span[b-odnvybgr3p] {
    color: var(--muted-strong);
    font-size: 0.65rem;
}

.oauth-safety[b-odnvybgr3p] {
    padding: 1rem;
}

.oauth-safety h2[b-odnvybgr3p] {
    margin: 0 0 0.8rem;
}

.oauth-safety > div[b-odnvybgr3p] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.oauth-safety p[b-odnvybgr3p] {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.oauth-safety span[b-odnvybgr3p] {
    color: var(--muted-strong);
    font-size: 0.65rem;
}

@media (max-width: 1000px) {
    .provider-row[b-odnvybgr3p],
    .sync-controls[b-odnvybgr3p],
    .sync-confirmation[b-odnvybgr3p] {
        grid-template-columns: 1fr 1fr;
    }

    .provider-actions[b-odnvybgr3p],
    .sync-provider-actions[b-odnvybgr3p] {
        justify-content: flex-start;
    }
}

@media (max-width: 650px) {
    .calendar-connect-heading[b-odnvybgr3p],
    .preview-contract[b-odnvybgr3p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-row[b-odnvybgr3p],
    .disconnect-panel[b-odnvybgr3p],
    .sync-controls[b-odnvybgr3p],
    .sync-confirmation[b-odnvybgr3p],
    .oauth-safety > div[b-odnvybgr3p] {
        grid-template-columns: 1fr;
    }

    .provider-actions[b-odnvybgr3p] {
        align-items: stretch;
        flex-direction: column;
    }

    .provider-actions .button-primary[b-odnvybgr3p],
    .provider-actions .button-secondary[b-odnvybgr3p],
    .sync-provider-actions[b-odnvybgr3p],
    .sync-provider-actions button[b-odnvybgr3p] {
        width: 100%;
    }

    .calendar-preview-row[b-odnvybgr3p] {
        grid-template-columns: 3.5rem minmax(0, 1fr);
    }

    .calendar-preview-row > span[b-odnvybgr3p] {
        grid-column: 2;
    }
}
/* /Components/Pages/Creances.razor.rz.scp.css */
.registry-heading[b-rrk9losfl3] {
    margin-bottom: 1.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.registry-heading h1[b-rrk9losfl3] {
    max-width: 48rem;
    margin-bottom: 0.7rem;
}

.registry-heading p:last-child[b-rrk9losfl3] {
    margin: 0;
    color: var(--muted-strong);
}

.registry-actions[b-rrk9losfl3] { display:flex; gap:.55rem; }

.filter-bar[b-rrk9losfl3] {
    margin-bottom: 1rem;
    padding: 0.9rem;
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) 13rem auto;
    align-items: end;
    gap: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    background: var(--surface);
}

.filter-bar label[b-rrk9losfl3] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.filter-bar label > span[b-rrk9losfl3] {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.filter-bar input[b-rrk9losfl3],
.filter-bar select[b-rrk9losfl3] {
    min-height: 2.55rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.5rem;
    color: var(--ink-900);
    background: var(--paper);
}

.result-count[b-rrk9losfl3] {
    padding-bottom: 0.65rem;
    color: var(--muted);
    font-size: 0.72rem;
    white-space: nowrap;
}

.registry-grid[b-rrk9losfl3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.debt-card[b-rrk9losfl3] {
    min-width: 0;
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.debt-card.closed[b-rrk9losfl3] {
    border-style: dashed;
    background: var(--success-soft);
}

.debt-card-head[b-rrk9losfl3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 750;
}

.debt-card-head > div[b-rrk9losfl3] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.status-dot[b-rrk9losfl3] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.status-dot.active[b-rrk9losfl3] {
    background: var(--success);
}

.status-dot.closed[b-rrk9losfl3] {
    background: var(--info);
}

.reference[b-rrk9losfl3] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.debt-card h2[b-rrk9losfl3] {
    margin: 1rem 0 0.1rem;
    font-size: 1.45rem;
}

.manager[b-rrk9losfl3] {
    min-height: 1.1rem;
    margin-bottom: 1rem;
    color: var(--muted);
    font-size: 0.8rem;
}

.balance-line[b-rrk9losfl3] {
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    border-block: 1px solid var(--line);
}

.balance-line > div[b-rrk9losfl3] {
    display: flex;
    flex-direction: column;
}

.balance-line > div span[b-rrk9losfl3] {
    color: var(--muted);
    font-size: 0.74rem;
}

.balance-line strong[b-rrk9losfl3] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.45rem;
}

.balance-type[b-rrk9losfl3] {
    padding: 0.24rem 0.42rem;
    border-radius: 99rem;
    font-size: 0.7rem;
    font-weight: 800;
}

.balance-type.estimated[b-rrk9losfl3] {
    color: var(--success);
    background: var(--success-soft);
}

.balance-type.communicated[b-rrk9losfl3] {
    color: var(--warning);
    background: var(--warning-soft);
}

dl[b-rrk9losfl3] {
    margin: 0.8rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

dl > div[b-rrk9losfl3] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

dt[b-rrk9losfl3] {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 700;
}

dd[b-rrk9losfl3] {
    margin: 0.15rem 0 0;
    color: var(--ink-800);
    font-size: 0.8rem;
    font-weight: 700;
}

.next-action[b-rrk9losfl3] {
    min-height: 2.7rem;
    margin: 0;
    color: var(--muted-strong);
    font-size: 0.8rem;
}

.card-link[b-rrk9losfl3] {
    margin-top: auto;
    padding-top: 0.8rem;
    color: var(--ink-900);
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
}

.empty-state[b-rrk9losfl3] {
    padding: 4rem 1rem;
    color: var(--muted);
    text-align: center;
}

@media (max-width: 1120px) {
    .registry-grid[b-rrk9losfl3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .registry-heading[b-rrk9losfl3] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .registry-actions[b-rrk9losfl3],
    .registry-actions a[b-rrk9losfl3] {
        width: 100%;
    }

    .registry-actions[b-rrk9losfl3] { flex-direction: column; }

    .filter-bar[b-rrk9losfl3],
    .registry-grid[b-rrk9losfl3] {
        grid-template-columns: 1fr;
    }

    .result-count[b-rrk9losfl3] {
        padding: 0;
    }
}
/* /Components/Pages/CreditorEditor.razor.rz.scp.css */
.editor-heading[b-y28i1ucd9t] { margin-bottom: 1.4rem; display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; }
.editor-heading h1[b-y28i1ucd9t] { margin:.2rem 0 .55rem; }
.editor-heading p:last-child[b-y28i1ucd9t] { margin:0; color:var(--muted-strong); }
.status-chip[b-y28i1ucd9t] { padding:.45rem .7rem; border:1px solid var(--line); border-radius:99rem; font-size:.76rem; font-weight:800; }
.status-chip.active[b-y28i1ucd9t] { color:var(--success); background:var(--success-soft); }
.status-chip.closed[b-y28i1ucd9t] { color:var(--muted-strong); background:var(--paper); }
.editor-grid[b-y28i1ucd9t] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.editor-panel[b-y28i1ucd9t] { min-width:0; padding:1.2rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }
.editor-panel header[b-y28i1ucd9t] { margin-bottom:1rem; display:flex; gap:.75rem; border-bottom:1px solid var(--line); }
.editor-panel header>span[b-y28i1ucd9t] { color:var(--accent); font-family:var(--font-mono); font-size:.75rem; font-weight:800; }
.editor-panel h2[b-y28i1ucd9t] { margin:0 0 .25rem; font-size:1.2rem; }
.editor-panel header p[b-y28i1ucd9t] { margin:0 0 .9rem; color:var(--muted); font-size:.82rem; }
.two-columns[b-y28i1ucd9t] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.field[b-y28i1ucd9t] { margin-bottom:.85rem; display:flex; flex-direction:column; gap:.35rem; }
.field label[b-y28i1ucd9t],.status-confirmation span[b-y28i1ucd9t] { color:var(--muted-strong); font-size:.77rem; font-weight:750; }
.field[b-y28i1ucd9t]  input,.field[b-y28i1ucd9t]  select,.field[b-y28i1ucd9t]  textarea,.status-confirmation input[b-y28i1ucd9t] { width:100%; min-height:2.7rem; padding:.62rem .7rem; border:1px solid var(--line-strong); border-radius:var(--radius-small); color:var(--ink-900); background:var(--paper); font:inherit; }
.field small[b-y28i1ucd9t] { color:var(--muted); font-size:.75rem; line-height:1.45; }
.check-row[b-y28i1ucd9t] { margin-bottom:1rem; padding:.75rem; display:flex; align-items:flex-start; gap:.65rem; border:1px solid var(--line); border-radius:var(--radius-small); }
.check-row[b-y28i1ucd9t]  input { margin-top:.2rem; }
.check-row span[b-y28i1ucd9t] { display:flex; flex-direction:column; font-size:.82rem; }
.editor-actions[b-y28i1ucd9t] { margin:1rem 0 1.5rem; padding:1rem; display:flex; justify-content:flex-end; gap:.7rem; border:1px solid var(--line); background:var(--surface); }
.lifecycle-panel[b-y28i1ucd9t] { padding:1.1rem; display:flex; align-items:center; justify-content:space-between; gap:1rem; border:1px dashed var(--line-strong); border-radius:var(--radius); }
.lifecycle-panel h2[b-y28i1ucd9t] { margin:.15rem 0 .25rem; font-size:1.1rem; }
.lifecycle-panel p:last-child[b-y28i1ucd9t] { margin:0; color:var(--muted); font-size:.8rem; }
.status-confirmation[b-y28i1ucd9t] { min-width:min(100%,26rem); display:grid; grid-template-columns:1fr 1fr; gap:.6rem; }
.status-confirmation label[b-y28i1ucd9t] { display:flex; flex-direction:column; gap:.3rem; }
.status-confirmation>div[b-y28i1ucd9t] { grid-column:1/-1; display:flex; justify-content:flex-end; gap:.5rem; }
@media(max-width:800px){.editor-heading[b-y28i1ucd9t]{align-items:flex-start;flex-direction:column}.editor-grid[b-y28i1ucd9t],.two-columns[b-y28i1ucd9t]{grid-template-columns:1fr}.editor-actions>*[b-y28i1ucd9t]{flex:1}.lifecycle-panel[b-y28i1ucd9t]{align-items:stretch;flex-direction:column}.status-confirmation[b-y28i1ucd9t]{grid-template-columns:1fr}}
/* /Components/Pages/DebtDetails.razor.rz.scp.css */
.detail-heading[b-b6f1v5wufn] {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.back-link[b-b6f1v5wufn] {
    margin-bottom: 1.2rem;
    display: inline-block;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 750;
    text-decoration: none;
}

.detail-heading h1[b-b6f1v5wufn] {
    margin-bottom: 0.35rem;
}

.detail-heading p:last-child[b-b6f1v5wufn] {
    margin: 0;
    color: var(--muted-strong);
}

.heading-actions[b-b6f1v5wufn] {
    display: flex;
    gap: 0.55rem;
}

.detail-alert[b-b6f1v5wufn] {
    margin-bottom: 0.55rem;
    padding: 0.75rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
    border-radius: 0.65rem;
    color: var(--danger);
    background: var(--danger-soft);
}

.update-success[b-b6f1v5wufn] {
    margin-bottom: 0.8rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    border-radius: 0.65rem;
    color: var(--success);
    background: var(--success-soft);
    font-size: 0.75rem;
}

.detail-alert > span[b-b6f1v5wufn] {
    width: 1.5rem;
    height: 1.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--danger);
    font-weight: 900;
}

.detail-alert > div[b-b6f1v5wufn] {
    display: flex;
    flex-direction: column;
}

.detail-alert small[b-b6f1v5wufn] {
    font-size: 0.7rem;
}

.balance-grid[b-b6f1v5wufn] {
    margin: 1rem 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.balance-card[b-b6f1v5wufn] {
    min-height: 9rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: var(--surface);
}

.balance-card.current[b-b6f1v5wufn] {
    border-color: var(--chrome);
    color: #fff;
    background: var(--chrome);
}

.balance-card > span[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.balance-card.current > span[b-b6f1v5wufn],
.balance-card.current small[b-b6f1v5wufn] {
    color: rgba(255, 255, 255, 0.55);
}

.balance-card strong[b-b6f1v5wufn] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 2rem;
}

.balance-card.current strong[b-b6f1v5wufn] {
    color: #fff;
}

.balance-card small[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.68rem;
}

.detail-grid[b-b6f1v5wufn] {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
    gap: 1rem;
}

.panel[b-b6f1v5wufn] {
    margin-bottom: 1rem;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.detail-grid .panel[b-b6f1v5wufn],
.detail-grid[b-b6f1v5wufn]  .checklist-panel {
    margin-bottom: 0;
}

.panel-head[b-b6f1v5wufn] {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.panel-head .eyebrow[b-b6f1v5wufn] {
    margin-bottom: 0.25rem;
}

.panel-head h2[b-b6f1v5wufn] {
    margin: 0;
}

.panel-head > a[b-b6f1v5wufn] {
    color: var(--muted-strong);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}

dl[b-b6f1v5wufn] {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

dl > div[b-b6f1v5wufn] {
    padding-bottom: 0.55rem;
    border-bottom: 1px solid var(--line);
}

dt[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 700;
}

dd[b-b6f1v5wufn] {
    margin: 0.15rem 0 0;
    color: var(--ink-900);
    font-size: 0.76rem;
    font-weight: 750;
}

.rib-state dd[b-b6f1v5wufn] {
    color: var(--danger);
}

.next-action[b-b6f1v5wufn] {
    margin-top: 0.9rem;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    background: var(--surface-soft);
}

.next-action span[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.next-action strong[b-b6f1v5wufn] {
    margin-top: 0.2rem;
    font-size: 0.76rem;
}

.table-wrap[b-b6f1v5wufn] {
    overflow-x: auto;
}

table[b-b6f1v5wufn] {
    width: 100%;
    border-collapse: collapse;
}

th[b-b6f1v5wufn],
td[b-b6f1v5wufn] {
    padding: 0.7rem 0.55rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted-strong);
    font-size: 0.72rem;
    text-align: left;
    white-space: nowrap;
}

th[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.6rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.amount[b-b6f1v5wufn] {
    color: var(--ink-950);
    font-weight: 850;
}

.cancelled-row[b-b6f1v5wufn] {
    opacity: 0.58;
    text-decoration: line-through;
}

.schedule-grid[b-b6f1v5wufn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
}

.schedule-grid article[b-b6f1v5wufn] {
    min-width: 0;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 0.6rem;
    background: var(--paper);
}

.schedule-grid span[b-b6f1v5wufn],
.schedule-grid small[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.64rem;
}

.schedule-grid strong[b-b6f1v5wufn] {
    margin: 0.25rem 0;
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.3rem;
}

.schedule-grid p[b-b6f1v5wufn] {
    margin: 0.6rem 0 0;
    color: var(--muted-strong);
    font-size: 0.67rem;
}

.not-found[b-b6f1v5wufn],
.loading[b-b6f1v5wufn] {
    padding: 5rem 1rem;
    color: var(--muted);
    text-align: center;
}

.empty-contacts[b-b6f1v5wufn] {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}

.contact-list[b-b6f1v5wufn] {
    display: grid;
    gap: 0.55rem;
}

.contact-list article[b-b6f1v5wufn] {
    padding: 0.75rem;
    display: grid;
    grid-template-columns: 9rem minmax(10rem, 0.35fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    border-radius: 0.55rem;
    background: var(--paper);
}

.contact-list time[b-b6f1v5wufn],
.contact-list span[b-b6f1v5wufn] {
    color: var(--muted);
    font-size: 0.65rem;
}

.contact-list strong[b-b6f1v5wufn] {
    font-size: 0.72rem;
}

.contact-list p[b-b6f1v5wufn] {
    margin: 0;
    color: var(--muted-strong);
    font-size: 0.68rem;
}

@media (max-width: 950px) {
    .detail-grid[b-b6f1v5wufn] {
        grid-template-columns: 1fr;
    }

    .schedule-grid[b-b6f1v5wufn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .detail-heading[b-b6f1v5wufn] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .heading-actions[b-b6f1v5wufn] {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .balance-grid[b-b6f1v5wufn],
    dl[b-b6f1v5wufn],
    .schedule-grid[b-b6f1v5wufn] {
        grid-template-columns: 1fr;
    }

    .contact-list article[b-b6f1v5wufn] {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}
/* /Components/Pages/EmailCenter.razor.rz.scp.css */
.email-heading[b-4zjz66i228] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--line-strong);
}

.email-heading h1[b-4zjz66i228],
.email-heading p:last-child[b-4zjz66i228] {
    margin-bottom: 0;
}

.email-heading > div p:last-child[b-4zjz66i228] {
    max-width: 58rem;
    color: var(--muted-strong);
}

.email-heading > span[b-4zjz66i228] {
    padding: .45rem .65rem;
    flex: 0 0 auto;
    border: 1px solid var(--success);
    color: var(--success);
    font: 700 .69rem var(--font-mono);
    text-transform: uppercase;
}

.email-message[b-4zjz66i228] {
    margin: 1rem 0;
    padding: .9rem 1rem;
    border-left: 3px solid var(--accent);
    background: var(--accent-soft);
}

.email-message.success[b-4zjz66i228] {
    border-color: var(--success);
    background: var(--success-soft);
}

.email-message.error[b-4zjz66i228] {
    border-color: var(--danger);
    background: var(--danger-soft);
}

.email-channel[b-4zjz66i228],
.email-composer[b-4zjz66i228],
.send-gate[b-4zjz66i228],
.email-history[b-4zjz66i228],
.email-safety[b-4zjz66i228] {
    margin-top: 1rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.email-channel[b-4zjz66i228] {
    display: grid;
    grid-template-columns: minmax(16rem, .75fr) minmax(24rem, 1.25fr);
}

.channel-status[b-4zjz66i228],
.optin-form[b-4zjz66i228],
.composer-controls[b-4zjz66i228],
.send-gate[b-4zjz66i228],
.email-history[b-4zjz66i228],
.email-safety[b-4zjz66i228] {
    padding: 1.25rem;
}

.channel-status[b-4zjz66i228] {
    border-right: 1px solid var(--line);
    background: var(--surface-subtle);
}

.channel-status h2[b-4zjz66i228],
.composer-controls h2[b-4zjz66i228],
.send-gate h2[b-4zjz66i228],
.email-history h2[b-4zjz66i228],
.email-safety h2[b-4zjz66i228] {
    margin: .2rem 0 .7rem;
}

.channel-status small[b-4zjz66i228] {
    display: block;
    margin-top: .8rem;
    color: var(--muted-strong);
}

.status-pill[b-4zjz66i228] {
    display: inline-block;
    margin: .15rem .35rem .15rem 0;
    padding: .28rem .45rem;
    font: 700 .65rem var(--font-mono);
    text-transform: uppercase;
    border: 1px solid var(--line-strong);
}

.status-pill.active[b-4zjz66i228] {
    border-color: var(--success);
    color: var(--success);
}

.status-pill.inactive[b-4zjz66i228] {
    color: var(--muted-strong);
}

.optin-form[b-4zjz66i228] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.optin-form > label:not(.optin-toggle)[b-4zjz66i228],
.validate-strip label[b-4zjz66i228],
.send-gate > label[b-4zjz66i228] {
    display: grid;
    gap: .4rem;
    font: 700 .74rem var(--font-mono);
}

.email-channel input[b-4zjz66i228],
.validate-strip input[b-4zjz66i228],
.send-gate input[b-4zjz66i228] {
    min-height: 2.75rem;
    width: 100%;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--ink);
}

.optin-toggle[b-4zjz66i228] {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .85rem;
    border: 1px solid var(--line);
}

.optin-toggle input[b-4zjz66i228],
.detail-choice input[b-4zjz66i228] {
    width: 1rem;
    min-height: 1rem;
    margin-top: .2rem;
}

.optin-toggle span[b-4zjz66i228],
.detail-choice span[b-4zjz66i228] {
    display: grid;
    gap: .2rem;
}

.optin-toggle small[b-4zjz66i228],
.detail-choice small[b-4zjz66i228] {
    color: var(--muted-strong);
}

.optin-form button[b-4zjz66i228] {
    align-self: end;
}

.composer-controls[b-4zjz66i228] {
    display: grid;
    grid-template-columns: minmax(17rem, 1fr) minmax(20rem, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    background: var(--surface-subtle);
}

.composer-controls p[b-4zjz66i228] {
    margin-bottom: 0;
}

.detail-choice[b-4zjz66i228] {
    display: flex;
    gap: .75rem;
}

.email-composer.disabled[b-4zjz66i228] {
    opacity: .72;
}

.email-preview-meta[b-4zjz66i228] {
    display: flex;
    gap: 1.5rem;
    padding: .75rem 1.25rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font: .68rem var(--font-mono);
}

.email-preview-meta code[b-4zjz66i228] {
    margin-left: auto;
}

.email-preview header[b-4zjz66i228] {
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.email-preview header span[b-4zjz66i228] {
    color: var(--muted-strong);
    font: .7rem var(--font-mono);
    text-transform: uppercase;
}

.email-preview pre[b-4zjz66i228] {
    margin: 0;
    padding: 1.25rem;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    font: .82rem/1.65 var(--font-mono);
    color: var(--ink);
}

.validate-strip[b-4zjz66i228] {
    display: grid;
    grid-template-columns: 1fr minmax(16rem, .7fr) auto;
    align-items: end;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
    background: var(--surface-subtle);
}

.validate-strip > div[b-4zjz66i228] {
    display: grid;
    gap: .25rem;
}

.validate-strip small[b-4zjz66i228],
.send-gate small[b-4zjz66i228] {
    color: var(--muted-strong);
}

.send-gate[b-4zjz66i228] {
    display: grid;
    grid-template-columns: 1.1fr 1fr minmax(15rem, .7fr) auto;
    align-items: end;
    gap: 1rem;
    border-left: 4px solid var(--accent);
}

.send-gate p[b-4zjz66i228] {
    margin-bottom: 0;
}

.send-gate dl[b-4zjz66i228] {
    margin: 0;
}

.send-gate dl div[b-4zjz66i228] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem 0;
    border-bottom: 1px dotted var(--line-strong);
}

.send-gate dt[b-4zjz66i228] {
    color: var(--muted-strong);
}

.send-gate dd[b-4zjz66i228] {
    margin: 0;
    text-align: right;
}

.send-blocked[b-4zjz66i228] {
    grid-column: 3 / -1;
    color: var(--danger) !important;
}

.email-history > div:first-child[b-4zjz66i228] {
    margin-bottom: .75rem;
}

.email-history article[b-4zjz66i228] {
    display: grid;
    grid-template-columns: 6rem 1fr auto;
    gap: 1rem;
    padding: .75rem 0;
    border-top: 1px solid var(--line);
}

.email-history article > div[b-4zjz66i228] {
    display: grid;
    gap: .25rem;
}

.email-history article small[b-4zjz66i228],
.email-history article em[b-4zjz66i228] {
    color: var(--muted-strong);
}

.history-status[b-4zjz66i228] {
    align-self: start;
    padding: .25rem .4rem;
    text-align: center;
    font: 700 .66rem var(--font-mono);
    border: 1px solid var(--line-strong);
}

.history-status.envoyee[b-4zjz66i228] {
    border-color: var(--success);
    color: var(--success);
}

.history-status.echec[b-4zjz66i228] {
    border-color: var(--danger);
    color: var(--danger);
}

.email-safety[b-4zjz66i228] {
    background: transparent;
}

.email-safety p:last-child[b-4zjz66i228] {
    max-width: 70rem;
    margin-bottom: 0;
}

@media (max-width: 1050px) {
    .composer-controls[b-4zjz66i228],
    .validate-strip[b-4zjz66i228],
    .send-gate[b-4zjz66i228] {
        grid-template-columns: 1fr 1fr;
    }

    .composer-controls > div:first-child[b-4zjz66i228],
    .validate-strip > div:first-child[b-4zjz66i228],
    .send-gate > div:first-child[b-4zjz66i228] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .email-heading[b-4zjz66i228] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .email-channel[b-4zjz66i228],
    .optin-form[b-4zjz66i228],
    .composer-controls[b-4zjz66i228],
    .validate-strip[b-4zjz66i228],
    .send-gate[b-4zjz66i228] {
        grid-template-columns: 1fr;
    }

    .channel-status[b-4zjz66i228] {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .optin-form > *[b-4zjz66i228],
    .composer-controls > *[b-4zjz66i228],
    .validate-strip > *[b-4zjz66i228],
    .send-gate > *[b-4zjz66i228],
    .send-blocked[b-4zjz66i228] {
        grid-column: 1 !important;
    }

    .email-preview-meta[b-4zjz66i228] {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
    }

    .email-preview-meta code[b-4zjz66i228] {
        margin-left: 0;
    }

    .email-history article[b-4zjz66i228] {
        grid-template-columns: 1fr;
    }

    .email-channel button[b-4zjz66i228],
    .composer-controls button[b-4zjz66i228],
    .validate-strip button[b-4zjz66i228],
    .send-gate button[b-4zjz66i228] {
        width: 100%;
    }
}
/* /Components/Pages/EvidenceVault.razor.rz.scp.css */
.vault-heading[b-l5i5913dkr] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-strong);
}

.vault-heading h1[b-l5i5913dkr],
.vault-heading p:last-child[b-l5i5913dkr] {
    margin-bottom: 0;
}

.vault-heading p:last-child[b-l5i5913dkr] {
    max-width: 60rem;
    color: var(--muted-strong);
}

.vault-message[b-l5i5913dkr] {
    margin: 1rem 0;
    padding: .9rem 1rem;
    border-left: 3px solid var(--accent);
    background: var(--accent-soft);
}

.vault-message.success[b-l5i5913dkr] {
    border-color: var(--success);
    background: var(--success-soft);
}

.vault-message.error[b-l5i5913dkr] {
    border-color: var(--danger);
    background: var(--danger-soft);
}

.vault-status[b-l5i5913dkr],
.vault-workbench[b-l5i5913dkr],
.integrity-report[b-l5i5913dkr],
.vault-register[b-l5i5913dkr],
.vault-safety[b-l5i5913dkr] {
    margin-top: 1rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.vault-status[b-l5i5913dkr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 1.25rem;
}

.vault-status > div:first-child[b-l5i5913dkr] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.vault-status > div:first-child div[b-l5i5913dkr] {
    display: grid;
    gap: .15rem;
}

.vault-status small[b-l5i5913dkr] {
    color: var(--muted-strong);
}

.status-light[b-l5i5913dkr] {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: var(--danger);
    box-shadow: 0 0 0 4px var(--danger-soft);
}

.status-light.ready[b-l5i5913dkr] {
    background: var(--success);
    box-shadow: 0 0 0 4px var(--success-soft);
}

.vault-status dl[b-l5i5913dkr] {
    display: flex;
    margin: 0;
}

.vault-status dl div[b-l5i5913dkr] {
    min-width: 9rem;
    padding: 0 1rem;
    border-left: 1px solid var(--line);
}

.vault-status dt[b-l5i5913dkr],
.document-list dt[b-l5i5913dkr] {
    color: var(--muted-strong);
    font: .65rem var(--font-mono);
    text-transform: uppercase;
}

.vault-status dd[b-l5i5913dkr],
.document-list dd[b-l5i5913dkr] {
    margin: .15rem 0 0;
    font-weight: 700;
}

.upload-heading[b-l5i5913dkr],
.vault-register > header[b-l5i5913dkr] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--line);
}

.upload-heading h2[b-l5i5913dkr],
.vault-register h2[b-l5i5913dkr] {
    margin: .15rem 0 0;
}

.upload-heading > span[b-l5i5913dkr],
.vault-register > header > span[b-l5i5913dkr] {
    color: var(--muted-strong);
    font: .68rem var(--font-mono);
    text-transform: uppercase;
}

.upload-grid[b-l5i5913dkr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.25rem;
}

.upload-grid label[b-l5i5913dkr] {
    display: grid;
    gap: .4rem;
    font: 700 .75rem var(--font-mono);
}

.upload-grid select[b-l5i5913dkr],
.upload-grid input[b-l5i5913dkr] {
    min-height: 2.8rem;
    width: 100%;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    color: var(--ink);
}

.file-picker input[type="file"][b-l5i5913dkr] {
    padding: .55rem;
}

.file-picker small[b-l5i5913dkr] {
    color: var(--muted-strong);
}

.upload-contract[b-l5i5913dkr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
    background: var(--surface-subtle);
}

.upload-contract > div[b-l5i5913dkr] {
    display: grid;
    gap: .2rem;
}

.upload-contract small[b-l5i5913dkr] {
    color: var(--muted-strong);
}

.integrity-report[b-l5i5913dkr] {
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--success);
}

.integrity-report.unhealthy[b-l5i5913dkr] {
    border-left-color: var(--danger);
}

.integrity-report > div[b-l5i5913dkr] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.integrity-report p[b-l5i5913dkr] {
    margin: .7rem 0 0;
    color: var(--danger);
}

.empty-vault[b-l5i5913dkr] {
    margin: 0;
    padding: 2rem 1.25rem;
    color: var(--muted-strong);
}

.document-list article[b-l5i5913dkr] {
    display: grid;
    grid-template-columns: 4rem minmax(12rem, 1fr) minmax(25rem, 1.4fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--line);
}

.document-list article:first-child[b-l5i5913dkr] {
    border-top: 0;
}

.document-type[b-l5i5913dkr] {
    display: grid;
    place-items: center;
    height: 3rem;
    border: 1px solid var(--accent);
    color: var(--accent);
    font: 800 .72rem var(--font-mono);
}

.document-main[b-l5i5913dkr] {
    display: grid;
    gap: .2rem;
    min-width: 0;
}

.document-main strong[b-l5i5913dkr],
.document-main small[b-l5i5913dkr] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-main small[b-l5i5913dkr] {
    color: var(--muted-strong);
}

.document-list dl[b-l5i5913dkr] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0;
}

.vault-safety[b-l5i5913dkr] {
    padding: 1.25rem;
    background: transparent;
}

.vault-safety h2[b-l5i5913dkr] {
    margin: .2rem 0 .6rem;
}

.vault-safety p:last-child[b-l5i5913dkr] {
    max-width: 72rem;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .vault-status[b-l5i5913dkr] {
        align-items: flex-start;
        flex-direction: column;
    }

    .vault-status dl[b-l5i5913dkr] {
        width: 100%;
    }

    .document-list article[b-l5i5913dkr] {
        grid-template-columns: 4rem 1fr auto;
    }

    .document-list dl[b-l5i5913dkr] {
        grid-column: 2 / -1;
    }
}

@media (max-width: 700px) {
    .vault-heading[b-l5i5913dkr],
    .upload-heading[b-l5i5913dkr],
    .vault-register > header[b-l5i5913dkr],
    .upload-contract[b-l5i5913dkr],
    .integrity-report > div[b-l5i5913dkr] {
        align-items: flex-start;
        flex-direction: column;
    }

    .vault-heading button[b-l5i5913dkr],
    .upload-contract button[b-l5i5913dkr] {
        width: 100%;
    }

    .vault-status dl[b-l5i5913dkr] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .vault-status dl div[b-l5i5913dkr] {
        min-width: 0;
        padding: .6rem;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .upload-grid[b-l5i5913dkr] {
        grid-template-columns: 1fr;
    }

    .document-list article[b-l5i5913dkr] {
        grid-template-columns: 3.5rem 1fr;
    }

    .document-list dl[b-l5i5913dkr],
    .document-list article > a[b-l5i5913dkr] {
        grid-column: 1 / -1;
    }

    .document-list dl[b-l5i5913dkr] {
        grid-template-columns: 1fr 1fr;
    }

    .document-list article > a[b-l5i5913dkr] {
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.loading-console[b-n66dyr3iz8] {
    min-height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.7rem;
}

.loading-console span[b-n66dyr3iz8] {
    width: 0.65rem;
    height: 0.65rem;
    border: 2px solid var(--line);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin-b-n66dyr3iz8 650ms linear infinite;
}

@keyframes spin-b-n66dyr3iz8 {
    to { transform: rotate(360deg); }
}

.cockpit-heading[b-n66dyr3iz8] {
    margin-bottom: 1.15rem;
    padding-bottom: 1.15rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 1px solid var(--line-strong);
}

.cockpit-heading h1[b-n66dyr3iz8] {
    margin-bottom: 0.35rem;
    text-transform: capitalize;
}

.cockpit-heading p:last-child[b-n66dyr3iz8] {
    max-width: 49rem;
    margin: 0;
    color: var(--muted-strong);
}

.month-switcher[b-n66dyr3iz8] {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.month-switcher a[b-n66dyr3iz8] {
    min-width: 2.55rem;
    min-height: 2.55rem;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--line);
    color: var(--ink-900);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    text-decoration: none;
}

.month-switcher a:first-child[b-n66dyr3iz8] {
    border-left: 0;
}

.month-switcher .month-current[b-n66dyr3iz8] {
    min-width: 7rem;
    padding-inline: 0.7rem;
}

.month-switcher a:hover[b-n66dyr3iz8] {
    color: var(--accent);
    background: var(--accent-soft);
}

.operation-success[b-n66dyr3iz8] {
    margin-bottom: 0.8rem;
    padding: 0.62rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-left: 3px solid var(--success);
    color: var(--success);
    background: var(--success-soft);
    font-size: 0.72rem;
}

.operation-success span[b-n66dyr3iz8] {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
}

.control-line[b-n66dyr3iz8] {
    margin-bottom: 0.8rem;
    padding: 0.68rem 0.75rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    border-left: 3px solid var(--warning);
    color: var(--warning);
    background: var(--warning-soft);
    text-decoration: none;
}

.control-line.critical[b-n66dyr3iz8] {
    border-left-color: var(--danger);
    color: var(--danger);
    background: var(--danger-soft);
}

.control-code[b-n66dyr3iz8] {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 800;
}

.control-line > span:nth-child(2)[b-n66dyr3iz8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.control-line strong[b-n66dyr3iz8] {
    color: currentColor;
    font-size: 0.82rem;
}

.control-line small[b-n66dyr3iz8] {
    overflow: hidden;
    color: var(--muted-strong);
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.control-line > span:last-child[b-n66dyr3iz8] {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    white-space: nowrap;
}

.summary-rail[b-n66dyr3iz8] {
    margin-bottom: 1.15rem;
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    background: var(--surface);
}

.summary-rail > div[b-n66dyr3iz8] {
    min-height: 6.9rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--line);
}

.summary-rail > div:first-child[b-n66dyr3iz8] {
    border-left: 0;
}

.summary-rail span[b-n66dyr3iz8] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.summary-rail strong[b-n66dyr3iz8] {
    margin: 0.35rem 0 0.15rem;
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: clamp(1.15rem, 2.1vw, 1.7rem);
    letter-spacing: -0.05em;
}

.summary-rail small[b-n66dyr3iz8] {
    color: var(--muted);
    font-size: 0.74rem;
}

.summary-rail .portfolio-total[b-n66dyr3iz8] {
    background: var(--chrome);
}

.summary-rail .portfolio-total span[b-n66dyr3iz8],
.summary-rail .portfolio-total small[b-n66dyr3iz8] {
    color: rgba(225, 236, 245, 0.53);
}

.summary-rail .portfolio-total strong[b-n66dyr3iz8] {
    color: #b6adff;
}

.summary-rail .summary-remaining[b-n66dyr3iz8] {
    box-shadow: inset 0 -2px 0 var(--warning);
}

.summary-rail .summary-watch[b-n66dyr3iz8] {
    box-shadow: inset 0 -2px 0 var(--signal);
}

.creditor-console[b-n66dyr3iz8] {
    border-top: 1px solid var(--line-strong);
}

.creditor-console > header[b-n66dyr3iz8] {
    padding: 1rem 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.creditor-console > header .eyebrow[b-n66dyr3iz8] {
    margin-bottom: 0.2rem;
}

.creditor-console > header h2[b-n66dyr3iz8] {
    margin: 0;
}

.console-actions[b-n66dyr3iz8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.creditor-grid[b-n66dyr3iz8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.creditor-module[b-n66dyr3iz8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-top: 3px solid var(--warning);
    border-radius: var(--radius-small);
    background: var(--surface);
}

.creditor-module.late[b-n66dyr3iz8] {
    border-top-color: var(--danger);
}

.creditor-module.treated[b-n66dyr3iz8] {
    border-top-color: var(--success);
}

.creditor-module.watch[b-n66dyr3iz8] {
    border-top-color: var(--signal);
}

.creditor-module.unplanned[b-n66dyr3iz8] {
    border-top-color: var(--muted);
    border-top-style: dashed;
}

.creditor-module > header[b-n66dyr3iz8] {
    padding: 0.85rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem;
    border-bottom: 1px solid var(--line);
}

.creditor-identity[b-n66dyr3iz8] {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.state-signal[b-n66dyr3iz8] {
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.35rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--warning);
}

.late .state-signal[b-n66dyr3iz8] {
    background: var(--danger);
}

.treated .state-signal[b-n66dyr3iz8] {
    background: var(--success);
}

.watch .state-signal[b-n66dyr3iz8] {
    background: var(--signal);
    box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--signal) 16%, transparent);
}

.unplanned .state-signal[b-n66dyr3iz8] {
    background: var(--muted);
}

.creditor-identity > div[b-n66dyr3iz8] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.creditor-identity a[b-n66dyr3iz8] {
    overflow: hidden;
    color: var(--ink-950);
    font-size: 0.96rem;
    font-weight: 760;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creditor-identity small[b-n66dyr3iz8] {
    overflow: hidden;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creditor-reference[b-n66dyr3iz8] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.73rem;
    font-weight: 750;
}

.state-label[b-n66dyr3iz8] {
    padding: 0.18rem 0.34rem;
    flex: 0 0 auto;
    color: var(--warning);
    background: var(--warning-soft);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.late .state-label[b-n66dyr3iz8] {
    color: var(--danger);
    background: var(--danger-soft);
}

.treated .state-label[b-n66dyr3iz8] {
    color: var(--success);
    background: var(--success-soft);
}

.watch .state-label[b-n66dyr3iz8] {
    color: var(--signal);
    background: color-mix(in srgb, var(--signal) 12%, var(--surface));
}

.unplanned .state-label[b-n66dyr3iz8] {
    color: var(--muted-strong);
    background: var(--surface-soft);
}

.money-matrix[b-n66dyr3iz8] {
    padding: 0.85rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.money-matrix > div[b-n66dyr3iz8] {
    padding: 0 0.55rem;
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--line);
}

.money-matrix > div:first-child[b-n66dyr3iz8] {
    padding-left: 0;
    border-left: 0;
}

.money-matrix span[b-n66dyr3iz8] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    text-transform: uppercase;
}

.money-matrix strong[b-n66dyr3iz8] {
    margin-top: 0.15rem;
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1rem;
}

.progress-line[b-n66dyr3iz8] {
    height: 2px;
    margin: 0 0.85rem 0.85rem;
    overflow: hidden;
    background: var(--surface-soft);
}

.progress-line span[b-n66dyr3iz8] {
    height: 100%;
    display: block;
    background: var(--accent);
}

.treated .progress-line span[b-n66dyr3iz8] {
    background: var(--success);
}

.watch .progress-line span[b-n66dyr3iz8] {
    background: var(--signal);
}

.pending-operation[b-n66dyr3iz8] {
    margin: 0 0.85rem 0.8rem;
    padding: 0.6rem 0.7rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.18rem 0.6rem;
    border-left: 3px solid var(--signal);
    background: color-mix(in srgb, var(--signal) 8%, var(--surface));
}

.pending-operation span[b-n66dyr3iz8] {
    grid-row: span 2;
    align-self: center;
    color: var(--signal);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.05em;
}

.pending-operation strong[b-n66dyr3iz8] {
    color: var(--ink-950);
    font-size: 0.77rem;
}

.pending-operation small[b-n66dyr3iz8] {
    color: var(--muted-strong);
    font-size: 0.72rem;
}

.operational-facts[b-n66dyr3iz8] {
    margin: 0;
    padding: 0 0.85rem 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.55rem 0.75rem;
}

.operational-facts > div[b-n66dyr3iz8] {
    min-width: 0;
}

.operational-facts dt[b-n66dyr3iz8] {
    color: var(--muted);
    font-size: 0.7rem;
    font-weight: 500;
}

.operational-facts dd[b-n66dyr3iz8] {
    margin: 0.08rem 0 0;
    overflow: hidden;
    color: var(--ink-900);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-strip[b-n66dyr3iz8] {
    margin-top: auto;
    padding: 0.58rem 0.85rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    border-top: 1px dashed var(--line);
    color: var(--muted);
    font-size: 0.72rem;
}

.contact-strip > span[b-n66dyr3iz8] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.contact-strip a[b-n66dyr3iz8] {
    color: var(--ink-900);
    font-family: var(--font-mono);
    text-decoration: none;
}

.contact-strip em[b-n66dyr3iz8] {
    font-style: normal;
}

.next-action[b-n66dyr3iz8] {
    min-height: 4.2rem;
    padding: 0.65rem 0.85rem;
    border-top: 1px solid var(--line);
    background: var(--surface-soft);
}

.next-action span[b-n66dyr3iz8] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.next-action p[b-n66dyr3iz8] {
    margin: 0.2rem 0 0;
    color: var(--muted-strong);
    font-size: 0.76rem;
    line-height: 1.35;
}

.creditor-module > footer[b-n66dyr3iz8] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    border-top: 1px solid var(--line);
}

.creditor-module > footer a[b-n66dyr3iz8] {
    min-height: 2.55rem;
    padding: 0.55rem 0.6rem;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--line);
    color: var(--muted-strong);
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.creditor-module > footer a:first-child[b-n66dyr3iz8] {
    border-left: 0;
}

.creditor-module > footer a:hover[b-n66dyr3iz8] {
    color: var(--accent);
    background: var(--accent-soft);
}

.creditor-module > footer .payment-command[b-n66dyr3iz8] {
    color: var(--accent);
    font-family: var(--font-mono);
}

@media (max-width: 1280px) {
    .creditor-grid[b-n66dyr3iz8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .summary-rail[b-n66dyr3iz8] {
        grid-template-columns: repeat(4, 1fr);
    }

    .summary-rail .portfolio-total[b-n66dyr3iz8] {
        grid-column: span 4;
        min-height: 5.5rem;
    }
}

@media (max-width: 800px) {
    .cockpit-heading[b-n66dyr3iz8],
    .creditor-console > header[b-n66dyr3iz8] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .summary-rail[b-n66dyr3iz8] {
        grid-template-columns: repeat(2, 1fr);
    }

    .summary-rail .portfolio-total[b-n66dyr3iz8] {
        grid-column: span 2;
    }

    .creditor-grid[b-n66dyr3iz8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .month-switcher[b-n66dyr3iz8],
    .console-actions[b-n66dyr3iz8] {
        width: 100%;
    }

    .month-switcher .month-current[b-n66dyr3iz8] {
        flex: 1;
    }

    .console-actions[b-n66dyr3iz8] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .control-line[b-n66dyr3iz8] {
        grid-template-columns: auto 1fr;
    }

    .control-line > span:last-child[b-n66dyr3iz8] {
        display: none;
    }

    .summary-rail[b-n66dyr3iz8] {
        grid-template-columns: 1fr 1fr;
    }

    .summary-rail > div[b-n66dyr3iz8] {
        min-height: 5.8rem;
        padding: 0.75rem;
    }

    .creditor-module > footer[b-n66dyr3iz8] {
        grid-template-columns: 1fr;
    }

    .creditor-module > footer a[b-n66dyr3iz8] {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .creditor-module > footer a:first-child[b-n66dyr3iz8] {
        border-top: 0;
    }
}
/* /Components/Pages/Horizon.razor.rz.scp.css */
.horizon-heading[b-jiqhvio782] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.8rem 0 1.35rem;
    border-bottom: 1px solid var(--line-strong);
}

.horizon-heading h1[b-jiqhvio782] {
    margin: 0.12rem 0 0.4rem;
    font-size: clamp(2.5rem, 5.5vw, 5rem);
    letter-spacing: -0.075em;
    line-height: 0.92;
}

.horizon-heading h1 span[b-jiqhvio782] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.58em;
    letter-spacing: -0.04em;
}

.horizon-heading > div:first-child > p:last-child[b-jiqhvio782] {
    max-width: 47rem;
    margin: 0;
    color: var(--muted-strong);
}

.horizon-actions[b-jiqhvio782] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
}

.horizon-navigation[b-jiqhvio782] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-width: 13rem;
    border: 1px solid var(--line-strong);
}

.horizon-navigation a[b-jiqhvio782] {
    display: grid;
    min-height: 2.75rem;
    padding: 0 0.8rem;
    place-items: center;
    color: var(--ink-900);
    border-right: 1px solid var(--line);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    text-decoration: none;
}

.horizon-navigation a:last-child[b-jiqhvio782] {
    border-right: 0;
}

.horizon-navigation a:hover[b-jiqhvio782] {
    color: var(--accent-strong);
    background: var(--surface-hover);
}

.prepare-command[b-jiqhvio782] {
    white-space: nowrap;
}

.horizon-pulse[b-jiqhvio782] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 1.25rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.pulse-month[b-jiqhvio782] {
    min-width: 0;
    padding: 1rem;
    color: var(--ink-900);
    border-right: 1px solid var(--line);
    text-decoration: none;
    transition: background 120ms ease;
}

.pulse-month:last-child[b-jiqhvio782] {
    border-right: 0;
}

.pulse-month:hover[b-jiqhvio782] {
    background: var(--surface-hover);
}

.pulse-date[b-jiqhvio782] {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pulse-month strong[b-jiqhvio782] {
    display: block;
    overflow: hidden;
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: clamp(1rem, 1.65vw, 1.45rem);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pulse-track[b-jiqhvio782] {
    display: block;
    height: 0.22rem;
    margin: 0.75rem 0 0.55rem;
    overflow: hidden;
    background: var(--surface-soft);
}

.pulse-track i[b-jiqhvio782] {
    display: block;
    height: 100%;
    background: var(--success);
}

.coverage-partial .pulse-track i[b-jiqhvio782] {
    background: var(--warning);
}

.coverage-empty .pulse-track i[b-jiqhvio782] {
    background: var(--danger);
}

.pulse-month small[b-jiqhvio782] {
    display: block;
    color: var(--muted);
    font-size: 0.66rem;
    line-height: 1.45;
}

.matrix-shell[b-jiqhvio782] {
    margin-top: 1.25rem;
    border-top: 1px solid var(--line-strong);
}

.matrix-toolbar[b-jiqhvio782] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 0.75rem;
}

.matrix-toolbar h2[b-jiqhvio782] {
    margin: 0.12rem 0 0;
    font-size: 1.25rem;
}

.matrix-legend[b-jiqhvio782] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.62rem;
}

.matrix-legend span[b-jiqhvio782] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.matrix-legend i[b-jiqhvio782] {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
}

.legend-gap[b-jiqhvio782] {
    border: 1px dashed var(--line-strong);
}

.legend-open[b-jiqhvio782] {
    background: var(--warning);
}

.legend-done[b-jiqhvio782] {
    background: var(--success);
}

.matrix-scroll[b-jiqhvio782] {
    overflow-x: auto;
    border: 1px solid var(--line-strong);
    background: var(--surface);
    scrollbar-color: var(--line-strong) var(--surface-soft);
}

.horizon-matrix[b-jiqhvio782] {
    width: 100%;
    min-width: 68rem;
    border-collapse: collapse;
    table-layout: fixed;
}

.horizon-matrix th[b-jiqhvio782],
.horizon-matrix td[b-jiqhvio782] {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.horizon-matrix tr > :last-child[b-jiqhvio782] {
    border-right: 0;
}

.horizon-matrix thead th[b-jiqhvio782] {
    height: 3.35rem;
    padding: 0.55rem 0.75rem;
    color: var(--muted-strong);
    background: var(--surface-soft);
    font-family: var(--font-mono);
    font-size: 0.7rem;
    text-align: left;
    text-transform: uppercase;
}

.horizon-matrix thead th:first-child[b-jiqhvio782],
.horizon-matrix tbody th[b-jiqhvio782],
.horizon-matrix tfoot th[b-jiqhvio782] {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 15rem;
    background: var(--surface-raised);
    box-shadow: 1px 0 0 var(--line-strong);
}

.horizon-matrix thead th:first-child[b-jiqhvio782] {
    z-index: 3;
}

.horizon-matrix thead th span[b-jiqhvio782],
.horizon-matrix thead th small[b-jiqhvio782] {
    display: block;
}

.horizon-matrix thead th small[b-jiqhvio782] {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.58rem;
}

.horizon-matrix tbody th[b-jiqhvio782] {
    height: 5.4rem;
    padding: 0.75rem 0.9rem;
    text-align: left;
}

.horizon-matrix tbody th a[b-jiqhvio782],
.horizon-matrix tbody th span[b-jiqhvio782],
.horizon-matrix tbody th small[b-jiqhvio782] {
    display: block;
}

.horizon-matrix tbody th a[b-jiqhvio782] {
    overflow: hidden;
    color: var(--ink-950);
    font-weight: 800;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-matrix tbody th span[b-jiqhvio782] {
    margin-top: 0.2rem;
    color: var(--accent-strong);
    font-family: var(--font-mono);
    font-size: 0.62rem;
}

.horizon-matrix tbody th small[b-jiqhvio782] {
    margin-top: 0.35rem;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-matrix td[b-jiqhvio782] {
    height: 5.4rem;
    padding: 0;
    vertical-align: top;
}

.horizon-matrix td > a[b-jiqhvio782] {
    display: flex;
    height: 100%;
    padding: 0.7rem 0.75rem;
    flex-direction: column;
    color: var(--ink-900);
    border-top: 0.18rem solid transparent;
    text-decoration: none;
}

.horizon-matrix td > a:hover[b-jiqhvio782] {
    background: var(--surface-hover);
}

.horizon-matrix td strong[b-jiqhvio782] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 0.82rem;
}

.horizon-matrix td span[b-jiqhvio782],
.horizon-matrix td small[b-jiqhvio782] {
    display: block;
    margin-top: 0.3rem;
    color: var(--muted-strong);
    font-size: 0.6rem;
}

.horizon-matrix td small[b-jiqhvio782] {
    margin-top: auto;
    color: var(--muted);
    font-family: var(--font-mono);
}

.horizon-matrix .cell-gap > a[b-jiqhvio782] {
    color: var(--muted);
    border-top-color: var(--line-strong);
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 0.35rem,
        color-mix(in srgb, var(--line) 45%, transparent) 0.35rem,
        color-mix(in srgb, var(--line) 45%, transparent) 0.4rem);
}

.horizon-matrix .cell-gap strong[b-jiqhvio782] {
    color: var(--muted);
    font-size: 1.2rem;
}

.horizon-matrix .cell-open > a[b-jiqhvio782] {
    border-top-color: var(--warning);
}

.horizon-matrix .cell-done > a[b-jiqhvio782] {
    border-top-color: var(--success);
}

.horizon-matrix .cell-excess > a[b-jiqhvio782] {
    border-top-color: var(--danger);
}

.horizon-matrix tfoot th[b-jiqhvio782],
.horizon-matrix tfoot td[b-jiqhvio782] {
    height: 4rem;
    padding: 0.7rem 0.75rem;
    background: var(--chrome);
    color: #fff;
}

.horizon-matrix tfoot th[b-jiqhvio782] {
    z-index: 2;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    text-align: left;
    text-transform: uppercase;
}

.horizon-matrix tfoot td strong[b-jiqhvio782],
.horizon-matrix tfoot td span[b-jiqhvio782] {
    display: block;
    color: #fff;
}

.horizon-matrix tfoot td span[b-jiqhvio782] {
    margin-top: 0.25rem;
    opacity: 0.6;
}

.scroll-hint[b-jiqhvio782] {
    display: none;
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.6rem;
}

@media (max-width: 1100px) {
    .horizon-heading[b-jiqhvio782] {
        align-items: start;
        flex-direction: column;
    }

    .horizon-actions[b-jiqhvio782] {
        width: 100%;
    }

    .horizon-navigation[b-jiqhvio782] {
        flex: 1;
    }

    .horizon-pulse[b-jiqhvio782] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pulse-month:nth-child(3)[b-jiqhvio782] {
        border-right: 0;
    }

    .pulse-month:nth-child(-n + 3)[b-jiqhvio782] {
        border-bottom: 1px solid var(--line);
    }

    .scroll-hint[b-jiqhvio782] {
        display: block;
    }
}

@media (max-width: 680px) {
    .horizon-heading h1[b-jiqhvio782] {
        font-size: 3rem;
    }

    .horizon-actions[b-jiqhvio782] {
        flex-direction: column;
    }

    .prepare-command[b-jiqhvio782] {
        width: 100%;
    }

    .horizon-pulse[b-jiqhvio782] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pulse-month:nth-child(3)[b-jiqhvio782] {
        border-right: 1px solid var(--line);
    }

    .pulse-month:nth-child(2n)[b-jiqhvio782] {
        border-right: 0;
    }

    .pulse-month:nth-child(-n + 4)[b-jiqhvio782] {
        border-bottom: 1px solid var(--line);
    }

    .matrix-toolbar[b-jiqhvio782] {
        align-items: start;
        flex-direction: column;
    }

    .horizon-matrix[b-jiqhvio782] {
        min-width: 61rem;
    }

    .horizon-matrix thead th:first-child[b-jiqhvio782],
    .horizon-matrix tbody th[b-jiqhvio782],
    .horizon-matrix tfoot th[b-jiqhvio782] {
        width: 11.5rem;
    }
}
/* /Components/Pages/Journal.razor.rz.scp.css */
.journal-heading[b-xfkp4igmxn] {
    margin-bottom: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.journal-heading h1[b-xfkp4igmxn] {
    margin-bottom: 0.55rem;
}

.journal-heading p:last-child[b-xfkp4igmxn] {
    margin: 0;
    color: var(--muted-strong);
}

.success-banner[b-xfkp4igmxn],
.error-banner[b-xfkp4igmxn] {
    margin-bottom: 0.8rem;
    padding: 0.8rem 1rem;
    border-radius: 0.65rem;
    font-size: 0.78rem;
}

.success-banner[b-xfkp4igmxn] {
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    color: var(--success);
    background: var(--success-soft);
}

.success-banner span[b-xfkp4igmxn] {
    margin-right: 0.4rem;
    font-weight: 900;
}

.error-banner[b-xfkp4igmxn] {
    border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
    color: var(--danger);
    background: var(--danger-soft);
}

.journal-controls[b-xfkp4igmxn] {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    display: grid;
    grid-template-columns: minmax(14rem, 1fr) 12rem auto;
    align-items: end;
    gap: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    background: var(--surface);
}

.journal-controls label[b-xfkp4igmxn] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.journal-controls label span[b-xfkp4igmxn],
.action-panel label span[b-xfkp4igmxn] {
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.journal-controls input[b-xfkp4igmxn],
.journal-controls select[b-xfkp4igmxn],
.action-panel input[b-xfkp4igmxn] {
    min-height: 2.5rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.45rem;
    background: var(--paper);
}

.journal-controls > span[b-xfkp4igmxn] {
    padding-bottom: 0.55rem;
    color: var(--muted);
    font-size: 0.7rem;
}

.journal-list[b-xfkp4igmxn] {
    display: grid;
    gap: 0.65rem;
}

.journal-entry[b-xfkp4igmxn] {
    padding: 0.9rem;
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) 11rem;
    gap: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: var(--surface);
}

.journal-entry.cancelled[b-xfkp4igmxn] {
    opacity: 0.72;
}

.entry-date[b-xfkp4igmxn] {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid var(--line);
}

.entry-date strong[b-xfkp4igmxn] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.45rem;
    line-height: 1;
}

.entry-date span[b-xfkp4igmxn],
.entry-date small[b-xfkp4igmxn] {
    color: var(--muted);
    font-size: 0.62rem;
    text-transform: uppercase;
}

.entry-title[b-xfkp4igmxn] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.entry-title > div[b-xfkp4igmxn] {
    display: flex;
    flex-direction: column;
}

.entry-title a[b-xfkp4igmxn] {
    color: var(--ink-950);
    font-family: var(--font-sans);
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
}

.entry-title span[b-xfkp4igmxn] {
    color: var(--muted);
    font-size: 0.65rem;
}

.entry-meta[b-xfkp4igmxn] {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.entry-meta span[b-xfkp4igmxn] {
    padding: 0.2rem 0.4rem;
    border-radius: 99rem;
    color: var(--muted-strong);
    background: var(--surface-soft);
    font-size: 0.6rem;
}

.entry-main > p[b-xfkp4igmxn] {
    margin: 0.55rem 0 0;
    color: var(--muted-strong);
    font-size: 0.69rem;
}

.entry-main .cancel-reason[b-xfkp4igmxn] {
    color: var(--danger);
}

.entry-amount[b-xfkp4igmxn] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.entry-amount > strong[b-xfkp4igmxn] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.25rem;
}

.entry-actions[b-xfkp4igmxn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.25rem;
}

.entry-actions button[b-xfkp4igmxn] {
    min-height: 2.25rem;
    padding: 0.42rem 0.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-small);
    color: var(--mint-strong);
    background: var(--surface);
    font-size: 0.64rem;
    font-weight: 800;
}

.entry-actions button:hover[b-xfkp4igmxn] {
    border-color: var(--accent);
    background: var(--accent-soft);
}

.entry-actions .danger-link[b-xfkp4igmxn] {
    color: var(--danger);
}

.action-panel[b-xfkp4igmxn] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    display: grid;
    gap: 0.55rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.55rem;
    background: var(--paper);
}

.action-panel label[b-xfkp4igmxn] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--muted-strong);
    font-size: 0.68rem;
}

.action-panel label:has(input[type="text"])[b-xfkp4igmxn],
.action-panel label:not(:has(input[type="checkbox"]))[b-xfkp4igmxn] {
    align-items: stretch;
    flex-direction: column;
}

.action-panel input[type="checkbox"][b-xfkp4igmxn] {
    min-height: auto;
    accent-color: var(--mint-strong);
}

.action-panel > div[b-xfkp4igmxn] {
    display: flex;
    gap: 0.35rem;
}

.button-danger[b-xfkp4igmxn] {
    min-height: 2.4rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--danger);
    border-radius: 0.5rem;
    color: #fff;
    background: var(--danger);
    font-size: 0.72rem;
    font-weight: 800;
}

.risk-note[b-xfkp4igmxn] {
    color: var(--danger);
    font-size: 0.67rem;
}

@media (max-width: 760px) {
    .journal-heading[b-xfkp4igmxn] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .journal-heading .button-primary[b-xfkp4igmxn],
    .journal-controls[b-xfkp4igmxn] {
        width: 100%;
    }

    .journal-controls[b-xfkp4igmxn] {
        grid-template-columns: 1fr;
    }

    .journal-controls > span[b-xfkp4igmxn] {
        padding: 0;
    }

    .journal-entry[b-xfkp4igmxn] {
        grid-template-columns: 2.5rem minmax(0, 1fr);
    }

    .entry-amount[b-xfkp4igmxn] {
        grid-column: 2;
        align-items: flex-start;
        flex-direction: row;
    }

    .entry-actions[b-xfkp4igmxn] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/NewPayment.razor.rz.scp.css */
.form-heading[b-agi205gthe] {
    margin-bottom: 1.3rem;
}

.back-link[b-agi205gthe] {
    margin-bottom: 1.2rem;
    display: inline-block;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 750;
    text-decoration: none;
}

.form-heading h1[b-agi205gthe] {
    margin-bottom: 0.65rem;
}

.form-heading p:last-child[b-agi205gthe] {
    margin: 0;
    color: var(--muted-strong);
}

.form-error[b-agi205gthe] {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
    border-radius: 0.6rem;
    color: var(--danger);
    background: var(--danger-soft);
}

.form-grid[b-agi205gthe] {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-panel[b-agi205gthe],
.confirmation-panel[b-agi205gthe] {
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.section-head[b-agi205gthe] {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.7rem;
}

.section-head > span[b-agi205gthe] {
    width: 1.85rem;
    height: 1.85rem;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 0.5rem;
    color: var(--mint-strong);
    background: var(--accent-soft);
    font-size: 0.68rem;
    font-weight: 900;
}

.section-head h2[b-agi205gthe] {
    margin-bottom: 0.15rem;
}

.section-head p[b-agi205gthe] {
    margin: 0;
    color: var(--muted);
    font-size: 0.7rem;
}

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

.field[b-agi205gthe] {
    margin-bottom: 0.8rem;
}

.field label[b-agi205gthe] {
    margin-bottom: 0.3rem;
    display: block;
    color: var(--muted-strong);
    font-size: 0.68rem;
    font-weight: 800;
}

.field input[b-agi205gthe],
.field select[b-agi205gthe],
.field textarea[b-agi205gthe] {
    width: 100%;
    min-height: 2.65rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.5rem;
    color: var(--ink-950);
    background: var(--paper);
}

.field small[b-agi205gthe] {
    margin-top: 0.3rem;
    display: block;
    color: var(--muted);
    font-size: 0.62rem;
}

.check-row[b-agi205gthe] {
    padding: 0.65rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: var(--muted-strong);
    font-size: 0.73rem;
}

.check-row input[b-agi205gthe] {
    margin-top: 0.18rem;
    accent-color: var(--mint-strong);
}

.check-row > span[b-agi205gthe] {
    display: flex;
    flex-direction: column;
}

.check-row small[b-agi205gthe] {
    color: var(--muted);
    font-size: 0.65rem;
}

.check-row.disabled[b-agi205gthe] {
    opacity: 0.55;
}

.check-row.required strong[b-agi205gthe]::after {
    content: " *";
    color: var(--danger);
}

.inline-warning[b-agi205gthe],
.rib-alert[b-agi205gthe] {
    padding: 0.7rem;
    border: 1px solid color-mix(in srgb, var(--warning) 35%, var(--line));
    border-radius: 0.55rem;
    color: var(--warning);
    background: var(--warning-soft);
    font-size: 0.69rem;
}

.confirmation-panel[b-agi205gthe] {
    margin-top: 1rem;
}

.rib-alert[b-agi205gthe] {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

.form-actions[b-agi205gthe] {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
    border-top: 1px solid var(--line);
}

.button-primary:disabled[b-agi205gthe] {
    opacity: 0.6;
    cursor: wait;
}

@media (max-width: 850px) {
    .form-grid[b-agi205gthe] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .two-columns[b-agi205gthe] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-agi205gthe] {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/NotificationSettings.razor.rz.scp.css */
.page-heading[b-imf4s6tg8b],.settings-title[b-imf4s6tg8b],.history-heading[b-imf4s6tg8b]{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.page-heading[b-imf4s6tg8b]{margin-bottom:1.3rem}.page-heading h1[b-imf4s6tg8b],.notification-card h2[b-imf4s6tg8b],.settings-shell h2[b-imf4s6tg8b],.history-panel h2[b-imf4s6tg8b],.privacy-panel h2[b-imf4s6tg8b]{margin:.2rem 0 .45rem}.page-heading p[b-imf4s6tg8b],.notification-card p[b-imf4s6tg8b],.privacy-panel p[b-imf4s6tg8b]{color:var(--muted)}.heading-actions[b-imf4s6tg8b]{display:flex;gap:.5rem}.notification-grid[b-imf4s6tg8b]{margin:1rem 0;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:.8rem}.notification-card[b-imf4s6tg8b],.settings-shell[b-imf4s6tg8b],.history-panel[b-imf4s6tg8b],.privacy-panel[b-imf4s6tg8b]{padding:1.1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.notification-card code[b-imf4s6tg8b]{font-size:.72rem;overflow-wrap:anywhere}.status-badge[b-imf4s6tg8b],.history-state[b-imf4s6tg8b]{display:inline-flex;padding:.28rem .52rem;border-radius:99rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.status-badge.active[b-imf4s6tg8b],.history-state.envoyee[b-imf4s6tg8b]{color:var(--success);background:var(--success-soft)}.status-badge.inactive[b-imf4s6tg8b],.history-state.enattente[b-imf4s6tg8b]{color:var(--warning);background:var(--warning-soft)}.history-state.echec[b-imf4s6tg8b]{color:var(--danger);background:var(--danger-soft)}.metric[b-imf4s6tg8b]{display:block;color:var(--accent);font-family:var(--font-mono);font-size:2.35rem;font-weight:750}.metric.danger[b-imf4s6tg8b]{color:var(--danger)}.status-message[b-imf4s6tg8b]{margin-bottom:.8rem;padding:.8rem 1rem;border-radius:var(--radius-small)}.status-message.success[b-imf4s6tg8b]{color:var(--success);background:var(--success-soft)}.status-message.error[b-imf4s6tg8b]{color:var(--danger);background:var(--danger-soft)}.settings-shell[b-imf4s6tg8b]{margin-bottom:1rem}.master-row[b-imf4s6tg8b]{margin:1rem 0;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.toggle-row[b-imf4s6tg8b],.rule-card[b-imf4s6tg8b]{padding:.85rem;display:flex;align-items:flex-start;gap:.65rem;border:1px solid var(--line);border-radius:var(--radius-small);background:var(--paper)}.toggle-row.master[b-imf4s6tg8b]{border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}.toggle-row input[b-imf4s6tg8b],.rule-card input[b-imf4s6tg8b]{margin-top:.2rem;accent-color:var(--accent)}.toggle-row span[b-imf4s6tg8b],.rule-card span[b-imf4s6tg8b]{display:flex;flex-direction:column;gap:.2rem}.toggle-row small[b-imf4s6tg8b],.rule-card small[b-imf4s6tg8b]{color:var(--muted);font-size:.76rem;line-height:1.45}.rules-grid[b-imf4s6tg8b]{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.threshold-grid[b-imf4s6tg8b]{margin-top:.8rem;padding-top:.8rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;border-top:1px solid var(--line)}.threshold-grid label[b-imf4s6tg8b]{display:flex;flex-direction:column;gap:.35rem;color:var(--muted-strong);font-size:.75rem;font-weight:750}.threshold-grid label>div[b-imf4s6tg8b]{display:flex;align-items:center;gap:.35rem}.threshold-grid input[b-imf4s6tg8b],.threshold-grid select[b-imf4s6tg8b]{width:100%;min-height:2.55rem;padding:.55rem;border:1px solid var(--line-strong);border-radius:var(--radius-small);color:var(--ink-900);background:var(--paper)}.threshold-grid b[b-imf4s6tg8b]{font-weight:700}.integrity-note[b-imf4s6tg8b]{margin:.8rem 0 0;padding:.7rem;color:var(--muted-strong);background:var(--surface-soft);font-size:.76rem}.history-panel[b-imf4s6tg8b]{margin-bottom:1rem}.history-list[b-imf4s6tg8b]{margin-top:.8rem;display:grid;gap:1px;background:var(--line)}.history-list article[b-imf4s6tg8b]{padding:.75rem;display:grid;grid-template-columns:7rem 1fr;gap:.7rem;background:var(--surface)}.history-list article>div[b-imf4s6tg8b]{display:flex;flex-direction:column;gap:.2rem}.history-list small[b-imf4s6tg8b]{color:var(--muted);font-size:.74rem}.history-list em[b-imf4s6tg8b]{color:var(--danger);font-size:.74rem}.empty-history[b-imf4s6tg8b]{color:var(--muted)}.privacy-panel[b-imf4s6tg8b]{margin-bottom:1rem}.privacy-panel p:last-child[b-imf4s6tg8b]{margin-bottom:0}.page-heading button:disabled[b-imf4s6tg8b]{cursor:not-allowed;opacity:.45}@media(max-width:1000px){.notification-grid[b-imf4s6tg8b]{grid-template-columns:repeat(2,1fr)}.rules-grid[b-imf4s6tg8b]{grid-template-columns:1fr}.threshold-grid[b-imf4s6tg8b]{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.page-heading[b-imf4s6tg8b],.settings-title[b-imf4s6tg8b],.history-heading[b-imf4s6tg8b]{flex-direction:column}.heading-actions[b-imf4s6tg8b],.heading-actions button[b-imf4s6tg8b]{width:100%}.notification-grid[b-imf4s6tg8b],.master-row[b-imf4s6tg8b],.threshold-grid[b-imf4s6tg8b]{grid-template-columns:1fr}.history-list article[b-imf4s6tg8b]{grid-template-columns:1fr}}
/* /Components/Pages/Operations.razor.rz.scp.css */
.operations-heading[b-etciprtvq7] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-strong);
}

.operations-heading h1[b-etciprtvq7],
.operations-heading p:last-child[b-etciprtvq7] {
    margin-bottom: 0;
}

.operations-heading p:last-child[b-etciprtvq7] {
    max-width: 62rem;
    color: var(--muted-strong);
}

.operations-state[b-etciprtvq7] {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--success);
    background: var(--success-soft);
}

.operations-state > span[b-etciprtvq7] {
    width: .8rem;
    height: .8rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--success) 20%, transparent);
}

.operations-state.unhealthy[b-etciprtvq7] {
    border-color: var(--danger);
    background: var(--danger-soft);
}

.operations-state.unhealthy > span[b-etciprtvq7] {
    background: var(--danger);
}

.operations-state div[b-etciprtvq7] {
    display: grid;
    gap: .15rem;
}

.operations-state small[b-etciprtvq7] {
    color: var(--muted-strong);
}

.operations-kpis[b-etciprtvq7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.operations-kpis div[b-etciprtvq7] {
    display: grid;
    gap: .25rem;
    padding: 1rem 1.2rem;
    border-left: 1px solid var(--line);
}

.operations-kpis div:first-child[b-etciprtvq7] {
    border-left: 0;
}

.operations-kpis span[b-etciprtvq7],
.operations-grid dt[b-etciprtvq7] {
    color: var(--muted-strong);
    font: .68rem var(--font-mono);
    text-transform: uppercase;
}

.operations-kpis strong[b-etciprtvq7] {
    font-size: 1.7rem;
}

.operations-kpis small[b-etciprtvq7] {
    color: var(--muted-strong);
}

.operations-kpis .good strong[b-etciprtvq7] {
    color: var(--success);
}

.operations-kpis .bad strong[b-etciprtvq7] {
    color: var(--danger);
}

.operations-grid[b-etciprtvq7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.operations-grid article[b-etciprtvq7],
.operations-contract[b-etciprtvq7] {
    padding: 1.2rem 1.25rem;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.operations-grid h2[b-etciprtvq7],
.operations-contract h2[b-etciprtvq7] {
    margin: .15rem 0 .8rem;
}

.operations-grid dl[b-etciprtvq7] {
    margin: 0;
}

.operations-grid dl div[b-etciprtvq7] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    border-top: 1px solid var(--line);
}

.operations-grid dd[b-etciprtvq7] {
    margin: 0;
    font-weight: 700;
    text-align: right;
}

.operations-contract[b-etciprtvq7] {
    margin-top: 1rem;
    background: transparent;
}

.operations-contract > p:last-of-type[b-etciprtvq7] {
    max-width: 75rem;
}

.operations-contract > div[b-etciprtvq7] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

@media (max-width: 780px) {
    .operations-heading[b-etciprtvq7] {
        align-items: flex-start;
        flex-direction: column;
    }

    .operations-heading button[b-etciprtvq7] {
        width: 100%;
    }

    .operations-kpis[b-etciprtvq7],
    .operations-grid[b-etciprtvq7] {
        grid-template-columns: 1fr;
    }

    .operations-kpis div[b-etciprtvq7] {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .operations-kpis div:first-child[b-etciprtvq7] {
        border-top: 0;
    }
}
/* /Components/Pages/PrepareMonth.razor.rz.scp.css */
.preparation-heading[b-isw27pnrd4] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
    gap: 2.5rem;
    padding: 1.6rem 0 1.35rem;
    border-bottom: 1px solid var(--line-strong);
}

.form-error[b-isw27pnrd4] {
    margin-top: 1rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
    color: var(--danger);
    background: var(--danger-soft);
    font-size: 0.72rem;
}

.preparation-heading h1[b-isw27pnrd4] {
    margin: 0.3rem 0 0.45rem;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.preparation-heading > div:first-child > p:last-child[b-isw27pnrd4] {
    max-width: 47rem;
    margin: 0;
    color: var(--muted-strong);
}

.back-link[b-isw27pnrd4] {
    display: inline-block;
    margin-bottom: 1.2rem;
    color: var(--accent-strong);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 750;
    text-decoration: none;
}

.cycle-transfer[b-isw27pnrd4] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-self: end;
    border: 1px solid var(--line-strong);
    background: var(--surface);
}

.cycle-transfer > div[b-isw27pnrd4] {
    min-width: 0;
    padding: 1rem;
}

.cycle-transfer > div:last-child[b-isw27pnrd4] {
    background: var(--accent-soft);
}

.cycle-transfer span[b-isw27pnrd4],
.cycle-transfer strong[b-isw27pnrd4],
.cycle-transfer small[b-isw27pnrd4] {
    display: block;
}

.cycle-transfer span[b-isw27pnrd4] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.cycle-transfer strong[b-isw27pnrd4] {
    margin-top: 0.35rem;
    color: var(--ink-950);
    font-size: 0.94rem;
    text-transform: capitalize;
}

.cycle-transfer small[b-isw27pnrd4] {
    margin-top: 0.35rem;
    color: var(--muted-strong);
    font-family: var(--font-mono);
    font-size: 0.62rem;
}

.cycle-transfer > i[b-isw27pnrd4] {
    display: grid;
    width: 2.8rem;
    color: var(--accent-strong);
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    place-items: center;
    font-style: normal;
}

.batch-toolbar[b-isw27pnrd4] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--line-strong);
    background: color-mix(in srgb, var(--surface-raised) 94%, transparent);
    backdrop-filter: blur(12px);
}

.batch-toolbar > div:first-child strong[b-isw27pnrd4],
.batch-toolbar > div:first-child span[b-isw27pnrd4] {
    display: block;
}

.batch-toolbar > div:first-child strong[b-isw27pnrd4] {
    color: var(--ink-950);
    font-size: 0.78rem;
}

.batch-toolbar > div:first-child span[b-isw27pnrd4] {
    margin-top: 0.16rem;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.62rem;
}

.batch-toolbar > div:last-child[b-isw27pnrd4] {
    display: flex;
    gap: 0.35rem;
}

.batch-toolbar button[b-isw27pnrd4] {
    min-height: 2.1rem;
    padding: 0 0.65rem;
    border: 1px solid var(--line);
    color: var(--ink-900);
    background: var(--surface);
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 700;
}

.batch-toolbar button:hover[b-isw27pnrd4] {
    border-color: var(--accent);
    color: var(--accent-strong);
}

.preparation-list[b-isw27pnrd4] {
    border-right: 1px solid var(--line-strong);
    border-left: 1px solid var(--line-strong);
}

.preparation-row[b-isw27pnrd4] {
    display: grid;
    grid-template-columns: minmax(13rem, 1.35fr) minmax(9rem, 0.9fr) minmax(8rem, 0.8fr) minmax(8.5rem, 0.85fr) minmax(8rem, 0.75fr) minmax(8rem, 0.75fr);
    background: var(--surface);
    border-bottom: 1px solid var(--line-strong);
    transition: background 120ms ease, box-shadow 120ms ease;
}

.preparation-row.is-selected[b-isw27pnrd4] {
    background: color-mix(in srgb, var(--accent-soft) 35%, var(--surface));
    box-shadow: inset 0.22rem 0 var(--accent);
}

.preparation-row.has-target:not(.is-selected)[b-isw27pnrd4] {
    background: var(--surface-soft);
}

.row-selector[b-isw27pnrd4],
.origin-cell[b-isw27pnrd4],
.preparation-row > .field[b-isw27pnrd4] {
    min-width: 0;
    padding: 0.8rem;
    border-right: 1px solid var(--line);
}

.row-selector[b-isw27pnrd4] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
}

.row-selector[b-isw27pnrd4]  input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.selection-box[b-isw27pnrd4] {
    display: grid;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    border: 1px solid var(--line-strong);
    background: var(--surface-raised);
    place-items: center;
}

.row-selector[b-isw27pnrd4]  input:checked + .selection-box {
    border-color: var(--accent);
    background: var(--accent);
}

.row-selector[b-isw27pnrd4]  input:checked + .selection-box::after {
    width: 0.45rem;
    height: 0.25rem;
    border-bottom: 2px solid var(--chrome);
    border-left: 2px solid var(--chrome);
    content: "";
    transform: rotate(-45deg) translateY(-0.06rem);
}

.creditor-name[b-isw27pnrd4] {
    min-width: 0;
}

.creditor-name strong[b-isw27pnrd4],
.creditor-name small[b-isw27pnrd4] {
    display: block;
}

.creditor-name strong[b-isw27pnrd4] {
    overflow: hidden;
    color: var(--ink-950);
    font-size: 0.82rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creditor-name small[b-isw27pnrd4] {
    margin-top: 0.25rem;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.origin-cell span[b-isw27pnrd4],
.origin-cell strong[b-isw27pnrd4],
.origin-cell small[b-isw27pnrd4] {
    display: block;
}

.origin-cell span[b-isw27pnrd4],
.preparation-row .field label[b-isw27pnrd4] {
    margin-bottom: 0.36rem;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.56rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.origin-cell strong[b-isw27pnrd4] {
    color: var(--ink-900);
    font-size: 0.7rem;
}

.origin-cell small[b-isw27pnrd4] {
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.57rem;
    line-height: 1.3;
}

.preparation-row .field input[b-isw27pnrd4],
.preparation-row .field select[b-isw27pnrd4] {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.35rem 0.48rem;
    border: 1px solid var(--line);
    border-radius: 0;
    color: var(--ink-950);
    background: var(--surface-raised);
    font-family: var(--font-mono);
    font-size: 0.65rem;
}

.preparation-row .field input:disabled[b-isw27pnrd4],
.preparation-row .field select:disabled[b-isw27pnrd4] {
    color: var(--muted);
    background: var(--surface-soft);
    opacity: 0.75;
}

.amount-cell > div[b-isw27pnrd4] {
    display: grid;
    grid-template-columns: 1fr auto;
}

.amount-cell > div span[b-isw27pnrd4] {
    display: grid;
    width: 1.8rem;
    border: 1px solid var(--line);
    border-left: 0;
    color: var(--muted-strong);
    background: var(--surface-soft);
    place-items: center;
    font-family: var(--font-mono);
    font-size: 0.62rem;
}

.nature-cell[b-isw27pnrd4],
.note-cell[b-isw27pnrd4] {
    grid-column: span 3;
    border-top: 1px dashed var(--line);
}

.note-cell[b-isw27pnrd4] {
    border-right: 0;
}

.paid-warning[b-isw27pnrd4] {
    display: flex;
    grid-column: 1 / -1;
    align-items: start;
    gap: 0.65rem;
    padding: 0.7rem 0.85rem;
    color: var(--danger);
    border-top: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
    background: var(--danger-soft);
    font-size: 0.68rem;
}

.paid-warning input[b-isw27pnrd4] {
    margin-top: 0.14rem;
}

.preparation-actions[b-isw27pnrd4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid var(--line-strong);
    border-top: 0;
    background: var(--surface-soft);
}

.preparation-actions > div span[b-isw27pnrd4] {
    color: var(--accent-strong);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.preparation-actions > div p[b-isw27pnrd4] {
    max-width: 44rem;
    margin: 0.25rem 0 0;
    color: var(--muted-strong);
    font-size: 0.68rem;
}

@media (max-width: 1200px) {
    .preparation-row[b-isw27pnrd4] {
        grid-template-columns: minmax(13rem, 1.2fr) repeat(3, minmax(8rem, 0.8fr));
    }

    .origin-cell[b-isw27pnrd4] {
        grid-column: span 3;
        border-top: 1px dashed var(--line);
    }

    .nature-cell[b-isw27pnrd4],
    .note-cell[b-isw27pnrd4] {
        grid-column: span 2;
    }
}

@media (max-width: 900px) {
    .preparation-heading[b-isw27pnrd4] {
        grid-template-columns: 1fr;
    }

    .batch-toolbar[b-isw27pnrd4] {
        position: static;
        align-items: start;
        flex-direction: column;
    }

    .batch-toolbar > div:last-child[b-isw27pnrd4] {
        width: 100%;
        overflow-x: auto;
    }

    .batch-toolbar button[b-isw27pnrd4] {
        flex: 1 0 auto;
    }

    .preparation-row[b-isw27pnrd4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .row-selector[b-isw27pnrd4],
    .origin-cell[b-isw27pnrd4],
    .note-cell[b-isw27pnrd4],
    .nature-cell[b-isw27pnrd4] {
        grid-column: 1 / -1;
    }

    .origin-cell[b-isw27pnrd4] {
        border-top: 0;
    }

    .nature-cell[b-isw27pnrd4],
    .note-cell[b-isw27pnrd4] {
        border-top: 1px dashed var(--line);
    }

    .preparation-actions[b-isw27pnrd4] {
        grid-template-columns: 1fr 1fr;
    }

    .preparation-actions > div[b-isw27pnrd4] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .preparation-heading h1[b-isw27pnrd4] {
        font-size: 2.6rem;
    }

    .cycle-transfer[b-isw27pnrd4] {
        grid-template-columns: 1fr;
    }

    .cycle-transfer > i[b-isw27pnrd4] {
        width: auto;
        height: 2rem;
        border: 0;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        transform: rotate(90deg);
    }

    .preparation-row[b-isw27pnrd4] {
        grid-template-columns: 1fr;
    }

    .row-selector[b-isw27pnrd4],
    .origin-cell[b-isw27pnrd4],
    .nature-cell[b-isw27pnrd4],
    .note-cell[b-isw27pnrd4],
    .preparation-row > .field[b-isw27pnrd4] {
        grid-column: 1;
        border-right: 0;
    }

    .preparation-row > .field[b-isw27pnrd4] {
        border-top: 1px dashed var(--line);
    }

    .preparation-actions[b-isw27pnrd4] {
        grid-template-columns: 1fr;
    }

    .preparation-actions > div[b-isw27pnrd4],
    .preparation-actions a[b-isw27pnrd4],
    .preparation-actions button[b-isw27pnrd4] {
        grid-column: 1;
        width: 100%;
    }
}
/* /Components/Pages/ScheduleEditor.razor.rz.scp.css */
.editor-heading[b-ldo2642o5q] {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 1px solid var(--line-strong);
}

.back-link[b-ldo2642o5q] {
    margin-bottom: 1.15rem;
    display: inline-block;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    text-decoration: none;
}

.editor-heading h1[b-ldo2642o5q] {
    margin-bottom: 0.35rem;
}

.editor-heading p:last-child[b-ldo2642o5q] {
    margin: 0;
    color: var(--muted-strong);
}

.paid-readout[b-ldo2642o5q] {
    min-width: 14rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    border-left: 2px solid var(--accent);
}

.paid-readout span[b-ldo2642o5q] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.59rem;
    text-transform: uppercase;
}

.paid-readout strong[b-ldo2642o5q] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.35rem;
}

.form-error[b-ldo2642o5q] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid color-mix(in srgb, var(--danger) 45%, var(--line));
    color: var(--danger);
    background: var(--danger-soft);
    font-size: 0.75rem;
}

.live-form-sync[b-ldo2642o5q] {
    margin-bottom: 1rem;
    padding: 0.7rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid color-mix(in srgb, var(--warning) 42%, var(--line));
    color: var(--warning);
    background: var(--warning-soft);
}

.live-form-sync > div[b-ldo2642o5q] {
    display: flex;
    flex-direction: column;
}

.live-form-sync strong[b-ldo2642o5q] {
    font-size: 0.72rem;
}

.live-form-sync span[b-ldo2642o5q] {
    color: var(--muted-strong);
    font-size: 0.65rem;
}

.live-form-sync button[b-ldo2642o5q] {
    min-height: 2.25rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font-size: 0.65rem;
    font-weight: 850;
}

.live-form-sync.synced[b-ldo2642o5q] {
    justify-content: flex-start;
    border-color: color-mix(in srgb, var(--success) 42%, var(--line));
    color: var(--success);
    background: var(--success-soft);
}

.editor-workbench[b-ldo2642o5q] {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.65fr);
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--shadow-small);
}

.editor-main[b-ldo2642o5q],
.editor-control[b-ldo2642o5q] {
    padding: clamp(1rem, 2.2vw, 1.6rem);
}

.editor-control[b-ldo2642o5q] {
    border-left: 1px solid var(--line);
    background: var(--surface-soft);
}

.section-title[b-ldo2642o5q] {
    margin-bottom: 1.25rem;
}

.section-title span[b-ldo2642o5q] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-title h2[b-ldo2642o5q] {
    margin: 0.25rem 0 0;
}

.amount-field[b-ldo2642o5q] {
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid var(--line);
}

.amount-field > label[b-ldo2642o5q] {
    margin-bottom: 0.4rem;
    display: block;
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
}

.amount-field > div[b-ldo2642o5q] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
}

.amount-field[b-ldo2642o5q]  input {
    width: min(100%, 19rem);
    min-height: auto;
    padding: 0.2rem 0;
    border: 0;
    border-bottom: 2px solid var(--accent);
    border-radius: 0;
    color: var(--ink-950);
    background: transparent;
    font-family: var(--font-mono);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
}

.amount-field > div > span[b-ldo2642o5q] {
    color: var(--muted);
    font-family: var(--font-mono);
    font-size: 0.76rem;
}

.amount-field small[b-ldo2642o5q] {
    max-width: 45rem;
    margin-top: 0.55rem;
    display: block;
    color: var(--muted);
    font-size: 0.68rem;
}

.editor-fields[b-ldo2642o5q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 0.8rem;
}

.activation-row[b-ldo2642o5q],
.overpaid-check[b-ldo2642o5q] {
    margin-bottom: 1rem;
    padding: 0.85rem;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    border: 1px solid var(--line);
    background: var(--surface);
    cursor: pointer;
}

.activation-row input[b-ldo2642o5q],
.overpaid-check input[b-ldo2642o5q] {
    margin-top: 0.2rem;
    accent-color: var(--accent);
}

.activation-row span[b-ldo2642o5q] {
    display: flex;
    flex-direction: column;
}

.activation-row strong[b-ldo2642o5q] {
    color: var(--ink-900);
    font-size: 0.75rem;
}

.activation-row small[b-ldo2642o5q] {
    color: var(--muted);
    font-size: 0.65rem;
}

.editor-control dl[b-ldo2642o5q] {
    margin: 0 0 1rem;
}

.editor-control dl > div[b-ldo2642o5q] {
    padding: 0.65rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
}

.editor-control dt[b-ldo2642o5q] {
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 500;
}

.editor-control dd[b-ldo2642o5q] {
    margin: 0;
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
}

.overpaid-check[b-ldo2642o5q] {
    border-color: color-mix(in srgb, var(--warning) 45%, var(--line));
    color: var(--warning);
    background: var(--warning-soft);
    font-size: 0.68rem;
}

.audit-note[b-ldo2642o5q] {
    margin-top: 1.3rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--line-strong);
}

.audit-note span[b-ldo2642o5q] {
    color: var(--accent);
    font-family: var(--font-mono);
    font-size: 0.58rem;
    letter-spacing: 0.1em;
}

.audit-note p[b-ldo2642o5q] {
    margin: 0.35rem 0 0;
    color: var(--muted);
    font-size: 0.65rem;
}

.editor-actions[b-ldo2642o5q] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
}

.empty-editor[b-ldo2642o5q],
.loading[b-ldo2642o5q] {
    padding: 5rem 1rem;
    color: var(--muted);
    text-align: center;
}

@media (max-width: 850px) {
    .editor-workbench[b-ldo2642o5q] {
        grid-template-columns: 1fr;
    }

    .editor-control[b-ldo2642o5q] {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .live-form-sync[b-ldo2642o5q] {
        align-items: stretch;
        flex-direction: column;
    }

    .live-form-sync button[b-ldo2642o5q] {
        width: 100%;
    }

    .editor-heading[b-ldo2642o5q] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .paid-readout[b-ldo2642o5q] {
        min-width: 0;
        width: 100%;
    }

    .editor-fields[b-ldo2642o5q] {
        grid-template-columns: 1fr;
    }

    .editor-actions[b-ldo2642o5q] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/Security.razor.rz.scp.css */
.security-heading[b-4ts1r6uzm4] {
    max-width: 60rem;
    margin-bottom: 1.2rem;
}

.security-heading p:last-child[b-4ts1r6uzm4] {
    color: var(--muted-strong);
}

.security-grid[b-4ts1r6uzm4] {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.security-grid[b-4ts1r6uzm4]  .checklist-panel,
.security-panel[b-4ts1r6uzm4],
.privacy-panel[b-4ts1r6uzm4] {
    padding: 1.2rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.security-panel ol[b-4ts1r6uzm4] {
    padding-left: 1.3rem;
    color: var(--muted-strong);
    font-size: 0.76rem;
}

.security-panel li[b-4ts1r6uzm4] {
    margin-bottom: 0.6rem;
}

.stop-note[b-4ts1r6uzm4] {
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.6rem;
    color: var(--danger);
    background: var(--danger-soft);
}

.stop-note span[b-4ts1r6uzm4] {
    font-size: 0.7rem;
}

.privacy-panel > div[b-4ts1r6uzm4] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.privacy-panel h2[b-4ts1r6uzm4] {
    margin: 0;
}

.privacy-icon[b-4ts1r6uzm4] {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    border-radius: 0.65rem;
    color: var(--ink-950);
    background: var(--mint);
    font-weight: 900;
}

.privacy-panel ul[b-4ts1r6uzm4] {
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    list-style: none;
}

.privacy-panel li[b-4ts1r6uzm4] {
    padding: 0.65rem;
    border-radius: 0.5rem;
    color: var(--muted-strong);
    background: var(--surface-soft);
    font-size: 0.7rem;
}

@media (max-width: 760px) {
    .security-grid[b-4ts1r6uzm4],
    .privacy-panel ul[b-4ts1r6uzm4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SecuritySettings.razor.rz.scp.css */
.page-heading[b-mv2dwmakx8],
.panel-heading[b-mv2dwmakx8],
.security-grid[b-mv2dwmakx8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.page-heading[b-mv2dwmakx8] {
    margin-bottom: 1.5rem;
}

.page-heading h1[b-mv2dwmakx8],
.panel-heading h2[b-mv2dwmakx8],
.security-card h2[b-mv2dwmakx8] {
    margin: .2rem 0 .45rem;
}

.page-heading p[b-mv2dwmakx8],
.security-card p[b-mv2dwmakx8] {
    color: var(--muted);
}

.security-grid[b-mv2dwmakx8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.security-card[b-mv2dwmakx8],
.audit-panel[b-mv2dwmakx8] {
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--surface);
}

.status-badge[b-mv2dwmakx8] {
    display: inline-flex;
    padding: .3rem .55rem;
    border-radius: 999px;
    color: var(--success);
    background: var(--success-soft);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.table-scroll[b-mv2dwmakx8] {
    overflow-x: auto;
}

table[b-mv2dwmakx8] {
    width: 100%;
    margin-top: 1rem;
    border-collapse: collapse;
}

th[b-mv2dwmakx8],
td[b-mv2dwmakx8] {
    padding: .75rem;
    border-top: 1px solid var(--line);
    text-align: left;
    white-space: nowrap;
}

th[b-mv2dwmakx8] {
    color: var(--muted);
    font-size: .75rem;
    text-transform: uppercase;
}

.empty-state[b-mv2dwmakx8] {
    margin: 1rem 0 0;
    color: var(--muted);
}

@media (max-width: 760px) {
    .page-heading[b-mv2dwmakx8],
    .panel-heading[b-mv2dwmakx8] {
        flex-direction: column;
    }

    .security-grid[b-mv2dwmakx8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Simulator.razor.rz.scp.css */
.simulator-heading[b-hjc5bb79xv] {
    max-width: 60rem;
    margin-bottom: 1.2rem;
}

.simulator-heading p:last-child[b-hjc5bb79xv] {
    color: var(--muted-strong);
}

.simulation-layout[b-hjc5bb79xv] {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: minmax(16rem, 0.35fr) minmax(0, 1fr);
    gap: 1rem;
}

.input-panel[b-hjc5bb79xv],
.result-panel[b-hjc5bb79xv],
.advice-panel[b-hjc5bb79xv] {
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.input-panel label[b-hjc5bb79xv] {
    margin-bottom: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.input-panel label > span[b-hjc5bb79xv] {
    color: var(--ink-800);
    font-size: 0.72rem;
    font-weight: 800;
}

.input-panel input[b-hjc5bb79xv] {
    min-height: 2.8rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.5rem;
    background: var(--paper);
}

.input-panel small[b-hjc5bb79xv],
.advice-panel > small[b-hjc5bb79xv] {
    color: var(--muted);
    font-size: 0.62rem;
}

.input-panel .button-primary[b-hjc5bb79xv] {
    width: 100%;
}

.simulation-error[b-hjc5bb79xv] {
    margin: 0.7rem 0 0;
    color: var(--danger);
    font-size: 0.7rem;
}

.result-kpis[b-hjc5bb79xv] {
    margin-bottom: 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.result-kpis article[b-hjc5bb79xv] {
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.55rem;
    background: var(--surface-soft);
}

.result-kpis span[b-hjc5bb79xv] {
    color: var(--muted);
    font-size: 0.6rem;
}

.result-kpis strong[b-hjc5bb79xv] {
    color: var(--ink-950);
    font-family: var(--font-mono);
    font-size: 1.05rem;
}

.result-kpis .negative strong[b-hjc5bb79xv] {
    color: var(--danger);
}

.projection-chart[b-hjc5bb79xv] {
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 0.6rem;
}

.projection-chart header[b-hjc5bb79xv] {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.projection-chart h2[b-hjc5bb79xv] {
    margin: 0;
}

.projection-chart header > strong[b-hjc5bb79xv] {
    font-family: var(--font-mono);
}

.bars[b-hjc5bb79xv] {
    display: grid;
    gap: 0.32rem;
}

.chart-note[b-hjc5bb79xv] {
    margin-top: 0.65rem;
    display: block;
    color: var(--muted);
    font-size: 0.6rem;
}

.bar-row[b-hjc5bb79xv] {
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) 6.5rem;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.6rem;
}

.bar-row > span[b-hjc5bb79xv] {
    color: var(--muted);
    text-transform: uppercase;
}

.bar-row > div[b-hjc5bb79xv] {
    height: 0.5rem;
    overflow: hidden;
    border-radius: 99rem;
    background: var(--surface-soft);
}

.bar-row i[b-hjc5bb79xv] {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: var(--mint-strong);
}

.bar-row strong[b-hjc5bb79xv] {
    color: var(--muted-strong);
    text-align: right;
}

.advice-panel > div[b-hjc5bb79xv] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.advice-panel article[b-hjc5bb79xv] {
    padding: 0.75rem;
    border-radius: 0.55rem;
    background: var(--paper);
}

.advice-panel article strong[b-hjc5bb79xv] {
    color: var(--ink-950);
    font-family: var(--font-sans);
}

.advice-panel article p[b-hjc5bb79xv] {
    margin: 0.3rem 0 0;
    color: var(--muted-strong);
    font-size: 0.68rem;
}

@media (max-width: 860px) {
    .simulation-layout[b-hjc5bb79xv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .result-kpis[b-hjc5bb79xv],
    .advice-panel > div[b-hjc5bb79xv] {
        grid-template-columns: 1fr;
    }

    .bar-row[b-hjc5bb79xv] {
        grid-template-columns: 3.2rem minmax(0, 1fr);
    }

    .bar-row strong[b-hjc5bb79xv] {
        display: none;
    }
}
/* /Components/Pages/UpdateDebt.razor.rz.scp.css */
.update-heading[b-urd544sp5v] {
    margin-bottom: 1.2rem;
}

.back-link[b-urd544sp5v] {
    margin-bottom: 1.2rem;
    display: inline-block;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 750;
    text-decoration: none;
}

.update-heading p:last-child[b-urd544sp5v] {
    color: var(--muted-strong);
}

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

.call-context[b-urd544sp5v] {
    margin-bottom: 1rem;
    padding: .85rem;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1.6fr auto;
    align-items: stretch;
    gap: 1px;
    border: 1px solid var(--line-strong);
    border-radius: .75rem;
    background: var(--line);
}

.call-context article[b-urd544sp5v],
.call-actions[b-urd544sp5v] {
    min-width: 0;
    padding: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--surface);
}

.call-context span[b-urd544sp5v] { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.call-context strong[b-urd544sp5v] { overflow-wrap: anywhere; font-size: .95rem; }
.call-context small[b-urd544sp5v] { color: var(--muted-strong); font-size: .75rem; }
.call-actions[b-urd544sp5v] { gap: .45rem; }

.form-panel[b-urd544sp5v] {
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--surface);
}

.section-head[b-urd544sp5v] {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.7rem;
}

.section-head > span[b-urd544sp5v] {
    width: 1.8rem;
    height: 1.8rem;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: var(--ink-950);
    background: var(--mint);
    font-size: 0.62rem;
    font-weight: 900;
}

.section-head h2[b-urd544sp5v],
.section-head p[b-urd544sp5v] {
    margin: 0;
}

.section-head p[b-urd544sp5v] {
    color: var(--muted);
    font-size: 0.67rem;
}

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

.field[b-urd544sp5v] {
    margin-bottom: 0.8rem;
}

.field label[b-urd544sp5v] {
    margin-bottom: 0.3rem;
    display: block;
    color: var(--ink-800);
    font-size: 0.7rem;
    font-weight: 800;
}

.field input[b-urd544sp5v],
.field select[b-urd544sp5v],
.field textarea[b-urd544sp5v] {
    width: 100%;
    min-height: 2.7rem;
    padding: 0.6rem 0.7rem;
    border: 1px solid var(--line-strong);
    border-radius: 0.5rem;
    background: var(--paper);
}

.check-row[b-urd544sp5v] {
    margin-bottom: 0.9rem;
    padding: 0.7rem;
    display: flex;
    gap: 0.55rem;
    border-radius: 0.55rem;
    background: var(--surface-soft);
}

.check-row input[b-urd544sp5v] {
    accent-color: var(--mint-strong);
}

.check-row span[b-urd544sp5v] {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
}

.check-row.required[b-urd544sp5v] {
    border: 1px solid color-mix(in srgb, var(--warning) 35%, var(--line));
    background: var(--warning-soft);
}

.balance-impact[b-urd544sp5v],
.current-balance[b-urd544sp5v] {
    margin-bottom: 0.8rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.55rem;
    background: var(--success-soft);
}

.balance-impact p[b-urd544sp5v],
.current-balance small[b-urd544sp5v] {
    margin: 0.25rem 0 0;
    color: var(--muted-strong);
    font-size: 0.67rem;
}

.current-balance > span[b-urd544sp5v] {
    color: var(--muted);
    font-size: 0.62rem;
    text-transform: uppercase;
}

.current-balance strong[b-urd544sp5v] {
    font-family: var(--font-mono);
    font-size: 1.5rem;
}

.form-actions[b-urd544sp5v] {
    margin-top: 1rem;
    padding: 0.9rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
    border: 1px solid var(--line);
    border-radius: 0.7rem;
    background: var(--surface);
}

.form-error[b-urd544sp5v] {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    border-radius: 0.6rem;
    color: var(--danger);
    background: var(--danger-soft);
}

.not-found[b-urd544sp5v] {
    padding: 4rem;
    text-align: center;
}

@media (max-width: 800px) {
    .update-grid[b-urd544sp5v],
    .two-columns[b-urd544sp5v] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-urd544sp5v] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .call-context[b-urd544sp5v] { grid-template-columns: 1fr 1fr; }
    .call-next[b-urd544sp5v],.call-actions[b-urd544sp5v] { grid-column: 1 / -1; }
}
/* /Components/Shared/AntiScamChecklist.razor.rz.scp.css */
.checklist-panel[b-sxzhwarqsl] {
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    border-radius: 0.75rem;
    color: var(--success);
    background: var(--success-soft);
}

.checklist-panel > div[b-sxzhwarqsl] {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.shield[b-sxzhwarqsl] {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 0.55rem;
    color: #fff;
    background: var(--success);
    font-weight: 900;
}

.checklist-panel > div > div[b-sxzhwarqsl] {
    display: flex;
    flex-direction: column;
}

.checklist-panel small[b-sxzhwarqsl] {
    color: var(--muted-strong);
    font-size: 0.68rem;
}

.checklist-panel ul[b-sxzhwarqsl] {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1.5rem;
    font-size: 0.73rem;
}

@media (max-width: 650px) {
    .checklist-panel ul[b-sxzhwarqsl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/PaymentStatusBadge.razor.rz.scp.css */
.payment-badge[b-swtlpgzw0e] {
    padding: 0.25rem 0.48rem;
    display: inline-flex;
    align-items: center;
    border-radius: 99rem;
    font-size: 0.64rem;
    font-weight: 800;
    white-space: nowrap;
}

.confirmed[b-swtlpgzw0e] {
    color: var(--success);
    background: var(--success-soft);
}

.sent[b-swtlpgzw0e] {
    color: var(--info);
    background: var(--info-soft);
}

.planned[b-swtlpgzw0e] {
    color: var(--warning);
    background: var(--warning-soft);
}

.rejected[b-swtlpgzw0e],
.cancelled[b-swtlpgzw0e] {
    color: var(--danger);
    background: var(--danger-soft);
}

.cancelled[b-swtlpgzw0e] {
    text-decoration: line-through;
}
