.reportes-page {
    max-width: 1200px;
    margin: 0 auto;
}

.reportes-header {
    margin-bottom: 1.5rem;
}

.reportes-breadcrumb {
    font-size: 0.875rem;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.reportes-breadcrumb a {
    color: var(--pcg-accent, #0d6b5c);
    text-decoration: none;
}

.reportes-breadcrumb a:hover {
    text-decoration: underline;
}

.reportes-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: -0.02em;
}

.reportes-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8eaed;
    overflow: hidden;
}

.reportes-datagrid .rz-datatable {
    border: none !important;
}

.reportes-datagrid .rz-datatable-thead > tr > th {
    background: #f8faf9 !important;
    color: #1a1a2e !important;
    font-weight: 600 !important;
    font-size: 0.8125rem !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.875rem 1rem !important;
    border-bottom: 1px solid #e8eaed !important;
}

.reportes-datagrid .rz-datatable-tbody > tr > td {
    padding: 0.75rem 1rem !important;
    font-size: 0.9375rem;
}

.reportes-datagrid .rz-datatable-tbody > tr:hover {
    background: #f8faf9 !important;
}

.reportes-datagrid .rz-datatable-tbody > tr.rz-state-highlight {
    background: rgba(5, 41, 36, 0.08) !important;
}

.reportes-datagrid .rz-paginator {
    background: #f8faf9 !important;
    border-bottom: 1px solid #e8eaed !important;
    padding: 0.5rem 1rem !important;
}

.reportes-datagrid .rz-paginator .rz-button {
    border-radius: 6px !important;
}

.reportes-datagrid .rz-paginator .rz-state-active {
    background: var(--pcg-primary, #052924) !important;
    color: #fff !important;
}

.main-content-wrap:has(.ver-reporte-page) {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: clamp(0.5rem, 1.2vw, 1rem) !important;
    padding-right: clamp(0.5rem, 1.2vw, 1rem) !important;
}

.ver-reporte-page {
    max-width: none;
    width: 100%;
    margin: 0;
}

.ver-reporte-ledger {
    padding-bottom: 0.75rem;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
}

.ver-reporte-workspace {
    gap: 0.5rem;
}

.ver-workspace-tabs-bar {
    flex-shrink: 0;
    background: linear-gradient(180deg, #f3f4f6 0%, #eceff3 100%);
    border-radius: 12px;
    padding: 0.35rem 0.5rem;
    border: 1px solid #e2e5ea;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ver-workspace-tabs-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 2px;
}

.ver-workspace-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: min(220px, 65vw);
    padding: 0.45rem 0.55rem 0.45rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: #4b5563;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.ver-workspace-tab:hover {
    background: #fff;
    color: #1f2937;
}

.ver-workspace-tab--active {
    background: #fff;
    color: #0d4f45;
    border-color: #c5ddd8;
    box-shadow: 0 1px 3px rgba(5, 41, 36, 0.12);
}

.ver-workspace-tab-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.ver-workspace-tab-x {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    font-size: 1.1rem;
    line-height: 1;
    color: #6b7280;
    cursor: pointer;
}

.ver-workspace-tab-x:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #b91c1c;
}

.ver-workspace-tab-add {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    border: 1px dashed #9ca3af;
    background: rgba(255, 255, 255, 0.8);
    color: #374151;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.ver-workspace-tab-add:hover {
    border-color: #0d6b5c;
    color: #0d6b5c;
    background: #fff;
}

.ver-workspace-tab-close-all {
    flex-shrink: 0;
    margin-left: 0.25rem;
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    white-space: nowrap;
}

.ver-workspace-tab-close-all:hover {
    border-color: #b91c1c;
    color: #b91c1c;
    background: #fef2f2;
}

.ver-tab-ctx-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.ver-tab-ctx-menu {
    position: fixed;
    z-index: 1050;
    min-width: 180px;
    padding: 0.35rem 0;
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.ver-tab-ctx-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    color: #1f2937;
    cursor: pointer;
}

.ver-tab-ctx-item:hover {
    background: #f3f4f6;
}

.ver-tab-ctx-item--danger {
    color: #b91c1c;
}

