/* /Components/Layout/BankaEntegrasyonModal.razor.rz.scp.css */
.bank-integration-backdrop[b-xd4oon4zyk] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(8, 33, 24, .45);
    backdrop-filter: blur(7px);
}

.bank-integration-modal[b-xd4oon4zyk] {
    display: flex;
    flex-direction: column;
    width: min(1020px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #f8fffb 100%);
    color: #1f2d2a;
    box-shadow: 0 34px 90px rgba(5, 31, 22, .34);
    padding: 20px;
}

.bank-modal-header[b-xd4oon4zyk],
.bank-modal-title[b-xd4oon4zyk],
.modal-footer[b-xd4oon4zyk],
.modal-footer > div[b-xd4oon4zyk],
.log-panel > div:first-child[b-xd4oon4zyk],
.sync-row[b-xd4oon4zyk] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bank-modal-header[b-xd4oon4zyk],
.log-panel > div:first-child[b-xd4oon4zyk],
.sync-row[b-xd4oon4zyk] {
    justify-content: space-between;
}

.bank-modal-title[b-xd4oon4zyk] {
    align-items: flex-start;
}

.bank-modal-icon[b-xd4oon4zyk] {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    border: 1px solid #98d9bd;
    background: #daf4e8;
    color: #006b4e;
    box-shadow: 0 16px 34px rgba(0, 107, 78, .18);
}

.bank-modal-icon[b-xd4oon4zyk]  .nav-icon {
    width: 34px;
    height: 34px;
    color: #00513e !important;
    stroke: #00513e !important;
    stroke-width: 2;
    opacity: 1 !important;
}

.bank-modal-icon[b-xd4oon4zyk]  .nav-icon path,
.bank-modal-icon[b-xd4oon4zyk]  .nav-icon circle,
.bank-modal-icon[b-xd4oon4zyk]  .nav-icon rect,
.bank-modal-icon[b-xd4oon4zyk]  .nav-icon line,
.bank-modal-icon[b-xd4oon4zyk]  .nav-icon polyline {
    stroke: #00513e !important;
    opacity: 1 !important;
}

.modal-eyebrow[b-xd4oon4zyk] {
    color: #159957;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.bank-integration-modal h2[b-xd4oon4zyk] {
    margin: 4px 0 5px;
    font-size: 26px;
    font-weight: 850;
    letter-spacing: 0;
}

.bank-integration-modal p[b-xd4oon4zyk],
.bank-integration-modal small[b-xd4oon4zyk] {
    color: #6b7a73;
    line-height: 1.45;
}

.bank-status-chips[b-xd4oon4zyk] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bank-status-chips span[b-xd4oon4zyk] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce9e3;
    border-radius: 999px;
    padding: 0 10px;
    background: #fff;
    color: #0b3b2a;
    font-size: 12px;
    font-weight: 850;
}

.bank-status-chips .bank-logo-chip[b-xd4oon4zyk] {
    gap: 8px;
    min-height: 36px;
    padding: 3px 10px 3px 5px;
    box-shadow: 0 8px 18px rgba(11, 59, 42, .08);
}

.bank-logo-chip img[b-xd4oon4zyk] {
    display: block;
    width: clamp(118px, 14vw, 156px);
    height: 30px;
    object-fit: contain;
}

.bank-logo-chip i[b-xd4oon4zyk] {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #0f8f5f;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.bank-logo-mark[b-xd4oon4zyk] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
}

.halkbank-chip[b-xd4oon4zyk] {
    border-color: rgba(0, 92, 143, .26) !important;
    background: linear-gradient(135deg, #eef8ff, #fff) !important;
    color: #005c8f !important;
}

.halkbank-chip .bank-logo-mark[b-xd4oon4zyk] {
    background: #005c8f;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .22);
}

.vakifbank-chip[b-xd4oon4zyk] {
    border-color: rgba(246, 176, 0, .42) !important;
    background: linear-gradient(135deg, #fff5cf, #fff) !important;
    color: #151a24 !important;
}

.vakifbank-chip .bank-logo-mark[b-xd4oon4zyk] {
    background: #f6b000;
    color: #111827;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .38);
}

.bank-status-chips .live[b-xd4oon4zyk] {
    color: #0f8f5f;
    background: #eaf7f1;
}

.modal-close[b-xd4oon4zyk] {
    width: 38px;
    height: 38px;
    border: 1px solid #d5e2dc;
    border-radius: 14px;
    background: #fff;
    color: #0b3b2a;
    font-size: 22px;
    cursor: pointer;
}

.bank-modal-visual[b-xd4oon4zyk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 14px;
    color: #0f8f5f;
}

.bank-modal-visual strong[b-xd4oon4zyk] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #eaf7f1;
    box-shadow: inset 0 0 0 1px #cceadd;
}

.visual-bank-logo[b-xd4oon4zyk] {
    width: clamp(190px, 26vw, 280px);
    height: 86px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(227, 234, 230, .9);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 45, 42, .12);
}

.visual-bank-logo img[b-xd4oon4zyk] {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    filter: none;
    mix-blend-mode: normal;
    object-fit: contain;
    opacity: 1;
}

.visual-bank-logo.halkbank[b-xd4oon4zyk] {
    background: #005c8f;
}

.visual-bank-logo.vakifbank[b-xd4oon4zyk] {
    background: #f6b000;
}

.bank-modal-visual strong[b-xd4oon4zyk] {
    width: 54px;
    height: 54px;
    background: #0f8f5f;
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 143, 95, .32), inset 0 0 0 1px rgba(255, 255, 255, .24);
}

.bank-modal-visual[b-xd4oon4zyk]  .nav-icon {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.bank-modal-visual i[b-xd4oon4zyk] {
    width: min(110px, 10vw);
    border-top: 2px dashed #94d7bd;
}

.sync-card[b-xd4oon4zyk],
.log-panel[b-xd4oon4zyk] {
    border: 1px solid #e3eae6;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 30px rgba(31, 45, 42, .07);
}

.sync-card[b-xd4oon4zyk] {
    padding: 16px;
}

.sync-row > div[b-xd4oon4zyk] {
    display: grid;
    gap: 4px;
}

.sync-row b[b-xd4oon4zyk] {
    color: #0b3b2a;
    font-size: 18px;
}

.progress-track[b-xd4oon4zyk] {
    height: 16px;
    margin: 12px 0 8px;
    border-radius: 999px;
    background: #dce9e3;
    overflow: hidden;
}

.progress-track span[b-xd4oon4zyk] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0b7a52, #16b477);
    transition: width .35s ease;
}

.bank-kpis[b-xd4oon4zyk] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.bank-kpis article[b-xd4oon4zyk] {
    min-height: 104px;
    display: grid;
    align-content: space-between;
    gap: 6px;
    border: 1px solid #e3eae6;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
}

.bank-kpis[b-xd4oon4zyk]  .nav-icon {
    color: #006b4e;
    width: 24px;
    height: 24px;
    stroke-width: 1.9;
}

.bank-kpis span[b-xd4oon4zyk] {
    min-height: 30px;
    color: #405852;
    font-size: 11px;
    font-weight: 750;
}

.bank-kpis strong[b-xd4oon4zyk] {
    color: #087f5b;
    font-size: 24px;
    line-height: 1;
}

.bank-kpis .danger[b-xd4oon4zyk]  .nav-icon,
.bank-kpis .danger strong[b-xd4oon4zyk] {
    color: #dc2626;
}

.log-panel[b-xd4oon4zyk] {
    overflow: hidden;
}

.log-panel > div:first-child[b-xd4oon4zyk] {
    padding: 11px 15px;
    background: #f8fbfa;
    border-bottom: 1px solid #e3eae6;
}

.log-panel h3[b-xd4oon4zyk] {
    margin: 0;
    font-size: 15px;
    font-weight: 850;
}

.log-panel label[b-xd4oon4zyk] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #29433c;
    font-size: 13px;
    font-weight: 750;
}

.log-panel-actions[b-xd4oon4zyk] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.log-expand-action[b-xd4oon4zyk] {
    min-height: 30px;
    border: 1px solid #cfe0d9;
    border-radius: 10px;
    background: #fff;
    color: #006b4e;
    font-size: 12px;
    font-weight: 850;
    padding: 0 10px;
    cursor: pointer;
}

.log-terminal[b-xd4oon4zyk] {
    height: clamp(120px, 17vh, 170px);
    overflow: auto;
    padding: 12px 16px;
    background: radial-gradient(circle at top left, rgba(21, 153, 87, .2), transparent 34%), #071d16;
    color: #d8faeb;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.55;
}

.log-terminal.expanded[b-xd4oon4zyk] {
    height: min(48vh, 430px);
}

.log-terminal p[b-xd4oon4zyk] {
    margin: 0 0 4px;
    color: #d8faeb;
    white-space: pre-wrap;
}

.modal-footer[b-xd4oon4zyk] {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    margin-top: 14px;
}

.modal-footer > span[b-xd4oon4zyk] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0f8f5f;
    font-weight: 850;
    font-size: 13px;
}

.modal-footer > div[b-xd4oon4zyk] {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.primary-action[b-xd4oon4zyk],
.secondary-action[b-xd4oon4zyk] {
    min-height: 42px;
    border-radius: 13px;
    padding: 0 14px;
    font-weight: 850;
    cursor: pointer;
}

.primary-action[b-xd4oon4zyk] {
    border: 1px solid #087f5b;
    background: #087f5b;
    color: #fff;
}

.secondary-action[b-xd4oon4zyk] {
    border: 1px solid #d5e2dc;
    background: #fff;
    color: #006b4e;
}

.primary-action:disabled[b-xd4oon4zyk] {
    opacity: .48;
    cursor: not-allowed;
}

.close-confirm-backdrop[b-xd4oon4zyk] {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(8, 33, 24, .34);
    backdrop-filter: blur(4px);
}

.close-confirm[b-xd4oon4zyk] {
    width: min(460px, 100%);
    border: 1px solid #e3eae6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(5, 31, 22, .24);
    padding: 20px;
}

.close-confirm h3[b-xd4oon4zyk] {
    margin: 0 0 8px;
    color: #0b3b2a;
}

.close-confirm footer[b-xd4oon4zyk] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 1060px) {
    .bank-kpis[b-xd4oon4zyk] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .bank-integration-backdrop[b-xd4oon4zyk] {
        padding: 12px;
    }

    .bank-integration-modal[b-xd4oon4zyk] {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        overflow: auto;
    }

    .bank-logo-chip img[b-xd4oon4zyk] {
        width: 104px;
        height: 26px;
    }

    .bank-modal-visual[b-xd4oon4zyk] {
        gap: 8px;
    }

    .visual-bank-logo[b-xd4oon4zyk] {
        width: min(34vw, 150px);
        height: 58px;
        border-radius: 14px;
    }

    .bank-modal-visual i[b-xd4oon4zyk] {
        width: 24px;
    }

    .bank-kpis[b-xd4oon4zyk] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modal-footer[b-xd4oon4zyk] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rmubq3se58] {
    --sidebar-collapsed-width: 72px;
    --sidebar-expanded-width: 232px;
    display: flex;
    min-height: 100vh;
    background: #f4f7f6;
}

main[b-rmubq3se58],
.app-main[b-rmubq3se58] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-rmubq3se58] {
    width: var(--sidebar-collapsed-width);
    flex: 0 0 var(--sidebar-collapsed-width);
    height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
    color: #ffffff;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(123, 199, 170, .28) 0, rgba(123, 199, 170, 0) 32%),
        linear-gradient(180deg, #006b52 0%, #005c45 44%, #004d3a 100%);
    border-right: 1px solid rgba(223, 243, 236, .18);
    box-shadow: 12px 0 36px rgba(2, 41, 32, .08);
    z-index: 30;
    transition: width .22s ease, flex-basis .22s ease, box-shadow .22s ease;
}

.sidebar:hover[b-rmubq3se58],
.sidebar:focus-within[b-rmubq3se58] {
    width: var(--sidebar-expanded-width);
    flex-basis: var(--sidebar-expanded-width);
    box-shadow: 18px 0 48px rgba(2, 41, 32, .16);
}

.content[b-rmubq3se58] {
    min-height: 100vh;
}

#blazor-error-ui[b-rmubq3se58] {
    display: none;
}

@media (max-width: 860px) {
    .page[b-rmubq3se58] {
        display: block;
    }

    .sidebar[b-rmubq3se58],
    .sidebar:hover[b-rmubq3se58],
    .sidebar:focus-within[b-rmubq3se58] {
        position: relative;
        width: 100%;
        flex-basis: auto;
        height: auto;
        min-height: auto;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jjlzrjipg2] {
    display: none;
}

.brand-panel[b-jjlzrjipg2] {
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 14px 10px 10px;
    transition: height .22s ease, padding .22s ease, gap .22s ease;
}

.brand-logo-link[b-jjlzrjipg2] {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
    transition: width .22s ease, height .22s ease, border-radius .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.brand-logo[b-jjlzrjipg2] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.brand-version[b-jjlzrjipg2] {
    color: #dff3ec;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .16s ease, transform .16s ease;
}

.nav-scrollable[b-jjlzrjipg2] {
    display: block;
    height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 0 10px 18px;
    scrollbar-width: thin;
    scrollbar-color: #7bc7aa transparent;
    transition: height .22s ease, padding .22s ease;
}

.nav-scrollable[b-jjlzrjipg2]::-webkit-scrollbar {
    width: 8px;
}

.nav-scrollable[b-jjlzrjipg2]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-jjlzrjipg2]::-webkit-scrollbar-thumb {
    background: #7bc7aa;
    border-radius: 999px;
}

.sidebar-nav[b-jjlzrjipg2] {
    display: grid;
    gap: 4px;
}

.nav-item[b-jjlzrjipg2] {
    position: relative;
    min-width: 0;
}

.nav-item summary[b-jjlzrjipg2] {
    list-style: none;
}

.nav-item summary[b-jjlzrjipg2]::-webkit-details-marker {
    display: none;
}

.nav-item[b-jjlzrjipg2]  .nav-link,
.nav-item .nav-link[b-jjlzrjipg2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 44px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .15s ease, color .15s ease, gap .18s ease, padding .18s ease, justify-content .18s ease;
}

.nav-item button.nav-link[b-jjlzrjipg2] {
    cursor: pointer;
    font-family: inherit;
}

.nav-button-link[b-jjlzrjipg2] {
    appearance: none;
    text-align: left;
}

.nav-item[b-jjlzrjipg2]  .nav-link span,
.nav-item .nav-link > span:not(.submenu-caret)[b-jjlzrjipg2] {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(-8px);
    transition: width .18s ease, opacity .14s ease, transform .18s ease;
}

.nav-item[b-jjlzrjipg2]  .nav-link:hover,
.nav-item .nav-link:hover[b-jjlzrjipg2] {
    color: #ffffff;
    background: #0b7a5c;
}

.nav-item[b-jjlzrjipg2]  .nav-link.active,
.nav-item[b-jjlzrjipg2]  a.active,
.nav-item .nav-link.active[b-jjlzrjipg2],
.nav-item.active-branch > .nav-parent[b-jjlzrjipg2] {
    color: #ffffff;
    background: #1d8f6a;
    box-shadow: inset 3px 0 0 #dff3ec, 0 10px 24px rgba(0, 62, 47, .18);
}

.nav-item[b-jjlzrjipg2]  .nav-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: #dff3ec;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
}

.nav-item[b-jjlzrjipg2]  .nav-link.active .nav-icon,
.nav-item[b-jjlzrjipg2]  .nav-link:hover .nav-icon,
.nav-item .nav-link.active .nav-icon[b-jjlzrjipg2],
.nav-item .nav-link:hover .nav-icon[b-jjlzrjipg2] {
    color: #ffffff;
}

.submenu-caret[b-jjlzrjipg2] {
    display: none;
    margin-left: auto;
    color: #dff3ec;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transform: translateX(2px);
}

.nav-submenu[b-jjlzrjipg2] {
    display: none;
    position: static;
    width: auto;
    margin: 4px 0 6px 32px;
    padding: 4px 0 4px 8px;
    border-left: 1px solid rgba(223, 243, 236, .24);
    background: transparent;
    box-shadow: none;
}

.nav-submenu[b-jjlzrjipg2]::before {
    display: none;
}

.nav-subitem[b-jjlzrjipg2] {
    position: relative;
}

.nav-subitem + .nav-subitem[b-jjlzrjipg2] {
    margin-top: 4px;
}

.nav-subitem[b-jjlzrjipg2]  .nav-link,
.nav-subitem .nav-link[b-jjlzrjipg2] {
    justify-content: flex-start;
    min-height: 38px;
    padding: 0 12px;
    gap: 8px;
    font-size: 12.5px;
}

.nav-subitem[b-jjlzrjipg2]  .nav-link span,
.nav-subitem .nav-link > span:not(.submenu-caret)[b-jjlzrjipg2] {
    width: auto;
    opacity: 1;
    transform: none;
}

.has-submenu[open] > .nav-submenu[b-jjlzrjipg2] {
    display: block;
}

.nav-submenu-nested[b-jjlzrjipg2] {
    margin-left: 14px;
}

:global(#app-sidebar:hover) .brand-panel[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .brand-panel[b-jjlzrjipg2] {
    height: 198px;
    gap: 10px;
    padding: 24px 18px 16px;
}

