/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qap0sisyc2],
.components-reconnect-repeated-attempt-visible[b-qap0sisyc2],
.components-reconnect-failed-visible[b-qap0sisyc2],
.components-reconnect-succeeded-visible[b-qap0sisyc2],
.components-pause-visible[b-qap0sisyc2],
.components-resume-failed-visible[b-qap0sisyc2],
.components-rejoining-animation[b-qap0sisyc2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-failed[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-succeeded[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-paused[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-resume-failed[b-qap0sisyc2] {
    display: block !important;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-succeeded-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qap0sisyc2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-icon[b-qap0sisyc2] {
    background: #ecfdf3;
    color: #027a48;
}

#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-icon span[b-qap0sisyc2] {
    width: 24px;
    height: 12px;
    border: 0;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    border-radius: 0;
    animation: none;
    transform: rotate(-45deg);
}

#components-reconnect-modal[b-qap0sisyc2] {
    display: none;
    width: min(92vw, 420px);
    margin: 18vh auto;
    padding: 0;
    color: #172033;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(14, 24, 44, 0.28);
}

#components-reconnect-modal[b-qap0sisyc2]::backdrop {
    background: rgba(14, 24, 44, 0.48);
    backdrop-filter: blur(2px);
}

.components-reconnect-container[b-qap0sisyc2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px;
    text-align: center;
}

.components-reconnect-icon[b-qap0sisyc2] {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #eef6ff;
    color: #1769aa;
}

.components-reconnect-icon span[b-qap0sisyc2] {
    width: 20px;
    height: 20px;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: components-reconnect-spin-b-qap0sisyc2 0.9s linear infinite;
}

#components-reconnect-modal h2[b-qap0sisyc2] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

#components-reconnect-modal p[b-qap0sisyc2] {
    margin: 0;
    color: #526173;
    line-height: 1.45;
}

#components-reconnect-modal button[b-qap0sisyc2] {
    min-width: 148px;
    border: 0;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

#components-reconnect-button[b-qap0sisyc2],
#components-resume-button[b-qap0sisyc2] {
    color: #ffffff;
    background: #1769aa;
}

#components-reload-button[b-qap0sisyc2] {
    color: #172033;
    background: #edf2f7;
}

#components-reconnect-modal button:hover[b-qap0sisyc2] {
    filter: brightness(0.96);
}