.ver-tab-ctx-item--danger:hover {
    background: #fef2f2;
}

.ver-workspace-empty {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(72vh, 560px);
    padding: 1.5rem 1rem;
}

.ver-workspace-empty-card {
    max-width: 420px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    border: 1px solid #e8eaed;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.ver-workspace-empty-svg {
    margin-bottom: 1rem;
}

.ver-workspace-empty-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.5rem;
}

.ver-workspace-empty-text {
    margin: 0;
    font-size: 0.9375rem;
    color: #5a5a5a;
    line-height: 1.5;
}

@media (min-width: 900px) {
    .ver-workspace-tabs-bar {
        padding: 0.45rem 0.65rem;
    }
    .ver-workspace-tab {
        max-width: min(280px, 28vw);
        font-size: 0.8125rem;
    }
}

.ver-reporte-sin-seleccion {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1rem;
    text-align: center;
    min-height: min(70vh, 520px);
}
.ver-sin-reportes-img {
    max-width: min(280px, 72vw);
    height: auto;
    opacity: 0.92;
}

.ver-rz-tabs-reporte.rz-tabview {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    width: 100%;
}
.ver-rz-tabs-reporte .rz-tabview-nav-wrapper {
    flex-shrink: 0;
}
.ver-rz-tabs-reporte .rz-tabview-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 0.15rem;
    scrollbar-width: thin;
}
.ver-rz-tabs-reporte .rz-tabview-nav li {
    flex: 0 0 auto;
}
.ver-rz-tabs-reporte .rz-tabview-panels {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.ver-rz-tabs-reporte .rz-tabview-panel {
    flex: 1;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
}
.ver-rz-tabs-reporte .rz-tabview-panel:not(.rz-state-active) {
    display: none !important;
}
.ver-rz-tabs-reporte .ver-reporte-layout {
    flex: 1;
    min-height: 0;
}

.ver-rz-tabs-reporte .rz-tabview-nav .rz-tabview-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: min(240px, 70vw);
}
.ver-tab-titulo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.ver-tab-cerrar {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: #666;
    font-size: 1.35rem;
    line-height: 1;
    padding: 0 0.15rem;
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
}
.ver-tab-cerrar:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #111;
}

.ver-reporte-layout {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    min-height: calc(100vh - 200px);
    align-items: stretch;
}
.ver-reporte-main {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ver-reporte-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.ver-reporte-title-block {
    text-align: center;
    position: relative;
    padding: 0 3rem 0.5rem;
}
.ver-reporte-title-in-card {
    padding: 0.85rem 1rem 0.65rem;
    margin: 0;
    border-bottom: 1px solid #eef0ef;
    background: #fafbfb;
}
.ver-reporte-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 1rem;
}
.ver-reporte-title-center {
    flex: 1;
    min-width: 0;
    text-align: center;
}
.ver-reporte-titulo-ledger {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}
.ver-reporte-subtitulo {
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
    color: #5a5a5a;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
}
.ver-reporte-badge-row {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
}
.ver-reporte-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5a5a5a;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f0f4f3;
    border: 1px solid #e0e8e6;
}
.ver-reporte-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pcg-accent, #0d6b5c);
}