:global(#app-sidebar:hover) .brand-logo-link[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .brand-logo-link[b-jjlzrjipg2] {
    width: 168px;
    height: 112px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

:global(#app-sidebar:hover) .brand-version[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .brand-version[b-jjlzrjipg2] {
    opacity: 1;
    transform: translateY(0);
}

:global(#app-sidebar:hover) .nav-scrollable[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .nav-scrollable[b-jjlzrjipg2] {
    height: calc(100vh - 198px);
    padding: 0 12px 18px;
}

:global(#app-sidebar:hover) .nav-item[b-jjlzrjipg2]  .nav-link,
:global(#app-sidebar:focus-within) .nav-item[b-jjlzrjipg2]  .nav-link,
:global(#app-sidebar:hover) .nav-item .nav-link[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .nav-item .nav-link[b-jjlzrjipg2] {
    justify-content: flex-start;
    gap: 12px;
    padding: 0 14px;
}

:global(#app-sidebar:hover) .nav-item[b-jjlzrjipg2]  .nav-link span,
:global(#app-sidebar:focus-within) .nav-item[b-jjlzrjipg2]  .nav-link span,
:global(#app-sidebar:hover) .nav-item .nav-link > span:not(.submenu-caret)[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .nav-item .nav-link > span:not(.submenu-caret)[b-jjlzrjipg2] {
    width: auto;
    opacity: 1;
    transform: translateX(0);
}

:global(#app-sidebar:hover) .submenu-caret[b-jjlzrjipg2],
:global(#app-sidebar:focus-within) .submenu-caret[b-jjlzrjipg2] {
    display: inline-flex;
}

@media (max-width: 860px) {
    .brand-panel[b-jjlzrjipg2] {
        height: auto;
        padding: 16px;
    }

    .brand-logo-link[b-jjlzrjipg2] {
        width: 132px;
        height: 92px;
        border-radius: 0;
        overflow: visible;
        background: transparent;
        box-shadow: none;
    }

    .brand-version[b-jjlzrjipg2] {
        opacity: 1;
        transform: none;
    }

    .nav-scrollable[b-jjlzrjipg2] {
        height: auto;
        max-height: 320px;
    }

    .nav-item[b-jjlzrjipg2]  .nav-link,
    .nav-item .nav-link[b-jjlzrjipg2] {
        justify-content: flex-start;
        gap: 12px;
        padding: 0 14px;
    }

    .nav-item[b-jjlzrjipg2]  .nav-link span,
    .nav-item .nav-link > span:not(.submenu-caret)[b-jjlzrjipg2] {
        width: auto;
        opacity: 1;
        transform: none;
    }

    .submenu-caret[b-jjlzrjipg2] {
        display: inline-flex;
    }

    .nav-submenu[b-jjlzrjipg2],
    .nav-submenu-nested[b-jjlzrjipg2] {
        position: static;
        width: auto;
        margin: 4px 0 6px 18px;
        padding: 6px;
        border-radius: 12px;
        background: rgba(0, 68, 52, .62);
        box-shadow: none;
    }

    .nav-submenu[b-jjlzrjipg2]::before {
        display: none;
    }
}
/* /Components/Pages/BankaEntegrasyon.razor.rz.scp.css */
.integration-modal-host[b-hpcy41z0qt] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(8, 33, 24, .45);
    backdrop-filter: blur(7px);
    color: #1f2d2a;
    overflow: hidden;
}

.integration-host-preview[b-hpcy41z0qt] {
    position: fixed;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 80px;
    opacity: .28;
    filter: blur(2px);
    pointer-events: none;
}

.integration-host-preview div[b-hpcy41z0qt] {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(11, 59, 42, .18);
}

.integration-modal[b-hpcy41z0qt] {
    position: relative;
    z-index: 1;
    width: min(1020px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 24px;
    background: linear-gradient(145deg, #fff 0%, #f8fffb 100%);
    box-shadow: 0 34px 90px rgba(5, 31, 22, .34);
    padding: 20px;
}

.integration-modal-header[b-hpcy41z0qt],
.integration-title-row[b-hpcy41z0qt],
.integration-footer[b-hpcy41z0qt],
.integration-footer > div[b-hpcy41z0qt],
.integration-log-panel > div:first-child[b-hpcy41z0qt],
.integration-progress-card > div[b-hpcy41z0qt] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.integration-modal-header[b-hpcy41z0qt],
.integration-log-panel > div:first-child[b-hpcy41z0qt],
.integration-progress-card > div[b-hpcy41z0qt] {
    justify-content: space-between;
}

.integration-icon[b-hpcy41z0qt] {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: #eaf7f1;
    color: #0f8f5f;
    box-shadow: 0 16px 34px rgba(15,143,95,.18);
}

.integration-icon .nav-icon[b-hpcy41z0qt] { width: 34px; height: 34px; }
.integration-eyebrow[b-hpcy41z0qt] { color: #159957; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.integration-modal h1[b-hpcy41z0qt] { margin: 4px 0 5px; font-size: 26px; font-weight: 850; letter-spacing: 0; }
.integration-modal p[b-hpcy41z0qt],
.integration-modal small[b-hpcy41z0qt] { margin: 0; color: #6b7a73; line-height: 1.45; }

.icon-close[b-hpcy41z0qt] {
    width: 38px;
    height: 38px;
    border: 1px solid #d5e2dc;
    border-radius: 14px;
    background: #fff;
    color: #0b3b2a;
    font-size: 22px;
    cursor: pointer;
}

.integration-chips[b-hpcy41z0qt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.integration-chips span[b-hpcy41z0qt] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce9e3;
    border-radius: 999px;
    padding: 0 10px;
    background: #fff;
    color: #0b3b2a;
    font-size: 12px;
    font-weight: 850;
}

.integration-chips .integration-logo-chip[b-hpcy41z0qt] {
    gap: 8px;
    min-height: 36px;
    padding: 3px 10px 3px 5px;
    box-shadow: 0 8px 18px rgba(11, 59, 42, .08);
}

.integration-logo-chip img[b-hpcy41z0qt] {
    display: block;
    width: clamp(118px, 14vw, 156px);
    height: 30px;
    object-fit: contain;
}

.integration-visual[b-hpcy41z0qt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 14px 0 18px;
    color: #0f8f5f;
}

.integration-visual strong[b-hpcy41z0qt] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #eaf7f1;
    box-shadow: inset 0 0 0 1px #cceadd;
}

.bank-logo-card[b-hpcy41z0qt] {
    width: clamp(190px, 26vw, 280px);
    height: 86px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(227, 234, 230, .9);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 45, 42, .12);
}

.bank-logo-card img[b-hpcy41z0qt] {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    filter: none;
    mix-blend-mode: normal;
    object-fit: contain;
    opacity: 1;
}

.bank-logo-card.halkbank[b-hpcy41z0qt] {
    background: #005c8f;
}

.bank-logo-card.vakifbank[b-hpcy41z0qt] {
    background: #f6b000;
}

.integration-visual strong[b-hpcy41z0qt] {
    width: 54px;
    height: 54px;
    background: #0f8f5f;
    color: #fff;
}

.integration-visual i[b-hpcy41z0qt] {
    width: min(110px, 10vw);
    border-top: 2px dashed #94d7bd;
}

.integration-progress-card[b-hpcy41z0qt],
.integration-log-panel[b-hpcy41z0qt] {
    border: 1px solid #e3eae6;
    border-radius: 18px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 12px 30px rgba(31,45,42,.07);
}

.integration-progress-card[b-hpcy41z0qt] { padding: 16px; }
.integration-progress-card b[b-hpcy41z0qt] { color: #0b3b2a; font-size: 18px; }
.progress-track[b-hpcy41z0qt] { height: 16px; margin: 12px 0 8px; border-radius: 999px; background: #dce9e3; overflow: hidden; }
.progress-track span[b-hpcy41z0qt] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0b7a52, #16b477); transition: width .35s ease; }

.integration-kpis[b-hpcy41z0qt] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.integration-kpis article[b-hpcy41z0qt] {
    min-height: 104px;
    display: grid;
    align-content: space-between;
    gap: 6px;
    border: 1px solid #e3eae6;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
}

.integration-kpis .nav-icon[b-hpcy41z0qt] { color: #0f8f5f; }
.integration-kpis span[b-hpcy41z0qt] { min-height: 30px; color: #405852; font-size: 11px; font-weight: 750; }
.integration-kpis strong[b-hpcy41z0qt] { color: #087f5b; font-size: 24px; line-height: 1; }
.integration-kpis .danger .nav-icon[b-hpcy41z0qt],
.integration-kpis .danger strong[b-hpcy41z0qt] { color: #dc2626; }

.integration-log-panel[b-hpcy41z0qt] { overflow: hidden; }
.integration-log-panel > div:first-child[b-hpcy41z0qt] { padding: 11px 15px; background: #f8fbfa; border-bottom: 1px solid #e3eae6; }
.integration-log-panel h2[b-hpcy41z0qt] { margin: 0; font-size: 15px; font-weight: 850; }
.integration-log-panel label[b-hpcy41z0qt] { display: inline-flex; align-items: center; gap: 7px; color: #29433c; font-size: 13px; font-weight: 750; }
.log-panel-actions[b-hpcy41z0qt] { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.log-expand-action[b-hpcy41z0qt] { min-height: 30px; border: 1px solid #cfe0d9; border-radius: 10px; background: #fff; color: #006b4e; font-size: 12px; font-weight: 850; padding: 0 10px; cursor: pointer; }
.log-stream[b-hpcy41z0qt] { height: 170px; overflow: auto; padding: 12px 16px; background: radial-gradient(circle at top left, rgba(21,153,87,.2), transparent 34%), #071d16; color: #d8faeb; font-family: Consolas, "Courier New", monospace; font-size: 12px; line-height: 1.55; }
.log-stream.expanded[b-hpcy41z0qt] { height: min(48vh, 430px); }
.log-stream p[b-hpcy41z0qt] { margin: 0 0 4px; color: #d8faeb; white-space: pre-wrap; }

.integration-footer[b-hpcy41z0qt] {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    margin-top: 14px;
}

.integration-footer > span[b-hpcy41z0qt] { display: inline-flex; align-items: center; gap: 7px; color: #0f8f5f; font-weight: 850; font-size: 13px; }
.integration-footer > div[b-hpcy41z0qt] { justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.integration-btn[b-hpcy41z0qt] { min-height: 42px; border-radius: 13px; padding: 0 14px; font-weight: 850; cursor: pointer; }
.integration-btn.primary[b-hpcy41z0qt] { border: 1px solid #087f5b; background: #087f5b; color: #fff; }
.integration-btn.ghost[b-hpcy41z0qt] { border: 1px solid #d5e2dc; background: #fff; color: #006b4e; }
.integration-btn:disabled[b-hpcy41z0qt] { opacity: .48; cursor: not-allowed; }

.integration-confirm-backdrop[b-hpcy41z0qt] { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 20px; background: rgba(8,33,24,.34); backdrop-filter: blur(4px); }
.integration-confirm[b-hpcy41z0qt] { width: min(460px, 100%); border: 1px solid #e3eae6; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(5,31,22,.24); padding: 20px; }
.integration-confirm h2[b-hpcy41z0qt] { margin: 0 0 8px; color: #0b3b2a; }
.integration-confirm footer[b-hpcy41z0qt] { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }

@media (max-width: 1060px) { .integration-kpis[b-hpcy41z0qt] { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 760px) { .integration-modal-host[b-hpcy41z0qt] { padding: 12px; } .integration-modal[b-hpcy41z0qt] { width: calc(100vw - 24px); max-height: calc(100vh - 24px); overflow: auto; } .integration-logo-chip img[b-hpcy41z0qt] { width: 104px; height: 26px; } .integration-visual[b-hpcy41z0qt] { gap: 8px; } .bank-logo-card[b-hpcy41z0qt] { width: min(34vw, 150px); height: 58px; border-radius: 14px; } .integration-visual i[b-hpcy41z0qt] { width: 24px; } .integration-kpis[b-hpcy41z0qt] { grid-template-columns: repeat(2, minmax(0, 1fr)); } .integration-footer[b-hpcy41z0qt] { grid-template-columns: 1fr; } }
/* /Components/Pages/BankaKontrolPaneli.razor.rz.scp.css */
.bank-ops-shell[b-nacxbnjdgg] {
    min-height: 100vh;
    background: #f3f7f5;
    color: #1f2d2a;
    padding: 26px;
    outline: none;
}

.bank-ops-hero[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 560px);
    gap: 22px;
    align-items: end;
    margin-bottom: 22px;
}

.bank-ops-hero span[b-nacxbnjdgg],
.bank-ops-hero p[b-nacxbnjdgg],
.bank-kpi small[b-nacxbnjdgg],
.bank-kpi em[b-nacxbnjdgg],
.table-toolbar span[b-nacxbnjdgg],
.muted[b-nacxbnjdgg] {
    color: #6b7a73;
}

.bank-ops-hero h1[b-nacxbnjdgg] {
    margin: 6px 0;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
}

.bank-ops-hero p[b-nacxbnjdgg] {
    margin: 0;
    font-size: 15px;
}

.bank-ops-search[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    height: 54px;
    border: 1px solid #d7e4de;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(11, 59, 42, .07);
}

.bank-ops-search input[b-nacxbnjdgg] {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: #1f2d2a;
}

.bank-ops-shell[b-nacxbnjdgg]  .nav-icon {
    width: 20px;
    height: 20px;
    stroke-width: 1.85;
    color: currentColor;
}

.bank-ops-alert[b-nacxbnjdgg] {
    margin-bottom: 18px;
    border-radius: 14px;
    padding: 14px 18px;
    background: #e8f7ef;
    color: #006b4e;
    border: 1px solid #bfe7d2;
}

.bank-ops-alert.error[b-nacxbnjdgg] {
    background: #fff0f0;
    color: #a31313;
    border-color: #ffd1d1;
}

.bank-kpi-grid[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.bank-kpi[b-nacxbnjdgg],
.bank-filter-card[b-nacxbnjdgg],
.bank-table-card[b-nacxbnjdgg],
.bank-detail-panel section[b-nacxbnjdgg],
.bank-confirm-modal[b-nacxbnjdgg] {
    background: #fff;
    border: 1px solid #e3eae6;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(31, 45, 42, .08);
}

.bank-kpi[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
}

.bank-kpi span[b-nacxbnjdgg] {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 15px;
}

.bank-kpi span[b-nacxbnjdgg]  .nav-icon {
    width: 30px;
    height: 30px;
    stroke-width: 1.85;
}

.bank-kpi strong[b-nacxbnjdgg] {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    margin: 4px 0;
    font-weight: 600;
}

.bank-kpi small[b-nacxbnjdgg],
.bank-kpi em[b-nacxbnjdgg] {
    display: block;
    font-style: normal;
    font-size: 13px;
}

.bank-kpi.total span[b-nacxbnjdgg] { background: #e6f5ee; color: #0b7a52; }
.bank-kpi.pending span[b-nacxbnjdgg] { background: #fff5de; color: #f59e0b; }
.bank-kpi.approved span[b-nacxbnjdgg] { background: #e7f7ee; color: #159957; }
.bank-kpi.problem span[b-nacxbnjdgg] { background: #fff0f0; color: #dc2626; }
.bank-kpi.total strong[b-nacxbnjdgg] { color: #0b3b2a; }
.bank-kpi.pending strong[b-nacxbnjdgg] { color: #f59e0b; }
.bank-kpi.approved strong[b-nacxbnjdgg] { color: #159957; }
.bank-kpi.problem strong[b-nacxbnjdgg] { color: #dc2626; }

.bank-filter-card[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, minmax(150px, 1fr)) auto auto;
    gap: 16px;
    align-items: end;
    padding: 18px;
    margin-bottom: 18px;
}

.filter-group[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bank-filter-card label[b-nacxbnjdgg],
.modal-field[b-nacxbnjdgg] {
    display: grid;
    gap: 7px;
    color: #29433c;
    font-size: 13px;
    font-weight: 700;
}

.bank-filter-card input[b-nacxbnjdgg],
.bank-filter-card select[b-nacxbnjdgg],
.modal-field input[b-nacxbnjdgg],
.modal-field select[b-nacxbnjdgg],
.modal-field textarea[b-nacxbnjdgg],
.bank-pager select[b-nacxbnjdgg] {
    min-height: 42px;
    border: 1px solid #d5e2dc;
    border-radius: 12px;
    background: #fff;
    color: #1f2d2a;
    padding: 0 12px;
    font-size: 14px;
}

.bank-toggle[b-nacxbnjdgg] {
    display: flex !important;
    align-items: center;
    gap: 10px;
    height: 42px;
}

.bank-toggle input[b-nacxbnjdgg] {
    width: 36px;
    min-height: 20px;
}

.filter-actions[b-nacxbnjdgg],
.bank-pager[b-nacxbnjdgg],
.bank-pager div[b-nacxbnjdgg],
.table-toolbar[b-nacxbnjdgg],
.bank-confirm-modal footer[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bank-btn[b-nacxbnjdgg],
.bulk-grid button[b-nacxbnjdgg],
.single-grid button[b-nacxbnjdgg],
.bank-pager button[b-nacxbnjdgg] {
    border: 0;
    border-radius: 12px;
    min-height: 42px;
    padding: 0 16px;
    font-weight: 600;
    color: #1f2d2a;
    background: #fff;
    border: 1px solid #d5e2dc;
    cursor: pointer;
}

.bank-btn.primary[b-nacxbnjdgg],
.bulk-grid .success[b-nacxbnjdgg],
.single-grid .success[b-nacxbnjdgg] {
    background: #087f5b;
    border-color: #087f5b;
    color: #fff;
}

.bank-btn.danger[b-nacxbnjdgg],
.bulk-grid .danger[b-nacxbnjdgg],
.single-grid .danger[b-nacxbnjdgg] {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.bank-btn.ghost[b-nacxbnjdgg],
.single-grid .ghost[b-nacxbnjdgg] {
    background: #fff;
    color: #006b4e;
}

.bank-btn.compact[b-nacxbnjdgg] {
    min-height: 38px;
}

.bank-btn:disabled[b-nacxbnjdgg],
.bulk-grid button:disabled[b-nacxbnjdgg],
.single-grid button:disabled[b-nacxbnjdgg] {
    opacity: .45;
    cursor: not-allowed;
}

.bank-ops-layout[b-nacxbnjdgg] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
}

.bank-table-card[b-nacxbnjdgg] {
    order: 2;
    min-width: 0;
    overflow: visible;
}

.table-toolbar[b-nacxbnjdgg] {
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #e7efeb;
}

.table-toolbar > div[b-nacxbnjdgg] {
    display: grid;
    gap: 3px;
}

.bank-icon-btn[b-nacxbnjdgg] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #9db8ae;
    background: #f8fffb;
    color: #064e3b;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
}

.bank-icon-btn:hover[b-nacxbnjdgg] {
    border-color: #087f5b;
    background: #e8f7ef;
    color: #00523d;
}

.bank-icon-btn[b-nacxbnjdgg]  .nav-icon {
    width: 22px;
    height: 22px;
    stroke-width: 1.9;
}

.shortcut-panel[b-nacxbnjdgg] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 18px;
    background: #f8fbfa;
    border-bottom: 1px solid #e7efeb;
}

.shortcut-panel span[b-nacxbnjdgg] {
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf6f2;
    color: #29433c;
    font-size: 13px;
}

.bank-table-wrap[b-nacxbnjdgg] {
    overflow: auto;
    max-height: calc(100vh - 320px);
    min-height: 560px;
}

.bank-table[b-nacxbnjdgg] {
    width: 100%;
    min-width: 1180px;
    border-collapse: separate;
    border-spacing: 0;
}

.bank-table th[b-nacxbnjdgg] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f1f8f5;
    color: #005c46;
    text-align: left;
    font-size: 13px;
    padding: 14px 12px;
    font-weight: 600;
    border-bottom: 1px solid #dce9e3;
}

.bank-table td[b-nacxbnjdgg] {
    padding: 13px 12px;
    border-bottom: 1px solid #edf2ef;
    vertical-align: middle;
    font-size: 14px;
}

.bank-table tbody tr[b-nacxbnjdgg] {
    cursor: pointer;
    transition: background .15s ease;
}

.bank-table tbody tr:hover[b-nacxbnjdgg] {
    background: #f8fbfa;
}

.bank-table tbody tr.active[b-nacxbnjdgg] {
    background: #eaf6f1;
    box-shadow: inset 4px 0 0 #159957;
}

.bank-table tbody tr.changed[b-nacxbnjdgg] {
    background: #fffaf0;
    box-shadow: inset 4px 0 0 #f59e0b;
}

.bank-table tbody tr.active.changed[b-nacxbnjdgg] {
    background: #eaf6f1;
    box-shadow: inset 4px 0 0 #159957, inset 0 -2px 0 #f59e0b;
}

.select-col[b-nacxbnjdgg] {
    width: 44px;
    text-align: center !important;
}

.iban[b-nacxbnjdgg] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #35514a;
}

.description[b-nacxbnjdgg] {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amount[b-nacxbnjdgg] {
    text-align: right !important;
    font-variant-numeric: tabular-nums;
}

.badge[b-nacxbnjdgg] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.status-pending[b-nacxbnjdgg] { background: #fff7e8; color: #c56a00; }
.status-approved[b-nacxbnjdgg] { background: #e7f7ee; color: #087f5b; }
.status-error[b-nacxbnjdgg] { background: #fff0f0; color: #dc2626; }
.status-escrow[b-nacxbnjdgg] { background: #fff3e8; color: #f97316; }
.status-pass[b-nacxbnjdgg] { background: #eef2f0; color: #6b7a73; }
.status-info[b-nacxbnjdgg] { background: #eaf2ff; color: #2563eb; }
.type-income[b-nacxbnjdgg] { background: #e7f7ee; color: #159957; }
.type-expense[b-nacxbnjdgg] { background: #fff0f0; color: #dc2626; }
.match-template[b-nacxbnjdgg] { background: #eaf2ff; color: #2563eb; }
.match-name[b-nacxbnjdgg] { background: #e8f7ff; color: #0284c7; }
.match-manual[b-nacxbnjdgg] { background: #f4e8ff; color: #7c3aed; }
.match-escrow[b-nacxbnjdgg] { background: #fff3e8; color: #f97316; }
.match-empty[b-nacxbnjdgg] { background: #eef2f0; color: #6b7a73; }

.actions-cell[b-nacxbnjdgg] {
    position: relative;
}

.row-action-menu[b-nacxbnjdgg] {
    position: absolute;
    right: 12px;
    top: 48px;
    z-index: 5;
    width: 190px;
    padding: 8px;
    border: 1px solid #dce9e3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(31, 45, 42, .16);
}

.row-action-menu button[b-nacxbnjdgg] {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 9px 10px;
    border-radius: 10px;
    color: #1f2d2a;
    font-weight: 500;
}

.row-action-menu button:hover[b-nacxbnjdgg] {
    background: #eef8f4;
}

.row-action-menu .danger[b-nacxbnjdgg] {
    color: #dc2626;
}

.bank-pager[b-nacxbnjdgg] {
    justify-content: space-between;
    padding: 15px 18px;
}

.bank-pager label[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7a73;
}

.bank-pager button[b-nacxbnjdgg] {
    min-width: 38px;
    padding: 0 10px;
}

.bank-pager button.active[b-nacxbnjdgg] {
    background: #087f5b;
    color: #fff;
    border-color: #087f5b;
}

.bank-detail-panel[b-nacxbnjdgg] {
    order: 1;
    display: grid;
    grid-template-columns: minmax(520px, 1.45fr) minmax(300px, .9fr);
    gap: 14px;
    position: static;
}

.bank-detail-panel section[b-nacxbnjdgg] {
    padding: 16px;
    min-width: 0;
}

.bank-detail-panel h2[b-nacxbnjdgg] {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
}

.bulk-grid[b-nacxbnjdgg],
.single-grid[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bulk-action-strip[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-bottom: 1px solid #e7efeb;
    background: #fbfdfc;
}

.bulk-action-strip button[b-nacxbnjdgg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    border: 1px solid #d5e2dc;
    border-radius: 10px;
    padding: 0 12px;
    background: #fff;
    color: #1f2d2a;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.bulk-action-strip button:disabled[b-nacxbnjdgg] {
    opacity: .45;
    cursor: not-allowed;
}

.bulk-action-strip .success[b-nacxbnjdgg] { color: #006b4e; border-color: #bfe7d2; background: #f5fbf8; }
.bulk-action-strip .danger[b-nacxbnjdgg] { color: #b91c1c; border-color: #f2c5c5; background: #fff8f8; }
.bulk-action-strip .info[b-nacxbnjdgg] { color: #1d4ed8; border-color: #c8d7ff; background: #f7f9ff; }
.bulk-action-strip .warning[b-nacxbnjdgg] { color: #c2410c; border-color: #ffd5b8; background: #fff9f4; }

.bulk-action-strip button[b-nacxbnjdgg]  .nav-icon {
    width: 17px;
    height: 17px;
    stroke-width: 1.85;
}

.bulk-grid button[b-nacxbnjdgg],
.single-grid button[b-nacxbnjdgg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
}

.bulk-grid button[b-nacxbnjdgg]  .nav-icon,
.single-grid button[b-nacxbnjdgg]  .nav-icon,
.filter-actions button[b-nacxbnjdgg]  .nav-icon {
    width: 20px;
    height: 20px;
    stroke-width: 1.85;
}

.bulk-grid .info[b-nacxbnjdgg],
.single-grid .info[b-nacxbnjdgg] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.bulk-grid .warning[b-nacxbnjdgg],
.single-grid .warning[b-nacxbnjdgg] {
    background: #f97316;
    border-color: #f97316;
    color: #fff;
}

.detail-list[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 9px 12px;
    margin: 0;
}

.detail-list dt[b-nacxbnjdgg] {
    color: #6b7a73;
    font-weight: 700;
}

.detail-list dd[b-nacxbnjdgg] {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.detail-description[b-nacxbnjdgg] {
    margin-top: 14px;
    padding: 12px;
    min-height: 110px;
    max-height: 190px;
    overflow: auto;
    border: 1px solid #e3eae6;
    border-radius: 14px;
    background: #f8fbfa;
    line-height: 1.45;
}

.bank-loading[b-nacxbnjdgg],
.bank-empty[b-nacxbnjdgg] {
    display: grid;
    place-items: center;
    min-height: 260px;
    padding: 30px;
    text-align: center;
}

.bank-loading[b-nacxbnjdgg] {
    grid-template-columns: repeat(3, 14px);
    justify-content: center;
    gap: 8px;
}

.bank-loading span[b-nacxbnjdgg] {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #159957;
    animation: pulse-b-nacxbnjdgg 1s infinite ease-in-out;
}

.bank-loading span:nth-child(2)[b-nacxbnjdgg] { animation-delay: .15s; }
.bank-loading span:nth-child(3)[b-nacxbnjdgg] { animation-delay: .3s; }

@keyframes pulse-b-nacxbnjdgg {
    0%, 100% { transform: scale(.75); opacity: .45; }
    50% { transform: scale(1); opacity: 1; }
}

.bank-empty h2[b-nacxbnjdgg] {
    margin: 0;
    font-size: 20px;
}

.bank-empty p[b-nacxbnjdgg] {
    color: #6b7a73;
}

.bank-empty div[b-nacxbnjdgg] {
    display: flex;
    gap: 10px;
}

.bank-modal-backdrop[b-nacxbnjdgg] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(12, 31, 25, .42);
    backdrop-filter: blur(6px);
}

.bank-confirm-modal[b-nacxbnjdgg] {
    width: min(520px, 100%);
    padding: 20px;
}

.bank-confirm-modal header[b-nacxbnjdgg] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.bank-confirm-modal header span[b-nacxbnjdgg] {
    color: #159957;
    font-size: 13px;
    font-weight: 800;
}

.bank-confirm-modal h2[b-nacxbnjdgg] {
    margin: 4px 0 0;
    font-size: 22px;
}

.bank-confirm-modal header button[b-nacxbnjdgg] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid #d5e2dc;
    background: #fff;
    font-size: 22px;
}

.bank-confirm-modal p[b-nacxbnjdgg] {
    color: #405852;
    line-height: 1.5;
}

.modal-field[b-nacxbnjdgg] {
    margin: 14px 0;
}

.template-editor[b-nacxbnjdgg] {
    display: grid;
    gap: 10px;
}

.template-editor textarea[b-nacxbnjdgg] {
    min-height: 120px;
    resize: vertical;
    line-height: 1.45;
}

.confirm-error[b-nacxbnjdgg] {
    margin: 10px 0 12px;
    padding: 10px 12px;
    border: 1px solid #ffc9c9;
    border-radius: 12px;
    background: #fff5f5;
    color: #b91c1c;
    font-size: 13px;
}

.member-combobox-empty[b-nacxbnjdgg] {
    margin-top: -4px;
    padding: 8px 2px 0;
    color: #6b7a73;
    font-size: 13px;
}

.member-combobox-results[b-nacxbnjdgg] {
    display: grid;
    gap: 7px;
    max-height: 220px;
    overflow: auto;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #d5e2dc;
    border-radius: 14px;
    background: #fbfdfc;
}

.member-combobox-results > span[b-nacxbnjdgg] {
    padding: 9px 10px;
    color: #6b7a73;
    font-size: 13px;
}

.member-combobox-results button[b-nacxbnjdgg] {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #fff;
    color: #1f2d2a;
    padding: 9px 10px;
    text-align: left;
    cursor: pointer;
}

.member-combobox-results button:hover[b-nacxbnjdgg],
.member-combobox-results button.selected[b-nacxbnjdgg] {
    border-color: #bfe7d2;
    background: #e8f7ef;
}

.member-combobox-results strong[b-nacxbnjdgg] {
    color: #006b4e;
    font-weight: 600;
}

.member-combobox-results button span[b-nacxbnjdgg] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-member-preview[b-nacxbnjdgg] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #bfe7d2;
    border-radius: 12px;
    background: #e8f7ef;
    color: #0b3b2a;
}

.selected-member-preview strong[b-nacxbnjdgg] {
    color: #006b4e;
}

.selected-member-preview span[b-nacxbnjdgg] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bank-confirm-modal footer[b-nacxbnjdgg] {
    justify-content: flex-end;
    margin-top: 18px;
}

@media (max-width: 1280px) {
    .bank-ops-hero[b-nacxbnjdgg],
    .bank-filter-card[b-nacxbnjdgg] {
        grid-template-columns: 1fr;
    }

    .bank-detail-panel[b-nacxbnjdgg] {
        grid-template-columns: 1fr;
    }

    .bank-table-wrap[b-nacxbnjdgg] {
        max-height: calc(100vh - 360px);
    }
}

@media (max-width: 900px) {
    .bank-ops-shell[b-nacxbnjdgg] {
        padding: 16px;
    }

    .bank-kpi-grid[b-nacxbnjdgg] {
        grid-template-columns: 1fr 1fr;
    }

    .filter-group[b-nacxbnjdgg],
    .bulk-grid[b-nacxbnjdgg],
    .single-grid[b-nacxbnjdgg] {
        grid-template-columns: 1fr;
    }

    .bank-detail-panel[b-nacxbnjdgg] {
        grid-template-columns: 1fr;
    }

    .bank-table-wrap[b-nacxbnjdgg] {
        min-height: 460px;
    }
}

@media (max-width: 620px) {
    .bank-kpi-grid[b-nacxbnjdgg] {
        grid-template-columns: 1fr;
    }

    .bank-pager[b-nacxbnjdgg],
    .table-toolbar[b-nacxbnjdgg] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/BudgetTable.razor.rz.scp.css */
.budget-table-card[b-rnw5emi5wg] {
    background: #fff;
    border: 1px solid #dce8e3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 35, 30, 0.06);
}

.budget-table-head[b-rnw5emi5wg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #e2e8f0;
}

.budget-table-head h2[b-rnw5emi5wg] {
    margin: 0;
    color: #10251f;
    font-size: 18px;
}

.budget-table-head span[b-rnw5emi5wg] {
    color: #08795f;
    font-weight: 800;
}

.add-row[b-rnw5emi5wg],
.remove-row[b-rnw5emi5wg] {
    border-radius: 9px;
    border: 1px solid #08795f;
    background: #fff;
    color: #08795f;
    min-height: 34px;
    padding: 0 12px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.remove-row[b-rnw5emi5wg] {
    border-color: #fecaca;
    color: #dc2626;
}

.report-table-wrap[b-rnw5emi5wg] {
    overflow: auto;
}

table[b-rnw5emi5wg] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

th[b-rnw5emi5wg],
td[b-rnw5emi5wg] {
    padding: 10px 12px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
}

th[b-rnw5emi5wg] {
    background: #f3faf7;
    color: #0f3f34;
    font-size: 12px;
    text-transform: uppercase;
}

td[b-rnw5emi5wg] {
    color: #16352d;
}

tbody tr:nth-child(even)[b-rnw5emi5wg] {
    background: #fbfdfc;
}

input[b-rnw5emi5wg] {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbded8;
    border-radius: 9px;
    padding: 0 10px;
    font: inherit;
}

input[type="number"][b-rnw5emi5wg],
.money-input[b-rnw5emi5wg] {
    text-align: right;
}
/* /Components/Pages/CariHesaplar.razor.rz.scp.css */
.cari-page[b-rxltgq4xj0] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    color: #0e2a24;
}

.page-head[b-rxltgq4xj0],
.info-shell[b-rxltgq4xj0],
.bottom-grid[b-rxltgq4xj0] {
    display: grid;
    gap: 16px;
}

.page-head[b-rxltgq4xj0] {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.page-head nav[b-rxltgq4xj0] {
    color: #63736e;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.page-head h1[b-rxltgq4xj0] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0;
    letter-spacing: 0;
}

.page-head p[b-rxltgq4xj0] {
    color: #586c66;
    font-weight: 700;
    margin: 6px 0 0;
}

.head-actions[b-rxltgq4xj0],
.form-actions[b-rxltgq4xj0],
.filter-actions[b-rxltgq4xj0],
.history-actions[b-rxltgq4xj0],
.row-actions[b-rxltgq4xj0] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.info-shell[b-rxltgq4xj0] {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
}

.bottom-grid[b-rxltgq4xj0] {
    grid-template-columns: minmax(360px, 1.1fr) minmax(320px, 0.9fr) minmax(320px, 0.8fr);
    align-items: start;
}

.info-card[b-rxltgq4xj0],
.summary-card[b-rxltgq4xj0],
.table-card[b-rxltgq4xj0],
.form-card[b-rxltgq4xj0],
.preview-card[b-rxltgq4xj0],
.history-card[b-rxltgq4xj0],
.new-cari-card[b-rxltgq4xj0] {
    background: #fff;
    border: 1px solid #d9e7e2;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(16, 65, 51, 0.08);
    padding: 20px;
}

.new-cari-grid[b-rxltgq4xj0] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.new-cari-grid label[b-rxltgq4xj0] {
    color: #203a34;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 7px;
}

.new-cari-grid .wide[b-rxltgq4xj0] {
    grid-column: span 2;
}

.new-cari-actions[b-rxltgq4xj0] {
    margin-top: 18px;
}

.card-title[b-rxltgq4xj0] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.card-title h2[b-rxltgq4xj0],
.preview-card h2[b-rxltgq4xj0] {
    margin: 0;
    font-size: 1.25rem;
}

.search-label[b-rxltgq4xj0],
.filter-grid label[b-rxltgq4xj0],
.payment-grid label[b-rxltgq4xj0] {
    color: #203a34;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 7px;
}

input[b-rxltgq4xj0],
select[b-rxltgq4xj0],
textarea[b-rxltgq4xj0] {
    border: 1px solid #c7ddd5;
    border-radius: 8px;
    color: #0a2b24;
    font: inherit;
    font-weight: 700;
    min-height: 42px;
    padding: 9px 12px;
    width: 100%;
}

input:focus[b-rxltgq4xj0],
select:focus[b-rxltgq4xj0],
textarea:focus[b-rxltgq4xj0] {
    border-color: #007a5e;
    box-shadow: 0 0 0 3px rgba(0, 122, 94, 0.14);
    outline: none;
}

button[b-rxltgq4xj0] {
    border: 1px solid #cfe0db;
    border-radius: 8px;
    background: #fff;
    color: #123d34;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 14px;
}

button:disabled[b-rxltgq4xj0] {
    cursor: not-allowed;
    opacity: 0.55;
}

button.primary[b-rxltgq4xj0] {
    background: #007a5e;
    border-color: #007a5e;
    color: #fff;
}

button.outline[b-rxltgq4xj0] {
    border-color: #79b7a7;
    color: #006a53;
}

button.ghost[b-rxltgq4xj0] {
    border: 0;
    background: transparent;
    color: #006a53;
    padding-inline: 0;
}

button.small[b-rxltgq4xj0] {
    min-height: 36px;
    padding-inline: 14px;
}

button.wide[b-rxltgq4xj0] {
    width: 100%;
}

.cari-alert[b-rxltgq4xj0] {
    border-radius: 8px;
    font-weight: 800;
    padding: 16px 20px;
}

.cari-alert.success[b-rxltgq4xj0] {
    background: #dff5ec;
    color: #006a53;
}

.cari-alert.error[b-rxltgq4xj0] {
    background: #fde1d9;
    color: #a12811;
}

.badge[b-rxltgq4xj0],
.type-pill[b-rxltgq4xj0] {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 5px 10px;
}

.badge.active[b-rxltgq4xj0],
.type-pill[b-rxltgq4xj0] {
    background: #dff5ec;
    color: #007a5e;
}

.type-pill.debt-type[b-rxltgq4xj0] {
    background: #fff0d8;
    color: #b85c00;
}

.type-pill.credit-type[b-rxltgq4xj0] {
    background: #dff5ec;
    color: #007a5e;
}

.badge.passive[b-rxltgq4xj0] {
    background: #eef1f4;
    color: #63736e;
}

.empty-state[b-rxltgq4xj0],
.empty-row[b-rxltgq4xj0],
.muted[b-rxltgq4xj0] {
    color: #61756f;
    font-weight: 700;
}

.empty-state[b-rxltgq4xj0] {
    border: 1px dashed #c8ded5;
    border-radius: 8px;
    margin-top: 14px;
    padding: 28px;
}

.cari-identity[b-rxltgq4xj0] {
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 18px 0;
}

.avatar[b-rxltgq4xj0] {
    align-items: center;
    background: #dff5ec;
    border-radius: 8px;
    color: #006a53;
    display: flex;
    flex: 0 0 74px;
    font-size: 1.9rem;
    font-weight: 900;
    height: 74px;
    justify-content: center;
}

.cari-identity h3[b-rxltgq4xj0] {
    font-size: 1.4rem;
    margin: 0 0 6px;
}

.cari-identity span[b-rxltgq4xj0] {
    color: #63736e;
    font-weight: 800;
}

.info-grid[b-rxltgq4xj0],
.payment-grid[b-rxltgq4xj0],
.filter-grid[b-rxltgq4xj0],
.summary-grid[b-rxltgq4xj0] {
    display: grid;
    gap: 14px;
}

.info-grid[b-rxltgq4xj0] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-line[b-rxltgq4xj0] {
    border-bottom: 1px solid #e3eee9;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-bottom: 10px;
}

.info-line.wide[b-rxltgq4xj0] {
    grid-column: 1 / -1;
}

.info-line span[b-rxltgq4xj0],
.summary-grid span[b-rxltgq4xj0] {
    color: #61756f;
    font-size: 0.82rem;
    font-weight: 900;
}

.info-line strong[b-rxltgq4xj0],
.summary-grid b[b-rxltgq4xj0] {
    overflow-wrap: anywhere;
}

.summary-main[b-rxltgq4xj0] {
    border-bottom: 1px solid #e3eee9;
    margin-bottom: 14px;
    padding-bottom: 16px;
}

.summary-main span[b-rxltgq4xj0] {
    color: #61756f;
    display: block;
    font-weight: 900;
}

.summary-main strong[b-rxltgq4xj0] {
    display: block;
    font-size: 1.55rem;
    margin-top: 6px;
}

.summary-grid[b-rxltgq4xj0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-grid div[b-rxltgq4xj0] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.action-grid[b-rxltgq4xj0] {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.filter-grid[b-rxltgq4xj0] {
    align-items: end;
    grid-template-columns: repeat(6, minmax(120px, 1fr)) auto;
    margin-bottom: 16px;
}

.table-wrap[b-rxltgq4xj0] {
    border: 1px solid #dce8e4;
    border-radius: 8px;
    overflow-x: auto;
}

table[b-rxltgq4xj0] {
    border-collapse: collapse;
    min-width: 1120px;
    width: 100%;
}

th[b-rxltgq4xj0],
td[b-rxltgq4xj0] {
    border-bottom: 1px solid #e4ece9;
    padding: 12px 14px;
    text-align: left;
    vertical-align: middle;
}

th[b-rxltgq4xj0] {
    background: #e0f3ec;
    color: #005d49;
    font-size: 0.86rem;
    font-weight: 900;
}

th button[b-rxltgq4xj0] {
    background: transparent;
    border: 0;
    color: inherit;
    min-height: auto;
    padding: 0;
}

tbody tr:nth-child(even)[b-rxltgq4xj0] {
    background: #f7fbf9;
}

.money[b-rxltgq4xj0] {
    text-align: right;
    white-space: nowrap;
}

.muted-money[b-rxltgq4xj0] {
    color: #aeb8b4;
}

.debt[b-rxltgq4xj0] {
    color: #d22f27;
}

.credit[b-rxltgq4xj0] {
    color: #008661;
}

.zero[b-rxltgq4xj0] {
    color: #0e2a24;
}

.row-actions[b-rxltgq4xj0] {
    min-width: 210px;
}

.row-actions button[b-rxltgq4xj0],
.history-actions button[b-rxltgq4xj0],
.download-box button[b-rxltgq4xj0] {
    font-size: 0.82rem;
    min-height: 32px;
    padding: 5px 9px;
}

.row-actions .row-icon[b-rxltgq4xj0] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 5px;
    width: 34px;
}

.row-actions .row-icon.danger[b-rxltgq4xj0] {
    background: #ffe3df;
    border-color: #f7a8a0;
    color: #d92d20 !important;
}

.row-actions .row-icon.danger:hover[b-rxltgq4xj0] {
    background: #ffd4ce;
    border-color: #ee8d83;
}

.row-actions .row-icon[b-rxltgq4xj0]  .nav-icon {
    height: 17px;
    stroke-width: 1.8;
    width: 17px;
}

.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon {
    color: #d92d20 !important;
    stroke: #d92d20 !important;
}

.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon path,
.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon rect,
.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon circle,
.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon line,
.row-actions .row-icon.danger[b-rxltgq4xj0]  .nav-icon polyline {
    stroke: #d92d20 !important;
}

.pager[b-rxltgq4xj0] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.payment-grid[b-rxltgq4xj0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkline[b-rxltgq4xj0] {
    align-items: center;
    color: #203a34;
    display: flex;
    font-weight: 900;
    gap: 8px;
    margin: 16px 0;
}

.checkline input[b-rxltgq4xj0] {
    min-height: auto;
    width: auto;
}

.preview-note[b-rxltgq4xj0] {
    background: #dff5ec;
    border: 1px solid #9bd6c5;
    border-radius: 8px;
    color: #006a53;
    font-weight: 900;
    margin: 14px 0;
    padding: 12px;
}

.download-box[b-rxltgq4xj0] {
    border-top: 1px solid #e3eee9;
    display: grid;
    gap: 9px;
    margin-top: 18px;
    padding-top: 16px;
}

.history-card[b-rxltgq4xj0] {
    display: none;
}

.history-card.open[b-rxltgq4xj0] {
    display: block;
}

.history-list[b-rxltgq4xj0] {
    display: grid;
    gap: 10px;
    max-height: 420px;
    overflow: auto;
}

.history-item[b-rxltgq4xj0] {
    border: 1px solid #dce8e4;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    padding: 12px;
}

.history-item div:first-child[b-rxltgq4xj0] {
    display: grid;
    gap: 4px;
}

.history-item span[b-rxltgq4xj0] {
    color: #61756f;
    font-size: 0.9rem;
    font-weight: 700;
}

.history-money[b-rxltgq4xj0] {
    color: #007a5e;
    font-weight: 900;
}

@media (max-width: 1280px) {
    .info-shell[b-rxltgq4xj0],
    .bottom-grid[b-rxltgq4xj0],
    .page-head[b-rxltgq4xj0] {
        grid-template-columns: 1fr;
    }

    .filter-grid[b-rxltgq4xj0] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .new-cari-grid[b-rxltgq4xj0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .cari-page[b-rxltgq4xj0] {
        padding: 14px;
    }

    .info-grid[b-rxltgq4xj0],
    .payment-grid[b-rxltgq4xj0],
    .new-cari-grid[b-rxltgq4xj0],
    .filter-grid[b-rxltgq4xj0],
    .summary-grid[b-rxltgq4xj0],
    .action-grid[b-rxltgq4xj0] {
        grid-template-columns: 1fr;
    }

    .new-cari-grid .wide[b-rxltgq4xj0] {
        grid-column: auto;
    }

    .pager[b-rxltgq4xj0] {
        flex-direction: column;
    }
}
/* /Components/Pages/EDefterMutabakat.razor.rz.scp.css */
.edefter-page[b-7wsxhrglux] {
    padding: 28px;
    color: #0b1f18;
}

.page-head[b-7wsxhrglux] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.page-head nav[b-7wsxhrglux] {
    margin-bottom: 8px;
    color: #667970;
    font-size: 13px;
    font-weight: 700;
}

.page-head h1[b-7wsxhrglux] {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
}

.page-head p[b-7wsxhrglux] {
    margin: 6px 0 0;
    color: #52655c;
    font-weight: 700;
}

.edefter-period-badge[b-7wsxhrglux] {
    min-width: 160px;
    padding: 12px 16px;
    border: 1px solid #cfe4dc;
    border-radius: 16px;
    background: #f5fbf8;
    text-align: right;
}

.edefter-period-badge span[b-7wsxhrglux] {
    display: block;
    color: #667970;
    font-size: 12px;
    font-weight: 800;
}

.edefter-period-badge b[b-7wsxhrglux] {
    display: block;
    margin-top: 4px;
    color: #00765f;
    font-size: 19px;
}

.edefter-alert[b-7wsxhrglux] {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 800;
}

.edefter-alert.success[b-7wsxhrglux] {
    color: #006b54;
    background: #dff7ee;
}

.edefter-alert.error[b-7wsxhrglux] {
    color: #9f1d1d;
    background: #fde2e2;
}

.edefter-grid[b-7wsxhrglux] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: 18px;
    margin-bottom: 18px;
}

.edefter-grid.lower[b-7wsxhrglux] {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.edefter-card[b-7wsxhrglux] {
    border: 1px solid #d7e5df;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(11, 31, 24, .06);
    overflow: hidden;
}

.card-title[b-7wsxhrglux] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid #e7f0ec;
}

.card-title h2[b-7wsxhrglux] {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
}

.card-title span[b-7wsxhrglux] {
    display: block;
    margin-top: 4px;
    color: #667970;
    font-size: 13px;
    font-weight: 700;
}

.period-form[b-7wsxhrglux] {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr)) auto;
    align-items: end;
    gap: 14px;
    padding: 20px;
}

.period-form label[b-7wsxhrglux] {
    display: grid;
    gap: 8px;
    color: #19332a;
    font-size: 13px;
    font-weight: 900;
}

.period-form select[b-7wsxhrglux] {
    width: 100%;
    height: 44px;
    border: 1px solid #bfd8ce;
    border-radius: 10px;
    background: #fff;
    color: #0b1f18;
    font: inherit;
    font-weight: 700;
    padding: 0 12px;
}

.action-card .card-title[b-7wsxhrglux] {
    min-height: 82px;
}

.action-buttons[b-7wsxhrglux] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
}

button.primary[b-7wsxhrglux],
button.outline[b-7wsxhrglux] {
    height: 44px;
    border-radius: 10px;
    padding: 0 18px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

button.primary[b-7wsxhrglux] {
    border: 1px solid #00765f;
    background: #00765f;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 118, 95, .16);
}

button.outline[b-7wsxhrglux] {
    border: 1px solid #00765f;
    background: #fff;
    color: #006b54;
}

button.small[b-7wsxhrglux] {
    height: 36px;
    padding-inline: 14px;
}

button:disabled[b-7wsxhrglux] {
    cursor: not-allowed;
    opacity: .58;
    box-shadow: none;
}

button:not(:disabled):hover[b-7wsxhrglux] {
    transform: translateY(-1px);
}

.log-box[b-7wsxhrglux],
.file-list[b-7wsxhrglux],
.empty-state[b-7wsxhrglux] {
    padding: 20px;
}

.log-box[b-7wsxhrglux] {
    min-height: 220px;
    background: linear-gradient(180deg, #fbfefd 0%, #fff 100%);
}

.log-line[b-7wsxhrglux] {
    display: flex;
    align-items: center;
    min-height: 32px;
    border-bottom: 1px solid #eef5f2;
    color: #19332a;
    font-weight: 750;
}

.log-line[b-7wsxhrglux]::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: #00a47c;
}

.log-line.muted[b-7wsxhrglux] {
    color: #667970;
}

.log-line.muted[b-7wsxhrglux]::before {
    background: #b7c8c1;
}

.file-list[b-7wsxhrglux] {
    display: grid;
    gap: 10px;
}

.file-row[b-7wsxhrglux] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #e0ece7;
    border-radius: 12px;
    background: #fbfefd;
}

.file-row b[b-7wsxhrglux],
.file-row span[b-7wsxhrglux] {
    display: block;
}

.file-row b[b-7wsxhrglux] {
    font-weight: 900;
}

.file-row span[b-7wsxhrglux] {
    margin-top: 4px;
    color: #667970;
    font-size: 13px;
    font-weight: 700;
}

.empty-state[b-7wsxhrglux] {
    color: #667970;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .edefter-grid[b-7wsxhrglux],
    .edefter-grid.lower[b-7wsxhrglux] {
        grid-template-columns: 1fr;
    }

    .period-form[b-7wsxhrglux] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .edefter-page[b-7wsxhrglux] {
        padding: 16px;
    }

    .page-head[b-7wsxhrglux],
    .file-row[b-7wsxhrglux] {
        align-items: stretch;
        flex-direction: column;
    }

    .edefter-period-badge[b-7wsxhrglux] {
        text-align: left;
    }
}
/* /Components/Pages/Faturalar.razor.rz.scp.css */
.invoice-page[b-4qjk749474] {
    display: grid;
    gap: 18px;
    color: #0b1f18;
}

.invoice-head[b-4qjk749474] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.invoice-head nav[b-4qjk749474] {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.invoice-head h1[b-4qjk749474] {
    margin: 0;
    color: #081c15;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    letter-spacing: 0;
}

.invoice-head p[b-4qjk749474] {
    max-width: 780px;
    margin: 8px 0 0;
    color: #48635a;
    font-size: 16px;
    line-height: 1.65;
}

.invoice-status[b-4qjk749474] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #99d8c4;
    border-radius: 999px;
    background: #e6f6ef;
    color: #006b52;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.invoice-hero[b-4qjk749474] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
    gap: 28px;
    overflow: hidden;
    min-height: 360px;
    padding: 34px;
    border: 1px solid #d7e7e1;
    border-radius: 22px;
    background:
        radial-gradient(circle at 86% 24%, rgba(0, 107, 82, .16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f2fbf7 48%, #e4f5ee 100%);
    box-shadow: 0 18px 44px rgba(12, 44, 33, .08);
}

.hero-copy[b-4qjk749474] {
    position: relative;
    z-index: 1;
    align-self: center;
    max-width: 760px;
}

.hero-eyebrow[b-4qjk749474] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #dff6ee;
    color: #006b52;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.hero-copy h2[b-4qjk749474] {
    max-width: 720px;
    margin: 18px 0 14px;
    color: #061913;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
}

.hero-copy p[b-4qjk749474] {
    max-width: 650px;
    margin: 0;
    color: #405b52;
    font-size: 17px;
    line-height: 1.75;
}

.hero-actions[b-4qjk749474] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.hero-actions a[b-4qjk749474],
.hero-actions span[b-4qjk749474] {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.hero-actions a[b-4qjk749474] {
    background: #006b52;
    color: #ffffff;
}

.hero-actions span[b-4qjk749474] {
    border: 1px solid #b6ddd0;
    background: rgba(255, 255, 255, .72);
    color: #24463b;
}

.hero-visual[b-4qjk749474] {
    position: relative;
    min-height: 300px;
}

.invoice-sheet[b-4qjk749474] {
    position: absolute;
    inset: 26px 18px auto auto;
    width: min(330px, 92%);
    min-height: 245px;
    padding: 22px;
    border: 1px solid rgba(0, 107, 82, .18);
    border-radius: 20px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 28px 52px rgba(0, 45, 33, .16);
    transform: rotate(-2deg);
}

.sheet-top[b-4qjk749474] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.sheet-top span[b-4qjk749474] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #006b52, #29b486);
}

.sheet-top strong[b-4qjk749474] {
    color: #006b52;
    font-size: 14px;
    letter-spacing: .8px;
}

.sheet-line[b-4qjk749474] {
    height: 11px;
    width: 68%;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #dbeae5;
}

.sheet-line.wide[b-4qjk749474] {
    width: 92%;
}

.sheet-grid[b-4qjk749474] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 22px 0;
}

.sheet-grid span[b-4qjk749474] {
    height: 38px;
    border-radius: 12px;
    background: #f1f7f5;
}

.sheet-total[b-4qjk749474] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid #dbeae5;
    color: #0b1f18;
    font-weight: 900;
}

.sheet-total strong[b-4qjk749474] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #e6f6ef;
    color: #006b52;
    font-size: 24px;
}

.integration-chip[b-4qjk749474] {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #c7e8dc;
    border-radius: 999px;
    background: #ffffff;
    color: #006b52;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 45, 33, .12);
}

.chip-archive[b-4qjk749474] {
    top: 52px;
    left: 16px;
}

.chip-invoice[b-4qjk749474] {
    right: 8px;
    bottom: 42px;
}

.invoice-grid[b-4qjk749474] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.invoice-card[b-4qjk749474] {
    padding: 22px;
    border: 1px solid #d7e7e1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(12, 44, 33, .06);
}

.card-icon[b-4qjk749474] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e6f6ef;
    color: #006b52;
    font-weight: 950;
}

.invoice-card h3[b-4qjk749474] {
    margin: 0 0 8px;
    color: #0b1f18;
    font-size: 18px;
    font-weight: 900;
}

.invoice-card p[b-4qjk749474] {
    margin: 0;
    color: #556f66;
    line-height: 1.65;
}

.invoice-notice[b-4qjk749474] {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(280px, 1fr);
    gap: 22px;
    align-items: start;
    padding: 24px;
    border: 1px solid #cfe8dd;
    border-radius: 18px;
    background: #f4fbf8;
}

.invoice-notice h2[b-4qjk749474] {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 950;
}

.invoice-notice p[b-4qjk749474],
.invoice-notice li[b-4qjk749474] {
    color: #48635a;
    line-height: 1.65;
}

.invoice-notice p[b-4qjk749474] {
    margin: 0;
}

.invoice-notice ul[b-4qjk749474] {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 1100px) {
    .invoice-hero[b-4qjk749474],
    .invoice-notice[b-4qjk749474] {
        grid-template-columns: 1fr;
    }

    .hero-visual[b-4qjk749474] {
        min-height: 250px;
    }

    .invoice-sheet[b-4qjk749474] {
        inset: 0 auto auto 50%;
        transform: translateX(-50%) rotate(-1deg);
    }

    .invoice-grid[b-4qjk749474] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .invoice-head[b-4qjk749474] {
        display: grid;
    }

    .invoice-hero[b-4qjk749474] {
        padding: 24px;
        min-height: auto;
    }

    .hero-visual[b-4qjk749474] {
        display: none;
    }

    .hero-actions a[b-4qjk749474],
    .hero-actions span[b-4qjk749474] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-bank-popup-backdrop[b-t2cih0lgxl] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(8, 33, 24, .45);
    backdrop-filter: blur(7px);
}

.dashboard-bank-popup[b-t2cih0lgxl] {
    width: min(1020px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fffb 100%);
    color: #1f2d2a;
    box-shadow: 0 34px 90px rgba(5, 31, 22, .34);
    padding: 20px;
}

.bank-popup-header[b-t2cih0lgxl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.bank-popup-title[b-t2cih0lgxl] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bank-popup-icon[b-t2cih0lgxl] {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: #eaf7f1;
    color: #0f8f5f;
    box-shadow: 0 16px 34px rgba(15, 143, 95, .18);
}

.bank-popup-icon .nav-icon[b-t2cih0lgxl] {
    width: 34px;
    height: 34px;
}

.popup-eyebrow[b-t2cih0lgxl] {
    color: #159957;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.dashboard-bank-popup h2[b-t2cih0lgxl] {
    margin: 4px 0 5px;
    font-size: 26px;
    font-weight: 850;
    letter-spacing: 0;
}

.dashboard-bank-popup p[b-t2cih0lgxl],
.dashboard-bank-popup small[b-t2cih0lgxl] {
    color: #6b7a73;
    line-height: 1.45;
}

.bank-status-chips[b-t2cih0lgxl] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bank-status-chips span[b-t2cih0lgxl] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dce9e3;
    border-radius: 999px;
    padding: 0 10px;
    background: #fff;
    color: #0b3b2a;
    font-size: 12px;
    font-weight: 850;
}

.bank-status-chips .live[b-t2cih0lgxl] {
    color: #0f8f5f;
    background: #eaf7f1;
}

.popup-close[b-t2cih0lgxl] {
    width: 38px;
    height: 38px;
    border: 1px solid #d5e2dc;
    border-radius: 14px;
    background: #fff;
    color: #0b3b2a;
    font-size: 22px;
    cursor: pointer;
}

.bank-popup-visual[b-t2cih0lgxl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 14px;
    color: #0f8f5f;
}

.bank-popup-visual span[b-t2cih0lgxl],
.bank-popup-visual strong[b-t2cih0lgxl] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #eaf7f1;
    box-shadow: inset 0 0 0 1px #cceadd;
}

.bank-popup-visual strong[b-t2cih0lgxl] {
    width: 54px;
    height: 54px;
    background: #0f8f5f;
    color: #fff;
}

.bank-popup-visual i[b-t2cih0lgxl] {
    width: min(110px, 10vw);
    border-top: 2px dashed #94d7bd;
}

.bank-sync-card[b-t2cih0lgxl] {
    padding: 16px;
    border: 1px solid #e3eae6;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 30px rgba(31, 45, 42, .07);
}

.sync-row[b-t2cih0lgxl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sync-row > div[b-t2cih0lgxl] {
    display: grid;
    gap: 4px;
}

.sync-row strong[b-t2cih0lgxl] {
    color: #0b3b2a;
}

.sync-row span[b-t2cih0lgxl] {
    color: #5c7068;
    font-size: 13px;
}

.sync-row b[b-t2cih0lgxl] {
    color: #0b3b2a;
    font-size: 18px;
}

.bank-popup-progress[b-t2cih0lgxl] {
    height: 16px;
    margin: 12px 0 8px;
    border-radius: 999px;
    background: #dce9e3;
    overflow: hidden;
}

.bank-popup-progress span[b-t2cih0lgxl] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0b7a52, #16b477);
    transition: width .35s ease;
}

.bank-popup-kpis[b-t2cih0lgxl] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
}

.bank-popup-kpis article[b-t2cih0lgxl] {
    min-height: 104px;
    display: grid;
    align-content: space-between;
    gap: 6px;
    border: 1px solid #e3eae6;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
}

.bank-popup-kpis .nav-icon[b-t2cih0lgxl] {
    color: #0f8f5f;
}

.bank-popup-kpis article:nth-child(5) .nav-icon[b-t2cih0lgxl],
.bank-popup-kpis article:nth-child(6) .nav-icon[b-t2cih0lgxl] {
    color: #f59e0b;
}

.bank-popup-kpis .danger .nav-icon[b-t2cih0lgxl],
.bank-popup-kpis .danger strong[b-t2cih0lgxl] {
    color: #dc2626;
}

.bank-popup-kpis span[b-t2cih0lgxl] {
    min-height: 30px;
    color: #405852;
    font-size: 11px;
    font-weight: 750;
}

.bank-popup-kpis strong[b-t2cih0lgxl] {
    color: #087f5b;
    font-size: 24px;
    line-height: 1;
}

.bank-popup-logs[b-t2cih0lgxl] {
    border: 1px solid #e3eae6;
    border-radius: 18px;
    overflow: hidden;
}

.bank-popup-logs > div:first-child[b-t2cih0lgxl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 15px;
    background: #f8fbfa;
    border-bottom: 1px solid #e3eae6;
}

.bank-popup-logs h3[b-t2cih0lgxl] {
    margin: 0;
    font-size: 15px;
    font-weight: 850;
}

.bank-popup-logs label[b-t2cih0lgxl] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #29433c;
    font-size: 13px;
    font-weight: 750;
}

.bank-log-terminal[b-t2cih0lgxl] {
    height: 170px;
    overflow: auto;
    padding: 12px 16px;
    background: radial-gradient(circle at top left, rgba(21, 153, 87, .2), transparent 34%), #071d16;
    color: #d8faeb;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    line-height: 1.55;
}

.bank-log-terminal p[b-t2cih0lgxl] {
    margin: 0 0 4px;
    color: #d8faeb;
    white-space: pre-wrap;
}

.bank-popup-footer[b-t2cih0lgxl] {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 14px;
}

.bank-popup-footer > span[b-t2cih0lgxl] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0f8f5f;
    font-weight: 850;
    font-size: 13px;
}

.bank-popup-footer > div[b-t2cih0lgxl] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.primary-popup-action[b-t2cih0lgxl],
.bank-popup-footer .soft-button[b-t2cih0lgxl],
.bank-close-confirm .soft-button[b-t2cih0lgxl] {
    min-height: 42px;
    border-radius: 13px;
    padding: 0 14px;
    font-weight: 850;
    cursor: pointer;
}

.primary-popup-action[b-t2cih0lgxl] {
    border: 1px solid #087f5b;
    background: #087f5b;
    color: #fff;
}

.primary-popup-action:disabled[b-t2cih0lgxl] {
    opacity: .48;
    cursor: not-allowed;
}

.bank-popup-footer .soft-button[b-t2cih0lgxl],
.bank-close-confirm .soft-button[b-t2cih0lgxl] {
    border: 1px solid #d5e2dc;
    background: #fff;
    color: #006b4e;
}

.bank-close-confirm-backdrop[b-t2cih0lgxl] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(8, 33, 24, .34);
    backdrop-filter: blur(4px);
}

.bank-close-confirm[b-t2cih0lgxl] {
    width: min(460px, 100%);
    border: 1px solid #e3eae6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(5, 31, 22, .24);
    padding: 20px;
}

.bank-close-confirm h3[b-t2cih0lgxl] {
    margin: 0 0 8px;
    color: #0b3b2a;
}

.bank-close-confirm footer[b-t2cih0lgxl] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

@media (max-width: 1060px) {
    .bank-popup-kpis[b-t2cih0lgxl] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.dashboard-backup-status[b-t2cih0lgxl] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid #cfe8dc;
    border-radius: 16px;
    background: #f2fbf7;
    color: #155c43;
}

.dashboard-backup-status.overdue[b-t2cih0lgxl] {
    border-color: #f4cf98;
    background: #fff8eb;
    color: #8a4b08;
}

.dashboard-backup-icon[b-t2cih0lgxl] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: rgba(15, 143, 95, .11);
}

.dashboard-backup-status.overdue .dashboard-backup-icon[b-t2cih0lgxl] {
    background: rgba(217, 119, 6, .12);
}

.dashboard-backup-status > div[b-t2cih0lgxl] {
    display: grid;
    gap: 2px;
}

.dashboard-backup-status strong[b-t2cih0lgxl] {
    font-size: 14px;
}

.dashboard-backup-status div span[b-t2cih0lgxl] {
    font-size: 12px;
    opacity: .82;
}

.dashboard-backup-status a[b-t2cih0lgxl] {
    border: 1px solid #e5ad56;
    border-radius: 10px;
    padding: 8px 11px;
    background: #fff;
    color: #8a4b08;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .dashboard-backup-status[b-t2cih0lgxl] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .dashboard-backup-status a[b-t2cih0lgxl] {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .dashboard-bank-popup-backdrop[b-t2cih0lgxl] {
        padding: 12px;
    }

    .dashboard-bank-popup[b-t2cih0lgxl] {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
        overflow: auto;
    }

    .bank-popup-kpis[b-t2cih0lgxl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bank-popup-footer[b-t2cih0lgxl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Kararlar.razor.rz.scp.css */
.decisions-window[b-oh9j769a8r] {
    min-height: calc(100vh - 2rem);
    border: 5px solid #319965;
    background: #f2f3f0;
    color: #0b3028;
    box-shadow: 0 18px 40px rgba(12, 54, 43, 0.08);
}

.decisions-titlebar[b-oh9j769a8r] {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    background: #319965;
    color: #fff;
}

.decisions-titlebar h1[b-oh9j769a8r] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0;
}

.window-controls[b-oh9j769a8r] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.9;
}

.decisions-shell[b-oh9j769a8r] {
    margin: 2.25rem 1.25rem 1.25rem;
}

.decision-tabs[b-oh9j769a8r] {
    display: flex;
    align-items: flex-end;
    gap: 0;
    height: 32px;
}

.decision-tabs button[b-oh9j769a8r] {
    height: 32px;
    padding: 0 0.75rem;
    border: 1px solid #d5ddd8;
    border-bottom: 0;
    background: #f7f8f6;
    color: #0b3028;
    font-weight: 700;
    cursor: pointer;
}

.decision-tabs button.active[b-oh9j769a8r] {
    background: #fff;
    border-color: #b7cbc1;
}

.decision-panel[b-oh9j769a8r] {
    min-height: calc(100vh - 185px);
    border: 1px solid #9dbeb0;
    background: #f9faf8;
    padding: 1rem;
}

.decision-toolbar[b-oh9j769a8r] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 2.8rem;
    min-height: 42px;
    flex-wrap: wrap;
}

.decision-toolbar label[b-oh9j769a8r],
.topic-editor label[b-oh9j769a8r] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    color: #17382f;
    font-weight: 500;
}

.decision-toolbar select[b-oh9j769a8r],
.topic-editor input[b-oh9j769a8r] {
    height: 38px;
    border: 0;
    border-bottom: 3px solid #319965;
    background: #fff;
    min-width: 130px;
    padding: 0 0.75rem;
    color: #0b3028;
    font-weight: 700;
}

.decision-button[b-oh9j769a8r] {
    height: 38px;
    min-width: 190px;
    padding: 0 1.25rem;
    border: 1px solid #dfe6e2;
    background: #fff;
    color: #164137;
    font-weight: 700;
    cursor: pointer;
}

.decision-button:disabled[b-oh9j769a8r] {
    color: #849790;
    cursor: default;
}

.decision-grid-wrap[b-oh9j769a8r] {
    height: calc(100vh - 285px);
    min-height: 430px;
    overflow: auto;
    border: 1px solid #c4cbc7;
    background: #fff;
}

.decision-grid[b-oh9j769a8r] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.95rem;
}

.decision-grid th[b-oh9j769a8r] {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 44px;
    border: 1px solid #adb5b0;
    background: #f6f7f6;
    color: #17382f;
    text-align: left;
    padding: 0 0.6rem;
}

.decision-grid th:first-child[b-oh9j769a8r] {
    background: #0f82d4;
    color: #052f24;
}

.decision-grid td[b-oh9j769a8r] {
    height: 36px;
    border-bottom: 1px solid #e2e6e3;
    padding: 0 0.6rem;
    background: #fff;
    vertical-align: middle;
}

.decision-grid tbody tr:nth-child(odd) td[b-oh9j769a8r] {
    background: #eef3ef;
}

.decision-grid tbody tr.transferred td[b-oh9j769a8r] {
    color: #6e7f78;
}

.date-col[b-oh9j769a8r] {
    width: 145px;
}

.money-col[b-oh9j769a8r] {
    width: 170px;
    text-align: right;
}

.status-col[b-oh9j769a8r] {
    width: 130px;
}

.check-col[b-oh9j769a8r] {
    width: 70px;
    text-align: center;
}

.template-col[b-oh9j769a8r] {
    width: 360px;
}

.decision-grid select[b-oh9j769a8r] {
    width: 100%;
    height: 32px;
    border: 1px solid #d3d7d5;
    background: #fff;
    color: #0b3028;
}

.clip[b-oh9j769a8r] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-row[b-oh9j769a8r] {
    height: 64px;
    color: #64746e;
    font-weight: 700;
    text-align: center;
}

.decision-alert[b-oh9j769a8r] {
    margin: 1rem 1.25rem 0;
    padding: 0.9rem 1.1rem;
    font-weight: 800;
}

.decision-alert.error[b-oh9j769a8r] {
    background: #fde1d9;
    color: #9e2a12;
}

.decision-alert.success[b-oh9j769a8r] {
    background: #dff3ea;
    color: #007a5a;
}

.topic-company[b-oh9j769a8r],
.company-line[b-oh9j769a8r] {
    margin: 0 0 1.6rem;
    color: #3f6b5c;
    font-size: 0.78rem;
    font-weight: 800;
}

.topic-editor[b-oh9j769a8r] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 2.1rem;
}

.topic-editor input[b-oh9j769a8r] {
    width: min(620px, 56vw);
}

.topic-list-box[b-oh9j769a8r] {
    width: min(760px, 68vw);
    height: calc(100vh - 360px);
    min-height: 430px;
    border: 1px solid #9dbeb0;
    padding: 1rem 0.35rem 0.35rem;
}

.topic-list-box legend[b-oh9j769a8r] {
    padding: 0 0.8rem;
    color: #164137;
    font-weight: 700;
}

.topic-table-wrap[b-oh9j769a8r],
.topic-grid-wrap[b-oh9j769a8r] {
    height: 100%;
    overflow: auto;
    border: 1px solid #b5c1bb;
    background: #fff;
}

.trash-button[b-oh9j769a8r] {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #e53935;
    cursor: pointer;
}

.trash-button svg[b-oh9j769a8r] {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 2;
}

.delete-col[b-oh9j769a8r] {
    width: 60px;
    text-align: center;
}

@media (max-width: 900px) {
    .decisions-window[b-oh9j769a8r] {
        border-width: 3px;
    }

    .decisions-titlebar h1[b-oh9j769a8r] {
        font-size: 1.55rem;
    }

    .decision-panel[b-oh9j769a8r] {
        padding: 0.7rem;
    }

    .decision-grid-wrap[b-oh9j769a8r],
    .topic-list-box[b-oh9j769a8r] {
        height: 58vh;
        min-height: 360px;
    }

    .template-col[b-oh9j769a8r] {
        width: 260px;
    }
}
/* /Components/Pages/KararlarModern.razor.rz.scp.css */
.decisions-page[b-8jci9c0o52] {
    min-height: calc(100vh - 72px);
    padding: 22px 28px 30px;
    background: #f4f7f6;
    color: #10231d;
}

.decisions-hero[b-8jci9c0o52] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.decisions-eyebrow[b-8jci9c0o52] {
    display: block;
    margin-bottom: 5px;
    color: #007a63;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.decisions-hero h1[b-8jci9c0o52] {
    margin: 0;
    color: #10231d;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
}

.decisions-hero p[b-8jci9c0o52] {
    max-width: 780px;
    margin: 7px 0 0;
    color: #52645d;
    line-height: 1.45;
}

.decisions-context[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 10px;
    min-width: min(100%, 480px);
}

.decisions-context div[b-8jci9c0o52] {
    min-height: 66px;
    padding: 12px 14px;
    border: 1px solid #d8e6e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 65, 49, .05);
}

.decisions-context span[b-8jci9c0o52],
.decision-card-header span[b-8jci9c0o52],
.decision-pagination span[b-8jci9c0o52],
.topic-add-card p[b-8jci9c0o52] {
    color: #64756f;
    font-size: 12.5px;
}

.decisions-context strong[b-8jci9c0o52] {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #10231d;
    font-size: 15px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.decision-alert[b-8jci9c0o52] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.decision-alert .nav-icon[b-8jci9c0o52] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.decision-alert.success[b-8jci9c0o52] {
    border: 1px solid #bfe8d8;
    background: #eaf8f1;
    color: #006b52;
}

.decision-alert.error[b-8jci9c0o52] {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #a33b13;
}

.decision-tabs[b-8jci9c0o52] {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    overflow-x: auto;
}

.decision-tabs button[b-8jci9c0o52] {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #d8e6e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    padding: 0 16px;
    font-weight: 750;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 65, 49, .04);
}

.decision-tabs button.active[b-8jci9c0o52] {
    border-color: #007a63;
    background: #e8f6f1;
    color: #005c45;
    box-shadow: inset 0 0 0 1px rgba(0, 122, 99, .1);
}

.decision-tabs .nav-icon[b-8jci9c0o52],
.decision-action .nav-icon[b-8jci9c0o52],
.icon-button .nav-icon[b-8jci9c0o52],
.decision-stat-card .nav-icon[b-8jci9c0o52],
.decision-info-box .nav-icon[b-8jci9c0o52],
.topic-search .nav-icon[b-8jci9c0o52] {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: currentColor;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.1;
    opacity: 1;
}

.decision-tabs[b-8jci9c0o52]  .nav-icon,
.decision-action[b-8jci9c0o52]  .nav-icon,
.icon-button[b-8jci9c0o52]  .nav-icon,
.decision-stat-card[b-8jci9c0o52]  .nav-icon,
.decision-info-box[b-8jci9c0o52]  .nav-icon,
.topic-search[b-8jci9c0o52]  .nav-icon {
    stroke: currentColor !important;
    fill: none !important;
    opacity: 1 !important;
}

.decision-tabs[b-8jci9c0o52]  .nav-icon *,
.decision-action[b-8jci9c0o52]  .nav-icon *,
.icon-button[b-8jci9c0o52]  .nav-icon *,
.decision-stat-card[b-8jci9c0o52]  .nav-icon *,
.decision-info-box[b-8jci9c0o52]  .nav-icon *,
.topic-search[b-8jci9c0o52]  .nav-icon * {
    stroke: currentColor !important;
    fill: none !important;
    opacity: 1 !important;
}

.decision-filter-card[b-8jci9c0o52],
.decision-card[b-8jci9c0o52] {
    border: 1px solid #d9e4e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 54, 44, .06);
}

.decision-filter-card[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: 180px minmax(220px, 1fr) 190px 190px auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 14px;
    padding: 14px;
}

.decision-filter-five[b-8jci9c0o52] {
    grid-template-columns: 150px 180px 210px minmax(220px, 1fr) auto;
}

.decision-filter-card label[b-8jci9c0o52],
.topic-field[b-8jci9c0o52] {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #334155;
    font-weight: 700;
}

.decision-filter-card label span[b-8jci9c0o52],
.topic-field span[b-8jci9c0o52] {
    font-size: 12.5px;
}

.decision-filter-card input[b-8jci9c0o52],
.decision-filter-card select[b-8jci9c0o52],
.decision-table select[b-8jci9c0o52],
.topic-field input[b-8jci9c0o52],
.topic-search input[b-8jci9c0o52] {
    width: 100%;
    height: 40px;
    border: 1px solid #cbd8d3;
    border-radius: 8px;
    background: #fff;
    color: #10231d;
    padding: 0 11px;
    outline: none;
}

.decision-filter-card input:focus[b-8jci9c0o52],
.decision-filter-card select:focus[b-8jci9c0o52],
.decision-table select:focus[b-8jci9c0o52],
.topic-field input:focus[b-8jci9c0o52],
.topic-search input:focus[b-8jci9c0o52] {
    border-color: #008060;
    box-shadow: 0 0 0 3px rgba(0, 128, 96, .12);
}

.filter-actions[b-8jci9c0o52] {
    display: flex;
    justify-content: flex-end;
}

.decision-action[b-8jci9c0o52],
.icon-button[b-8jci9c0o52] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #bcd8cf;
    border-radius: 8px;
    background: #fff;
    color: #006b52;
    padding: 0 13px;
    font-weight: 800;
}

.decision-action.primary[b-8jci9c0o52] {
    border-color: #006b52;
    background: #006b52;
    color: #fff;
}

.decision-action.primary span[b-8jci9c0o52],
.decision-action.primary .nav-icon[b-8jci9c0o52] {
    color: #fff;
    stroke: #fff;
}

.decision-action.ghost[b-8jci9c0o52] {
    background: #f8fbfa;
}

.decision-action.danger[b-8jci9c0o52],
.icon-button.danger[b-8jci9c0o52] {
    border-color: #fecaca;
    background: #fff;
    color: #dc2626;
}

.decision-action.full[b-8jci9c0o52] {
    width: 100%;
}

.decision-action:disabled[b-8jci9c0o52],
.icon-button:disabled[b-8jci9c0o52] {
    opacity: .48;
    cursor: default;
}

.icon-button[b-8jci9c0o52] {
    width: 38px;
    min-width: 38px;
    padding: 0;
}

.icon-button.success[b-8jci9c0o52] {
    border-color: #006b52;
    background: #006b52;
    color: #fff;
}

.bank-decision-layout[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 14px;
    align-items: start;
}

.decision-card-header[b-8jci9c0o52] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #e3ece8;
}

.decision-card-header.compact[b-8jci9c0o52] {
    align-items: flex-start;
}

.decision-card-header h2[b-8jci9c0o52] {
    margin: 0;
    color: #10231d;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.decision-toolbar[b-8jci9c0o52] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.decision-table-wrap[b-8jci9c0o52] {
    overflow: auto;
}

.table-card .decision-table-wrap[b-8jci9c0o52] {
    max-height: calc(100vh - 360px);
    min-height: 360px;
}

.decision-table[b-8jci9c0o52] {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

.decision-table th[b-8jci9c0o52] {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 44px;
    border-bottom: 1px solid #dfe8e4;
    background: #f8fbfa;
    color: #40534d;
    padding: 0 12px;
    text-align: left;
    font-size: 12.5px;
    font-weight: 800;
    white-space: nowrap;
}

.decision-table td[b-8jci9c0o52] {
    height: 48px;
    border-bottom: 1px solid #edf2f0;
    background: #fff;
    padding: 0 12px;
    vertical-align: middle;
}

.decision-table tbody tr:nth-child(even) td[b-8jci9c0o52] {
    background: #fbfdfc;
}

.decision-table tbody tr:hover td[b-8jci9c0o52] {
    background: #f2faf7;
}

.decision-table tr.is-selected td[b-8jci9c0o52] {
    background: #eaf8f1;
}

.decision-table tr.is-transferred td[b-8jci9c0o52] {
    color: #5f746d;
    background: #f5fbf8;
}

.decision-table tr.is-transferred td:first-child[b-8jci9c0o52] {
    box-shadow: inset 3px 0 0 #66c19a;
}

.decision-table input[type="checkbox"][b-8jci9c0o52] {
    width: 17px;
    height: 17px;
    accent-color: #007a63;
}

.select-col[b-8jci9c0o52] {
    width: 48px;
    text-align: center;
}

.date-col[b-8jci9c0o52] {
    width: 116px;
}

.money-col[b-8jci9c0o52] {
    width: 138px;
    text-align: right !important;
    font-variant-numeric: tabular-nums;
}

.status-col[b-8jci9c0o52] {
    width: 132px;
}

.template-col[b-8jci9c0o52] {
    width: 240px;
}

.actions-col[b-8jci9c0o52] {
    width: 104px;
    text-align: center !important;
}

.clip[b-8jci9c0o52] {
    max-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-row[b-8jci9c0o52] {
    height: 76px !important;
    color: #70827b;
    text-align: center;
}

.decision-badge[b-8jci9c0o52] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.decision-badge.success[b-8jci9c0o52] {
    background: #dff3ec;
    color: #007a63;
}

.decision-badge.warning[b-8jci9c0o52] {
    background: #fff4d6;
    color: #8a5b00;
}

.decision-badge.neutral[b-8jci9c0o52] {
    background: #eef2f1;
    color: #465a54;
}

.decision-pagination[b-8jci9c0o52] {
    min-height: 58px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-top: 1px solid #e3ece8;
}

.decision-pagination div[b-8jci9c0o52] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.decision-pagination button[b-8jci9c0o52] {
    width: 32px;
    height: 32px;
    border: 1px solid #cbd8d3;
    border-radius: 8px;
    background: #fff;
    color: #006b52;
    font-size: 20px;
    line-height: 1;
}

.decision-pagination button:disabled[b-8jci9c0o52] {
    color: #a6b3ae;
    cursor: default;
}

.decision-pagination label[b-8jci9c0o52] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #64756f;
}

.decision-pagination select[b-8jci9c0o52] {
    height: 34px;
    border: 1px solid #cbd8d3;
    border-radius: 8px;
    background: #fff;
    padding: 0 8px;
}

.template-panel[b-8jci9c0o52] {
    position: sticky;
    top: 86px;
}

.template-list[b-8jci9c0o52] {
    display: grid;
    gap: 8px;
    padding: 12px;
}

.template-row[b-8jci9c0o52] {
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 8px;
    border: 1px solid #edf2f0;
    border-radius: 8px;
    background: #fbfdfc;
    padding: 0 5px 0 12px;
}

.template-row span[b-8jci9c0o52] {
    overflow: hidden;
    color: #263832;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-row button[b-8jci9c0o52] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #dc2626;
}

.template-row .nav-icon[b-8jci9c0o52] {
    width: 16px;
    height: 16px;
    color: #dc2626;
    stroke: #dc2626;
}

.template-panel > .decision-action[b-8jci9c0o52] {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
}

.empty-panel[b-8jci9c0o52] {
    padding: 18px;
    color: #70827b;
    text-align: center;
}

.decision-bottom-grid[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) repeat(4, minmax(142px, 1fr)) minmax(190px, 1.2fr);
    gap: 14px;
    margin-top: 14px;
}

.decision-info-box[b-8jci9c0o52],
.decision-stat-card[b-8jci9c0o52] {
    min-height: 104px;
    border: 1px solid #d9e4e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 54, 44, .05);
}

.decision-info-box[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: start;
    padding: 18px;
    background: linear-gradient(90deg, #effaf5, #fff);
}

.decision-info-box .nav-icon[b-8jci9c0o52] {
    width: 22px;
    height: 22px;
    color: #007a63;
}

.decision-info-box strong[b-8jci9c0o52] {
    display: block;
    margin-bottom: 7px;
    color: #006b52;
}

.decision-info-box p[b-8jci9c0o52] {
    margin: 0;
    color: #40534d;
    line-height: 1.45;
}

.decision-stat-card[b-8jci9c0o52] {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 4px;
    padding: 16px;
}

.decision-stat-card .nav-icon[b-8jci9c0o52] {
    width: 22px;
    height: 22px;
    color: #007a63;
}

.decision-stat-card strong[b-8jci9c0o52] {
    color: #10231d;
    font-size: 26px;
    font-weight: 850;
}

.decision-stat-card span[b-8jci9c0o52] {
    color: #64756f;
    font-size: 12.5px;
}

.decisions-table[b-8jci9c0o52] {
    max-height: calc(100vh - 330px);
}

.decisions-table tbody tr[b-8jci9c0o52] {
    cursor: pointer;
}

.topics-layout[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.topic-add-card[b-8jci9c0o52] {
    display: grid;
    gap: 14px;
    padding-bottom: 16px;
}

.topic-add-card .topic-field[b-8jci9c0o52],
.topic-add-card > .decision-action[b-8jci9c0o52],
.topic-add-card p[b-8jci9c0o52] {
    margin-inline: 16px;
}

.topic-add-card > .decision-action.full[b-8jci9c0o52] {
    width: auto;
    max-width: calc(100% - 32px);
}

.topic-add-card p[b-8jci9c0o52] {
    margin-block: 0;
    line-height: 1.45;
}

.topic-list-card[b-8jci9c0o52] {
    min-width: 0;
}

.topic-search[b-8jci9c0o52] {
    width: min(100%, 320px);
    height: 40px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    border: 1px solid #cbd8d3;
    border-radius: 8px;
    background: #fff;
    color: #64756f;
}

.topic-search .nav-icon[b-8jci9c0o52] {
    justify-self: center;
}

.topic-search input[b-8jci9c0o52] {
    height: 38px;
    border: 0;
    padding-left: 0;
}

.topic-table-wrap[b-8jci9c0o52] {
    max-height: calc(100vh - 285px);
    min-height: 420px;
}

.topic-table[b-8jci9c0o52] {
    min-width: 620px;
}

.topic-actions[b-8jci9c0o52] {
    white-space: nowrap;
}

.topic-actions .icon-button[b-8jci9c0o52] {
    margin: 0 3px;
}

.decision-drawer-backdrop[b-8jci9c0o52],
.decision-modal-backdrop[b-8jci9c0o52] {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(15, 23, 42, .28);
}

.decision-drawer[b-8jci9c0o52] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    width: min(520px, 100vw);
    height: 100vh;
    overflow: auto;
    background: #fff;
    box-shadow: -24px 0 60px rgba(15, 23, 42, .2);
}

.decision-drawer header[b-8jci9c0o52] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px;
    border-bottom: 1px solid #e3ece8;
}

.decision-drawer header span[b-8jci9c0o52] {
    color: #64756f;
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.decision-drawer h2[b-8jci9c0o52] {
    margin: 4px 0 0;
    font-size: 22px;
}

.decision-drawer dl[b-8jci9c0o52] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 18px 20px;
}

.decision-drawer dl div[b-8jci9c0o52] {
    border: 1px solid #e3ece8;
    border-radius: 8px;
    padding: 12px;
}

.decision-drawer dt[b-8jci9c0o52] {
    color: #64756f;
    font-size: 12.5px;
}

.decision-drawer dd[b-8jci9c0o52] {
    margin: 5px 0 0;
    color: #10231d;
    font-weight: 800;
}

.decision-drawer p[b-8jci9c0o52] {
    margin: 0;
    padding: 0 20px 24px;
    color: #263832;
    line-height: 1.65;
    white-space: pre-line;
}

.decision-modal-backdrop[b-8jci9c0o52] {
    display: grid;
    place-items: center;
    padding: 20px;
}

.decision-confirm-modal[b-8jci9c0o52] {
    width: min(430px, 100%);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .28);
}

.decision-confirm-modal header[b-8jci9c0o52] {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 22px 22px 8px;
    text-align: center;
}

.decision-confirm-modal header .nav-icon[b-8jci9c0o52] {
    width: 30px;
    height: 30px;
    color: #dc2626;
}

.decision-confirm-modal h2[b-8jci9c0o52] {
    margin: 0;
    font-size: 20px;
}

.decision-confirm-modal p[b-8jci9c0o52] {
    margin: 0;
    padding: 12px 22px 4px;
    color: #40534d;
    text-align: center;
}

.decision-confirm-modal footer[b-8jci9c0o52] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 22px 22px;
}

@media (max-width: 1280px) {
    .decisions-context[b-8jci9c0o52] {
        grid-template-columns: 1fr;
        min-width: 220px;
    }

    .decision-bottom-grid[b-8jci9c0o52] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .decision-info-box[b-8jci9c0o52] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1100px) {
    .decisions-hero[b-8jci9c0o52],
    .decision-card-header[b-8jci9c0o52] {
        flex-direction: column;
        align-items: stretch;
    }

    .decision-filter-card[b-8jci9c0o52],
    .decision-filter-five[b-8jci9c0o52] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter-actions[b-8jci9c0o52] {
        justify-content: flex-start;
    }

    .bank-decision-layout[b-8jci9c0o52],
    .topics-layout[b-8jci9c0o52] {
        grid-template-columns: 1fr;
    }

    .template-panel[b-8jci9c0o52] {
        position: static;
    }
}

@media (max-width: 720px) {
    .decisions-page[b-8jci9c0o52] {
        padding: 14px;
    }

    .decisions-context[b-8jci9c0o52],
    .decision-filter-card[b-8jci9c0o52],
    .decision-filter-five[b-8jci9c0o52],
    .decision-bottom-grid[b-8jci9c0o52] {
        grid-template-columns: 1fr;
    }

    .decision-toolbar[b-8jci9c0o52],
    .decision-tabs[b-8jci9c0o52] {
        align-items: stretch;
    }

    .decision-action[b-8jci9c0o52] {
        width: 100%;
    }

    .decision-pagination[b-8jci9c0o52] {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .decision-pagination label[b-8jci9c0o52] {
        justify-content: flex-start;
    }

    .decision-drawer dl[b-8jci9c0o52] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Kooperatifler.razor.rz.scp.css */
.delete-cooperative-modal[b-16cscprkyh]{width:min(560px,calc(100vw - 32px));display:grid;gap:16px;padding:25px;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.25)}.delete-cooperative-modal h2[b-16cscprkyh]{margin:0;color:#7f1d1d}.delete-cooperative-modal>label[b-16cscprkyh]{display:grid;gap:7px;font-weight:750}.delete-cooperative-modal input[b-16cscprkyh]{width:100%;padding:11px 12px;border:1px solid #d3dfdb;border-radius:9px}.mini-action.danger[b-16cscprkyh]{color:#a51d1d;border-color:#efb8b8;background:#fff4f4}
/* /Components/Pages/KooperatifYedekleme.razor.rz.scp.css */
.settings-card > p[b-8caxldy2zm] {
    margin-bottom: 20px;
}

.settings-card > .settings-field[b-8caxldy2zm] {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}

.settings-card > .btn[b-8caxldy2zm] {
    margin-top: 2px;
    margin-bottom: 16px;
}

.settings-card > .profile-card[b-8caxldy2zm] {
    display: grid;
    gap: 5px;
    margin: 4px 0 18px;
}

.settings-card > .profile-card + .settings-field[b-8caxldy2zm] {
    margin-top: 2px;
}

.restore-progress[b-8caxldy2zm] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 14px;
    align-items: center;
    margin-top: 8px;
    padding: 16px;
    border: 1px solid #b9e2d2;
    border-radius: 14px;
    background: #effaf6;
    color: #075c43;
}

.restore-spinner[b-8caxldy2zm] {
    width: 34px;
    height: 34px;
    border: 4px solid rgba(0, 126, 91, .18);
    border-top-color: #008b66;
    border-radius: 50%;
    animation: restore-spin-b-8caxldy2zm .8s linear infinite;
}

.restore-progress-copy[b-8caxldy2zm] { display: grid; gap: 3px; }
.restore-progress-copy strong[b-8caxldy2zm] { font-size: 15px; }
.restore-progress-copy span[b-8caxldy2zm], .restore-progress small[b-8caxldy2zm] { font-size: 12px; line-height: 1.45; }
.restore-progress small[b-8caxldy2zm] { grid-column: 1 / -1; color: #486c60; }

.restore-progress-track[b-8caxldy2zm] {
    grid-column: 1 / -1;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(0, 126, 91, .13);
}

.restore-progress-track span[b-8caxldy2zm] {
    display: block;
    width: 38%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00a77b, #73d7b7);
    animation: restore-progress-b-8caxldy2zm 1.35s ease-in-out infinite;
}

.restore-inline-error[b-8caxldy2zm] {
    display: grid;
    gap: 5px;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #f2b7b7;
    border-radius: 12px;
    background: #fff0f0;
    color: #9d2020;
}

.restore-inline-error span[b-8caxldy2zm] { overflow-wrap: anywhere; font-size: 13px; }

@keyframes restore-spin-b-8caxldy2zm { to { transform: rotate(360deg); } }
@keyframes restore-progress-b-8caxldy2zm {
    0% { transform: translateX(-110%); }
    100% { transform: translateX(300%); }
}

@media (prefers-reduced-motion: reduce) {
    .restore-spinner[b-8caxldy2zm], .restore-progress-track span[b-8caxldy2zm] { animation-duration: 2.5s; }
}
/* /Components/Pages/NotFoundPage.razor.rz.scp.css */
.not-found-page[b-0tzqcxtxqs]{min-height:calc(100vh - 120px);display:grid;place-items:center;padding:32px}.not-found-card[b-0tzqcxtxqs]{width:min(620px,100%);display:grid;justify-items:center;text-align:center;padding:46px 38px;border:1px solid #d8e7e1;border-radius:24px;background:linear-gradient(145deg,#fff,#f4faf7);box-shadow:0 24px 70px rgba(0,67,50,.11)}.not-found-brand[b-0tzqcxtxqs]{display:grid;place-items:center;width:64px;height:64px;border-radius:19px;background:#087d5d;color:#fff;font-weight:900;font-size:21px;box-shadow:0 12px 26px rgba(8,125,93,.23)}.not-found-code[b-0tzqcxtxqs]{margin-top:20px;color:#0b8b68;font-size:76px;font-weight:950;line-height:1;letter-spacing:-5px}.not-found-card h1[b-0tzqcxtxqs]{margin:12px 0 8px;color:#082e24;font-size:29px}.not-found-card p[b-0tzqcxtxqs]{max-width:500px;margin:0;color:#61756e;line-height:1.65}.not-found-address[b-0tzqcxtxqs]{max-width:100%;margin:20px 0;padding:9px 14px;border-radius:10px;background:#eaf4f0;color:#49675e;font-family:ui-monospace,monospace;font-size:13px;overflow-wrap:anywhere}.not-found-actions[b-0tzqcxtxqs]{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.not-found-actions a[b-0tzqcxtxqs],.not-found-actions button[b-0tzqcxtxqs]{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border:1px solid #087d5d;border-radius:11px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.not-found-actions a[b-0tzqcxtxqs]{background:#087d5d;color:#fff}.not-found-actions button[b-0tzqcxtxqs]{background:#fff;color:#087d5d}.not-found-card small[b-0tzqcxtxqs]{margin-top:22px;color:#7b8c86}@media(max-width:520px){.not-found-page[b-0tzqcxtxqs]{padding:18px}.not-found-card[b-0tzqcxtxqs]{padding:34px 20px}.not-found-code[b-0tzqcxtxqs]{font-size:62px}.not-found-card h1[b-0tzqcxtxqs]{font-size:24px}}
/* /Components/Pages/QuickActionsCard.razor.rz.scp.css */
.quick-actions-card[b-5n0khkg54a] {
    overflow: visible;
}

.quick-actions-grid[b-5n0khkg54a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.quick-actions-grid > *[b-5n0khkg54a] {
    min-width: 0;
}

.quick-action-card[b-5n0khkg54a] {
    width: 100%;
    min-width: 0;
    min-height: 92px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    padding: 16px 18px;
    border: 1px solid #dfe9e4;
    border-radius: 14px;
    background: #ffffff;
    color: #10251d;
    text-decoration: none;
    overflow: visible;
    transition: border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.quick-action-card:hover[b-5n0khkg54a] {
    border-color: #9fcfbd;
    background: #f8fcfa;
    box-shadow: 0 6px 18px rgba(8, 89, 62, .08);
    transform: translateY(-1px);
}

.quick-action-card:focus-visible[b-5n0khkg54a] {
    outline: 3px solid rgba(15, 137, 96, .25);
    outline-offset: 2px;
}

.quick-action-icon[b-5n0khkg54a] {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #dff1e9;
    color: #087a57;
    opacity: 1;
    flex: 0 0 52px;
}

.quick-action-icon[b-5n0khkg54a]  .nav-icon {
    width: 24px;
    height: 24px;
    color: #087a57 !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2 !important;
    opacity: 1 !important;
}

.quick-action-icon[b-5n0khkg54a]  .nav-icon *,
.quick-action-icon[b-5n0khkg54a]  path,
.quick-action-icon[b-5n0khkg54a]  circle,
.quick-action-icon[b-5n0khkg54a]  rect,
.quick-action-icon[b-5n0khkg54a]  line,
.quick-action-icon[b-5n0khkg54a]  polyline,
.quick-action-icon[b-5n0khkg54a]  polygon {
    stroke: currentColor !important;
    fill: none !important;
    opacity: 1 !important;
}

.quick-action-content[b-5n0khkg54a] {
    min-width: 0;
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    overflow: visible;
}

.quick-action-title[b-5n0khkg54a] {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    color: #10251d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.quick-action-description[b-5n0khkg54a] {
    display: block;
    width: 100%;
    color: #6b7e76;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: break-word;
}

@media (max-width: 1300px) {
    .quick-actions-grid[b-5n0khkg54a] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/RaporHazirlaniyor.razor.rz.scp.css */
.report-page[b-9muzjc7aoq] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px 20px 28px;
}

.report-page-head[b-9muzjc7aoq],
.report-filter-card[b-9muzjc7aoq],
.report-table-card[b-9muzjc7aoq],
.report-note-card[b-9muzjc7aoq],
.report-summary-card[b-9muzjc7aoq] {
    background: #fff;
    border: 1px solid #dce8e3;
    box-shadow: 0 10px 24px rgba(15, 35, 30, 0.06);
}

.report-page-head[b-9muzjc7aoq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-radius: 16px;
    padding: 22px 24px;
}

.report-page-head nav[b-9muzjc7aoq] {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 8px;
}

.report-page-head h1[b-9muzjc7aoq] {
    color: #0b1f1b;
    font-size: 32px;
    margin: 0 0 8px;
}

.report-page-head p[b-9muzjc7aoq],
.report-table-head p[b-9muzjc7aoq],
.report-note-card p[b-9muzjc7aoq],
.report-summary-card p[b-9muzjc7aoq] {
    color: #52677b;
    margin: 0;
}

.report-head-actions[b-9muzjc7aoq],
.report-filter-actions[b-9muzjc7aoq] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.report-page button[b-9muzjc7aoq] {
    border-radius: 10px;
    border: 1px solid #08795f;
    min-height: 42px;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
}

.report-page button.primary[b-9muzjc7aoq] {
    background: #08795f;
    color: #fff;
}

.report-page button.outline[b-9muzjc7aoq] {
    background: #fff;
    color: #08795f;
}

.report-page button:disabled[b-9muzjc7aoq] {
    opacity: .55;
    cursor: not-allowed;
}

.report-alert[b-9muzjc7aoq] {
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 700;
}

.report-alert.danger[b-9muzjc7aoq] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.report-alert.success[b-9muzjc7aoq] {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.report-filter-card[b-9muzjc7aoq] {
    display: grid;
    grid-template-columns: 220px minmax(260px, 1fr) 220px auto;
    gap: 16px;
    align-items: end;
    border-radius: 14px;
    padding: 18px;
}

.report-filter-card label[b-9muzjc7aoq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #15322c;
    font-size: 13px;
    font-weight: 700;
}

.report-filter-card label.wide[b-9muzjc7aoq] {
    min-width: 260px;
}

.report-filter-card input[b-9muzjc7aoq] {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbded8;
    border-radius: 10px;
    padding: 0 12px;
    font: inherit;
}

.report-content-grid[b-9muzjc7aoq] {
    display: grid;
    grid-template-columns: minmax(210px, 280px) 1fr;
    gap: 16px;
}

.report-summary-card[b-9muzjc7aoq],
.report-note-card[b-9muzjc7aoq] {
    border-radius: 14px;
    padding: 18px;
}

.report-summary-card span[b-9muzjc7aoq] {
    display: inline-flex;
    border-radius: 999px;
    background: #e6f6ef;
    color: #047857;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 800;
}

.report-summary-card strong[b-9muzjc7aoq] {
    display: block;
    margin-top: 12px;
    color: #0b1f1b;
    font-size: 30px;
}

.report-note-card h2[b-9muzjc7aoq],
.report-table-head h2[b-9muzjc7aoq] {
    margin: 0 0 8px;
    color: #10251f;
    font-size: 18px;
}

.report-table-card[b-9muzjc7aoq] {
    border-radius: 16px;
    overflow: hidden;
}

.report-table-head[b-9muzjc7aoq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.report-table-head span[b-9muzjc7aoq] {
    color: #08795f;
    font-weight: 800;
}

.report-empty[b-9muzjc7aoq] {
    padding: 32px 20px;
    color: #64748b;
    font-weight: 700;
}

.report-table-wrap[b-9muzjc7aoq] {
    overflow: auto;
}

.report-table-card table[b-9muzjc7aoq] {
    width: 100%;
    min-width: 840px;
    border-collapse: collapse;
}

.report-table-card th[b-9muzjc7aoq],
.report-table-card td[b-9muzjc7aoq] {
    padding: 12px 14px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    white-space: nowrap;
}

.report-table-card th[b-9muzjc7aoq] {
    background: #f3faf7;
    color: #0f3f34;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.report-table-card td[b-9muzjc7aoq] {
    color: #16352d;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-table-card tbody tr:nth-child(even)[b-9muzjc7aoq] {
    background: #fbfdfc;
}

.budget-workspace[b-9muzjc7aoq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.budget-toolbar[b-9muzjc7aoq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid #dce8e3;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 10px 24px rgba(15, 35, 30, 0.06);
}

.budget-toolbar > div[b-9muzjc7aoq] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.budget-toolbar strong[b-9muzjc7aoq] {
    color: #0b1f1b;
    font-size: 18px;
}

.budget-toolbar span[b-9muzjc7aoq] {
    border-radius: 999px;
    background: #e6f6ef;
    color: #047857;
    padding: 6px 10px;
    font-weight: 800;
}

.budget-total-grid[b-9muzjc7aoq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.budget-total-grid article[b-9muzjc7aoq] {
    background: #fff;
    border: 1px solid #dce8e3;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15, 35, 30, 0.06);
}

.budget-total-grid span[b-9muzjc7aoq] {
    display: block;
    color: #52677b;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.budget-total-grid strong[b-9muzjc7aoq] {
    color: #0b1f1b;
    font-size: 22px;
}

.budget-total-grid article.positive strong[b-9muzjc7aoq] {
    color: #047857;
}

.budget-total-grid article.negative strong[b-9muzjc7aoq] {
    color: #dc2626;
}

@media (max-width: 980px) {
    .report-page-head[b-9muzjc7aoq],
    .report-content-grid[b-9muzjc7aoq],
    .budget-total-grid[b-9muzjc7aoq] {
        grid-template-columns: 1fr;
    }

    .report-page-head[b-9muzjc7aoq],
    .budget-toolbar[b-9muzjc7aoq] {
        flex-direction: column;
        align-items: stretch;
    }

    .report-filter-card[b-9muzjc7aoq] {
        grid-template-columns: 1fr;
    }

    .report-head-actions[b-9muzjc7aoq],
    .report-filter-actions[b-9muzjc7aoq],
    .report-page button[b-9muzjc7aoq] {
        width: 100%;
    }
}
/* /Components/Pages/SistemYedekleme.razor.rz.scp.css */
.settings-card > p[b-h41zwc3tyb],
.settings-card > .kasa-alert[b-h41zwc3tyb] {
    margin-bottom: 20px;
}

.settings-card > .settings-field[b-h41zwc3tyb] {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}

.settings-card > .btn[b-h41zwc3tyb] {
    margin-top: 2px;
    margin-bottom: 16px;
}

.settings-card > .profile-card[b-h41zwc3tyb] {
    display: grid;
    gap: 5px;
    margin: 4px 0 18px;
}

.settings-card > .profile-card + .settings-field[b-h41zwc3tyb] {
    margin-top: 2px;
}
/* /Components/Pages/TopluMesajMerkezi.razor.rz.scp.css */
.bulk-message-page[b-o8kabbfroa] {
    display: grid;
    gap: 18px;
    padding: 24px;
    color: #10241d;
    font-size: 15px;
}

.bulk-message-hero[b-o8kabbfroa] {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 8px;
    background: #008060;
    color: #fff;
}

.bulk-message-hero nav[b-o8kabbfroa],
.bulk-message-hero p[b-o8kabbfroa] {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-weight: 500;
}

.bulk-message-hero h1[b-o8kabbfroa] {
    margin: 6px 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
}

.connection-pill[b-o8kabbfroa] {
    display: grid;
    gap: 8px;
    min-width: 230px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
    font-weight: 600;
}

.connection-pill button[b-o8kabbfroa],
.bulk-message-page button[b-o8kabbfroa] {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid #00765f;
    padding: 10px 14px;
    background: #fff;
    color: #006b54;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.bulk-message-page button:hover:not(:disabled)[b-o8kabbfroa] {
    background: #f4fbf8;
    border-color: #005c49;
}

.bulk-message-page button.primary[b-o8kabbfroa] {
    background: #00765f;
    color: #fff;
}

.bulk-message-page button.primary:hover:not(:disabled)[b-o8kabbfroa],
.bulk-message-page button.whatsapp:hover:not(:disabled)[b-o8kabbfroa],
.message-tabs button.active:hover:not(:disabled)[b-o8kabbfroa] {
    background: #005f4d;
    border-color: #005f4d;
}

.bulk-message-page button.whatsapp[b-o8kabbfroa] {
    background: #11895a;
    border-color: #11895a;
    color: #fff;
}

.bulk-message-page button:disabled[b-o8kabbfroa] {
    opacity: .55;
    cursor: not-allowed;
}

.message-alert[b-o8kabbfroa] {
    padding: 12px 14px;
    border-radius: 8px;
    background: #eaf7f1;
    color: #075c45;
    font-weight: 600;
}

.message-alert.danger[b-o8kabbfroa] {
    background: #ffecec;
    color: #9f1d1d;
}

.message-alert.warning[b-o8kabbfroa] {
    background: #fff7df;
    color: #785600;
}

.message-kpis[b-o8kabbfroa] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.message-kpis article[b-o8kabbfroa],
.message-workspace[b-o8kabbfroa],
.message-grid-card[b-o8kabbfroa],
.message-report-panel[b-o8kabbfroa] {
    border: 1px solid #dcebe5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(11, 72, 54, .04);
}

.message-kpis article[b-o8kabbfroa] {
    min-height: 92px;
    padding: 14px;
}

.message-kpis span[b-o8kabbfroa],
.message-grid-toolbar p[b-o8kabbfroa],
.counter[b-o8kabbfroa],
.message-table-wrap small[b-o8kabbfroa] {
    color: #667970;
    font-size: 13px;
    font-weight: 500;
}

.message-kpis strong[b-o8kabbfroa] {
    display: block;
    margin-top: 8px;
    font-size: 19px;
    font-weight: 600;
}

.message-tabs[b-o8kabbfroa],
.message-controls[b-o8kabbfroa],
.message-compose[b-o8kabbfroa],
.message-grid-toolbar[b-o8kabbfroa],
.message-sendbar[b-o8kabbfroa],
.message-pager[b-o8kabbfroa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 14px;
}

.message-tabs[b-o8kabbfroa] {
    border-bottom: 1px solid #e4f0eb;
}

.message-tabs button.active[b-o8kabbfroa] {
    background: #00765f;
    color: #fff;
}

.message-controls label[b-o8kabbfroa],
.message-compose label[b-o8kabbfroa] {
    display: grid;
    gap: 6px;
    min-width: 190px;
    color: #25443a;
    font-weight: 600;
}

.message-controls label.wide[b-o8kabbfroa],
.message-compose label.wide[b-o8kabbfroa] {
    flex: 1 1 460px;
}

.message-controls input[b-o8kabbfroa],
.message-controls select[b-o8kabbfroa],
.message-compose input[b-o8kabbfroa],
.message-compose select[b-o8kabbfroa],
.message-compose textarea[b-o8kabbfroa] {
    width: 100%;
    border: 1px solid #bfd8ce;
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
    font-weight: 400;
    color: #10241d;
    background: #fff;
    outline: none;
}

.message-controls input:focus[b-o8kabbfroa],
.message-controls select:focus[b-o8kabbfroa],
.message-compose input:focus[b-o8kabbfroa],
.message-compose textarea:focus[b-o8kabbfroa],
.message-table-wrap textarea:focus[b-o8kabbfroa] {
    border-color: #008060;
    box-shadow: 0 0 0 3px rgba(0, 128, 96, .1);
}

.template-select-field[b-o8kabbfroa] {
    min-width: 260px;
}

.template-select[b-o8kabbfroa] {
    min-height: 42px;
    padding-right: 38px;
    background-image:
        linear-gradient(45deg, transparent 50%, #2f5147 50%),
        linear-gradient(135deg, #2f5147 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 12px) 18px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    appearance: none;
}

.template-select option[b-o8kabbfroa] {
    color: #10241d;
    background: #fff;
    font-weight: 400;
}

.inline-check[b-o8kabbfroa] {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 8px !important;
    min-width: auto !important;
}

.inline-check input[b-o8kabbfroa] {
    width: auto;
}

.message-grid-toolbar[b-o8kabbfroa] {
    justify-content: space-between;
    border-bottom: 1px solid #e4f0eb;
}

.message-grid-toolbar h2[b-o8kabbfroa] {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

.report-filter[b-o8kabbfroa] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #25443a;
    font-weight: 500;
}

.report-filter select[b-o8kabbfroa] {
    min-width: 220px;
    min-height: 40px;
    border: 1px solid #bfd8ce;
    border-radius: 8px;
    padding: 8px 36px 8px 12px;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, transparent 50%, #2f5147 50%),
        linear-gradient(135deg, #2f5147 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 17px,
        calc(100% - 12px) 17px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    appearance: none;
    color: #10241d;
    font: inherit;
    font-weight: 400;
    outline: none;
}

.report-filter select:focus[b-o8kabbfroa] {
    border-color: #008060;
    box-shadow: 0 0 0 3px rgba(0, 128, 96, .1);
}

.message-table-wrap[b-o8kabbfroa] {
    overflow: auto;
    max-height: 560px;
}

.message-table-wrap table[b-o8kabbfroa] {
    min-width: 1280px;
    width: 100%;
    border-collapse: collapse;
}

.message-table-wrap th[b-o8kabbfroa],
.message-table-wrap td[b-o8kabbfroa] {
    border-bottom: 1px solid #e7f0ec;
    padding: 9px 10px;
    text-align: left;
    vertical-align: top;
}

.message-table-wrap th[b-o8kabbfroa] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f3faf7;
    color: #0b4e3d;
    font-weight: 600;
}

.message-table-wrap td[b-o8kabbfroa] {
    font-weight: 400;
}

.message-table-wrap tr.invalid[b-o8kabbfroa] {
    background: #fff8f7;
}

.message-table-wrap textarea[b-o8kabbfroa] {
    width: 360px;
    min-height: 54px;
    border: 1px solid #cddfd8;
    border-radius: 8px;
    padding: 8px;
    font: inherit;
    font-weight: 400;
}

.message-pager[b-o8kabbfroa],
.message-sendbar[b-o8kabbfroa] {
    justify-content: flex-end;
}

.modal-backdrop[b-o8kabbfroa] {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(0,0,0,.38);
}

.message-modal[b-o8kabbfroa] {
    width: min(520px, 100%);
    max-height: 86vh;
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.message-modal h2[b-o8kabbfroa] {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
}

.wide-modal[b-o8kabbfroa] {
    width: min(820px, 100%);
}

.modal-actions[b-o8kabbfroa] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.preview-row[b-o8kabbfroa] {
    border-top: 1px solid #edf4f1;
    padding: 12px 0;
}

.preview-row p[b-o8kabbfroa] {
    white-space: pre-wrap;
}

.qr-image[b-o8kabbfroa] {
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 16px auto;
}

.message-report-panel[b-o8kabbfroa] {
    padding-bottom: 12px;
}

.message-table-wrap.compact[b-o8kabbfroa] {
    max-height: 360px;
}

.mini-danger[b-o8kabbfroa] {
    min-height: 30px;
    border: 1px solid #fecaca;
    border-radius: 7px;
    background: #fff7f7;
    color: #b91c1c;
    padding: 0 12px;
    font-weight: 500;
    white-space: nowrap;
}

.mini-danger:hover[b-o8kabbfroa] {
    background: #fee2e2;
}

@media (max-width: 1100px) {
    .message-kpis[b-o8kabbfroa] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .bulk-message-page[b-o8kabbfroa] {
        padding: 14px;
    }

    .bulk-message-hero[b-o8kabbfroa],
    .message-grid-toolbar[b-o8kabbfroa] {
        flex-direction: column;
        align-items: stretch;
    }

    .message-kpis[b-o8kabbfroa] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/UyeDetay.razor.rz.scp.css */
.member-detail-page[b-b6x4x5t61h] {
    padding: 22px;
    background: #f4f7f6;
    color: #1f2937;
    min-height: calc(100vh - 72px);
    font-weight: 400;
}

.member-detail-page button[b-b6x4x5t61h],
.member-detail-page input[b-b6x4x5t61h],
.member-detail-page select[b-b6x4x5t61h],
.member-detail-page textarea[b-b6x4x5t61h],
.member-detail-page summary[b-b6x4x5t61h],
.member-detail-page label[b-b6x4x5t61h],
.member-detail-page strong[b-b6x4x5t61h],
.member-detail-page th[b-b6x4x5t61h],
.member-detail-page td[b-b6x4x5t61h],
.member-detail-page h1[b-b6x4x5t61h],
.member-detail-page h2[b-b6x4x5t61h],
.member-detail-page h3[b-b6x4x5t61h],
.member-detail-page span[b-b6x4x5t61h],
.member-detail-page small[b-b6x4x5t61h],
.member-detail-page p[b-b6x4x5t61h],
.member-detail-page a[b-b6x4x5t61h],
.member-detail-page[b-b6x4x5t61h]  button,
.member-detail-page[b-b6x4x5t61h]  input,
.member-detail-page[b-b6x4x5t61h]  select,
.member-detail-page[b-b6x4x5t61h]  textarea,
.member-detail-page[b-b6x4x5t61h]  summary,
.member-detail-page[b-b6x4x5t61h]  label,
.member-detail-page[b-b6x4x5t61h]  strong,
.member-detail-page[b-b6x4x5t61h]  th,
.member-detail-page[b-b6x4x5t61h]  td,
.member-detail-page[b-b6x4x5t61h]  h1,
.member-detail-page[b-b6x4x5t61h]  h2,
.member-detail-page[b-b6x4x5t61h]  h3,
.member-detail-page[b-b6x4x5t61h]  span,
.member-detail-page[b-b6x4x5t61h]  small,
.member-detail-page[b-b6x4x5t61h]  p,
.member-detail-page[b-b6x4x5t61h]  a {
    font-weight: 400;
}

.detail-topbar[b-b6x4x5t61h] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.detail-topbar-left[b-b6x4x5t61h] {
    min-width: min(100%, 760px);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.back-button[b-b6x4x5t61h],
.top-actions > button[b-b6x4x5t61h],
.top-actions > details > summary[b-b6x4x5t61h] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b6d8ca;
    border-radius: 8px;
    background: #fff;
    color: #005c45;
    font-weight: 400;
    padding: 0 14px;
    gap: 8px;
}

.quick-member-combo[b-b6x4x5t61h] {
    min-width: 360px;
    max-width: 560px;
    flex: 1 1 420px;
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr);
    align-items: center;
    gap: 8px;
}

.quick-member-combo span[b-b6x4x5t61h] {
    color: #475569;
    font-size: 13px;
    white-space: nowrap;
}

.quick-member-combo input[b-b6x4x5t61h] {
    min-height: 38px;
    width: 100%;
    border: 1px solid #b6d8ca;
    border-radius: 8px;
    background: #fff;
    color: #102a22;
    padding: 0 12px;
    outline: none;
}

.quick-member-combo input:focus[b-b6x4x5t61h] {
    border-color: #00856a;
    box-shadow: 0 0 0 3px rgba(0, 133, 106, .12);
}

.top-actions[b-b6x4x5t61h] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.top-actions > details[b-b6x4x5t61h] {
    position: relative;
}

.top-actions > details > div[b-b6x4x5t61h] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 30;
    min-width: 240px;
    display: grid;
    gap: 4px;
    padding: 8px;
    border: 1px solid #d9e2e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .16);
}

.top-actions > details button[b-b6x4x5t61h] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 9px 10px;
    border-radius: 6px;
    color: #334155;
    font-weight: 400;
}

.top-actions[b-b6x4x5t61h]  .nav-icon,
[b-b6x4x5t61h] .profile-menu .nav-icon,
[b-b6x4x5t61h] .side-outline-action .nav-icon,
[b-b6x4x5t61h] .quick-grid button .nav-icon,
[b-b6x4x5t61h] .movement-filter-row button .nav-icon,
[b-b6x4x5t61h] .export-action .nav-icon {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    color: #005c45;
    opacity: 1;
}

.top-actions > details button[b-b6x4x5t61h]  .nav-icon,
[b-b6x4x5t61h] .profile-menu button .nav-icon,
[b-b6x4x5t61h] .quick-grid button .nav-icon {
    color: #006b52;
}

.top-actions > details > summary[b-b6x4x5t61h]  .nav-icon,
[b-b6x4x5t61h] .profile-menu summary .nav-icon {
    color: #005c45;
}

[b-b6x4x5t61h] .debt-action .nav-icon,
[b-b6x4x5t61h] .paid-action .nav-icon {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    color: #fff;
    opacity: 1;
}

[b-b6x4x5t61h] .quick-grid button:last-child .nav-icon {
    color: #991b1b;
}

.detail-layout[b-b6x4x5t61h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 18px;
    align-items: start;
    width: 100%;
}

.detail-main-column[b-b6x4x5t61h] {
    display: grid;
    gap: 16px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

@media (max-width: 900px) {
    .detail-topbar[b-b6x4x5t61h] {
        align-items: stretch;
        flex-direction: column;
    }

    .detail-topbar-left[b-b6x4x5t61h],
    .top-actions[b-b6x4x5t61h] {
        justify-content: flex-start;
    }

    .detail-topbar-left[b-b6x4x5t61h] {
        flex-wrap: wrap;
    }

    .quick-member-combo[b-b6x4x5t61h] {
        width: 100%;
        min-width: 0;
        grid-template-columns: 1fr;
    }
}

.detail-card[b-b6x4x5t61h],
[b-b6x4x5t61h] .detail-card {
    background: #fff;
    border: 1px solid #d9e2e0;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
    padding: 16px;
}

[b-b6x4x5t61h] .detail-profile-card {
    position: relative;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr) 44px;
    gap: 18px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    background: #fff;
    border: 1px solid #d9e2e0;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
    padding: 18px;
}

[b-b6x4x5t61h] .profile-avatar {
    width: 116px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #dff3ec, #eef8f4);
    color: #005c45;
    font-size: 34px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

[b-b6x4x5t61h] .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-b6x4x5t61h] .profile-avatar small {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(0, 92, 69, .86);
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    opacity: 0;
    transition: opacity .14s ease;
}

[b-b6x4x5t61h] .profile-avatar:hover small {
    opacity: 1;
}

[b-b6x4x5t61h] .profile-photo-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

[b-b6x4x5t61h] .profile-main h1 {
    margin: 8px 0 6px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
}

[b-b6x4x5t61h] .profile-main p,
[b-b6x4x5t61h] .profile-main small {
    color: #64748b;
    font-weight: 400;
}

[b-b6x4x5t61h] .profile-main p {
    margin: 0 0 6px;
}

[b-b6x4x5t61h] .member-status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
}

[b-b6x4x5t61h] .member-status.active {
    background: #dff3ec;
    color: #006b52;
}

[b-b6x4x5t61h] .member-status.passive {
    background: #fff1e6;
    color: #b85c00;
}

[b-b6x4x5t61h] .profile-menu {
    position: relative;
    z-index: 70;
}

[b-b6x4x5t61h] .profile-menu summary {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #1f2937;
    list-style: none;
}

[b-b6x4x5t61h] .profile-menu summary::-webkit-details-marker {
    display: none;
}

[b-b6x4x5t61h] .profile-menu div {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 90;
    min-width: 220px;
    display: grid;
    padding: 8px;
    background: #fff;
    border: 1px solid #d9e2e0;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .16);
}

[b-b6x4x5t61h] .profile-menu button {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 9px 10px;
    border-radius: 6px;
    font-weight: 400;
}

[b-b6x4x5t61h] .detail-summary-grid {
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    min-width: 0;
}

[b-b6x4x5t61h] .summary-card {
    min-height: 82px;
    display: grid;
    align-content: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

[b-b6x4x5t61h] button.summary-card {
    width: 100%;
    appearance: none;
    text-align: left;
    cursor: pointer;
}

[b-b6x4x5t61h] .interest-preview-card {
    position: relative;
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

[b-b6x4x5t61h] .interest-preview-card:hover,
[b-b6x4x5t61h] .interest-preview-card:focus-visible {
    border-color: #d59637;
    box-shadow: 0 10px 24px rgba(154, 91, 0, .12);
    transform: translateY(-1px);
    outline: none;
}

[b-b6x4x5t61h] .interest-preview-card small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 10px;
    background: #fff7ed;
    color: #9a5b00;
    font-size: 12px;
}

[b-b6x4x5t61h] .summary-card span {
    color: #64748b;
    font-size: 12px;
    font-weight: 400;
}

[b-b6x4x5t61h] .summary-card strong {
    font-size: 17px;
}

[b-b6x4x5t61h] .summary-card.debt strong,
[b-b6x4x5t61h] .debt-text {
    color: #d32f2f;
}

[b-b6x4x5t61h] .summary-card.paid strong,
[b-b6x4x5t61h] .paid-text,
[b-b6x4x5t61h] .positive {
    color: #0f8f57;
}

[b-b6x4x5t61h] .summary-card.interest strong {
    color: #9a5b00;
}

[b-b6x4x5t61h] .zero-money {
    color: #cbd5e1;
}

[b-b6x4x5t61h] .negative {
    color: #d32f2f;
}

[b-b6x4x5t61h] .detail-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}

[b-b6x4x5t61h] .detail-tabs button {
    min-height: 40px;
    border: 1px solid #d9e2e0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-weight: 400;
    padding: 0 14px;
}

[b-b6x4x5t61h] .detail-tabs button.active {
    background: #2e9f73;
    border-color: #2e9f73;
    color: #fff;
}

[b-b6x4x5t61h] .movement-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 14px;
}

[b-b6x4x5t61h] .movement-card h2 {
    margin: 0 0 12px;
    color: #005c45;
    font-size: 15px;
}

[b-b6x4x5t61h] .movement-form-row {
    display: grid;
    grid-template-columns: minmax(128px, 150px) minmax(150px, 1fr) minmax(130px, 150px) minmax(210px, 1.35fr) auto;
    gap: 12px;
    align-items: end;
    min-width: 0;
}

[b-b6x4x5t61h] .movement-form-row label,
[b-b6x4x5t61h] .member-form-grid.modern label {
    display: grid;
    gap: 6px;
    color: #475569;
    font-size: 13px;
    font-weight: 400;
}

[b-b6x4x5t61h] .movement-form-row input,
[b-b6x4x5t61h] .movement-form-row select,
[b-b6x4x5t61h] .member-form-grid.modern input,
[b-b6x4x5t61h] .member-form-grid.modern select,
[b-b6x4x5t61h] .member-form-grid.modern textarea {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
    padding: 0 10px;
    color: #1f2937;
}

[b-b6x4x5t61h] .money-input {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

[b-b6x4x5t61h] .member-form-grid.modern textarea {
    min-height: 82px;
    padding-top: 9px;
}

[b-b6x4x5t61h] .member-form-grid.modern label.check-field {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    align-self: end;
    border: 1px solid #d8e6e1;
    border-radius: 8px;
    background: #f8fbfa;
    padding: 10px 12px;
    color: #1f3b34;
    line-height: 1.35;
}

[b-b6x4x5t61h] .member-form-grid.modern label.check-field input[type="checkbox"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
    flex: 0 0 20px;
    accent-color: #006b52;
    cursor: pointer;
}

[b-b6x4x5t61h] .member-form-grid.modern label.check-field:hover {
    border-color: #9ed5bf;
    background: #eef8f4;
}

[b-b6x4x5t61h] .movement-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

[b-b6x4x5t61h] .debt-action,
[b-b6x4x5t61h] .paid-action {
    min-height: 38px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 400;
    padding: 0 14px;
    white-space: nowrap;
    min-width: 132px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

[b-b6x4x5t61h] .debt-action {
    background: #d32f2f;
}

[b-b6x4x5t61h] .paid-action {
    background: #2e9f73;
}

[b-b6x4x5t61h] .movement-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

[b-b6x4x5t61h] .movement-filter-row input,
[b-b6x4x5t61h] .movement-filter-row select {
    flex: 1 1 170px;
    min-height: 36px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    padding: 0 10px;
}

[b-b6x4x5t61h] .movement-filter-row button,
[b-b6x4x5t61h] .export-action {
    flex: 0 0 auto;
    min-height: 36px;
    border: 1px solid #b6d8ca;
    border-radius: 7px;
    background: #fff;
    color: #005c45;
    font-weight: 400;
    padding: 0 12px;
}

[b-b6x4x5t61h] .inline-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-weight: 400;
    white-space: nowrap;
    flex: 0 1 auto;
    min-height: 36px;
}

[b-b6x4x5t61h] .movement-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

[b-b6x4x5t61h] .movement-table th,
[b-b6x4x5t61h] .movement-table td {
    vertical-align: middle;
}

[b-b6x4x5t61h] .movement-table tbody tr:hover {
    background: #f8fafc;
}

[b-b6x4x5t61h] .movement-table tbody tr.selected-row {
    background: #e0f2fe;
    outline: 1px solid #38bdf8;
    outline-offset: -1px;
}

[b-b6x4x5t61h] .truncate-cell {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-b6x4x5t61h] .movement-pager {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding-top: 14px;
    color: #475569;
    font-weight: 400;
}

[b-b6x4x5t61h] .movement-pager label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

[b-b6x4x5t61h] .detail-side-panel {
    position: sticky;
    top: 88px;
    display: grid;
    gap: 12px;
    min-width: 0;
    z-index: 1;
}

[b-b6x4x5t61h] .side-card {
    background: #fff;
    border: 1px solid #d9e2e0;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
    padding: 16px;
}

[b-b6x4x5t61h] .side-card h2 {
    margin: 0 0 12px;
    font-size: 16px;
}

[b-b6x4x5t61h] .info-list,
[b-b6x4x5t61h] .share-mini-list {
    display: grid;
    gap: 10px;
}

[b-b6x4x5t61h] .info-list div,
[b-b6x4x5t61h] .share-mini-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #475569;
}

[b-b6x4x5t61h] .info-list strong,
[b-b6x4x5t61h] .share-mini-list strong {
    color: #1f2937;
    text-align: right;
}

[b-b6x4x5t61h] .side-outline-action {
    width: 100%;
    min-height: 36px;
    margin-top: 12px;
    border: 1px solid #4aa369;
    border-radius: 8px;
    background: #fff;
    color: #005c45;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

[b-b6x4x5t61h] .quick-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

[b-b6x4x5t61h] .quick-grid button {
    min-height: 54px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    font-weight: 400;
}

[b-b6x4x5t61h] .quick-grid button:disabled {
    cursor: not-allowed;
    opacity: .45;
    background: #f8fafc;
}

[b-b6x4x5t61h] .note-text,
[b-b6x4x5t61h] .muted,
[b-b6x4x5t61h] .placeholder-tab p {
    color: #64748b;
}

[b-b6x4x5t61h] .member-form-grid.modern {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
}

.member-form-actions[b-b6x4x5t61h] {
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
}

.member-form-actions button[b-b6x4x5t61h] {
    min-height: 38px;
    border: 0;
    border-radius: 8px;
    background: #4aa369;
    color: #fff;
    font-weight: 400;
    padding: 0 18px;
}

[b-b6x4x5t61h] .modal-backdrop {
    padding: 32px;
}

[b-b6x4x5t61h] .share-modal {
    width: min(780px, calc(100vw - 64px));
    max-height: calc(100vh - 64px);
    overflow: auto;
}

[b-b6x4x5t61h] .share-modal header {
    padding: 20px 24px;
}

[b-b6x4x5t61h] .share-editor-grid {
    padding: 20px 24px 24px;
}

.share-type-manager[b-b6x4x5t61h] {
    margin: 0 24px 24px;
    padding: 16px;
    border: 1px solid #d7e5df;
    border-radius: 12px;
    background: #f8fafc;
}

.share-type-manager h3[b-b6x4x5t61h],
.devir-history h3[b-b6x4x5t61h] {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 16px;
}

.share-type-add[b-b6x4x5t61h] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px;
    margin-bottom: 12px;
}

.share-type-add input[b-b6x4x5t61h] {
    min-height: 42px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    padding: 0 12px;
}

.share-type-list[b-b6x4x5t61h] {
    display: grid;
    gap: 8px;
}

.share-type-row[b-b6x4x5t61h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    background: #ffffff;
}

.share-type-row button[b-b6x4x5t61h] {
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 7px 12px;
    color: #b91c1c;
    background: #fff7f7;
}

.devir-history[b-b6x4x5t61h] {
    margin-top: 18px;
    border-top: 1px solid #e2e8f0;
    padding: 18px 24px 24px;
}

[b-b6x4x5t61h] .action-modal > p,
[b-b6x4x5t61h] .modal-note {
    margin: 0;
    padding: 0 24px 20px;
    color: #475569;
}

[b-b6x4x5t61h] .preview-grid {
    padding: 22px 24px 12px;
    margin-bottom: 0;
}

[b-b6x4x5t61h] .preview-grid + .primary-action {
    margin: 0 24px 24px;
}

[b-b6x4x5t61h] .interest-report-panel {
    margin: 4px 24px 20px;
    border: 1px solid #d7e5df;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

[b-b6x4x5t61h] .interest-report-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

[b-b6x4x5t61h] .interest-report-panel h3 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #1f2937;
}

[b-b6x4x5t61h] .interest-report-panel p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

[b-b6x4x5t61h] .secondary-action {
    min-height: 36px;
    border: 1px solid #b6d8ca;
    border-radius: 8px;
    background: #fff;
    color: #005c45;
    padding: 0 12px;
    white-space: nowrap;
}

[b-b6x4x5t61h] .interest-report-notes {
    margin: 0;
    padding: 12px 18px 12px 32px;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
    font-size: 13px;
}

[b-b6x4x5t61h] .interest-report-table-wrap {
    width: 100%;
    max-height: 360px;
    overflow: auto;
}

[b-b6x4x5t61h] .interest-report-table {
    min-width: 1320px;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

[b-b6x4x5t61h] .interest-report-table th,
[b-b6x4x5t61h] .interest-report-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 9px;
    text-align: left;
    vertical-align: top;
}

[b-b6x4x5t61h] .interest-report-table th {
    position: sticky;
    top: 0;
    background: #eef7f3;
    color: #334155;
    z-index: 1;
}

[b-b6x4x5t61h] .interest-report-table .summary-row td {
    background: #fff7ed;
    color: #7c4a03;
}

.ihtar-history[b-b6x4x5t61h] {
    margin-top: 18px;
    border-top: 1px solid #e2e8f0;
    padding: 18px 24px 24px;
}

[b-b6x4x5t61h] .communication-card header,
[b-b6x4x5t61h] .documents-card header,
[b-b6x4x5t61h] .message-history-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid #e2e8f0;
}

[b-b6x4x5t61h] .communication-card h2,
[b-b6x4x5t61h] .documents-card h2,
[b-b6x4x5t61h] .message-history-panel h3 {
    margin: 0 0 4px;
    color: #1f2937;
    font-size: 17px;
    font-weight: 500;
}

[b-b6x4x5t61h] .communication-card p,
[b-b6x4x5t61h] .documents-card p {
    margin: 0;
    color: #64748b;
}

[b-b6x4x5t61h] .document-upload-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 22px;
    border-bottom: 1px solid #e2e8f0;
}

[b-b6x4x5t61h] .document-upload-tile {
    display: grid;
    gap: 6px;
    min-height: 116px;
    padding: 14px;
    border: 1px dashed #b6d8ca;
    border-radius: 8px;
    background: #fbfefd;
    color: #17382e;
    cursor: pointer;
}

[b-b6x4x5t61h] .document-upload-tile:hover {
    border-color: #00785d;
    background: #f3faf7;
}

[b-b6x4x5t61h] .document-upload-tile span {
    font-size: 15px;
    font-weight: 500;
}

[b-b6x4x5t61h] .document-upload-tile small {
    color: #64748b;
    line-height: 1.35;
}

[b-b6x4x5t61h] .document-upload-tile input {
    width: 100%;
    font-size: 12px;
}

[b-b6x4x5t61h] .document-list {
    display: grid;
    gap: 10px;
    padding: 16px 22px 22px;
}

[b-b6x4x5t61h] .document-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

[b-b6x4x5t61h] .document-row > div:first-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

[b-b6x4x5t61h] .document-row strong {
    color: #10241d;
    font-weight: 500;
}

[b-b6x4x5t61h] .document-row span {
    color: #334155;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-b6x4x5t61h] .document-row small {
    color: #64748b;
}

[b-b6x4x5t61h] .document-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

[b-b6x4x5t61h] .danger-soft {
    min-height: 36px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff7f7;
    color: #b91c1c;
    padding: 0 12px;
}

[b-b6x4x5t61h] .danger-soft:hover {
    background: #fee2e2;
}

[b-b6x4x5t61h] .message-history-panel {
    margin: 0 24px 24px;
    border: 1px solid #d7e5df;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

[b-b6x4x5t61h] .communication-history-table {
    min-width: 720px;
}

[b-b6x4x5t61h] .communication-history-table td:last-child {
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ihtar-history h3[b-b6x4x5t61h] {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 16px;
}

.history-table-wrap[b-b6x4x5t61h] {
    width: 100%;
    overflow-x: auto;
}

.history-table[b-b6x4x5t61h] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.history-table th[b-b6x4x5t61h],
.history-table td[b-b6x4x5t61h] {
    border-bottom: 1px solid #e2e8f0;
    padding: 9px 8px;
    text-align: left;
    vertical-align: top;
}

.history-table th[b-b6x4x5t61h] {
    background: #f8fafc;
    color: #334155;
}

.history-download[b-b6x4x5t61h] {
    color: #005c45;
    text-decoration: none;
    white-space: nowrap;
}

.history-download:hover[b-b6x4x5t61h] {
    text-decoration: underline;
}

.member-detail-page[b-b6x4x5t61h],
.member-detail-page *[b-b6x4x5t61h],
.member-detail-page[b-b6x4x5t61h]  *,
.member-detail-page[b-b6x4x5t61h]  .members-table th,
.member-detail-page[b-b6x4x5t61h]  .members-table td,
.member-detail-page[b-b6x4x5t61h]  .strong {
    font-weight: 400 !important;
    font-synthesis: none;
    text-shadow: none;
}

.member-detail-page[b-b6x4x5t61h]  .movement-table td.zero-money,
.member-detail-page[b-b6x4x5t61h]  .zero-money {
    color: #cbd5e1 !important;
}

@media (max-width: 1280px) {
    .detail-layout[b-b6x4x5t61h] {
        grid-template-columns: 1fr;
    }

    [b-b6x4x5t61h] .detail-side-panel {
        position: static;
    }
}

@media (max-width: 900px) {
    .detail-topbar[b-b6x4x5t61h],
    [b-b6x4x5t61h] .detail-profile-card {
        grid-template-columns: 1fr;
        display: grid;
    }

    .top-actions[b-b6x4x5t61h] {
        justify-content: flex-start;
    }

    [b-b6x4x5t61h] .detail-summary-grid {
        grid-column: auto;
        grid-template-columns: 1fr 1fr;
    }

    [b-b6x4x5t61h] .movement-form-row,
    [b-b6x4x5t61h] .movement-filter-row,
    [b-b6x4x5t61h] .movement-pager,
    [b-b6x4x5t61h] .document-upload-grid,
    [b-b6x4x5t61h] .member-form-grid.modern {
        grid-template-columns: 1fr;
    }

    [b-b6x4x5t61h] .document-row {
        align-items: stretch;
        flex-direction: column;
    }

    [b-b6x4x5t61h] .document-actions {
        justify-content: flex-start;
    }
}
.quick-member-input-wrap[b-b6x4x5t61h] {
    position: relative;
    display: block;
}

.quick-member-input-wrap input[b-b6x4x5t61h] { padding-right: 44px; }

.member-switch-spinner[b-b6x4x5t61h],
.member-loading-spinner[b-b6x4x5t61h] {
    display: inline-block;
    border: 3px solid rgba(0, 126, 91, .18);
    border-top-color: #008b66;
    border-radius: 50%;
    animation: member-detail-spin-b-b6x4x5t61h .75s linear infinite;
}

.member-switch-spinner[b-b6x4x5t61h] {
    position: absolute;
    top: calc(50% - 10px);
    right: 14px;
    width: 20px;
    height: 20px;
}

.quick-member-combo.switching input[b-b6x4x5t61h] {
    background: #f2faf7;
    color: #477068;
    cursor: wait;
}

.member-detail-loading[b-b6x4x5t61h] {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid #d9e8e2;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 67, 50, .06);
}

.member-loading-heading[b-b6x4x5t61h] { display: flex; align-items: center; gap: 13px; }
.member-loading-heading > div[b-b6x4x5t61h] { display: grid; gap: 3px; }
.member-loading-heading span[b-b6x4x5t61h] { color: #60756e; font-size: 13px; }
.member-loading-spinner[b-b6x4x5t61h] { width: 30px; height: 30px; flex: 0 0 auto; }
.member-loading-profile[b-b6x4x5t61h] { display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: center; }
.member-loading-profile > div[b-b6x4x5t61h] { display: grid; gap: 11px; }
.member-loading-cards[b-b6x4x5t61h] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.member-skeleton[b-b6x4x5t61h] {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #eaf2ef;
}

.member-skeleton[b-b6x4x5t61h]::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
    animation: member-detail-shimmer-b-b6x4x5t61h 1.35s infinite;
}

.member-skeleton.avatar[b-b6x4x5t61h] { width: 92px; height: 92px; }
.member-skeleton.line[b-b6x4x5t61h] { height: 14px; }
.member-skeleton.line.wide[b-b6x4x5t61h] { width: min(440px, 80%); height: 24px; }
.member-skeleton.line.medium[b-b6x4x5t61h] { width: min(560px, 95%); }
.member-skeleton.line.short[b-b6x4x5t61h] { width: min(260px, 55%); }
.member-skeleton.card[b-b6x4x5t61h] { min-height: 92px; }

@keyframes member-detail-spin-b-b6x4x5t61h { to { transform: rotate(360deg); } }
@keyframes member-detail-shimmer-b-b6x4x5t61h { to { transform: translateX(100%); } }

@media (max-width: 720px) {
    .member-loading-cards[b-b6x4x5t61h] { grid-template-columns: 1fr; }
    .member-loading-profile[b-b6x4x5t61h] { grid-template-columns: 70px 1fr; }
    .member-skeleton.avatar[b-b6x4x5t61h] { width: 70px; height: 70px; }
}
/* /Components/Pages/YonetimPaneli.razor.rz.scp.css */
.admin-statistics-dashboard[b-idgahveu3g]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.admin-stat-card[b-idgahveu3g]{display:grid;gap:5px;padding:18px;border:1px solid #dce9e4;border-radius:15px;background:#fff;box-shadow:0 12px 30px rgba(0,67,50,.06)}.admin-stat-card span[b-idgahveu3g]{color:#587068;font-weight:750}.admin-stat-card strong[b-idgahveu3g]{color:#062b20;font-size:30px;line-height:1}.admin-stat-card small[b-idgahveu3g]{color:#71847e}.admin-stat-card.online[b-idgahveu3g]{background:#effaf6;border-color:#bce4d5}.admin-live-grid[b-idgahveu3g]{margin-bottom:18px}.admin-live-row[b-idgahveu3g]{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf3f1}.admin-live-row>span:last-child[b-idgahveu3g],.admin-live-row small[b-idgahveu3g]{margin-left:auto;color:#6b7d77}.online-dot[b-idgahveu3g]{width:9px;height:9px;border-radius:50%;background:#10a673;box-shadow:0 0 0 4px rgba(16,166,115,.12)}@media(max-width:900px){.admin-statistics-dashboard[b-idgahveu3g]{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.admin-statistics-dashboard[b-idgahveu3g]{grid-template-columns:1fr}}
.management-actions a.management-action-featured[b-idgahveu3g] {
    border-color: #15966a;
    background: #e7f6f0;
    color: #006b50;
    font-weight: 800;
}