.components-rejoining-animation[b-qap0sisyc2] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@keyframes components-reconnect-spin-b-qap0sisyc2 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/MeterReadingOrder.razor.rz.scp.css */
.reading-order-header[b-vphwcns3tr] { margin-bottom:1rem; }
.reading-order-scope[b-vphwcns3tr] { display:grid; grid-template-columns:minmax(220px,1fr) minmax(180px,.55fr) auto; align-items:end; gap:1rem; }
.reading-order-scope label[b-vphwcns3tr] { display:grid; gap:.35rem; font-weight:600; }
.reading-order-scope select[b-vphwcns3tr],.reading-order-scope input[b-vphwcns3tr] { width:100%; min-height:42px; padding:.55rem .7rem; border:1px solid rgba(148,163,184,.5); border-radius:9px; background:var(--mud-palette-surface); color:var(--mud-palette-text-primary); }
.reading-order-card > header[b-vphwcns3tr] { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.reading-order-loading[b-vphwcns3tr],.reading-order-empty[b-vphwcns3tr] { min-height:180px; display:flex; align-items:center; justify-content:center; gap:.75rem; color:var(--mud-palette-text-secondary); }
.reading-order-help[b-vphwcns3tr] { margin:1rem 0 .65rem; padding:.7rem .85rem; border-radius:10px; background:rgba(37,99,235,.08); color:var(--mud-palette-text-secondary); }
.reading-order-list[b-vphwcns3tr] { display:grid; gap:.55rem; }
.reading-order-row[b-vphwcns3tr] { display:grid; grid-template-columns:34px 74px minmax(230px,1fr) minmax(120px,.45fr) auto; align-items:center; gap:.8rem; padding:.7rem .8rem; border:1px solid rgba(148,163,184,.28); border-radius:12px; background:var(--mud-palette-surface); cursor:grab; transition:border-color .15s ease,opacity .15s ease,transform .15s ease; }
.reading-order-row:hover[b-vphwcns3tr] { border-color:var(--mud-palette-primary); }
.reading-order-row.dragging[b-vphwcns3tr] { opacity:.5; transform:scale(.995); }
.reading-order-handle[b-vphwcns3tr] { font-size:1.3rem; color:var(--mud-palette-text-secondary); user-select:none; }
.reading-order-number[b-vphwcns3tr] { display:grid; gap:.2rem; color:var(--mud-palette-text-secondary); font-size:.72rem; }
.reading-order-number input[b-vphwcns3tr] { width:64px; padding:.4rem; border:1px solid rgba(148,163,184,.45); border-radius:8px; background:var(--mud-palette-background); color:var(--mud-palette-text-primary); text-align:center; font-weight:700; }
.reading-order-task[b-vphwcns3tr],.reading-order-reading[b-vphwcns3tr] { display:grid; gap:.15rem; min-width:0; }
.reading-order-task span[b-vphwcns3tr],.reading-order-reading span[b-vphwcns3tr] { overflow:hidden; color:var(--mud-palette-text-secondary); font-size:.78rem; text-overflow:ellipsis; white-space:nowrap; }
.reading-order-status[b-vphwcns3tr] { padding:.35rem .6rem; border-radius:999px; font-size:.78rem; font-weight:700; white-space:nowrap; }
.reading-order-status.pending[b-vphwcns3tr] { background:rgba(245,158,11,.14); color:#b45309; }
.reading-order-status.completed[b-vphwcns3tr] { background:rgba(22,163,74,.14); color:#15803d; }
@media (max-width:760px) {
    .reading-order-scope[b-vphwcns3tr] { grid-template-columns:1fr; }
    .reading-order-row[b-vphwcns3tr] { grid-template-columns:28px 64px minmax(0,1fr); }
    .reading-order-reading[b-vphwcns3tr],.reading-order-status[b-vphwcns3tr] { grid-column:3; }
}
/* /Components/Pages/MeterReadingPerformance.razor.rz.scp.css */
.ocr-page-header[b-hg9ybscbox] {
    align-items: flex-end;
    margin-bottom: 20px;
}

.reading-record-filter-grid[b-hg9ybscbox] { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.8rem; align-items:center; }
.record-native-filter[b-hg9ybscbox] { display:grid; gap:.25rem; color:var(--mud-palette-text-secondary); font-size:.75rem; }
.record-native-filter input[b-hg9ybscbox] { min-height:40px; padding:.5rem .7rem; border:1px solid var(--mud-palette-lines-inputs); border-radius:4px; background:var(--mud-palette-surface); color:var(--mud-palette-text-primary); }
.reading-record-list[b-hg9ybscbox] { display:grid; gap:.75rem; }
.reading-record-card[b-hg9ybscbox] { display:grid; grid-template-columns:112px minmax(190px,1.2fr) minmax(180px,1fr) minmax(150px,.8fr); gap:1rem; align-items:center; padding:.85rem; border:1px solid rgba(148,163,184,.25); border-radius:14px; background:rgba(255,255,255,.7); cursor:pointer; transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease; }
.reading-record-card:hover[b-hg9ybscbox],.reading-record-card:focus-visible[b-hg9ybscbox] { border-color:var(--mud-palette-primary); box-shadow:0 8px 22px rgba(30,64,175,.1); transform:translateY(-1px); outline:none; }
.reading-record-thumb[b-hg9ybscbox] { display:grid; place-items:center; width:112px; height:88px; overflow:hidden; border-radius:10px; background:#0f172a; color:#94a3b8; }
.reading-record-thumb img[b-hg9ybscbox] { width:100%; height:100%; object-fit:contain; }
.reading-record-main[b-hg9ybscbox],.reading-record-values[b-hg9ybscbox],.reading-record-meta[b-hg9ybscbox] { display:grid; gap:.25rem; min-width:0; color:var(--mud-palette-text-secondary); font-size:.82rem; }
.reading-record-title[b-hg9ybscbox] { display:flex; align-items:center; gap:.5rem; flex-wrap:wrap; color:var(--mud-palette-text-primary); font-size:.98rem; }
.reading-record-values strong[b-hg9ybscbox] { color:var(--mud-palette-text-primary); font-family:ui-monospace,SFMono-Regular,Menlo,monospace; }
.reading-record-modal-backdrop[b-hg9ybscbox],.record-lightbox[b-hg9ybscbox] { position:fixed; inset:0; z-index:1300; display:grid; place-items:center; padding:1rem; background:rgba(2,6,23,.72); backdrop-filter:blur(4px); }
.reading-record-modal[b-hg9ybscbox] { width:min(1080px,96vw); max-height:92vh; overflow:auto; padding:1.1rem; border-radius:18px; background:var(--mud-palette-surface); box-shadow:0 26px 70px rgba(2,6,23,.35); }
.reading-record-modal>header[b-hg9ybscbox],.record-modal-navigation[b-hg9ybscbox] { display:flex; align-items:center; justify-content:space-between; gap:.75rem; }
.record-modal-navigation[b-hg9ybscbox] { margin:.9rem 0; }
.record-detail-grid[b-hg9ybscbox] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.65rem; }
.record-detail-value[b-hg9ybscbox] { display:grid; gap:.2rem; padding:.65rem; border-radius:10px; background:rgba(148,163,184,.1); }
.record-detail-value span[b-hg9ybscbox] { color:var(--mud-palette-text-secondary); font-size:.73rem; }
.record-image-grid[b-hg9ybscbox] { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:.75rem; margin-top:.6rem; }
.record-image-button[b-hg9ybscbox] { display:grid; gap:.4rem; padding:.5rem; border:1px solid rgba(148,163,184,.3); border-radius:12px; background:rgba(148,163,184,.08); color:var(--mud-palette-text-primary); cursor:zoom-in; }
.record-image-button img[b-hg9ybscbox] { width:100%; height:126px; object-fit:contain; border-radius:8px; background:#020617; }
.record-history-list[b-hg9ybscbox] { display:grid; gap:.45rem; margin-top:.5rem; }
.record-history-list button[b-hg9ybscbox] { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.5rem; padding:.65rem; border:1px solid rgba(148,163,184,.25); border-radius:9px; background:transparent; color:var(--mud-palette-text-primary); text-align:left; }
.record-lightbox[b-hg9ybscbox] { z-index:1400; grid-template-rows:auto minmax(0,1fr); }
.record-lightbox-toolbar[b-hg9ybscbox] { display:flex; align-items:center; gap:.55rem; padding:.55rem .8rem; border-radius:12px; background:rgba(15,23,42,.95); color:white; }
.record-lightbox-toolbar button[b-hg9ybscbox] { padding:.4rem .65rem; border:1px solid rgba(255,255,255,.25); border-radius:8px; background:rgba(255,255,255,.1); color:white; }
.record-lightbox-canvas[b-hg9ybscbox] { width:min(1200px,96vw); height:min(82vh,900px); overflow:auto; display:grid; place-items:center; margin-top:.75rem; }
.record-lightbox-canvas img[b-hg9ybscbox] { max-width:100%; max-height:100%; object-fit:contain; transform-origin:center; transition:transform .18s ease; cursor:zoom-in; }
@media(max-width:900px) {
    .reading-record-filter-grid[b-hg9ybscbox] { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .reading-record-card[b-hg9ybscbox] { grid-template-columns:96px minmax(0,1fr); }
    .reading-record-thumb[b-hg9ybscbox] { width:96px; height:80px; grid-row:1/span 3; }
    .record-detail-grid[b-hg9ybscbox] { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:560px) {
    .reading-record-filter-grid[b-hg9ybscbox],.record-detail-grid[b-hg9ybscbox] { grid-template-columns:1fr; }
    .reading-record-card[b-hg9ybscbox] { grid-template-columns:82px minmax(0,1fr); }
    .reading-record-thumb[b-hg9ybscbox] { width:82px; height:72px; }
    .record-modal-navigation[b-hg9ybscbox] { flex-wrap:wrap; }
    .record-history-list button[b-hg9ybscbox] { grid-template-columns:1fr 1fr; }
}

.ocr-page-header__eyebrow[b-hg9ybscbox] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #315dff;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.ocr-filter-card[b-hg9ybscbox] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, .7fr) minmax(0, 2.3fr);
    gap: 24px;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.ocr-filter-card[b-hg9ybscbox]::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    content: "";
    background: linear-gradient(180deg, #315dff, #18b7ff, #00d1b2);
}

.ocr-filter-card__intro[b-hg9ybscbox] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ocr-filter-card__icon[b-hg9ybscbox],
.ocr-panel__icon[b-hg9ybscbox] {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #315dff;
    background: linear-gradient(135deg, rgba(79, 140, 255, .13), rgba(24, 183, 255, .08));
}

.ocr-filter-grid[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: minmax(180px, 1.25fr) minmax(150px, .85fr) minmax(190px, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.ocr-section-title[b-hg9ybscbox] {
    margin: 0;
    color: #101a33;
    font-weight: 800;
}

.ocr-loading[b-hg9ybscbox],
.ocr-empty[b-hg9ybscbox] {
    display: flex;
    min-height: 300px;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.ocr-empty__icon[b-hg9ybscbox] {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 4px;
    place-items: center;
    border-radius: 22px;
    color: #4f8cff;
    background: #edf4ff;
}

.ocr-scope-line[b-hg9ybscbox] {
    display: flex;
    margin: 18px 2px 12px;
    align-items: center;
    gap: 9px;
    color: #66708a;
    font-size: .78rem;
    font-weight: 700;
}

.ocr-scope-line__dot[b-hg9ybscbox] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a9b7cc;
}

.ocr-metric-grid[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ocr-metric-card[b-hg9ybscbox] {
    position: relative;
    min-width: 0;
    padding: 17px;
    overflow: hidden;
    border: 1px solid #dce6f4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 26, 51, .055);
}

.ocr-metric-card[b-hg9ybscbox]::after {
    position: absolute;
    right: -30px;
    bottom: -38px;
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    background: var(--metric-soft);
}

.ocr-metric-card--primary[b-hg9ybscbox] { --metric: #315dff; --metric-soft: rgba(49, 93, 255, .08); }
.ocr-metric-card--success[b-hg9ybscbox] { --metric: #16a875; --metric-soft: rgba(22, 168, 117, .09); }
.ocr-metric-card--cyan[b-hg9ybscbox] { --metric: #089fcf; --metric-soft: rgba(8, 159, 207, .09); }
.ocr-metric-card--warning[b-hg9ybscbox] { --metric: #d88907; --metric-soft: rgba(216, 137, 7, .10); }
.ocr-metric-card--danger[b-hg9ybscbox] { --metric: #e7375a; --metric-soft: rgba(231, 55, 90, .09); }
.ocr-metric-card--violet[b-hg9ybscbox] { --metric: #7c56dc; --metric-soft: rgba(124, 86, 220, .09); }
.ocr-metric-card--teal[b-hg9ybscbox] { --metric: #0b9f87; --metric-soft: rgba(11, 159, 135, .09); }
.ocr-metric-card--orange[b-hg9ybscbox] { --metric: #ea6d18; --metric-soft: rgba(234, 109, 24, .09); }

.ocr-metric-card__top[b-hg9ybscbox] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #66708a;
    font-size: .75rem;
    font-weight: 750;
}

.ocr-metric-card__icon[b-hg9ybscbox] {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: var(--metric);
    background: var(--metric-soft);
}

.ocr-metric-card__value[b-hg9ybscbox] {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 16px;
    color: #101a33;
    font-size: clamp(1.45rem, 1.9vw, 2rem);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.ocr-metric-card__detail[b-hg9ybscbox] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 32px;
    margin-top: 9px;
    color: #78839a;
    font-size: .7rem;
    line-height: 1.4;
}

.ocr-dashboard-grid[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 14px;
    margin-top: 14px;
}

.ocr-panel[b-hg9ybscbox] {
    min-width: 0;
    padding: 20px;
}

.ocr-panel--models[b-hg9ybscbox],
.ocr-panel--buildings[b-hg9ybscbox] {
    grid-column: span 2;
}

.ocr-panel__header[b-hg9ybscbox] {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 12px;
}

.ocr-distribution[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(170px, .9fr);
    align-items: center;
    gap: 24px;
}

.ocr-donut[b-hg9ybscbox] {
    display: grid;
    width: min(220px, 100%);
    aspect-ratio: 1;
    margin-inline: auto;
    place-items: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(16, 26, 51, .05);
}

.ocr-donut__inner[b-hg9ybscbox] {
    display: flex;
    width: 67%;
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3eaf5;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 26, 51, .10);
}

.ocr-donut__inner strong[b-hg9ybscbox] {
    color: #101a33;
    font-size: clamp(1.6rem, 2.7vw, 2.35rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.05em;
}

.ocr-donut__inner span[b-hg9ybscbox] {
    margin-top: 7px;
    color: #66708a;
    font-size: .7rem;
    font-weight: 700;
}

.ocr-legend[b-hg9ybscbox] {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.ocr-legend-row[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    color: #56627a;
    font-size: .79rem;
}

.ocr-legend-row strong[b-hg9ybscbox] {
    color: #101a33;
    font-size: .9rem;
}

.ocr-legend-dot[b-hg9ybscbox] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.ocr-legend-dot--success[b-hg9ybscbox] { background: #16c784; }
.ocr-legend-dot--warning[b-hg9ybscbox] { background: #f59e0b; }
.ocr-legend-dot--danger[b-hg9ybscbox] { background: #ff3d63; }

.ocr-confidence[b-hg9ybscbox] {
    display: flex;
    margin-top: 5px;
    padding-top: 13px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e6edf7;
    color: #66708a;
    font-size: .76rem;
}

.ocr-confidence strong[b-hg9ybscbox] {
    color: #315dff;
    font-size: 1rem;
}

.ocr-trend-chart[b-hg9ybscbox] {
    display: flex;
    min-height: 245px;
    padding: 14px 8px 0;
    align-items: stretch;
    gap: 10px;
    overflow-x: auto;
    border-bottom: 1px solid #dce6f4;
    background-image: linear-gradient(to bottom, rgba(220, 230, 244, .55) 1px, transparent 1px);
    background-size: 100% 25%;
}

.ocr-trend-column[b-hg9ybscbox] {
    display: grid;
    min-width: 48px;
    flex: 1 1 60px;
    grid-template-rows: 24px 1fr 30px;
    justify-items: center;
    gap: 5px;
}

.ocr-trend-column__value[b-hg9ybscbox] {
    color: #516078;
    font-size: .66rem;
    font-weight: 800;
}

.ocr-trend-column__track[b-hg9ybscbox] {
    display: flex;
    width: min(38px, 78%);
    height: 100%;
    align-items: flex-end;
}

.ocr-trend-column__bar[b-hg9ybscbox] {
    width: 100%;
    min-height: 6px;
    border-radius: 8px 8px 3px 3px;
    box-shadow: 0 7px 16px rgba(49, 93, 255, .15);
}

.ocr-trend-column__bar--success[b-hg9ybscbox] { background: linear-gradient(180deg, #00d1b2, #16a875); }
.ocr-trend-column__bar--primary[b-hg9ybscbox] { background: linear-gradient(180deg, #18b7ff, #315dff); }
.ocr-trend-column__bar--warning[b-hg9ybscbox] { background: linear-gradient(180deg, #fbbf24, #d88907); }
.ocr-trend-column__bar--danger[b-hg9ybscbox] { background: linear-gradient(180deg, #ff758f, #e7375a); }

.ocr-trend-column__label[b-hg9ybscbox] {
    color: #66708a;
    font-size: .66rem;
    font-weight: 700;
    white-space: nowrap;
}

.ocr-table-wrap[b-hg9ybscbox] {
    overflow-x: auto;
}

.ocr-table[b-hg9ybscbox] {
    min-width: 680px;
}

.ocr-model-name[b-hg9ybscbox] {
    display: block;
    max-width: 420px;
    overflow: hidden;
    color: #26344f;
    font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    font-size: .72rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocr-rate-cell[b-hg9ybscbox] {
    display: grid;
    min-width: 150px;
    grid-template-columns: minmax(80px, 1fr) 48px;
    align-items: center;
    gap: 10px;
}

.ocr-rate-cell strong[b-hg9ybscbox] {
    color: #34425f;
    font-size: .72rem;
    text-align: right;
}

.ocr-building-cell[b-hg9ybscbox] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ocr-building-cell strong[b-hg9ybscbox] {
    color: #1d2a43;
}

.ocr-building-cell span[b-hg9ybscbox] {
    color: #8a95a9;
    font-size: .68rem;
}

.ocr-failure-list[b-hg9ybscbox] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ocr-digit-summary[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: minmax(160px, .8fr) minmax(220px, 1.2fr);
    gap: 18px;
    align-items: stretch;
}

.ocr-digit-score[b-hg9ybscbox] {
    display: flex;
    min-height: 168px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #cfece6;
    border-radius: 16px;
    background:
        radial-gradient(circle at 90% 12%, rgba(0, 209, 178, .13), transparent 34%),
        linear-gradient(145deg, #f3fcf9, #f7fbff);
}

.ocr-digit-score > span[b-hg9ybscbox] {
    color: #54726a;
    font-size: .72rem;
    font-weight: 750;
}

.ocr-digit-score > strong[b-hg9ybscbox] {
    margin-block: 8px;
    color: #087e6b;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.055em;
}

.ocr-digit-score > small[b-hg9ybscbox] {
    color: #6d837d;
    font-size: .68rem;
}

.ocr-digit-breakdown[b-hg9ybscbox] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.ocr-digit-operation[b-hg9ybscbox] {
    display: flex;
    min-height: 48px;
    padding: 10px 12px;
    align-items: center;
    gap: 11px;
    border: 1px solid #e0e8f3;
    border-radius: 13px;
    background: #fbfdff;
}

.ocr-digit-operation__icon[b-hg9ybscbox] {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    color: var(--digit-tone);
    background: var(--digit-soft);
}

.ocr-digit-operation > div:last-child[b-hg9ybscbox] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ocr-digit-operation strong[b-hg9ybscbox] {
    color: #182641;
    font-size: .92rem;
    line-height: 1.1;
}

.ocr-digit-operation span[b-hg9ybscbox] {
    margin-top: 2px;
    color: #748096;
    font-size: .67rem;
}

.ocr-digit-operation--violet[b-hg9ybscbox] { --digit-tone: #7c56dc; --digit-soft: rgba(124, 86, 220, .10); }
.ocr-digit-operation--primary[b-hg9ybscbox] { --digit-tone: #315dff; --digit-soft: rgba(49, 93, 255, .10); }
.ocr-digit-operation--danger[b-hg9ybscbox] { --digit-tone: #e7375a; --digit-soft: rgba(231, 55, 90, .10); }

.ocr-failure-row[b-hg9ybscbox] {
    display: flex;
    padding: 11px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #f2d8df;
    border-radius: 12px;
    background: #fff8fa;
}

.ocr-failure-row > div:first-child[b-hg9ybscbox] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ocr-failure-row strong[b-hg9ybscbox] {
    color: #892840;
    font-size: .78rem;
}

.ocr-failure-row span[b-hg9ybscbox] {
    overflow: hidden;
    color: #9d6b78;
    font-family: "Cascadia Code", Consolas, monospace;
    font-size: .63rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ocr-failure-row__count[b-hg9ybscbox] {
    display: grid;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #e7375a;
    font-size: .8rem;
    font-weight: 850;
}

.ocr-success-state[b-hg9ybscbox] {
    display: flex;
    min-height: 150px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #14805d;
    border: 1px solid #c7efdf;
    border-radius: 14px;
    background: #f2fcf8;
}

.ocr-success-state > div[b-hg9ybscbox] {
    display: flex;
    flex-direction: column;
}

.ocr-success-state span[b-hg9ybscbox] {
    margin-top: 2px;
    color: #5f8377;
    font-size: .72rem;
}

.ocr-panel-empty[b-hg9ybscbox] {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #8a95a9;
}

@media (max-width: 1399px) {
    .ocr-metric-grid[b-hg9ybscbox] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
    .ocr-filter-card[b-hg9ybscbox] {
        grid-template-columns: 1fr;
    }

    .ocr-filter-grid[b-hg9ybscbox] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ocr-metric-grid[b-hg9ybscbox] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ocr-dashboard-grid[b-hg9ybscbox] {
        grid-template-columns: 1fr;
    }

    .ocr-panel--models[b-hg9ybscbox],
    .ocr-panel--buildings[b-hg9ybscbox] {
        grid-column: auto;
    }
}

@media (max-width: 700px) {
    .ocr-page-header[b-hg9ybscbox] {
        align-items: flex-start;
    }

    .ocr-filter-card[b-hg9ybscbox] {
        padding: 17px;
    }

    .ocr-filter-grid[b-hg9ybscbox],
    .ocr-metric-grid[b-hg9ybscbox] {
        grid-template-columns: 1fr;
    }

    .ocr-scope-line[b-hg9ybscbox] {
        flex-wrap: wrap;
    }

    .ocr-metric-card__detail[b-hg9ybscbox] {
        min-height: 0;
    }

    .ocr-panel[b-hg9ybscbox] {
        padding: 16px;
    }

    .ocr-distribution[b-hg9ybscbox] {
        grid-template-columns: 1fr;
    }

    .ocr-digit-summary[b-hg9ybscbox] {
        grid-template-columns: 1fr;
    }

    .ocr-donut[b-hg9ybscbox] {
        width: 190px;
    }
}
/* /Components/Shared/FlexibleDateField.razor.rz.scp.css */
.flex-date-field[b-302b09jmfu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 4px;
}

.flex-date-field--normal[b-302b09jmfu] {
    margin-top: 16px;
}

.flex-date-field--dense[b-302b09jmfu] {
    margin-top: 4px;
}

.flex-date-label[b-302b09jmfu] {
    color: #34425f;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.35;
}

.flex-date-required[b-302b09jmfu] {
    color: var(--ay-danger, #ff3d63);
    margin-left: 2px;
}

.flex-date-input[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    width: 100%;
    color: #101a33;
    background: #f8fbff;
    border-bottom: 1px solid #aab7cf;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.flex-date-input--outlined[b-302b09jmfu] {
    min-height: 40px;
    padding-inline: 12px;
    border: 1px solid #d7e1f0;
    border-radius: var(--ay-radius-sm, 12px);
}

.flex-date-input--filled[b-302b09jmfu] {
    min-height: 40px;
    padding-inline: 12px;
    border: 1px solid transparent;
    border-radius: var(--ay-radius-sm, 12px);
}

.flex-date-input:focus-within[b-302b09jmfu] {
    background: #ffffff;
    border-color: var(--ay-cyan, #18b7ff);
    box-shadow: 0 0 0 4px rgba(24, 183, 255, 0.16);
}

.flex-date-input--error[b-302b09jmfu] {
    border-color: var(--ay-danger, #ff3d63);
    box-shadow: 0 0 0 4px rgba(255, 61, 99, 0.10);
}

.flex-date-input--disabled[b-302b09jmfu] {
    opacity: 0.7;
    background: #eef3f9;
}

.flex-date-part[b-302b09jmfu] {
    width: 2.3ch;
    min-width: 2.3ch;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 0.88rem;
    line-height: 1;
    text-align: center;
}

.flex-date-part--year[b-302b09jmfu] {
    width: 4.5ch;
    min-width: 4.5ch;
}

.flex-date-part[b-302b09jmfu]::placeholder {
    color: #8a96ad;
}

.flex-date-separator[b-302b09jmfu] {
    padding-inline: 2px;
    color: #66708a;
    user-select: none;
}

.flex-date-clear[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 0;
    color: #66708a;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.flex-date-native[b-302b09jmfu] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.flex-date-calendar[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-left: auto;
    color: #66708a;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
}

.flex-date-calendar:hover:not(:disabled)[b-302b09jmfu] {
    color: #101a33;
    background: rgba(16, 26, 51, 0.08);
}

.flex-date-calendar:disabled[b-302b09jmfu] {
    cursor: default;
}

.flex-date-clear:hover:not(:disabled)[b-302b09jmfu] {
    color: #101a33;
    background: rgba(16, 26, 51, 0.08);
}

.flex-date-clear:disabled[b-302b09jmfu] {
    cursor: default;
}

.flex-date-error[b-302b09jmfu] {
    color: var(--ay-danger, #ff3d63);
    font-size: 0.75rem;
    line-height: 1.3;
}
/* /Components/Shared/PrintableReportViewer.razor.rz.scp.css */
.report-preview-shell[b-vltkex2tcy] {
    overflow: auto;
    padding: 18px;
    background: #d7dce2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.print-report-page[b-vltkex2tcy] {
    background: white;
    color: #1f2933;
    margin: 0 auto;
    padding: 10mm;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .18);
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--report-font-size);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    --report-fit-scale: 1;
}

.print-report-page.custom-size[b-vltkex2tcy] {
    min-height: auto;
    height: auto;
    overflow: visible;
}

.print-report-page.custom-size .print-report-page-content[b-vltkex2tcy] {
    flex: 0 0 auto;
}

.print-report-page-content[b-vltkex2tcy] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: 100%;
    min-width: 0;
    transform-origin: top left;
}

.print-report-page.fit-one-page .print-report-page-content[b-vltkex2tcy] {
    width: calc(100% / var(--report-fit-scale, 1));
    max-width: none;
    transform: scale(var(--report-fit-scale, 1));
    transform-origin: top left;
}

.print-report-page.portrait[b-vltkex2tcy] {
    width: 210mm;
    min-height: 297mm;
}

.print-report-page.landscape[b-vltkex2tcy] {
    width: 297mm;
    min-height: 210mm;
}

.print-report-header[b-vltkex2tcy] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #4b5563;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.print-report-header h1[b-vltkex2tcy] {
    font-size: 15px;
    margin: 0 0 4px;
    line-height: 1.2;
    letter-spacing: 0;
}

.print-report-header.movement-apartment-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
}

.print-report-header.movement-apartment-header h1[b-vltkex2tcy],
.print-report-header.movement-apartment-header .print-report-meta[b-vltkex2tcy],
.print-report-header.movement-apartment-header .print-report-date[b-vltkex2tcy] {
    text-align: center;
}

.print-report-header.apartment-debt-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

.print-report-header.apartment-debt-header h1[b-vltkex2tcy] {
    font-size: 14px;
    margin: 0;
    line-height: 1.15;
}

.print-report-header.audit-report-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 6px;
}

.print-report-header.audit-report-header h1[b-vltkex2tcy] {
    font-size: 16px;
    margin: 0;
    line-height: 1.15;
}

.print-report-header.income-expense-report-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin: 14mm 0 8mm;
}

.print-report-header.income-expense-report-header h1[b-vltkex2tcy] {
    max-width: 230mm;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 700;
}

.print-report-meta[b-vltkex2tcy],
.print-report-date[b-vltkex2tcy],
.print-report-footer[b-vltkex2tcy] {
    font-size: 8px;
    color: #4b5563;
}

.print-report-table[b-vltkex2tcy] {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.print-report-table.content-width[b-vltkex2tcy] {
    width: max-content;
    max-width: 100%;
    table-layout: auto;
}

.print-report-table th[b-vltkex2tcy],
.print-report-table td[b-vltkex2tcy] {
    border: 1px solid #cbd5e1;
    padding: 2px 4px;
    height: var(--report-row-height);
    vertical-align: middle;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.print-report-table th[b-vltkex2tcy],
.print-report-table td:not(.money):not(.date)[b-vltkex2tcy],
.print-report-table td.wrap:not(.money)[b-vltkex2tcy] {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.print-report-table td:not(.wrap).money[b-vltkex2tcy],
.print-report-table td:not(.wrap).date[b-vltkex2tcy] {
    white-space: nowrap;
}

.print-report-table th[b-vltkex2tcy] {
    background: #eef2f7;
    color: #111827;
    font-weight: 700;
    text-align: left;
}

.print-report-table .print-report-group[b-vltkex2tcy],
.print-report-table .print-report-group-empty[b-vltkex2tcy] {
    background: #f8fafc;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.print-report-page.apartment-debt-report-page .print-report-table th[b-vltkex2tcy] {
    text-align: center;
}

.print-report-page.apartment-debt-report-page .print-report-table .print-report-group[b-vltkex2tcy],
.print-report-page.apartment-debt-report-page .print-report-table .print-report-group-empty[b-vltkex2tcy] {
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.print-report-page.audit-report-page[b-vltkex2tcy] {
    padding: 18px;
}

.print-report-page.audit-report-page .print-report-table th[b-vltkex2tcy],
.print-report-page.audit-report-page .print-report-table td[b-vltkex2tcy] {
    border: 1px solid #d3d3d3;
    padding: 2px;
    height: 14.5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: var(--report-font-size);
    line-height: 1.05;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.print-report-page.audit-report-page .print-report-table th[b-vltkex2tcy] {
    font-weight: 700;
    text-align: center;
    background: #ffffff;
}

.print-report-page.audit-report-page .print-report-table th.money[b-vltkex2tcy] {
    text-align: center;
}

.print-report-page.audit-report-page .print-report-table tr.report-row-alt td[b-vltkex2tcy] {
    background: #ffffff;
}

.print-report-page.audit-report-page .print-report-table tr.audit-row-silver td[b-vltkex2tcy] {
    background: #c0c0c0;
}

.print-report-page.income-expense-report-page[b-vltkex2tcy] {
    padding: 10mm 12mm;
}

.print-report-page.income-expense-report-page .print-report-table th[b-vltkex2tcy],
.print-report-page.income-expense-report-page .print-report-table td[b-vltkex2tcy] {
    border-color: #d3d3d3;
    padding: 2px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--report-font-size);
    line-height: 1.05;
    vertical-align: top;
}

.print-report-page.income-expense-report-page .print-report-table th[b-vltkex2tcy] {
    background: #c0c0c0;
    text-align: center;
    font-weight: 700;
}

.print-report-page.income-expense-report-page .print-report-table tr.report-row-alt td[b-vltkex2tcy],
.print-report-page.income-expense-report-page .print-report-table tr.report-row-total td[b-vltkex2tcy] {
    background: #ffffff;
}

.print-report-page.all-buildings-cash-bank-page[b-vltkex2tcy] {
    padding: 10mm 12mm;
    color: #000000;
}

.all-buildings-cash-bank-table[b-vltkex2tcy] {
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.all-buildings-cash-bank-table.content-width[b-vltkex2tcy] {
    width: max-content;
    table-layout: auto;
}

.all-buildings-cash-bank-table th[b-vltkex2tcy],
.all-buildings-cash-bank-table td[b-vltkex2tcy] {
    border: 1px solid #ffffff;
    border-top-color: #000000;
    border-bottom-color: #000000;
    padding: 0 3px;
    height: calc(var(--report-row-height) * .5);
    min-height: 0;
    line-height: 1.08;
    vertical-align: middle;
    overflow: visible;
    word-break: normal;
    overflow-wrap: normal;
}

.all-buildings-cash-bank-table th[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    font-weight: 700;
    text-align: center;
    height: var(--report-row-height);
    color: #ffffff;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-building[b-vltkex2tcy] {
    width: 42mm;
    text-align: left;
    font-size: calc(var(--report-font-size) * .9);
    white-space: normal;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-building[b-vltkex2tcy],
.all-buildings-cash-bank-table td.all-buildings-cash-bank-building[b-vltkex2tcy] {
    background: #bfbfbf;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet[b-vltkex2tcy] {
    width: 28mm;
    text-align: center;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-kynet[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet-label[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet-value[b-vltkex2tcy] {
    background: #a7eeee;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-cashes[b-vltkex2tcy] {
    width: 52mm;
    text-align: center;
    font-size: var(--report-font-size);
    font-weight: 700;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-banks[b-vltkex2tcy] {
    width: 168mm;
    text-align: center;
    font-size: var(--report-font-size);
    font-weight: 700;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-cashes[b-vltkex2tcy],
.all-buildings-cash-bank-table td:nth-child(3)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-label-row td:nth-child(3)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-value-row td:nth-child(2)[b-vltkex2tcy] {
    background: #f6b3c2;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-banks[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-label-row td:nth-child(4)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-value-row td:nth-child(3)[b-vltkex2tcy] {
    background: #d9b98a;
}

.all-buildings-cash-bank-label-row td[b-vltkex2tcy] {
    padding-top: 0;
}

.all-buildings-cash-bank-value-row td[b-vltkex2tcy] {
    padding-bottom: 0;
}

.all-buildings-cash-bank-kynet-label[b-vltkex2tcy],
.all-buildings-cash-bank-grid[b-vltkex2tcy] {
    font-size: calc(var(--report-font-size) * .9);
}

.all-buildings-cash-bank-kynet-value[b-vltkex2tcy],
.all-buildings-cash-bank-grid .money[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    text-align: right;
    white-space: nowrap;
}

.all-buildings-cash-bank-grid[b-vltkex2tcy] {
    display: grid;
    column-gap: 3px;
    align-items: start;
}

.all-buildings-cash-bank-grid span[b-vltkex2tcy] {
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    text-align: center;
}

.print-report-page.all-buildings-group-companies-page[b-vltkex2tcy] {
    padding: 14mm 18mm 12mm;
    color: #000000;
}

.all-buildings-group-companies-table[b-vltkex2tcy] {
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.all-buildings-group-companies-table.content-width[b-vltkex2tcy] {
    width: max-content;
    table-layout: auto;
}

.all-buildings-group-companies-table th[b-vltkex2tcy],
.all-buildings-group-companies-table td[b-vltkex2tcy] {
    border: 1px solid #bfbfbf;
    border-top-color: #000000;
    border-bottom-color: #000000;
    padding: 0 3px;
    height: calc(var(--report-row-height) * .5);
    min-height: 0;
    line-height: 1.08;
    vertical-align: middle;
    overflow: visible;
    word-break: normal;
    overflow-wrap: normal;
    background: #a7eeee;
}

.all-buildings-group-companies-table th[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    height: var(--report-row-height);
}

.all-buildings-group-companies-table .all-buildings-group-companies-building[b-vltkex2tcy] {
    width: 64mm;
    text-align: left;
    font-size: calc(var(--report-font-size) * .9);
    font-weight: 700;
    white-space: normal;
    background: #bfbfbf;
}

.all-buildings-group-companies-table th.all-buildings-group-companies-building[b-vltkex2tcy] {
    text-align: center;
    font-size: var(--report-font-size);
}

.all-buildings-group-companies-label-row td[b-vltkex2tcy] {
    font-size: calc(var(--report-font-size) * .9);
    font-weight: 700;
    text-align: center;
}

.all-buildings-group-companies-value-row td[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    text-align: right;
    white-space: nowrap;
}

.print-report-page.cash-flow-report-page[b-vltkex2tcy] {
    padding: 24mm 11mm 0 15mm;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.cash-flow-report[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 76.7mm 76.7mm;
    column-gap: 25mm;
    align-items: start;
    width: 178.4mm;
}

.cash-flow-column[b-vltkex2tcy] {
    min-width: 0;
}

.cash-flow-total-line[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 46mm 30.7mm;
    align-items: end;
    margin-bottom: 10.5mm;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #000000;
}

.cash-flow-total-line span[b-vltkex2tcy] {
    text-decoration: underline;
}

.cash-flow-total-line span:last-child[b-vltkex2tcy] {
    text-align: right;
}

.cash-flow-report h2[b-vltkex2tcy] {
    margin: 0 0 3.2mm 0;
    font-size: 12px;
    line-height: 1.1;
    font-style: italic;
    font-weight: 700;
    color: #000000;
}

.cash-flow-table[b-vltkex2tcy] {
    width: 76.7mm;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 0 10.3mm 0;
    font-size: var(--report-font-size);
    line-height: 1.08;
    color: #000000;
}

.cash-flow-table th[b-vltkex2tcy],
.cash-flow-table td[b-vltkex2tcy] {
    height: 5.9mm;
    padding: 0 2px;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    background: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

.cash-flow-table th:first-child[b-vltkex2tcy],
.cash-flow-table td:first-child[b-vltkex2tcy] {
    width: 51.6mm;
    text-align: left;
}

.cash-flow-table th:last-child[b-vltkex2tcy],
.cash-flow-table td:last-child[b-vltkex2tcy] {
    width: 25.1mm;
    text-align: right;
}

.cash-flow-table th[b-vltkex2tcy] {
    font-weight: 700;
}

.cash-flow-table th:last-child[b-vltkex2tcy] {
    font-weight: 400;
}

.cash-flow-table .cash-flow-total-row td[b-vltkex2tcy] {
    font-weight: 700;
}

.cash-flow-report-page .print-report-page-content[b-vltkex2tcy] {
    flex: 0 0 auto;
}

.print-report-page.income-expense-report-page .print-report-table tr.report-row-total td[b-vltkex2tcy] {
    font-weight: 700;
}

.print-report-page.income-expense-report-page .print-report-table td.date[b-vltkex2tcy] {
    white-space: pre-line;
    text-align: right;
}

.print-report-table .money[b-vltkex2tcy] {
    text-align: right;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.print-report-table .date[b-vltkex2tcy] {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.print-report-table tr.report-row-alt td[b-vltkex2tcy] {
    background: #f8fafc;
}

.print-report-table tr.report-row-payment td[b-vltkex2tcy] {
    background: #e7f4df;
}

.print-report-table tr.report-row-icra td[b-vltkex2tcy] {
    background: #f9d7e6;
}

.print-report-table tr.report-row-late-fee td[b-vltkex2tcy] {
    background: #fef3c7;
    font-weight: 600;
}

.print-report-table tr.report-row-total td[b-vltkex2tcy] {
    background: #e5e7eb;
    font-weight: 700;
}

.print-report-table tr.report-group-page-break[b-vltkex2tcy] {
    break-before: page;
    page-break-before: always;
}

.print-report-table tr.report-group-page-break td[b-vltkex2tcy] {
    border: 0;
    height: 0;
    padding: 0;
}

.print-report-table tr.report-row-movement-total td[b-vltkex2tcy] {
    background: #e5e7eb;
    font-weight: 700;
}

.print-report-table tr.report-row-group-header td[b-vltkex2tcy] {
    background: #d1d5db;
    color: #111827;
    font-weight: 700;
    text-align: left;
    break-before: page;
    page-break-before: always;
}

.print-report-table tbody tr.report-row-group-header:first-child td[b-vltkex2tcy] {
    break-before: auto;
    page-break-before: auto;
}

.print-report-table tr.report-row-movement-total .report-total-label[b-vltkex2tcy] {
    text-align: right;
}

.print-report-table tr.report-row-movement-total .report-total-debt[b-vltkex2tcy] {
    color: #b91c1c;
}

.print-report-table tr.report-row-movement-total .report-total-credit[b-vltkex2tcy] {
    color: #166534;
}

.print-report-table tr.report-row-movement-total .report-total-final[b-vltkex2tcy] {
    color: #ffffff !important;
}

.print-report-table tr.report-row-movement-total .report-total-final-negative[b-vltkex2tcy] {
    background: #991b1b !important;
}

.print-report-table tr.report-row-movement-total .report-total-final-positive[b-vltkex2tcy] {
    background: #166534 !important;
}

.print-report-table tr.report-row-balance-positive td[b-vltkex2tcy] {
    background: #166534;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table tr.report-row-balance-negative td[b-vltkex2tcy] {
    background: #991b1b;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table .movement-balance[b-vltkex2tcy] {
    background: #14532d !important;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table .movement-balance-positive[b-vltkex2tcy] {
    background: #166534 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.print-report-table .movement-balance-negative[b-vltkex2tcy] {
    background: #991b1b !important;
    color: #ffffff !important;
    font-weight: 700;
}

.print-report-table .money-positive[b-vltkex2tcy] {
    color: #166534;
    font-weight: 600;
}

.print-report-table .money-negative[b-vltkex2tcy] {
    color: #b91c1c;
    font-weight: 600;
}

.print-report-footer[b-vltkex2tcy] {
    margin-top: auto;
    text-align: center;
    padding-top: 8px;
}

.print-report-footer-text[b-vltkex2tcy] {
    margin-bottom: 4px;
    color: #111827;
}

.apartment-debt-footer-layout[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: end;
    gap: 8px;
    color: #111827;
}

.apartment-debt-footer-center[b-vltkex2tcy] {
    text-align: center;
}

.apartment-debt-footer-right[b-vltkex2tcy] {
    text-align: right;
}

.audit-total-line[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 90px;
    align-items: center;
    gap: 12px;
    margin: auto 0 0 auto;
    width: 170px;
    font-size: 9px;
    font-weight: 700;
}

.audit-total-line span:first-child[b-vltkex2tcy] {
    text-align: right;
}

.audit-total-line span:last-child[b-vltkex2tcy] {
    text-align: right;
}

.audit-cash-flow-summary[b-vltkex2tcy] {
    margin: 14px auto 0;
    width: 78%;
    color: #111827;
}

.audit-cash-flow-summary h2[b-vltkex2tcy] {
    margin: 0 0 6px;
    text-align: center;
    font-size: 9px;
    line-height: 1.1;
}

.audit-cash-flow-grid[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 3px;
    font-size: 8px;
}

.audit-cash-flow-grid > div[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 86px;
    gap: 8px;
    align-items: center;
}

.audit-cash-flow-grid strong[b-vltkex2tcy] {
    text-align: right;
    font-weight: 400;
}

.audit-footer-layout[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: end;
    gap: 8px;
    color: #111827;
    font-size: 7px;
}

.audit-footer-center[b-vltkex2tcy] {
    text-align: center;
}

.audit-footer-right[b-vltkex2tcy] {
    text-align: right;
}

@media print {
    .report-toolbar[b-vltkex2tcy],
    .mud-appbar[b-vltkex2tcy],
    .mud-drawer[b-vltkex2tcy] {
        display: none !important;
    }

    .report-preview-shell[b-vltkex2tcy] {
        padding: 0;
        background: white;
        overflow: visible;
    }

    .print-report-page[b-vltkex2tcy] {
        box-shadow: none;
        margin: 0;
        width: auto;
        min-height: auto;
        overflow: visible;
        break-after: page;
        page-break-after: always;
    }

    .print-report-page.fit-one-page .print-report-page-content[b-vltkex2tcy] {
        width: 100%;
        transform: none;
    }

    .print-report-page:last-child[b-vltkex2tcy] {
        break-after: auto;
        page-break-after: auto;
    }

    .print-report-table thead[b-vltkex2tcy] {
        display: table-header-group;
    }

    @page {
        size: A4;
        margin: 8mm;
    }
}