.ver-favorito-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ver-favorito-btn .rz-icon {
    font-size: 1.5rem !important;
}
.ver-favorito-off {
    background: #fff;
    border: 2px solid var(--pcg-primary, #052924);
    color: var(--pcg-primary, #052924) !important;
    box-shadow: 0 1px 3px rgba(5, 41, 36, 0.08);
}
.ver-favorito-off:hover {
    background: rgba(5, 41, 36, 0.06);
}
.ver-favorito-off .rz-icon {
    color: var(--pcg-primary, #052924) !important;
}
.ver-favorito-on {
    background: var(--pcg-primary, #052924);
    border: 2px solid var(--pcg-primary, #052924);
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(5, 41, 36, 0.25);
}
.ver-favorito-on .rz-icon {
    color: #fff !important;
}

.ver-reporte-toolbar .ver-favorito-btn,
.ver-favorito-btn.ver-favorito-toolbar {
    position: static;
    right: auto;
    top: auto;
    flex-shrink: 0;
}

.ver-reporte-card .ver-reporte-toolbar {
    border: none;
    border-bottom: 1px solid #eef0ef;
    border-radius: 0;
    box-shadow: none;
}

.ver-reporte-toolbar {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    background: #fff;
    padding: 0.55rem 0.85rem;
}
.ver-toolbar-row {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
}
.ver-toolbar-cluster-start {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
}
.ver-toolbar-cluster-end {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}
.ver-toolbar-search {
    flex: 0 1 280px;
    max-width: min(320px, 100%);
    min-width: 140px;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    position: relative;
}

.ver-toolbar-pager {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    flex-shrink: 0;
    padding: 0 0.25rem;
    border-left: 1px solid #e8eaed;
    margin-left: 0.15rem;
    padding-left: 0.65rem;
}
.ver-toolbar-pager-info {
    font-size: 0.78rem;
    color: #5a5a6a;
    white-space: nowrap;
    margin: 0;
}
.ver-toolbar-pager-controls {
    gap: 0.25rem !important;
}
.ver-toolbar-pager .ver-pager-arrow,
.ver-toolbar-pager .ver-pager-num {
    min-width: 32px;
    height: 32px;
    font-size: 0.8rem;
}
.ver-toolbar-pager .ver-pager-num {
    padding: 0 0.2rem;
}
.ver-toolbar-search-icon {
    position: absolute;
    left: 0.65rem;
    color: #9aa0a6 !important;
    font-size: 1.15rem !important;
    pointer-events: none;
    z-index: 1;
}
.ver-toolbar-search .ver-toolbar-search-input,
.ver-toolbar-search .rz-textbox {
    flex: 1;
    padding-left: 2.35rem !important;
    border-radius: 8px !important;
    border: 1px solid #e0e4e3 !important;
    font-size: 0.9rem !important;
}
.ver-toolbar-icon-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border: none;
    border-radius: 8px;
    background: #f8faf9;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
    touch-action: manipulation;
}
.ver-toolbar-icon-btn:hover {
    background: rgba(5, 41, 36, 0.1);
    color: var(--pcg-primary, #052924);
}
.ver-toolbar-icon-btn .rz-icon {
    font-size: 1.35rem !important;
    color: inherit !important;
}

.ver-toolbar-zoom {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    border-left: 1px solid #e8eaed;
}
.ver-toolbar-zoom-pct {
    font-size: 0.72rem;
    font-weight: 700;
    color: #5a5a5a;
    min-width: 2.75rem;
    text-align: center;
    user-select: none;
}

.ver-toolbar-export-slot {
    position: relative;
    flex-shrink: 0;
}
.ver-export-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}
.ver-toolbar-export-wrap {
    position: relative;
    z-index: 1050;
}
.ver-toolbar-export-trigger {
    background: var(--pcg-primary, #052924) !important;
    color: #fff !important;
}
.ver-toolbar-export-trigger:hover {
    background: var(--pcg-primary-light, #0a3d36) !important;
    color: #fff !important;
}
.ver-toolbar-export-trigger .rz-icon {
    color: #fff !important;
}
.ver-export-popover {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    display: flex;
    gap: 0.5rem;
    padding: 0.65rem;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1051;
}
.ver-export-icon-only {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s, box-shadow 0.15s;
}
.ver-export-icon-only:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ver-export-icon-only .rz-icon {
    font-size: 1.5rem !important;
}
.ver-export-doc-img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
    pointer-events: none;
}
.ver-export-pdf .rz-icon { color: #c00 !important; }
.ver-export-excel .rz-icon { color: #217346 !important; }
.ver-export-word .rz-icon { color: #2b579a !important; }
.ver-export-print .rz-icon { color: #444 !important; }
.ver-export-popover-hint {
    margin: 0;
    font-size: 0.8rem;
    color: #888;
    max-width: 200px;
}
.ver-reporte-params-toggle {
    flex-shrink: 0;
}
.ver-reporte-params-toggle-desktop {
    display: none;
}
.ver-reporte-params-toggle.ver-reporte-params-toggle-desktop {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: var(--pcg-primary, #052924) !important;
    color: #fff !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 400ms cubic-bezier(0.9, 0, 0.33, 1);
    box-shadow: 0 2px 8px rgba(5, 41, 36, 0.25);
}
.ver-reporte-params-toggle.ver-reporte-params-toggle-desktop:hover {
    background: #0d3d36 !important;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(5, 41, 36, 0.35);
}
.ver-reporte-params-toggle.ver-reporte-params-toggle-desktop .rz-icon {
    font-size: 1.25rem;
    transition: transform 400ms cubic-bezier(0.9, 0, 0.33, 1);
}
.ver-reporte-params-toggle.ver-reporte-params-toggle-desktop.toggle-open .rz-icon {
    transform: rotate(180deg);
}
.ver-reporte-export {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #f8faf9;
    border-radius: 8px;
    border: 1px solid #e8eaed;
}
.ver-reporte-export-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a5a5a;
}
.ver-reporte-export-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: opacity 0.2s;
}
.ver-reporte-export-btn:hover {
    opacity: 0.9;
}
.ver-reporte-export-pdf { background: #c00; }
.ver-reporte-export-excel { background: #217346; }
.ver-reporte-export-word { background: #2b579a; }

.ver-reporte-card .ver-reporte-canvas {
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 1;
    min-height: min(520px, 55vh);
    display: flex;
    flex-direction: column;
}

.ver-reporte-canvas {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8eaed;
    overflow: hidden;
    min-height: 500px;
}

.ver-iframe-tab-stack-host {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
}

.ver-iframe-tab-slot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    line-height: 0;
}

.ver-iframe-tab-slot--off {
    visibility: hidden;
    z-index: 0;
}

.ver-iframe-tab-slot--on {
    visibility: visible;
    z-index: 2;
    pointer-events: auto;
}

.ver-iframe-tab-stack-host .ver-reporte-iframe {
    width: 100%;
    min-height: 680px;
    height: auto;
    border: none;
    display: block;
}

.ver-reporte-canvas .ver-reporte-placeholder {
    position: relative;
    z-index: 3;
    background: #fff;
}

.ver-iframe-shell-overlays-only {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    background: transparent;
}

.ver-iframe-shell-overlays-only .ver-iframe-loading-overlay {
    pointer-events: auto;
}

.ver-reporte-iframe-shell {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    line-height: 0;
    min-height: 200px;
}
.ver-reporte-iframe-zoom-inner {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.ver-reporte-iframe-shell .ver-reporte-iframe {
    width: 100%;
    min-height: 680px;
    height: auto;
    border: none;
    display: block;
}

.ver-reporte-iframe-host {
    position: relative;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.ver-reporte-card .ver-reporte-iframe-shell {
    flex: 1;
    min-height: min(480px, 50vh);
}
.ver-iframe-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
}
.ver-iframe-loading-text {
    font-size: 0.95rem;
    color: #5a5a5a;
    font-weight: 600;
}

.ver-reporte-canvas.ver-reporte-canvas-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-reporte-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem;
    width: 100%;
    min-height: 500px;
}

.ver-reporte-svg {
    max-width: 280px;
    height: auto;
    opacity: 0.85;
}

.ver-reporte-msg {
    font-size: 1rem;
    color: #5a5a5a;
    margin: 0;
    font-weight: 500;
}

.ver-pcg-progress-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    --rz-progressbar-value-background-color: var(--pcg-accent, #0d6b5c);
    --rz-progressbar-background-color: rgba(var(--pcg-primary-rgb, 5, 41, 36), 0.14);
}
.ver-pcg-progress-wrap--sm {
    width: 72px;
    height: 72px;
}
.ver-pcg-progress-wrap .ver-pcg-progress-ring-slot {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ver-pcg-progress-wrap .ver-pcg-progress-ring-slot .rz-progressbar-circular {
    width: 100% !important;
    height: 100% !important;
}
.ver-pcg-progress-wrap .rz-progressbar-circular-value {
    stroke: var(--pcg-accent, #0d6b5c) !important;
}
.ver-pcg-progress-wrap .rz-progressbar-circular-background {
    stroke: rgba(var(--pcg-primary-rgb, 5, 41, 36), 0.16) !important;
}
.ver-pcg-progress-wrap .ver-pcg-progress-logo {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.param-multiselect-dropdown.rz-dropdown {
    width: 100%;
}

.param-multi-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.param-multi-resumen {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.35;
    color: #3c4043;
    max-height: 3.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.param-multi-open-btn {
    align-self: flex-start;
}

.param-multi-hint {
    font-size: 0.75rem;
    color: #80868b;
}

.ver-multi-modal-root {
    position: fixed;
    inset: 0;
    z-index: 2400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) max(0.75rem, env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    pointer-events: none;
}

.ver-multi-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    pointer-events: auto;
}

.ver-multi-modal-dialog {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    width: min(100%, 720px);
    max-height: min(90vh, 640px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.ver-multi-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.5rem 1.25rem;
    border-bottom: 1px solid #e8eaed;
    flex-shrink: 0;
}

.ver-multi-modal-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
    padding-right: 0.25rem;
}

.ver-multi-modal-x {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: -0.35rem -0.35rem 0 0;
    border: none;
    background: transparent;
    font-size: 1.75rem;
    line-height: 1;
    color: #5f6368;
    cursor: pointer;
    border-radius: 8px;
}

.ver-multi-modal-x:hover {
    background: #f1f3f4;
    color: #1a1a2e;
}

.ver-multi-modal-sub {
    margin: 0;
    padding: 0.65rem 1.25rem 0.5rem;
    font-size: 0.8125rem;
    color: #5f6368;
    flex-shrink: 0;
}

.ver-multi-modal-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1.25rem 0.75rem;
    flex-shrink: 0;
}

.ver-multi-modal-search-icon {
    color: #5f6368;
    font-size: 1.25rem !important;
}

.ver-multi-modal-search-input {
    flex: 1;
    min-width: 0;
}

.ver-multi-modal-grid-wrap {
    flex: 1;
    min-height: 200px;
    max-height: min(45vh, 360px);
    overflow: auto;
    padding: 0 1rem 0.5rem;
}

.ver-multi-modal-grid {
    width: 100%;
}

.ver-multi-modal-grid .rz-datatable-thead th {
    font-size: 0.75rem;
}

.ver-multi-col-check-h {
    font-size: 0.7rem;
    color: #80868b;
}

.ver-multi-row-check {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
    accent-color: var(--pcg-primary, #052924);
}

.ver-multi-modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem 1rem;
    border-top: 1px solid #e8eaed;
    background: #fafbfc;
    flex-shrink: 0;
}

.ver-multi-modal-count {
    font-size: 0.8125rem;
    color: #3c4043;
}

.ver-multi-modal-actions {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 0.5rem;
    margin-left: auto;
    justify-content:space-between;
}

@media (max-width: 600px) {
    .ver-multi-modal-dialog {
        width: 100%;
        max-height: 92vh;
        border-radius: 10px;
    }

    .ver-multi-modal-grid-wrap {
        max-height: min(50vh, 320px);
    }

    .ver-multi-modal-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .ver-multi-modal-actions {
        margin-left: 0;
        justify-content: stretch;
    }

    .ver-multi-modal-actions .rz-button {
        flex: 1;
    }
}

.params-actions {
    flex-shrink: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e8eaed;
}

.ver-reporte-sidebar-nav {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e8eaed;
}
.ver-reporte-nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #5a5a5a;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
.ver-reporte-nav-item:hover {
    background: #f0f4f3;
    color: #1a1a2e;
}
.ver-reporte-nav-item.active {
    background: rgba(5, 41, 36, 0.08);
    color: var(--pcg-primary, #052924);
    border-left: 3px solid var(--pcg-primary, #052924);
    padding-left: calc(0.75rem - 3px);
}
.ver-reporte-export-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 0 0 0.5rem;
}
.ver-reporte-export-options .ver-reporte-export-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #e8eaed;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1a1a2e;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s, border-color 0.2s;
}
.ver-reporte-export-options .ver-reporte-export-btn:hover {
    background: #f8faf9;
    border-color: #d0d5d4;
}
.ver-reporte-export-options .ver-reporte-export-pdf .ver-reporte-export-icon { color: #c00; }
.ver-reporte-export-options .ver-reporte-export-pdf .ver-reporte-export-icon * { color: inherit; }
.ver-reporte-export-options .ver-reporte-export-excel .ver-reporte-export-icon { color: #217346; }
.ver-reporte-export-options .ver-reporte-export-excel .ver-reporte-export-icon * { color: inherit; }
.ver-reporte-export-options .ver-reporte-export-word .ver-reporte-export-icon { color: #2b579a; }
.ver-reporte-export-options .ver-reporte-export-word .ver-reporte-export-icon * { color: inherit; }
.ver-reporte-export-hint {
    font-size: 0.8125rem;
    color: #999;
    margin: 0;
    font-style: italic;
}

.ver-reporte-iframe {
    width: 100%;
    min-height: 680px;
    border: none;
}

.ver-pager-info {
    font-size: 0.875rem;
    color: #5a5a5a;
}
.ver-pager-controls {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}
.ver-pager-arrow {
    min-width: 36px;
    height: 36px;
    padding: 0 0.5rem;
    border: 1px solid #e0e4e3;
    border-radius: 6px;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.ver-pager-arrow:hover:not(:disabled) {
    background: #f8faf9;
    border-color: var(--pcg-primary, #052924);
    color: var(--pcg-primary, #052924);
}
.ver-pager-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
.ver-pager-num {
    min-width: 36px;
    height: 36px;
    padding: 0 0.35rem;
    border: 1px solid #e0e4e3;
    border-radius: 6px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ver-pager-num:hover {
    border-color: var(--pcg-primary, #052924);
    color: var(--pcg-primary, #052924);
}
.ver-pager-num.active {
    background: var(--pcg-primary, #052924) !important;
    border-color: var(--pcg-primary, #052924) !important;
    color: #fff !important;
}
.ver-pager-ellipsis {
    padding: 0 0.25rem;
    color: #9aa0a6;
    font-weight: 600;
}

.ver-params-rail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-shrink: 0;
}
.ver-params-rail-handle {
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e0e4e3;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: #f8faf9;
    color: var(--pcg-primary, #052924);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    align-self: stretch;
    min-height: 120px;
}
.ver-params-rail-handle:hover {
    background: #eef5f3;
}
.ver-params-rail-handle .rz-icon {
    font-size: 1.35rem !important;
}
.ver-params-rail-collapsed {
    border-left: 3px solid #fefefe00;
    margin-left: 0.25rem;
    border-radius: 2px 0 0 2px;
}
.ver-params-rail-collapsed .ver-params-rail-handle {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #e0e4e3;
    min-height: 30px;
    background: #fff;
}

.ver-params-rail-open .ver-params-rail-handle {
    background: #fff;
}

.ver-reporte-params {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8eaed;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.ver-reporte-params-panel {
    transition: opacity 0.2s ease, min-width 0.2s ease, width 0.2s ease;
    align-self: stretch;
    min-height: 0;
    height: 100%;
    max-height: none;
}

.params-header {
    font-size: 0.75rem;
    font-weight: 700;
    color: #5a5a5a;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
.params-header-ledger {
    display: flex;
    align-items: center;
    color: #5a5a5a;
}
.param-label-ledger {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: #5a5a5a !important;
}
.ver-btn-ver-reporte {
    width: 100%;
    margin-top: 0.5rem;
    background-color: var(--pcg-primary, #052924) !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    min-height: 48px;
}

.params-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem;
    color: #999;
    font-size: 0.875rem;
    text-align: center;
    flex: 1;
    min-height: 8rem;
}

.params-scroll-region {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.params-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.15rem;
}

.param-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.param-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1a1a2e;
}

@media (min-width: 901px) {
    .ver-reporte-layout {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }
    .ver-layout-params-collapsed .ver-reporte-main {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
    }
    .ver-params-rail-open .ver-reporte-params-panel.ver-reporte-params-visible {
        width: 300px;
        min-width: 300px;
        flex-shrink: 0;
        display: flex;
        opacity: 1;
        visibility: visible;
        border-radius: 0 8px 8px 0;
    }
    .ver-params-rail-collapsed .ver-reporte-params-panel.ver-reporte-params-oculto {
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        border: none !important;
        flex: 0 0 0 !important;
    }
}
@media (max-width: 900px) {
    .ver-reporte-layout {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    .ver-reporte-title-block {
        padding: 0 1rem 0.5rem;
    }
    .ver-params-rail {
        flex-direction: column;
        width: 100%;
        order: -1;
    }
    .ver-params-rail-handle {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        flex-direction: row;
        border-radius: 8px 8px 0 0;
        border: 1px solid #e0e4e3;
        border-bottom: none;
    }
    .ver-params-rail-collapsed {
        border-left: none;
        border-top: 3px solid var(--pcg-primary, #052924);
        margin-left: 0;
        border-radius: 8px;
    }
    .ver-params-rail-collapsed .ver-reporte-params-panel.ver-reporte-params-oculto {
        display: none !important;
    }
    .ver-reporte-params-panel.ver-reporte-params-visible {
        width: 100%;
        max-width: 100%;
        max-height: none;
        min-height: 0;
        display: flex;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }
    .ver-reporte-params {
        max-width: 100%;
        box-sizing: border-box;
    }
    .ver-reporte-params .rz-dropdown,
    .ver-reporte-params .rz-textbox,
    .ver-reporte-params .rz-datepicker {
        max-width: 100%;
    }
    .param-multiselect-dropdown {
        max-width: 100%;
    }
    .ver-reporte-canvas:not(.ver-reporte-canvas-placeholder) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ver-reporte-iframe-shell {
        max-height: min(78vh, 900px);
    }
    .ver-reporte-iframe-shell .ver-reporte-iframe {
        min-height: min(58vh, 520px);
    }
}

@media (max-width: 520px) {
    .ver-reporte-toolbar {
        flex-direction: column;
        align-items: stretch;
        padding: 0.55rem 0.6rem;
        gap: 0.5rem;
    }
    .ver-toolbar-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }
    .ver-toolbar-cluster-end {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        flex-wrap: wrap;
        border-top: 1px solid #eef0ef;
        padding-top: 0.35rem;
    }
    .ver-toolbar-cluster-start {
        width: 100%;
        justify-content: flex-start;
    }
    .ver-toolbar-search {
        flex: 1 1 100%;
        min-width: 0;
    }
    .ver-toolbar-icon-btn,
    .ver-toolbar-export-trigger {
        width: 46px;
        height: 46px;
        min-width: 46px;
        min-height: 46px;
    }
    .ver-toolbar-zoom {
        width: 100%;
        justify-content: center;
        border-left: none;
        margin-left: 0;
        padding: 0.35rem 0;
        border-top: 1px solid #eef0ef;
    }
    .ver-toolbar-export-slot {
        margin-left: auto;
    }
    .ver-export-popover {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        flex-wrap: wrap;
        justify-content: center;
        max-width: min(100vw - 1.5rem, 320px);
    }
    .ver-export-icon-only {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }
    .ver-reporte-iframe-shell .ver-reporte-iframe {
        min-height: 52vh;
    }
    .ver-toolbar-pager {
        width: 100%;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        padding-top: 0.35rem;
        border-top: 1px solid #eef0ef;
        justify-content: center;
    }
    .ver-toolbar-search {
        flex: 1 1 100%;
        max-width: none;
    }
    .ver-pager-num,
    .ver-pager-arrow {
        min-width: 40px;
        height: 40px;
        touch-action: manipulation;
    }
}

.inicio-dashboard {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0.25rem;
}

.inicio-dashboard-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    margin-bottom: 2.25rem;
}

.inicio-dashboard-hero {
    flex: 1 1 280px;
    min-width: 0;
}

.inicio-dashboard-title {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.5rem 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.inicio-dashboard-sub {
    margin: 0;
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.5;
}

.inicio-dashboard-metric {
    flex: 0 1 220px;
    background: #fff;
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    border: 1px solid #e8eaed;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.inicio-dashboard-metric-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #9ca3af;
    text-transform: uppercase;
}

.inicio-dashboard-metric-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.inicio-dashboard-metric-value {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.inicio-dashboard-metric-trend {
    font-size: 1.25rem !important;
    color: #9ca3af !important;
}

.inicio-dashboard-metric-track {
    margin-top: 0.75rem;
    height: 4px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.inicio-dashboard-metric-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pcg-primary, #052924), var(--pcg-accent, #0d6b5c));
    transition: width 0.35s ease;
}

.inicio-dashboard-link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--pcg-accent, #0d6b5c);
    text-decoration: none;
    white-space: nowrap;
}

.inicio-dashboard-link:hover {
    text-decoration: underline;
}

.inicio-fav-section {
    margin-bottom: 1.5rem;
}

.inicio-fav-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.inicio-fav-section-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
}

.inicio-fav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.inicio-fav-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    padding: 1.15rem 1.25rem 1rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.inicio-fav-card:hover {
    box-shadow: 0 8px 24px rgba(5, 41, 36, 0.08);
    border-color: rgba(13, 107, 92, 0.25);
}

.inicio-fav-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.inicio-fav-card-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(13, 107, 92, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcg-primary, #052924);
}

.inicio-fav-card-badge {
    display: block;
    object-fit: contain;
    opacity: 0.95;
}

.inicio-fav-card-title {
    margin: 0 0 0.4rem 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
}

.inicio-fav-card-desc {
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #6b7280;
    min-height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inicio-fav-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f3f4f6;
}

.inicio-fav-card-updated {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9ca3af;
}

.inicio-fav-card-open {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 107, 92, 0.14);
    color: var(--pcg-accent, #0d6b5c);
    transition: background 0.2s, transform 0.15s;
}

.inicio-fav-card-open:hover {
    background: rgba(13, 107, 92, 0.24);
    transform: translateY(-1px);
}

.inicio-fav-add-placeholder {
    margin-top: 0.5rem;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    background: #fafafa;
}

.inicio-fav-add-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    color: #9ca3af;
}

.inicio-fav-add-icon {
    font-size: 1.75rem !important;
}

.inicio-fav-add-text {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .inicio-dashboard-top {
        flex-direction: column;
    }
    .inicio-dashboard-metric {
        width: 100%;
    }
}

.ver-print-dialog-inner {
    padding: 0.15rem 0;
}
.ver-print-dialog-hint {
    font-size: 0.82rem;
    color: #5a5a5a;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.ver-print-dialog-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.ver-print-dialog-item {
    text-align: left;
    padding: 0.75rem 1rem;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    color: #1a1a2e;
    transition: border-color 0.2s, background 0.2s;
}
.ver-print-dialog-item:hover {
    border-color: var(--pcg-primary, #052924);
    background: #f8faf9;
}

.rz-button.rz-primary.rz-shade-default {
    background-color: #052924;
    color: var(--rz-on-primary);
}

.rz-dialog-confirm .rz-dialog-footer .rz-button.rz-primary,
.rz-dialog-confirm .rz-dialog-footer .rz-button.rz-success,
.rz-dialog-confirm-footer .rz-button.rz-primary,
.rz-dialog-confirm-footer .rz-button.rz-success {
    background-color: var(--pcg-accent, #0d6b5c) !important;
    border-color: var(--pcg-accent-dark, #0a5548) !important;
    color: #fff !important;
}

.rz-datepicker-popup .rz-button.rz-primary,
.rz-datepicker-popup .rz-calendar-view-table .rz-button.rz-primary,
.rz-datepicker-popup .rz-calendar-view-table td .rz-button.rz-button-md-filled {
    background-color: var(--pcg-accent, #0d6b5c) !important;
    color: #fff !important;
    border-color: var(--pcg-accent-dark, #0a5548) !important;
}

.rz-datepicker-popup .rz-calendar-today .rz-button:not(.rz-primary) {
    border-color: rgba(13, 107, 92, 0.45) !important;
    color: var(--pcg-primary, #052924) !important;
}

.rz-calendar-view td .rz-state-active.rz-state-focused, 
.rz-calendar-view td .rz-state-active:hover, 
.rz-calendar-view td .rz-state-active.rz-calendar-today.rz-state-focused, 
.rz-calendar-view td .rz-state-active.rz-calendar-today:hover {
    color: var(--rz-datepicker-calendar-selected-hover-color) !important;
    background-color: #052924 !important;
}

