/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-sbug4giwma] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sbug4giwma] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ModuleLayout.razor.rz.scp.css */
.module-shell[b-nflowbt8aa] { min-height:100vh;background:#f4f7fb;color:#0d2340; }
.module-header[b-nflowbt8aa] { background:var(--module-color);color:white;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 3px 12px #0d234015; }
.module-brand[b-nflowbt8aa] { display:flex;align-items:center;gap:16px;color:inherit;text-decoration:none; }
.brand-icon[b-nflowbt8aa] { width:56px;height:56px;object-fit:contain; }
.module-brand strong[b-nflowbt8aa] { display:block;font-size:24px;line-height:1;letter-spacing:-.04em; }
.module-brand strong span[b-nflowbt8aa],.module-brand strong b[b-nflowbt8aa] { color:white; }
.module-brand strong b[b-nflowbt8aa] { color:#00d2ff; }
.module-brand small[b-nflowbt8aa] { display:block;margin-top:3px; }
.module-header button[b-nflowbt8aa] { background:transparent;color:white;border:1px solid #ffffff80;border-radius:12px;padding:12px 24px;font:inherit;font-weight:700;cursor:pointer; }
main[b-nflowbt8aa] { max-width:1440px;margin:auto;padding:36px 28px; }
@media(max-width:600px) { .module-header[b-nflowbt8aa] {padding:16px;}main[b-nflowbt8aa]{padding:24px 16px;}.module-brand strong[b-nflowbt8aa]{font-size:20px;} }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dy4ldjcjk2],
.components-reconnect-repeated-attempt-visible[b-dy4ldjcjk2],
.components-reconnect-failed-visible[b-dy4ldjcjk2],
.components-pause-visible[b-dy4ldjcjk2],
.components-resume-failed-visible[b-dy4ldjcjk2],
.components-rejoining-animation[b-dy4ldjcjk2] {
    display: none;
}

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


#components-reconnect-modal[b-dy4ldjcjk2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dy4ldjcjk2 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-dy4ldjcjk2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-vbzjsyry9u] { gap: 24px; }
.dashboard-header[b-vbzjsyry9u] { align-items: center; }
.dashboard-eyebrow[b-vbzjsyry9u] { display: block; margin-bottom: 6px; color: var(--fincore-blue); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.dashboard-refresh[b-vbzjsyry9u] { min-width: 158px; }
.dashboard-summary-grid[b-vbzjsyry9u] { gap: 16px; }
.dashboard-summary-card[b-vbzjsyry9u] { color: inherit; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.dashboard-summary-card:hover[b-vbzjsyry9u] { transform: translateY(-2px); border-color: #bfdbfe; box-shadow: 0 12px 26px rgba(15, 23, 42, .1); }
.dashboard-summary-card > .summary-icon[b-vbzjsyry9u] {
    display: grid;
    place-items: center;
    padding: 0;
    line-height: 1;
    text-align: center;
}
.dashboard-card-copy[b-vbzjsyry9u] { min-width: 0; }
.dashboard-card-copy small[b-vbzjsyry9u] { color: var(--fincore-muted); }
.dashboard-main-grid[b-vbzjsyry9u] { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(320px, .8fr); gap: 20px; }
.dashboard-chart-card[b-vbzjsyry9u], .dashboard-action-card[b-vbzjsyry9u], .dashboard-status-card[b-vbzjsyry9u] { min-width: 0; }
.dashboard-panel-header[b-vbzjsyry9u] { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.dashboard-panel-header p[b-vbzjsyry9u], .dashboard-status-card header p[b-vbzjsyry9u] { margin-top: 5px; font-size: 13px; }
.dashboard-panel-link[b-vbzjsyry9u] { flex: 0 0 auto; color: var(--fincore-blue); font-size: 13px; font-weight: 850; }
.dashboard-panel-link:hover[b-vbzjsyry9u] { text-decoration: underline; }
.fuel-kpis[b-vbzjsyry9u] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 24px; }
.fuel-kpis > div[b-vbzjsyry9u] { padding: 13px 15px; border: 1px solid #dbeafe; border-radius: 12px; background: #f8fbff; }
.fuel-kpis strong[b-vbzjsyry9u], .fuel-kpis span[b-vbzjsyry9u] { display: block; }
.fuel-kpis strong[b-vbzjsyry9u] { color: var(--fincore-navy); font-size: 20px; }
.fuel-kpis span[b-vbzjsyry9u] { margin-top: 3px; color: var(--fincore-muted); font-size: 12px; }
.fuel-chart[b-vbzjsyry9u] { display: flex; flex-direction: column; gap: 15px; }
.fuel-chart-row[b-vbzjsyry9u] { display: grid; grid-template-columns: minmax(120px, 170px) minmax(140px, 1fr) 112px; gap: 13px; align-items: center; }
.fuel-chart-label[b-vbzjsyry9u] { overflow: hidden; color: #334155; font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.fuel-chart-track[b-vbzjsyry9u] { height: 14px; overflow: hidden; border-radius: 999px; background: #eaf0f8; }
.fuel-chart-bar[b-vbzjsyry9u] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2563eb, #0ea5e9); }
.fuel-chart-value strong[b-vbzjsyry9u], .fuel-chart-value span[b-vbzjsyry9u] { display: block; text-align: right; }
.fuel-chart-value strong[b-vbzjsyry9u] { color: var(--fincore-navy); font-size: 13px; }
.fuel-chart-value span[b-vbzjsyry9u] { margin-top: 2px; color: var(--fincore-muted); font-size: 10px; }
.dashboard-empty[b-vbzjsyry9u] { min-height: 150px; display: grid; place-items: center; color: var(--fincore-muted); text-align: center; }
.dashboard-total-badge[b-vbzjsyry9u] { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--fincore-blue); background: #dbeafe; font-size: 18px; font-weight: 900; }
.dashboard-action-list[b-vbzjsyry9u] { display: flex; flex-direction: column; }
.dashboard-action-list a[b-vbzjsyry9u] { display: grid; grid-template-columns: 11px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 15px 0; border-top: 1px solid #edf2f7; }
.dashboard-action-list a:first-child[b-vbzjsyry9u] { border-top: 0; }
.dashboard-action-list a:hover strong[b-vbzjsyry9u] { color: var(--fincore-blue); }
.dashboard-action-list strong[b-vbzjsyry9u], .dashboard-action-list small[b-vbzjsyry9u] { display: block; }
.dashboard-action-list strong[b-vbzjsyry9u] { font-size: 14px; }
.dashboard-action-list small[b-vbzjsyry9u] { margin-top: 3px; color: var(--fincore-muted); font-size: 11px; line-height: 1.35; }
.dashboard-action-list b[b-vbzjsyry9u] { min-width: 34px; padding: 6px 9px; border-radius: 999px; color: var(--fincore-navy); background: #f1f5f9; text-align: center; }
.action-dot[b-vbzjsyry9u] { width: 10px; height: 10px; border-radius: 50%; }
.action-dot.blue[b-vbzjsyry9u] { background: #2563eb; }
.action-dot.amber[b-vbzjsyry9u] { background: #f59e0b; }
.action-dot.purple[b-vbzjsyry9u] { background: #8b5cf6; }
.action-dot.green[b-vbzjsyry9u] { background: #10b981; }
.dashboard-bottom-grid[b-vbzjsyry9u] { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.dashboard-status-items[b-vbzjsyry9u] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.dashboard-status-items a[b-vbzjsyry9u] { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--fincore-border); border-radius: 12px; background: var(--fincore-surface-soft); }
.dashboard-status-items strong[b-vbzjsyry9u], .dashboard-status-items small[b-vbzjsyry9u] { display: block; }
.dashboard-status-items small[b-vbzjsyry9u] { margin-top: 3px; color: var(--fincore-muted); font-size: 11px; }
.status-icon[b-vbzjsyry9u] { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 11px; font-weight: 900; }
.status-red[b-vbzjsyry9u] { color: #dc2626; background: #fee2e2; }
.status-amber[b-vbzjsyry9u] { color: #b45309; background: #fef3c7; }
@media (max-width: 1180px) {
    .dashboard-summary-grid[b-vbzjsyry9u] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dashboard-main-grid[b-vbzjsyry9u], .dashboard-bottom-grid[b-vbzjsyry9u] { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .dashboard-header[b-vbzjsyry9u] { align-items: stretch; flex-direction: column; }
    .dashboard-refresh[b-vbzjsyry9u] { width: 100%; }
    .dashboard-summary-grid[b-vbzjsyry9u], .fuel-kpis[b-vbzjsyry9u], .dashboard-status-items[b-vbzjsyry9u] { grid-template-columns: 1fr; }
    .fuel-chart-row[b-vbzjsyry9u] { grid-template-columns: 1fr auto; }
    .fuel-chart-track[b-vbzjsyry9u] { grid-column: 1 / -1; grid-row: 2; }
}
/* /Components/Pages/ModuloPreparacao.razor.rz.scp.css */
.preparation[b-hle4sjki3q] {display:grid;grid-template-columns:260px 1fr;gap:24px;min-height:65vh;}
aside[b-hle4sjki3q] {background:white;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:20px;border-top:5px solid var(--area-color);}
aside strong[b-hle4sjki3q] {font-size:22px;}.area-bar[b-hle4sjki3q] {background:var(--area-color);color:white;padding:16px;border-radius:12px;font-weight:700;}.area-status[b-hle4sjki3q]{color:#647797;font-size:14px;line-height:1.6;}aside a[b-hle4sjki3q]{margin-top:auto;color:var(--area-color);font-weight:700;text-decoration:none;}
.area-content[b-hle4sjki3q] {background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 24px #0d23400c;}
.area-content header[b-hle4sjki3q] {background:var(--area-color);color:white;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}h1[b-hle4sjki3q]{margin:0;font-weight:800;font-size:30px;}header span[b-hle4sjki3q]{background:#ffffff25;border-radius:20px;padding:6px 14px;font-weight:700;}
.preparation-message[b-hle4sjki3q] {padding:60px 28px;text-align:center;}.preparation-icon[b-hle4sjki3q] {margin:0 auto 24px;display:grid;place-items:center;border-radius:24px;width:100px;height:100px;background:var(--area-color);color:white;font-size:42px;}h2[b-hle4sjki3q]{font-weight:800;}.preparation-message p[b-hle4sjki3q]{color:#647797;line-height:1.6;}.preparation-message a[b-hle4sjki3q]{display:inline-block;margin-top:20px;background:var(--area-color);color:white;padding:14px 22px;border-radius:12px;text-decoration:none;font-weight:700;}
@media(max-width:760px){.preparation[b-hle4sjki3q]{grid-template-columns:1fr;}aside[b-hle4sjki3q]{gap:12px;}.preparation-message[b-hle4sjki3q]{padding:40px 20px;}}
/* /Components/Pages/Modulos.razor.rz.scp.css */
h1[b-19w7eqyvd7] {font-size:clamp(30px,4vw,44px);font-weight:800;margin:0 0 8px;}
.module-selection > p[b-19w7eqyvd7] {color:#647797;font-size:18px;margin:0 0 32px;}
.module-grid[b-19w7eqyvd7] {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.module-card[b-19w7eqyvd7] {background:var(--card-color);color:#fff;border-radius:24px;padding:32px;text-decoration:none;box-shadow:0 12px 24px #0d234015;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s;}
.module-card:hover[b-19w7eqyvd7] {transform:translateY(-3px);box-shadow:0 16px 30px #0d234025;}
.module-card:focus-visible[b-19w7eqyvd7] {outline:3px solid #0d2340;outline-offset:4px;}
.card-main[b-19w7eqyvd7] {display:flex;align-items:center;gap:26px;flex:1;min-height:160px;}
.card-icon[b-19w7eqyvd7] {flex-shrink:0;width:100px;height:100px;border:2px solid #ffffff90;background:#ffffff18;border-radius:24px;display:grid;place-items:center;font-size:40px;line-height:1;}
.module-card h2[b-19w7eqyvd7] {color:#fff;font-size:28px;font-weight:800;margin:0 0 12px;text-shadow:0 1px 2px #0003;}
.card-status[b-19w7eqyvd7] {display:inline-block;background:#ffffffed;color:#0d2340;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:800;}
.module-card .card-main p[b-19w7eqyvd7] {color:#fff;margin:14px 0 0;line-height:1.6;font-weight:500;opacity:.96;}
.module-card .card-action[b-19w7eqyvd7] {color:#fff;border-top:1px solid #ffffffa8;margin-top:28px;padding-top:22px;display:flex;justify-content:flex-end;gap:20px;font-weight:800;}
@media(max-width:760px){.module-grid[b-19w7eqyvd7]{grid-template-columns:1fr;}.module-card[b-19w7eqyvd7]{padding:24px;}.card-icon[b-19w7eqyvd7]{width:72px;height:72px;font-size:30px;}h2[b-19w7eqyvd7]{font-size:24px;}.card-main[b-19w7eqyvd7]{gap:18px;min-height:130px;}}
/* /Features/Auditoria/Views/Auditoria.razor.rz.scp.css */
.audit-page[b-op7irxwl09] { gap: 1.3rem; }
.audit-summary[b-op7irxwl09] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.summary-card[b-op7irxwl09] { min-width: 0; min-height: 104px; display: flex; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid #d8e2ef; border-radius: 20px; background: #fff; box-shadow: 0 8px 20px rgba(15,35,66,.07); }
.summary-card > div[b-op7irxwl09] { flex: 1; text-align: center; }
.summary-icon[b-op7irxwl09] { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 14px; font-size: 1.35rem; font-weight: 900; }
.summary-icon svg[b-op7irxwl09] { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.summary-card small[b-op7irxwl09], .summary-card strong[b-op7irxwl09], .summary-card div > span[b-op7irxwl09] { display: block; }
.summary-card small[b-op7irxwl09] { color: #536987; font-size: .9rem; font-weight: 800; }
.summary-card strong[b-op7irxwl09] { margin: .15rem 0; color: #0b2342; font-size: 1.55rem; font-weight: 900; }
.summary-card div > span[b-op7irxwl09] { color: #70819a; font-size: .68rem; }
.summary-blue .summary-icon[b-op7irxwl09] { color: #1557d6; background: #e4efff; }
.summary-red .summary-icon[b-op7irxwl09] { color: #d32727; background: #ffe5e5; }
.summary-green .summary-icon[b-op7irxwl09] { color: #00885f; background: #dff8ed; }
.summary-purple .summary-icon[b-op7irxwl09] { color: #6d39ca; background: #eee5ff; }
.audit-filters[b-op7irxwl09] { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 1.25rem; align-items: end; padding: 1.25rem; }
.audit-search[b-op7irxwl09] { grid-column: auto; }
.audit-filters .filter-actions[b-op7irxwl09] { display: flex; gap: .75rem; grid-column: 1 / -1; justify-content: flex-end; }
.audit-table[b-op7irxwl09] { min-width: 1080px; }
.audit-table td[b-op7irxwl09] { vertical-align: middle; padding-top: 1rem; padding-bottom: 1rem; }
.audit-table th:nth-child(5)[b-op7irxwl09], .audit-table td:nth-child(5)[b-op7irxwl09], .audit-table th:nth-child(7)[b-op7irxwl09], .audit-table td:nth-child(7)[b-op7irxwl09], .audit-table th:last-child[b-op7irxwl09], .audit-table td:last-child[b-op7irxwl09] { text-align: center; }
.audit-table td .action-badge[b-op7irxwl09], .audit-table td .result-badge[b-op7irxwl09] { display: inline-flex; justify-content: center; align-items: center; }
.audit-history[b-op7irxwl09] { overflow: hidden; }
.audit-table td span[b-op7irxwl09] { display: block; margin-top: .18rem; color: #6b7e99; font-size: .8rem; }
.audit-table td strong[b-op7irxwl09] { color: #0b2342; font-size: .9rem; }
.action-badge[b-op7irxwl09], .result-badge[b-op7irxwl09] { width: fit-content; margin: 0 !important; padding: .4rem .75rem; border-radius: 999px; font-size: .8rem !important; font-weight: 900; white-space: nowrap; }
.action-badge.created[b-op7irxwl09] { color: #1557d6; background: #e2edff; }
.action-badge.approved[b-op7irxwl09] { color: #007d58; background: #d8f8e9; }
.action-badge.critical[b-op7irxwl09] { color: #bd2020; background: #ffe1e1; }
.action-badge.changed[b-op7irxwl09] { color: #6b35bc; background: #eee4ff; }
.result-badge.success[b-op7irxwl09] { color: #007d58; background: #d8f8e9; }
.result-badge.denied[b-op7irxwl09], .result-badge.error[b-op7irxwl09] { color: #bd2020; background: #ffe1e1; }
.details-button[b-op7irxwl09] { padding: .65rem .85rem; border: 1px solid #bfdbfe; border-radius: 12px; background: #eff6ff; color: #1557d6; font: inherit; font-size: .85rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.audit-empty[b-op7irxwl09] { padding: 3rem !important; color: #6b7e99; text-align: center; font-weight: 800; }
.audit-pagination[b-op7irxwl09] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1.15rem; border-top: 1px solid #d8e2ef; color: #6b7e99; font-size: .76rem; }
.audit-pagination div[b-op7irxwl09] { display: flex; align-items: center; gap: .65rem; }
.audit-pagination button[b-op7irxwl09] { width: 38px; height: 38px; border: 1px solid #ccdaeb; border-radius: 10px; background: #fff; color: #1557d6; cursor: pointer; }
.audit-pagination button:disabled[b-op7irxwl09] { opacity: .4; cursor: default; }
.audit-pagination strong[b-op7irxwl09] { color: #0b2342; }
.audit-modal-backdrop[b-op7irxwl09] { position: fixed; inset: 0; z-index: 4100; display: flex; justify-content: flex-end; background: rgba(5,21,43,.65); backdrop-filter: blur(3px); }
.audit-details[b-op7irxwl09] { width: min(460px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -18px 0 50px rgba(4,20,43,.28); }
.audit-details > header[b-op7irxwl09] { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.25rem; border-bottom: 1px solid #d8e2ef; }
.audit-details header small[b-op7irxwl09] { color: #6b7e99; font-size: .72rem; font-weight: 800; }
.audit-details header h2[b-op7irxwl09] { margin: .2rem 0 0; color: #0b2342; font-size: 1.25rem; font-weight: 900; }
.audit-details header button[b-op7irxwl09] { width: 42px; height: 42px; border: 1px solid #c8d9ef; border-radius: 11px; background: #eef6ff; color: #1557d6; font-size: 1.5rem; cursor: pointer; }
.detail-body[b-op7irxwl09] { min-height: 0; overflow: auto; padding: 1.25rem; }
.detail-body section[b-op7irxwl09] { margin-bottom: 1rem; }
.detail-body label[b-op7irxwl09] { display: block; margin-bottom: .25rem; color: #6b7e99; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.detail-body section > strong[b-op7irxwl09], .detail-body section > span[b-op7irxwl09] { display: block; color: #0b2342; font-size: .86rem; }
.detail-description[b-op7irxwl09], .changes-section[b-op7irxwl09] { padding: .9rem; border: 1px solid #d8e2ef; border-radius: 12px; background: #f7faff; }
.detail-description p[b-op7irxwl09] { margin: 0; color: #334965; font-size: .82rem; line-height: 1.45; }
.changes-section article[b-op7irxwl09] { padding: .75rem 0; border-bottom: 1px solid #d8e2ef; }
.changes-section article:last-child[b-op7irxwl09] { padding-bottom: 0; border-bottom: 0; }
.changes-section article > strong[b-op7irxwl09] { display: block; margin-bottom: .45rem; color: #0b2342; font-size: .78rem; }
.changes-section article div[b-op7irxwl09] { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: .45rem; }
.changes-section article span[b-op7irxwl09] { min-width: 0; padding: .55rem; border-radius: 8px; overflow-wrap: anywhere; font-size: .72rem; }
.old-value[b-op7irxwl09] { color: #b42323; background: #ffe9e9; }
.new-value[b-op7irxwl09] { color: #007554; background: #e1f8ee; }
@media (max-width: 1050px) { .audit-summary[b-op7irxwl09] { grid-template-columns: repeat(2, minmax(0,1fr)); } .audit-filters[b-op7irxwl09] { grid-template-columns: repeat(2, minmax(0,1fr)) !important; } }
@media (max-width: 720px) { .audit-summary[b-op7irxwl09], .audit-filters[b-op7irxwl09] { grid-template-columns: 1fr !important; } .audit-search[b-op7irxwl09], .audit-filters .filter-actions[b-op7irxwl09] { grid-column: auto; } .audit-filters .filter-actions[b-op7irxwl09] { flex-direction: column-reverse; } .audit-filters .btn[b-op7irxwl09] { width: 100%; } .audit-pagination[b-op7irxwl09] { align-items: stretch; flex-direction: column; } .audit-pagination div[b-op7irxwl09] { justify-content: space-between; } }
/* /Features/MovimentacoesFinanceiras/Views/MovimentacoesFinanceiras.razor.rz.scp.css */
.finance-dashboard-page[b-kc3v7z72if] { gap: 24px; }
.finance-page-header[b-kc3v7z72if] { margin-bottom: 0; gap: 20px; }
.module-header-actions[b-kc3v7z72if] { display: flex; align-items: center; gap: 12px; }
.module-header-actions .btn[b-kc3v7z72if] { min-height: 44px; }
.finance-summary-grid[b-kc3v7z72if] { gap: 16px; margin-top: 0; margin-bottom: 0; }
.finance-summary-card[b-kc3v7z72if] { min-height: 104px; padding: 18px; gap: 16px; }
.finance-summary-card .summary-content[b-kc3v7z72if] { flex: 1; text-align: center; min-width: 0; }
.finance-summary-card strong[b-kc3v7z72if] { font-size: clamp(1.4rem, 2vw, 1.75rem); line-height: 1.2; white-space: nowrap; margin-top: 6px; }
.finance-summary-card .summary-icon[b-kc3v7z72if] { width: 52px; height: 52px; min-width: 52px; border-radius: 16px; }
.summary-icon svg[b-kc3v7z72if] { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.finance-table-header[b-kc3v7z72if], .finance-lot-header[b-kc3v7z72if] { gap: 20px; }
.finance-table-header[b-kc3v7z72if] { padding: 22px 24px; }
.finance-table-actions[b-kc3v7z72if] { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.finance-dashboard-table[b-kc3v7z72if] { min-width: 1100px; }
.finance-dashboard-table th[b-kc3v7z72if], .finance-dashboard-table td[b-kc3v7z72if] { padding: 18px 20px; }
.finance-dashboard-table th:nth-child(2)[b-kc3v7z72if], .finance-dashboard-table td:nth-child(2)[b-kc3v7z72if] { width: 28%; }
.finance-description-cell[b-kc3v7z72if] { gap: 6px; }
.finance-description-cell strong[b-kc3v7z72if], .finance-description-cell span[b-kc3v7z72if] { overflow-wrap: anywhere; }
.finance-dashboard-table .date-cell[b-kc3v7z72if], .finance-dashboard-table .money-cell[b-kc3v7z72if] { white-space: nowrap; }
.finance-dashboard-table th:last-child[b-kc3v7z72if], .finance-dashboard-table td:last-child[b-kc3v7z72if] { width: 100px; min-width: 100px; text-align: center; }
.finance-actions-menu[b-kc3v7z72if] { display: flex; justify-content: center; }
.finance-actions-menu .kebab-menu button[b-kc3v7z72if] { text-align: center; justify-content: center; }
.finance-dashboard-table .finance-type-pill[b-kc3v7z72if] { color: var(--fincore-navy); background: transparent; min-width: 0; padding: 0; border-radius: 0; }
.finance-form-grid[b-kc3v7z72if] { gap: 20px; }
.finance-origin-allocations[b-kc3v7z72if] { padding: 16px; border: 1px solid #bfdbfe; border-radius: 16px; background: #f8fbff; }
.finance-origin-allocations-header[b-kc3v7z72if] { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.finance-origin-allocations-header > div[b-kc3v7z72if] { display: grid; gap: 4px; }
.finance-origin-allocations-header strong[b-kc3v7z72if] { color: var(--fincore-navy); }
.finance-origin-allocations-header span[b-kc3v7z72if] { color: #64748b; font-size: .9rem; }
.finance-origin-allocations-count[b-kc3v7z72if] { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #1d4ed8 !important; background: #dbeafe; font-weight: 700; }
.finance-origin-allocations-list[b-kc3v7z72if] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.finance-origin-allocation-item[b-kc3v7z72if] { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 0; padding: 12px 14px; border: 1px solid #dbe7f5; border-radius: 12px; background: #fff; }
.finance-origin-allocation-item > div:first-child[b-kc3v7z72if] { display: grid; gap: 3px; min-width: 0; }
.finance-origin-allocation-item span[b-kc3v7z72if] { color: #64748b; font-size: .86rem; overflow-wrap: anywhere; }
.finance-origin-allocation-values[b-kc3v7z72if] { display: grid; gap: 3px; flex: 0 0 auto; text-align: right; }
.form-required[b-kc3v7z72if] { color: #dc2626; }
.table-footer[b-kc3v7z72if] { gap: 16px; }
.request-print-overlay[b-kc3v7z72if] { position: fixed; inset: 0; z-index: 3000; display: flex; overflow-y: auto; padding: 24px; background: rgba(15, 23, 42, .62); }
.finance-payment-backdrop[b-kc3v7z72if] { z-index: 3000; }
@media print {
    .request-print-overlay[b-kc3v7z72if] { position: absolute !important; inset: 0 !important; padding: 0 !important; overflow: visible !important; background: white !important; }
}
@media (max-width: 1000px) {
    .finance-summary-grid[b-kc3v7z72if] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .finance-page-header[b-kc3v7z72if], .finance-table-header[b-kc3v7z72if] { align-items: stretch; flex-direction: column; }
    .module-header-actions[b-kc3v7z72if] { flex-wrap: wrap; }
    .module-header-actions .btn[b-kc3v7z72if] { flex: 1; }
    .finance-summary-grid[b-kc3v7z72if] { grid-template-columns: 1fr; }
    .finance-table-header[b-kc3v7z72if] { padding: 18px; }
    .finance-table-actions > button[b-kc3v7z72if] { flex: 1; }
    .finance-origin-allocations-list[b-kc3v7z72if] { grid-template-columns: 1fr; }
    .finance-origin-allocations-header[b-kc3v7z72if], .finance-origin-allocation-item[b-kc3v7z72if] { align-items: stretch; flex-direction: column; }
    .finance-origin-allocation-values[b-kc3v7z72if] { text-align: left; }
}
/* /Features/Relatorios/Views/Relatorios.razor.rz.scp.css */
.reports-page[b-wy3pz96mmv] { gap: 1.35rem; }

.reports-grid[b-wy3pz96mmv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.report-module-card[b-wy3pz96mmv] {
    position: relative;
    min-width: 0;
    min-height: 230px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: 1.05rem;
    padding: 1.45rem;
    border: 3px solid transparent;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
    font: inherit;
    text-align: left;
    box-shadow: 0 8px 20px rgba(15, 35, 66, .16);
    cursor: pointer;
    transition: box-shadow 160ms ease, border-color 160ms ease;
}

.report-module-card:hover[b-wy3pz96mmv],
.report-module-card:focus-visible[b-wy3pz96mmv] {
    box-shadow: 0 13px 26px rgba(15, 35, 66, .22);
    outline: none;
}

.report-financeiro[b-wy3pz96mmv] { background: #1455d9; }
.report-custos[b-wy3pz96mmv] { background: #078a8a; }
.report-manutencao[b-wy3pz96mmv] { background: #ef7d00; }
.report-contratos[b-wy3pz96mmv] { background: #1e9b45; }
.report-documentos[b-wy3pz96mmv] { background: #3549b7; }
.report-pessoal[b-wy3pz96mmv] { background: #65349a; }

.report-module-icon[b-wy3pz96mmv] {
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 2.45rem;
    line-height: 1;
}

.report-module-content[b-wy3pz96mmv] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.report-module-content strong[b-wy3pz96mmv] {
    max-width: 100%;
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.18;
}

.report-module-content small[b-wy3pz96mmv] {
    margin: .55rem 0 .65rem;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #173257;
    font-size: .7rem;
    font-weight: 900;
}

.report-module-content > span[b-wy3pz96mmv] {
    margin-top: 12px;
    color: rgba(255,255,255,.94);
    font-size: .86rem;
    line-height: 1.45;
}

.report-module-action[b-wy3pz96mmv] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .65rem;
    margin-top: 1.05rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(255,255,255,.45);
    font-size: .85rem;
    font-weight: 900;
}

.report-module-action b[b-wy3pz96mmv] { font-size: 1.2rem; }

.available-reports[b-wy3pz96mmv] { overflow: hidden; }
.available-title[b-wy3pz96mmv] { padding: 1rem 1.25rem; border-bottom: 1px solid #d7e1ef; }
.available-title h2[b-wy3pz96mmv] { margin: 0; color: #08213f; font-size: 1.25rem; font-weight: 900; }
.available-title p[b-wy3pz96mmv] { margin: .25rem 0 0; color: #64748b; font-size: .84rem; }

.available-report-row[b-wy3pz96mmv] {
    min-height: 72px;
    display: grid;
    grid-template-columns: 44px minmax(250px, 1.3fr) minmax(210px, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.available-report-row:last-child[b-wy3pz96mmv] { border-bottom: 0; }
.available-report-row strong[b-wy3pz96mmv],
.available-report-row small[b-wy3pz96mmv] { display: block; }
.available-report-row strong[b-wy3pz96mmv] { color: #0b2342; font-size: .9rem; }
.available-report-row small[b-wy3pz96mmv],
.available-report-row > span:not(.available-icon)[b-wy3pz96mmv] { margin-top: .18rem; color: #64748b; font-size: .78rem; }

.available-icon[b-wy3pz96mmv] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #e6f8f7;
    font-size: 1.15rem;
}

.report-custos-text[b-wy3pz96mmv] { color: #078a8a; }

.report-modal-backdrop[b-wy3pz96mmv] {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    isolation: isolate;
    background: rgba(5, 21, 43, .82);
}

.report-modal[b-wy3pz96mmv] {
    --report-accent: #1557d6;
    width: min(1480px, 100%);
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #cbd9eb;
    border-top: 6px solid var(--report-accent);
    border-radius: 20px;
    background: #f7faff;
    box-shadow: 0 24px 70px rgba(3, 18, 40, .38);
}

.report-modal.financeiro[b-wy3pz96mmv] { --report-accent: #1455d9; }
.report-modal.custos[b-wy3pz96mmv] { --report-accent: #078a8a; }
.report-modal.manutencao[b-wy3pz96mmv] { --report-accent: #ef7d00; }
.report-modal.contratos[b-wy3pz96mmv] { --report-accent: #1e9b45; }
.report-modal.documentos[b-wy3pz96mmv] { --report-accent: #3549b7; }
.report-modal.pessoal[b-wy3pz96mmv] { --report-accent: #65349a; }

.report-modal-header[b-wy3pz96mmv] {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.4rem;
    border-bottom: 1px solid #d7e1ef;
    background: #fff;
}

.report-modal-header h2[b-wy3pz96mmv] { margin: 0; color: #08213f; font-size: 1.5rem; font-weight: 900; }
.report-modal-header p[b-wy3pz96mmv] { margin: .3rem 0 0; color: #64748b; font-size: .88rem; }
.report-back[b-wy3pz96mmv] { margin: 0 0 .55rem; padding: 0; border: 0; background: transparent; color: var(--report-accent); font: inherit; font-size: .78rem; font-weight: 900; cursor: pointer; }

.report-modal-close[b-wy3pz96mmv] {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border: 1px solid #bfd4f1;
    padding: 0;
    line-height: 1;
    border-radius: 12px;
    background: #eef6ff;
    color: #1557d6;
    font: inherit;
    font-size: 1.7rem;
    font-weight: 800;
    cursor: pointer;
}

.report-modal-body[b-wy3pz96mmv] { min-height: 0; overflow: auto; padding: 1.35rem; }
.report-modal-close svg[b-wy3pz96mmv] { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }

.report-choice-intro[b-wy3pz96mmv] { display: flex; flex-direction: column; gap: .2rem; margin-bottom: 1rem; }
.report-choice-intro strong[b-wy3pz96mmv] { color: #0b2342; font-size: 1rem; }
.report-choice-intro span[b-wy3pz96mmv] { color: #64748b; font-size: .82rem; }
.report-empty-list[b-wy3pz96mmv] { padding: 28px; border: 1px solid #d7e1ef; border-radius: 14px; background: white; color: #64748b; text-align: center; }
.report-choice-list[b-wy3pz96mmv] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }

.report-choice[b-wy3pz96mmv] {
    min-width: 0;
    min-height: 105px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid #d2dfef;
    border-radius: 14px;
    background: #fff;
    color: #0b2342;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.report-choice:not(.disabled):hover[b-wy3pz96mmv],
.report-choice:not(.disabled):focus-visible[b-wy3pz96mmv] { border-color: var(--report-accent); box-shadow: 0 8px 20px rgba(15, 35, 66, .1); transform: translateY(-2px); outline: none; }
.report-choice.disabled[b-wy3pz96mmv] { cursor: default; opacity: .78; }
.report-choice-icon[b-wy3pz96mmv] { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; background: color-mix(in srgb, var(--report-accent) 12%, white); color: var(--report-accent); font-size: 1.4rem; }
.report-choice strong[b-wy3pz96mmv],
.report-choice small[b-wy3pz96mmv] { display: block; }
.report-choice strong[b-wy3pz96mmv] { font-size: .94rem; font-weight: 900; }
.report-choice small[b-wy3pz96mmv] { margin-top: .28rem; color: #64748b; font-size: .78rem; line-height: 1.35; }
.report-choice b[b-wy3pz96mmv] { color: var(--report-accent); font-size: .78rem; white-space: nowrap; }
.report-choice em[b-wy3pz96mmv] { padding: .3rem .55rem; border-radius: 999px; background: #fff1c2; color: #a65300; font-size: .68rem; font-style: normal; font-weight: 900; white-space: nowrap; }

.report-workspace[b-wy3pz96mmv] { display: flex; flex-direction: column; gap: 1.15rem; }
.report-filters[b-wy3pz96mmv],
.report-result[b-wy3pz96mmv] { overflow: hidden; border: 1px solid #d4e0ef; border-radius: 15px; background: #fff; }
.report-filters[b-wy3pz96mmv] { padding: 1.15rem; }
.report-filter-heading h3[b-wy3pz96mmv],
.report-result-header h3[b-wy3pz96mmv] { margin: 0; color: #0b2342; font-size: 1.05rem; font-weight: 900; }
.report-filter-heading[b-wy3pz96mmv] { margin-bottom: 16px; }
.report-total[b-wy3pz96mmv] { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; border-top: 1px solid #d7e1ef; }
.report-result .app-table[b-wy3pz96mmv] { min-width: 1000px; }
.report-result .app-table th[b-wy3pz96mmv], .report-result .app-table td[b-wy3pz96mmv] { padding: 16px 18px; }
.report-result .app-table td:nth-last-child(-n+3)[b-wy3pz96mmv] { white-space: nowrap; }
.reports-filter-grid[b-wy3pz96mmv] { grid-template-columns: repeat(5, minmax(145px, 1fr)) !important; }
.reports-fuel-filter-grid[b-wy3pz96mmv] { grid-template-columns: repeat(4, minmax(145px, 1fr)) !important; }
.report-filter-actions[b-wy3pz96mmv] { display: flex; justify-content: flex-end; gap: .65rem; margin-top: 1rem; }
.report-filters-hidden[b-wy3pz96mmv] { display: none; }
.report-lot-actions[b-wy3pz96mmv] { display: flex; justify-content: flex-end; gap: .65rem; flex-wrap: wrap; }
.report-include-fuel[b-wy3pz96mmv] { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; color: #20324a; font-size: .9rem; }
.report-include-fuel input[b-wy3pz96mmv] { width: 18px; height: 18px; accent-color: #1455d9; }
.report-installment-period[b-wy3pz96mmv] { margin-top: 1rem; grid-template-columns: repeat(2, minmax(145px, 1fr)); }
.report-result-header[b-wy3pz96mmv] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border-bottom: 1px solid #d7e1ef; }
.report-result-header span[b-wy3pz96mmv] { display: block; margin-top: .2rem; color: #64748b; font-size: .78rem; }
.empty-report[b-wy3pz96mmv] { padding: 2.4rem !important; color: #64748b; text-align: center; font-weight: 700; }
.print-only[b-wy3pz96mmv] { display: none; }
.report-account-summary[b-wy3pz96mmv] { display: flex; gap: 1rem; flex-wrap: wrap; }
.report-account-summary > div[b-wy3pz96mmv] { padding: 1rem 1.2rem; border: 1px solid #dbe3ec; border-radius: 12px; background: #f8fafc; }
.report-account-summary strong[b-wy3pz96mmv] { display: block; color: #18324e; font-size: 1.5rem; }
.report-account-summary span[b-wy3pz96mmv] { display: block; margin-top: .3rem; color: #64748b; font-size: .8rem; }
.report-fuel-title[b-wy3pz96mmv] { padding: 12px 18px; background: #d1dfaa; font-size: 1rem; }
.report-accounting-note[b-wy3pz96mmv] { padding: 12px 18px; color: #64748b; font-size: .8rem; }
.report-result .app-table td span[b-wy3pz96mmv] { display: block; font-size: .8em; color: #64748b; margin-top: 4px; }
.report-result .report-accounts-table th:last-child[b-wy3pz96mmv],
.report-result .report-accounts-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap; }
.report-contracts-table th:last-child[b-wy3pz96mmv], .report-contracts-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap; }

@media (max-width: 1250px) {
    .reports-grid[b-wy3pz96mmv] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reports-filter-grid[b-wy3pz96mmv] { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 900px) {
    .report-choice-list[b-wy3pz96mmv] { grid-template-columns: 1fr; }
    .available-report-row[b-wy3pz96mmv] { grid-template-columns: 44px minmax(0, 1fr) auto; }
    .available-report-row > span:not(.available-icon)[b-wy3pz96mmv] { display: none; }
}

@media (max-width: 680px) {
    .reports-grid[b-wy3pz96mmv],
    .reports-filter-grid[b-wy3pz96mmv] { grid-template-columns: 1fr !important; }
    .report-module-card[b-wy3pz96mmv] { min-height: 215px; }
    .available-report-row[b-wy3pz96mmv] { grid-template-columns: 40px minmax(0, 1fr); }
    .available-report-row .btn[b-wy3pz96mmv] { grid-column: 1 / -1; width: 100%; }
    .report-modal-backdrop[b-wy3pz96mmv] { padding: 0; }
    .report-modal[b-wy3pz96mmv] { width: 100%; height: 100%; max-height: 100%; border-radius: 0; }
    .report-modal-header[b-wy3pz96mmv] { padding: 1rem; }
    .report-modal-body[b-wy3pz96mmv] { padding: .85rem; }
    .report-choice[b-wy3pz96mmv] { grid-template-columns: 45px minmax(0, 1fr); }
    .report-choice b[b-wy3pz96mmv],
    .report-choice em[b-wy3pz96mmv] { grid-column: 2; justify-self: start; }
    .report-filter-actions[b-wy3pz96mmv],
    .report-result-header[b-wy3pz96mmv] { align-items: stretch; flex-direction: column; }
    .report-filter-actions .btn[b-wy3pz96mmv],
    .report-result-header .btn[b-wy3pz96mmv] { width: 100%; }
}

@media print {
    @page { size: A4 landscape; margin: 10mm 10mm 14mm; }
    .report-modal-backdrop[b-wy3pz96mmv], .report-modal-backdrop *[b-wy3pz96mmv] { visibility: visible !important; }
    .reports-page[b-wy3pz96mmv],
    .no-print[b-wy3pz96mmv] { display: none !important; }
    .report-modal-backdrop[b-wy3pz96mmv] { position: absolute !important; inset: 0 !important; display: block; padding: 0; background: #fff; backdrop-filter: none; }
    .report-modal[b-wy3pz96mmv] { display: block; width: 100%; height: auto; max-height: none; margin: 0; overflow: visible; border: 0; border-radius: 0; box-shadow: none; background: #fff !important; }
    .report-modal-body[b-wy3pz96mmv] { display: block; width: 100%; overflow: visible; padding: 0; }
    .report-workspace[b-wy3pz96mmv] { display: block; width: 100%; margin: 0; font-family: Arial, sans-serif; color: #20324a; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
    .print-only[b-wy3pz96mmv] { display: block; }
    .report-print-heading[b-wy3pz96mmv] { margin-bottom: 4mm; break-inside: avoid; }
    .report-company-header[b-wy3pz96mmv] { display: flex; align-items: center; gap: 5mm; margin-bottom: 4mm; }
    .report-company-logo[b-wy3pz96mmv] { width: 32mm; height: 21mm; object-fit: contain; flex: 0 0 32mm; }
    .report-company-header strong[b-wy3pz96mmv] { font-size: 10pt; letter-spacing: .7px; text-transform: uppercase; color: #64748b; }
    .report-print-heading h1[b-wy3pz96mmv] { margin: 2mm 0 0; color: #18324e; font-size: 19pt; font-weight: 700; line-height: 1.15; }
    .report-print-heading .report-filter-strip[b-wy3pz96mmv] { margin: 0; padding: 3mm 4mm; border-radius: 2mm; background: #f1f5f9; color: #52637a; font-size: 8pt; line-height: 1.5; }
    .report-summary[b-wy3pz96mmv] { display: flex; gap: 4mm; margin: 0 0 5mm; break-inside: avoid; }
    .report-summary > div[b-wy3pz96mmv] { min-width: 35mm; padding: 3mm 5mm; border: 1px solid #dbe3ec; border-radius: 2mm; background: #f8fafc; }
    .report-summary strong[b-wy3pz96mmv] { display: block; font-size: 16pt; color: #18324e; }
    .report-summary span[b-wy3pz96mmv] { display: block; margin-top: 1mm; font-size: 8pt; color: #64748b; }
    .report-result[b-wy3pz96mmv] { display: block; width: 100%; margin: 0; border: 0; border-radius: 0; }
    .report-result-header[b-wy3pz96mmv] { padding: .6rem 0; }
    .table-responsive[b-wy3pz96mmv] { display: block; width: 100%; margin: 0; overflow: visible !important; max-height: none !important; }
    .report-result .app-table[b-wy3pz96mmv] { width: 100% !important; min-width: 0 !important; margin: 0; table-layout: fixed; border-spacing: 0; border-collapse: collapse; font-size: 8pt; }
    .report-result .app-table th[b-wy3pz96mmv], .report-result .app-table td[b-wy3pz96mmv] { padding: 2.2mm 2mm !important; font-size: 8pt !important; white-space: normal !important; overflow-wrap: anywhere; color: #20324a !important; border: 0 !important; border-bottom: 1px solid #e2e8f0 !important; text-align: left; line-height: 1.35; vertical-align: top; }
    .report-result .app-table th[b-wy3pz96mmv] { background: #eaf0f6 !important; text-align: left; font-size: 7.5pt; text-transform: uppercase; letter-spacing: .35px; }
    .report-result .app-table tbody tr:nth-child(even)[b-wy3pz96mmv] { background: #f8fafc !important; }
    .report-result .app-table tbody tr:nth-child(odd)[b-wy3pz96mmv] { background: #fff !important; }
    .report-result .app-table td strong[b-wy3pz96mmv] { font-weight: 700; }
    .report-result .app-table td span[b-wy3pz96mmv] { margin-top: 1.2mm; font-size: 7pt; line-height: 1.35; }
    .report-result-header[b-wy3pz96mmv] { background: #fff; border: 0; border-bottom: 2px solid #b9c9db; padding: 0 0 2.5mm; break-after: avoid; }
    .report-result-header span[b-wy3pz96mmv] { display: none; }
    .report-result-header h3[b-wy3pz96mmv] { font-size: 10pt; }
    thead[b-wy3pz96mmv] { display: table-header-group; }
    tfoot[b-wy3pz96mmv] { display: table-footer-group; }
    tr[b-wy3pz96mmv], .report-total[b-wy3pz96mmv] { break-inside: avoid; page-break-inside: avoid; }
    .report-total[b-wy3pz96mmv] { margin-top: 2mm; padding: 3mm 4mm; background: #edf3f8; border: 0; border-top: 2px solid #b9c9db; font-size: 10pt; break-before: avoid; }
    .report-result .app-table th:nth-child(n)[b-wy3pz96mmv] { width: auto; }
    .report-result .report-classifications-table th:nth-child(1)[b-wy3pz96mmv] { width: 28%; }
    .report-result .report-classifications-table th:nth-child(2)[b-wy3pz96mmv] { width: 18%; }
    .report-result .report-classifications-table th:nth-child(3)[b-wy3pz96mmv] { width: 42%; }
    .report-result .report-classifications-table th:nth-child(4)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-lot-items-table th:nth-child(1)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-lot-items-table th:nth-child(2)[b-wy3pz96mmv] { width: 20%; }
    .report-result .report-lot-items-table th:nth-child(3)[b-wy3pz96mmv] { width: 13%; }
    .report-result .report-lot-items-table th:nth-child(4)[b-wy3pz96mmv] { width: 15%; }
    .report-result .report-lot-items-table th:nth-child(5)[b-wy3pz96mmv] { width: 18%; }
    .report-result .report-lot-items-table th:nth-child(6)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-lot-items-table th:nth-child(7)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-lots-table th:nth-child(1)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-lots-table th:nth-child(2)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-lots-table th:nth-child(3)[b-wy3pz96mmv] { width: 18%; }
    .report-result .report-lots-table th:nth-child(4)[b-wy3pz96mmv] { width: 22%; }
    .report-result .report-lots-table th:nth-child(5)[b-wy3pz96mmv] { width: 8%; }
    .report-result .report-lots-table th:nth-child(6)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-lots-table th:nth-child(7)[b-wy3pz96mmv] { width: 16%; }
    .report-result .report-audit-table th:nth-child(1)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-audit-table th:nth-child(2)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-audit-table th:nth-child(3)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-audit-table th:nth-child(4)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-audit-table th:nth-child(5)[b-wy3pz96mmv] { width: 13%; }
    .report-result .report-audit-table th:nth-child(6)[b-wy3pz96mmv] { width: 21%; }
    .report-result .report-audit-table th:nth-child(7)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-payment-requests-table th:nth-child(1)[b-wy3pz96mmv] { width: 11%; }
    .report-result .report-payment-requests-table th:nth-child(2)[b-wy3pz96mmv] { width: 22%; }
    .report-result .report-payment-requests-table th:nth-child(3)[b-wy3pz96mmv] { width: 17%; }
    .report-result .report-payment-requests-table th:nth-child(4)[b-wy3pz96mmv] { width: 18%; }
    .report-result .report-payment-requests-table th:nth-child(5)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-payment-requests-table th:nth-child(6)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-payment-requests-table th:nth-child(7)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-financial-table th:nth-child(1)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-financial-table th:nth-child(2)[b-wy3pz96mmv] { width: 21%; }
    .report-result .report-financial-table th:nth-child(3)[b-wy3pz96mmv] { width: 10%; }
    .report-result .report-financial-table th:nth-child(4)[b-wy3pz96mmv] { width: 17%; }
    .report-result .report-financial-table th:nth-child(5)[b-wy3pz96mmv] { width: 17%; }
    .report-result .report-financial-table th:nth-child(6)[b-wy3pz96mmv] { width: 11%; }
    .report-result .report-financial-table th:nth-child(7)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-maintenance-table th:nth-child(1)[b-wy3pz96mmv] { width: 9%; }
    .report-result .report-maintenance-table th:nth-child(2)[b-wy3pz96mmv] { width: 14%; }
    .report-result .report-maintenance-table th:nth-child(3)[b-wy3pz96mmv] { width: 20%; }
    .report-result .report-maintenance-table th:nth-child(4)[b-wy3pz96mmv] { width: 16%; }
    .report-result .report-maintenance-table th:nth-child(5)[b-wy3pz96mmv] { width: 13%; }
    .report-result .report-maintenance-table th:nth-child(6)[b-wy3pz96mmv] { width: 13%; }
    .report-result .report-maintenance-table th:nth-child(7)[b-wy3pz96mmv] { width: 8%; }
    .report-result .report-maintenance-table th:nth-child(8)[b-wy3pz96mmv] { width: 7%; }
    .report-result .report-fuel-table th:nth-child(n)[b-wy3pz96mmv] { width: 12.5%; }
    .report-expense-table th:nth-child(1)[b-wy3pz96mmv] { width: 9% !important; }
    .report-expense-table th:nth-child(2)[b-wy3pz96mmv] { width: 25% !important; }
    .report-expense-table th:nth-child(3)[b-wy3pz96mmv] { width: 7% !important; }
    .report-expense-table th:nth-child(4)[b-wy3pz96mmv] { width: 11% !important; }
    .report-expense-table th:nth-child(5)[b-wy3pz96mmv] { width: 19% !important; }
    .report-expense-table th:nth-child(6)[b-wy3pz96mmv] { width: 6% !important; }
    .report-expense-table th:nth-child(7)[b-wy3pz96mmv] { width: 10% !important; }
    .report-expense-table th:nth-child(8)[b-wy3pz96mmv] { width: 13% !important; }
    .report-result .report-expense-table td:nth-child(4)[b-wy3pz96mmv], .report-result .report-expense-table th:nth-child(4)[b-wy3pz96mmv],
    .report-result .report-fuel-table td:nth-child(4)[b-wy3pz96mmv], .report-result .report-fuel-table th:nth-child(4)[b-wy3pz96mmv],
    .report-result .report-fuel-table td:nth-child(5)[b-wy3pz96mmv], .report-result .report-fuel-table th:nth-child(5)[b-wy3pz96mmv] { text-align: right; font-variant-numeric: tabular-nums; }
    .report-result .report-lot-items-table td:nth-child(6)[b-wy3pz96mmv], .report-result .report-lot-items-table th:nth-child(6)[b-wy3pz96mmv],
    .report-result .report-lots-table td:nth-child(5)[b-wy3pz96mmv], .report-result .report-lots-table th:nth-child(5)[b-wy3pz96mmv],
    .report-result .report-lots-table td:nth-child(6)[b-wy3pz96mmv], .report-result .report-lots-table th:nth-child(6)[b-wy3pz96mmv],
    .report-result .report-payment-requests-table td:nth-child(6)[b-wy3pz96mmv], .report-result .report-payment-requests-table th:nth-child(6)[b-wy3pz96mmv],
    .report-result .report-financial-table td:nth-child(6)[b-wy3pz96mmv], .report-result .report-financial-table th:nth-child(6)[b-wy3pz96mmv],
    .report-result .report-maintenance-table td:nth-child(7)[b-wy3pz96mmv], .report-result .report-maintenance-table th:nth-child(7)[b-wy3pz96mmv] { text-align: right; font-variant-numeric: tabular-nums; }
    .report-fuel-title[b-wy3pz96mmv] { margin: 5mm 0 0; padding: 0 0 2.5mm; color: #18324e; background: #fff; border-bottom: 2px solid #b9c9db; font-size: 10pt; break-after: avoid; }
    .report-accounting-note[b-wy3pz96mmv] { margin: 2mm 0 0; padding: 2mm 0; font-size: 7pt; line-height: 1.4; break-inside: avoid; break-after: avoid; orphans: 3; widows: 3; }
    .report-result .app-table td .report-status[b-wy3pz96mmv] { display: inline-block; margin-top: 0; padding: .5mm 1.4mm; border-radius: 2mm; font-size: 6.5pt; font-weight: 600; }
    .report-status-paid[b-wy3pz96mmv] { background: #e3f3ec; color: #21634b !important; }
    .report-status-pending[b-wy3pz96mmv] { background: #fff3dc; color: #825b16 !important; }
    .report-status-neutral[b-wy3pz96mmv] { background: #edf1f6; color: #53647a !important; }
    .report-result .report-units-table th:nth-child(1)[b-wy3pz96mmv] { width: 5%; }
    .report-result .report-units-table th:nth-child(2)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-units-table th:nth-child(3)[b-wy3pz96mmv] { width: 28%; }
    .report-result .report-units-table th:nth-child(4)[b-wy3pz96mmv] { width: 24%; }
    .report-result .report-units-table th:nth-child(5)[b-wy3pz96mmv] { width: 19%; }
    .report-result .report-units-table th:nth-child(6)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-units-table td:nth-child(3)[b-wy3pz96mmv], .report-result .report-units-table th:nth-child(3)[b-wy3pz96mmv] { text-align: left; }
    .report-result .report-accounts-table th:nth-child(1)[b-wy3pz96mmv] { width: 21%; }
    .report-result .report-vehicles-table th:nth-child(1)[b-wy3pz96mmv] { width: 5%; }
    .report-result .report-credit-cards-table th:nth-child(1)[b-wy3pz96mmv] { width: 25%; }
    .report-result .report-credit-cards-table th:nth-child(2)[b-wy3pz96mmv] { width: 15%; }
    .report-result .report-credit-cards-table th:nth-child(3)[b-wy3pz96mmv], .report-result .report-credit-cards-table th:nth-child(4)[b-wy3pz96mmv], .report-result .report-credit-cards-table th:nth-child(5)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-credit-cards-table th:nth-child(6)[b-wy3pz96mmv] { width: 15%; }
    .report-result .report-credit-cards-table th:nth-child(7)[b-wy3pz96mmv] { width: 9%; }
    .report-result .report-credit-cards-table th:nth-child(3)[b-wy3pz96mmv], .report-result .report-credit-cards-table td:nth-child(3)[b-wy3pz96mmv],
    .report-result .report-credit-cards-table th:nth-child(4)[b-wy3pz96mmv], .report-result .report-credit-cards-table td:nth-child(4)[b-wy3pz96mmv],
    .report-result .report-credit-cards-table th:nth-child(5)[b-wy3pz96mmv], .report-result .report-credit-cards-table td:nth-child(5)[b-wy3pz96mmv] { text-align: right; }
    .report-result .report-credit-cards-table th:last-child[b-wy3pz96mmv], .report-result .report-credit-cards-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap !important; }
    .report-result .report-card-purchases-table th:nth-child(n)[b-wy3pz96mmv], .report-result .report-installment-details-table th:nth-child(n)[b-wy3pz96mmv] { width: auto; }
    .report-result .report-card-purchases-table th:nth-child(3)[b-wy3pz96mmv], .report-result .report-installment-details-table th:nth-child(3)[b-wy3pz96mmv] { width: 38%; }
    .report-result .report-card-purchases-table td:nth-child(3)[b-wy3pz96mmv], .report-result .report-installment-details-table td:nth-child(3)[b-wy3pz96mmv] { text-align: left; }
    .report-result .report-card-purchases-table th:last-child[b-wy3pz96mmv], .report-result .report-card-purchases-table td:last-child[b-wy3pz96mmv],
    .report-result .report-installment-details-table th:last-child[b-wy3pz96mmv], .report-result .report-installment-details-table td:last-child[b-wy3pz96mmv],
    .report-result .report-installments-table th:last-child[b-wy3pz96mmv], .report-result .report-installments-table td:last-child[b-wy3pz96mmv] { text-align: right; }
    .report-result .report-vehicles-table th:nth-child(2)[b-wy3pz96mmv] { width: 25%; }
    .report-result .report-vehicles-table th:nth-child(3)[b-wy3pz96mmv] { width: 23%; }
    .report-result .report-vehicles-table th:nth-child(4)[b-wy3pz96mmv] { width: 23%; }
    .report-result .report-vehicles-table th:nth-child(5)[b-wy3pz96mmv] { width: 15%; }
    .report-result .report-vehicles-table th:nth-child(6)[b-wy3pz96mmv] { width: 9%; }
    .report-result .report-vehicles-table th:nth-child(3)[b-wy3pz96mmv], .report-result .report-vehicles-table td:nth-child(3)[b-wy3pz96mmv] { text-align: left; }
    .report-result .report-vehicles-table th:last-child[b-wy3pz96mmv], .report-result .report-vehicles-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap !important; overflow-wrap: normal; }
    .report-result .report-contracts-table th:nth-child(1)[b-wy3pz96mmv] { width: 22%; }
    .report-result .report-contracts-table th:nth-child(2)[b-wy3pz96mmv] { width: 18%; }
    .report-result .report-contracts-table th:nth-child(3)[b-wy3pz96mmv] { width: 15%; }
    .report-result .report-contracts-table th:nth-child(4)[b-wy3pz96mmv] { width: 13%; }
    .report-result .report-contracts-table th:nth-child(5)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-contracts-table th:nth-child(6)[b-wy3pz96mmv] { width: 11%; }
    .report-result .report-contracts-table th:nth-child(7)[b-wy3pz96mmv] { width: 9%; }
    .report-result .report-contracts-table th:last-child[b-wy3pz96mmv], .report-result .report-contracts-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap !important; overflow-wrap: normal; }
    .report-result .report-contracts-table th:nth-child(3)[b-wy3pz96mmv], .report-result .report-contracts-table td:nth-child(3)[b-wy3pz96mmv] { text-align: left; }
    .report-result .report-contracts-table th:nth-child(4)[b-wy3pz96mmv], .report-result .report-contracts-table td:nth-child(4)[b-wy3pz96mmv] { text-align: right; }
    .report-result .report-accounts-table th:nth-child(2)[b-wy3pz96mmv] { width: 17%; }
    .report-result .report-accounts-table th:nth-child(3)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-accounts-table th:nth-child(4)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-accounts-table th:nth-child(5)[b-wy3pz96mmv] { width: 17%; }
    .report-result .report-accounts-table th:nth-child(6)[b-wy3pz96mmv] { width: 12%; }
    .report-result .report-accounts-table th:nth-child(7)[b-wy3pz96mmv] { width: 9%; }
    .report-result .report-accounts-table th:last-child[b-wy3pz96mmv],
    .report-result .report-accounts-table td:last-child[b-wy3pz96mmv] { text-align: center; white-space: nowrap !important; overflow-wrap: normal; }
    .report-result .report-accounts-table td:nth-child(3)[b-wy3pz96mmv], .report-result .report-accounts-table th:nth-child(3)[b-wy3pz96mmv] { text-align: left; }
    .report-result .report-accounts-table td:nth-child(4)[b-wy3pz96mmv], .report-result .report-accounts-table th:nth-child(4)[b-wy3pz96mmv], .report-result .report-accounts-table td:nth-child(6)[b-wy3pz96mmv], .report-result .report-accounts-table th:nth-child(6)[b-wy3pz96mmv] { text-align: right; font-variant-numeric: tabular-nums; }
}
/* /Features/UsuariosPerfis/Views/UsuariosPerfis.razor.rz.scp.css */
.module-header-actions[b-iqxqkp444g],
.access-options-row[b-iqxqkp444g],
.permissions-heading[b-iqxqkp444g],
.pagination-controls[b-iqxqkp444g] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.module-header-actions .btn[b-iqxqkp444g] {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
}

.access-summary-grid[b-iqxqkp444g] { gap: 16px; }
.access-summary-grid .summary-card[b-iqxqkp444g] { min-height: 104px; padding: 18px; gap: 16px; }
.access-summary-grid .summary-card > div:last-child[b-iqxqkp444g] { flex: 1; text-align: center; }
.access-summary-grid .summary-card strong[b-iqxqkp444g] { font-size: 1.75rem; line-height: 1.2; margin-top: 6px; }
.access-summary-grid .summary-icon[b-iqxqkp444g] { width: 52px; height: 52px; min-width: 52px; border-radius: 16px; }
.summary-icon svg[b-iqxqkp444g] { width: 26px; height: 26px; }
.entity-icon svg[b-iqxqkp444g] { width: 22px; height: 22px; }
.access-tab svg[b-iqxqkp444g] { width: 20px; height: 20px; }
.access-table[b-iqxqkp444g] { min-width: 900px; }
.access-table th[b-iqxqkp444g], .access-table td[b-iqxqkp444g] { padding: 18px 20px; }
.access-table th:nth-last-child(2)[b-iqxqkp444g], .access-table td:nth-last-child(2)[b-iqxqkp444g] { text-align: center; white-space: nowrap; }
.access-modal-body .form-grid[b-iqxqkp444g] { gap: 20px; }
.form-required[b-iqxqkp444g] { color: #dc2626; }
.switch-option input:focus-visible + .switch-control[b-iqxqkp444g] { outline: 2px solid var(--fincore-blue); outline-offset: 3px; }

.access-tabs[b-iqxqkp444g] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 600px);
    margin-inline: auto;
    padding: 6px;
    border: 1px solid var(--fincore-border);
    border-radius: 14px;
    background: white;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
}

.access-required-note[b-iqxqkp444g] { margin: 0 0 16px; color: var(--fincore-muted); font-size: 13px; }
.access-field-error[b-iqxqkp444g] { display: block; margin-top: 6px; color: #b91c1c; font-size: 13px; font-weight: 600; }
.access-modal-body .form-field:has(.access-field-error) input[b-iqxqkp444g],
.access-modal-body .form-field:has(.access-field-error) select[b-iqxqkp444g] { border-color: #dc2626; }

.access-tab[b-iqxqkp444g] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--fincore-muted);
    background: transparent;
    box-shadow: none;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.access-tab:hover[b-iqxqkp444g] {
    color: var(--fincore-blue);
    background: #eff6ff;
}

.access-tab.active[b-iqxqkp444g] {
    color: white;
    background: var(--fincore-blue);
    border-color: var(--fincore-blue);
    box-shadow: 0 6px 14px rgba(29, 78, 216, .18);
}

.access-tab strong[b-iqxqkp444g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    padding: 3px 8px;
    border-radius: 999px;
    color: inherit;
    background: rgba(255, 255, 255, .18);
    font-size: 12px;
}

.access-tab:not(.active) strong[b-iqxqkp444g] {
    color: var(--fincore-blue);
    background: #dbeafe;
}

.access-filter-card[b-iqxqkp444g] {
    display: grid !important;
    grid-template-columns: minmax(280px, 1.5fr) minmax(220px, 1fr) minmax(170px, .65fr) auto !important;
    gap: 16px;
    align-items: end;
}

.access-table th:last-child[b-iqxqkp444g],
.access-table td:last-child[b-iqxqkp444g] {
    width: 120px;
    min-width: 120px;
    text-align: center;
}

.profiles-table td:nth-child(2)[b-iqxqkp444g] {
    max-width: 360px;
    color: var(--fincore-muted);
}

.profile-badge[b-iqxqkp444g],
.access-status[b-iqxqkp444g] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}

.profile-badge[b-iqxqkp444g] {
    color: var(--fincore-text) !important;
    background: transparent;
}

.access-status.active[b-iqxqkp444g] {
    color: #047857 !important;
    background: #d1fae5;
}

.access-status.inactive[b-iqxqkp444g] {
    color: #b91c1c !important;
    background: #fee2e2;
}

.access-actions-menu[b-iqxqkp444g] {
    position: relative;
    display: flex;
    justify-content: center;
}

.access-actions-menu .kebab-button[b-iqxqkp444g] {
    width: 52px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 1px solid #bfdbfe;
    border-radius: 15px;
    color: var(--fincore-blue);
    background: white;
    font-size: 27px;
    line-height: 1;
}

.access-actions-menu .kebab-button:hover[b-iqxqkp444g] {
    background: #eff6ff;
}

.access-actions-menu .kebab-menu[b-iqxqkp444g] {
    position: absolute;
    z-index: 80;
    top: calc(100% + 8px);
    right: 0;
    width: 250px;
    overflow: hidden;
    padding: 8px;
    border: 1px solid var(--fincore-border);
    border-radius: 15px;
    background: white;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .18);
}

.access-actions-menu .kebab-menu button[b-iqxqkp444g] {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    text-align: center;
    color: var(--fincore-text);
    background: transparent;
}

.access-actions-menu .kebab-menu button:hover[b-iqxqkp444g] {
    color: var(--fincore-blue);
    background: #eff6ff;
}

.access-actions-menu .kebab-menu .danger-text[b-iqxqkp444g] { color: var(--fincore-red); }
.access-actions-menu .kebab-menu .success-text[b-iqxqkp444g] { color: var(--fincore-green); }

.pagination-controls strong[b-iqxqkp444g] {
    white-space: nowrap;
}

.pagination-controls button[b-iqxqkp444g] {
    width: 42px;
    min-height: 38px;
    padding: 0;
    color: var(--fincore-blue);
    border: 1px solid #dbeafe;
    background: white;
}

.access-modal-layer[b-iqxqkp444g] {
    position: fixed;
    z-index: 3000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.access-modal-backdrop[b-iqxqkp444g] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(11, 31, 58, .62);
    backdrop-filter: blur(3px);
}

.access-modal[b-iqxqkp444g] {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 20px;
    background: white;
    box-shadow: 0 28px 80px rgba(11, 31, 58, .28);
}

.access-modal-header[b-iqxqkp444g],
.access-modal-footer[b-iqxqkp444g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
}

.access-modal-header[b-iqxqkp444g] {
    border-bottom: 1px solid var(--fincore-border);
}

.access-modal-header h2[b-iqxqkp444g] { font-size: 24px; }
.access-modal-header p[b-iqxqkp444g] { margin-top: 5px; color: var(--fincore-muted); }

.modal-close-button[b-iqxqkp444g] {
    width: 44px;
    min-height: 44px;
    flex: 0 0 44px;
    padding: 0;
    color: var(--fincore-blue);
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    font-size: 26px;
}

.access-modal-body[b-iqxqkp444g] {
    overflow-y: auto;
    padding: 24px;
}

.access-modal-body > .alert-error[b-iqxqkp444g] { margin-bottom: 18px; }

.access-modal-footer[b-iqxqkp444g] {
    justify-content: flex-end;
    border-top: 1px solid var(--fincore-border);
    background: #f8fafc;
}

.access-options-row[b-iqxqkp444g] {
    justify-content: space-between;
    margin-top: 20px;
}

.switch-option[b-iqxqkp444g],
.show-password-option[b-iqxqkp444g] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.switch-option input[b-iqxqkp444g] { position: absolute; width: 1px; height: 1px; opacity: 0; }

.switch-control[b-iqxqkp444g] {
    width: 42px;
    height: 24px;
    position: relative;
    border-radius: 999px;
    background: #cbd5e1;
    transition: 150ms ease;
}

.switch-control[b-iqxqkp444g]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    transition: 150ms ease;
}

.switch-option input:checked + .switch-control[b-iqxqkp444g] { background: var(--fincore-green); }
.switch-option input:checked + .switch-control[b-iqxqkp444g]::after { transform: translateX(18px); }
.switch-option input:disabled + .switch-control[b-iqxqkp444g] { opacity: .65; }

.show-password-option input[b-iqxqkp444g] {
    width: 18px;
    min-height: 18px;
    accent-color: var(--fincore-blue);
}

.security-note[b-iqxqkp444g] {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    color: #1e3a8a;
    background: #eff6ff;
}

.unit-scope-panel[b-iqxqkp444g] {
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 13px;
    background: #f8fbff;
}

.unit-scope-heading[b-iqxqkp444g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #dbeafe;
    background: #eff6ff;
}

.unit-scope-heading h3[b-iqxqkp444g] {
    color: var(--fincore-navy);
    font-size: 15px;
}

.unit-scope-heading p[b-iqxqkp444g] {
    margin-top: 3px;
    color: var(--fincore-muted);
    font-size: 12px;
}

.unit-options-grid[b-iqxqkp444g] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: 210px;
    overflow-y: auto;
    padding: 14px;
}

.unit-option[b-iqxqkp444g] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid var(--fincore-border);
    border-radius: 10px;
    background: white;
    cursor: pointer;
}

.unit-option.selected[b-iqxqkp444g] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.unit-option input[b-iqxqkp444g] {
    width: 18px;
    min-height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: var(--fincore-blue);
}

.unit-option strong[b-iqxqkp444g],
.unit-option small[b-iqxqkp444g] {
    display: block;
}

.unit-option strong[b-iqxqkp444g] {
    color: var(--fincore-text);
    font-size: 13px;
}

.unit-option small[b-iqxqkp444g] {
    margin-top: 3px;
    color: var(--fincore-muted);
    font-size: 11px;
}

.unit-empty[b-iqxqkp444g],
.all-units-note[b-iqxqkp444g] {
    grid-column: 1 / -1;
    padding: 14px 16px;
    color: var(--fincore-muted);
    font-size: 13px;
}

.profile-active-row[b-iqxqkp444g] { margin: 20px 0; }

.permissions-panel[b-iqxqkp444g] {
    overflow: hidden;
    border: 1px solid var(--fincore-border);
    border-radius: 15px;
    background: #f8fafc;
}

.permissions-heading[b-iqxqkp444g] {
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--fincore-border);
    background: #eff6ff;
}

.permissions-heading h3[b-iqxqkp444g] { font-size: 18px; }
.permissions-heading p[b-iqxqkp444g] { margin-top: 3px; color: var(--fincore-muted); font-size: 13px; }

.select-all-button[b-iqxqkp444g] {
    min-height: 38px;
    color: var(--fincore-blue);
    border: 1px solid #bfdbfe;
    background: white;
}

.permissions-groups[b-iqxqkp444g] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
}

.permission-group[b-iqxqkp444g] {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--fincore-border);
    border-radius: 12px;
    background: white;
}

.permission-group h4[b-iqxqkp444g] {
    margin-bottom: 10px;
    color: var(--fincore-navy);
    font-size: 14px;
}

.permission-grid[b-iqxqkp444g] { display: grid; gap: 8px; }
.module-permissions[b-iqxqkp444g] { display: grid; gap: 12px; padding: 18px; }
.module-permission-section[b-iqxqkp444g], .module-report-section[b-iqxqkp444g] { border: 1px solid var(--fincore-border); border-radius: 12px; background: white; overflow: hidden; }
.module-permission-section > summary[b-iqxqkp444g], .module-report-section > summary[b-iqxqkp444g] { padding: 18px; cursor: pointer; color: var(--fincore-text); }
.module-permission-section > summary span[b-iqxqkp444g], .module-report-section > summary span[b-iqxqkp444g] { margin-left: 14px; font-size: 12px; color: var(--fincore-muted); }
.module-permission-section[open] > summary[b-iqxqkp444g] { border-bottom: 1px solid var(--fincore-border); background: #f8fafc; }
.module-permission-body[b-iqxqkp444g] { padding: 18px; }
.module-permission-body h4[b-iqxqkp444g] { margin-bottom: 12px; font-size: 14px; }
.module-screen-grid[b-iqxqkp444g] { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; }
.module-report-section[b-iqxqkp444g] { margin-top: 18px; }
.module-report-section .module-screen-grid[b-iqxqkp444g] { padding: 14px; }
.permission-empty[b-iqxqkp444g] { padding: 12px; font-size: 13px; color: var(--fincore-muted); }

.permission-option[b-iqxqkp444g] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    cursor: pointer;
}

.permission-option:hover[b-iqxqkp444g],
.permission-option.selected[b-iqxqkp444g] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.permission-option input[b-iqxqkp444g] {
    width: 18px;
    min-height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: var(--fincore-blue);
}

.permission-option strong[b-iqxqkp444g],
.permission-option small[b-iqxqkp444g] { display: block; }
.permission-option strong[b-iqxqkp444g] { color: var(--fincore-text); font-size: 13px; }
.permission-option small[b-iqxqkp444g] { margin-top: 3px; color: var(--fincore-muted); font-size: 11px; font-weight: 500; }

@media (max-width: 1000px) {
    .access-filter-card[b-iqxqkp444g],
    .permissions-groups[b-iqxqkp444g] { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 700px) {
    .module-header-actions[b-iqxqkp444g],
    .access-options-row[b-iqxqkp444g] { align-items: stretch; flex-direction: column; }
    .access-tabs[b-iqxqkp444g] { grid-template-columns: 1fr; width: 100%; }
    .module-header-actions .btn[b-iqxqkp444g],
    .access-tab[b-iqxqkp444g] { width: 100%; }
    .access-filter-card[b-iqxqkp444g],
    .permissions-groups[b-iqxqkp444g] { grid-template-columns: 1fr !important; }
    .access-modal-layer[b-iqxqkp444g] { padding: 8px; }
    .access-modal[b-iqxqkp444g] { max-height: calc(100vh - 16px); }
    .access-modal-header[b-iqxqkp444g],
    .access-modal-body[b-iqxqkp444g],
    .access-modal-footer[b-iqxqkp444g] { padding: 16px; }
    .permissions-heading[b-iqxqkp444g] { align-items: stretch; flex-direction: column; }
    .unit-scope-heading[b-iqxqkp444g] { align-items: flex-start; flex-direction: column; }
    .unit-options-grid[b-iqxqkp444g] { grid-template-columns: 1fr; }
}
