:root{--ms-color-primary: #95D5B2;--ms-color-primary-strong: #74C69D;--ms-color-primary-soft: #D8F3DC;--ms-color-on-primary: #1B1B1B;--ms-color-background: #FFFFFF;--ms-color-surface: #FFFFFF;--ms-color-surface-muted: #F6F8F7;--ms-color-surface-elevated: #FFFFFF;--ms-color-text-primary: #1B1B1B;--ms-color-text-secondary: #4A4A4A;--ms-color-text-muted: #7A7A7A;--ms-color-text-inverse: #FFFFFF;--ms-color-border: #E1E6E3;--ms-color-border-strong: #C4CCC8;--ms-color-success: #2D8F5F;--ms-color-warning: #C58A1A;--ms-color-danger: #C0392B;--ms-color-info: #2D6A9F;--ms-font-family-base: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ms-font-family-mono: "JetBrains Mono", "Consolas", monospace;--ms-font-size-xs: .75rem;--ms-font-size-sm: .875rem;--ms-font-size-md: 1rem;--ms-font-size-lg: 1.125rem;--ms-font-size-xl: 1.375rem;--ms-font-size-2xl: 1.75rem;--ms-font-weight-regular: 400;--ms-font-weight-medium: 500;--ms-font-weight-semibold: 600;--ms-font-weight-bold: 700;--ms-space-0: 0;--ms-space-1: .25rem;--ms-space-2: .5rem;--ms-space-3: .75rem;--ms-space-4: 1rem;--ms-space-5: 1.25rem;--ms-space-6: 1.5rem;--ms-space-8: 2rem;--ms-space-10: 2.5rem;--ms-space-12: 3rem;--ms-radius-sm: 4px;--ms-radius-md: 8px;--ms-radius-lg: 12px;--ms-radius-pill: 999px;--ms-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--ms-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--ms-shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--ms-color-overlay: rgba(0, 0, 0, .32);--ms-room-vacant-bg: #D8F3DC;--ms-room-vacant-fg: #1A4731;--ms-room-occupied-bg: #FFD0A0;--ms-room-occupied-fg: #6B3210;--ms-room-reserved-bg: #BFD9FF;--ms-room-reserved-fg: #1A3F6B;--ms-room-dirty-bg: #FFE082;--ms-room-dirty-fg: #5C3B00;--ms-room-clean-bg: #D8F3DC;--ms-room-clean-fg: #1A4731;--ms-room-cleaning-bg: #B2EBD4;--ms-room-cleaning-fg: #1B4D35;--ms-room-maintenance-bg: #FFCDD2;--ms-room-maintenance-fg: #7B1414;--ms-room-out-of-service-bg: #CFD8DC;--ms-room-out-of-service-fg: #3A4349;--ms-transition-fast: .12s ease;--ms-transition-base: .18s ease;--ms-transition-slow: .28s ease;--ms-layout-sidebar-width: 240px;--ms-layout-topbar-height: 56px;--ms-layout-max-content-width: 1440px}[data-ms-theme=dark]{--ms-color-primary: #95D5B2;--ms-color-primary-strong: #B7E4C7;--ms-color-primary-soft: #2A3D34;--ms-color-on-primary: #0F1A14;--ms-color-background: #14181B;--ms-color-surface: #1B2024;--ms-color-surface-muted: #20262B;--ms-color-surface-elevated: #232A30;--ms-color-text-primary: #ECEFF1;--ms-color-text-secondary: #B0BAC0;--ms-color-text-muted: #7C8790;--ms-color-text-inverse: #0F1A14;--ms-color-border: #2C343A;--ms-color-border-strong: #3A444B;--ms-color-overlay: rgba(0, 0, 0, .55);--ms-color-success: #6FD19E;--ms-color-warning: #E0B463;--ms-color-danger: #E57368;--ms-color-info: #6BA8D6}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;background-color:var(--ms-color-background);color:var(--ms-color-text-primary);font-family:var(--ms-font-family-base);font-size:var(--ms-font-size-md);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--ms-color-primary-strong);text-decoration:none}a:hover,a:focus-visible{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--ms-color-primary-strong);outline-offset:2px}@keyframes ms-global-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ms-global-loader-bar{0%{transform:translate3d(-110%,0,0)}to{transform:translate3d(250%,0,0)}}.report-page{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.report-date-filter{display:flex;flex-direction:column;gap:.5rem}.preset-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.preset-buttons button{padding:.35rem .75rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);background:var(--ms-color-surface);cursor:pointer;font-size:var(--ms-font-size-sm);transition:background var(--ms-transition-fast),border-color var(--ms-transition-fast)}.preset-buttons button.active{background:var(--ms-color-primary);border-color:var(--ms-color-primary-strong);font-weight:var(--ms-font-weight-medium)}.custom-range{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.filter-row{display:flex;gap:1rem;flex-wrap:wrap}.filter-row label{display:flex;flex-direction:column;gap:.25rem;font-size:var(--ms-font-size-sm);color:var(--ms-color-text-secondary)}.filter-row input{border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);padding:.35rem .5rem;background:var(--ms-color-surface)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.kpi-card{background:var(--ms-color-surface);border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-md);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:var(--ms-shadow-sm)}.kpi-card--success{border-left:3px solid var(--ms-color-success)}.kpi-card--warning{border-left:3px solid var(--ms-color-warning)}.kpi-card--danger{border-left:3px solid var(--ms-color-danger)}.kpi-label{font-size:var(--ms-font-size-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--ms-color-text-muted);font-weight:var(--ms-font-weight-medium)}.kpi-value{font-size:var(--ms-font-size-2xl);font-weight:var(--ms-font-weight-bold);color:var(--ms-color-text-primary);line-height:1.2}.bar-chart-wrap{width:100%;overflow-x:auto}.bar-chart{width:100%;min-width:300px;height:200px}.bar-chart .bar{fill:var(--ms-color-primary);opacity:.85}.bar-chart .bar-label{font-size:10px;fill:var(--ms-color-text-muted)}.mismatch-row{background:#fffbeb}.pagination-controls{display:flex;align-items:center;gap:.75rem;justify-content:flex-end;padding-top:1rem}.pagination-controls button{padding:.25rem .75rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);background:var(--ms-color-surface);cursor:pointer;transition:background var(--ms-transition-fast)}.pagination-controls button:disabled{opacity:.4;cursor:default}.section-card{background:var(--ms-color-surface);border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-md);padding:1.25rem;box-shadow:var(--ms-shadow-sm)}.section-title{font-size:var(--ms-font-size-lg);font-weight:var(--ms-font-weight-semibold);color:var(--ms-color-text-primary);margin:0 0 1rem}.data-table{width:100%;border-collapse:collapse;font-size:var(--ms-font-size-sm)}.data-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid var(--ms-color-border);font-weight:var(--ms-font-weight-semibold);color:var(--ms-color-text-secondary);white-space:nowrap}.data-table td{padding:.5rem .75rem;border-bottom:1px solid var(--ms-color-border);color:var(--ms-color-text-primary)}.data-table tbody tr:hover{background:var(--ms-color-surface-muted)}.page-header{display:flex;align-items:center;gap:1rem}.page-header h1{margin:0;font-size:var(--ms-font-size-xl);font-weight:var(--ms-font-weight-bold);color:var(--ms-color-text-primary)}.btn-back{background:none;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);padding:.35rem .75rem;cursor:pointer;font-size:var(--ms-font-size-sm);color:var(--ms-color-text-secondary);transition:background var(--ms-transition-fast)}.btn-back:hover{background:var(--ms-color-surface-muted)}.muted{color:var(--ms-color-text-muted);font-size:var(--ms-font-size-sm)}.form-error{color:var(--ms-color-danger);font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium)}.btn,button.primary,button.text-button{cursor:pointer;font-family:inherit;font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium);border-radius:var(--ms-radius-sm);transition:background var(--ms-transition-fast),box-shadow var(--ms-transition-fast);display:inline-flex;align-items:center;gap:var(--ms-space-2);white-space:nowrap}button.primary{background:var(--ms-color-primary-strong);color:var(--ms-color-on-primary);border:none;padding:var(--ms-space-2) var(--ms-space-4)}button.primary:hover:not(:disabled){background:var(--ms-color-primary);box-shadow:var(--ms-shadow-sm)}button.primary:disabled{opacity:.5;cursor:not-allowed}button.primary.sm{padding:var(--ms-space-1) var(--ms-space-3);font-size:var(--ms-font-size-xs)}button.text-button{background:none;border:none;color:var(--ms-color-primary-strong);padding:var(--ms-space-1) var(--ms-space-2)}button.text-button:hover:not(:disabled){color:var(--ms-color-text-primary);text-decoration:underline}button.text-button.sm{font-size:var(--ms-font-size-xs)}.room-status-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:var(--ms-radius-pill);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-medium);letter-spacing:.02em;white-space:nowrap}.room-status-badge--vacant{background:var(--ms-color-primary-soft);color:var(--ms-color-success)}.room-status-badge--reserved{background:#ebf4ff;color:var(--ms-color-info)}.room-status-badge--occupied{background:#fff0e6;color:#c05621}.room-status-badge--dirty{background:#fff8e1;color:var(--ms-color-warning)}.room-status-badge--clean{background:var(--ms-color-primary-soft);color:var(--ms-color-success)}.room-status-badge--maintenance{background:#fde8e8;color:var(--ms-color-danger)}.room-status-badge--out-of-service{background:var(--ms-color-surface-muted);color:var(--ms-color-text-muted)}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;background:var(--ms-color-primary-strong);color:var(--ms-color-on-primary);border-radius:var(--ms-radius-pill);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-semibold);line-height:1}.duplicate-warning{display:flex;flex-direction:column;gap:var(--ms-space-2);padding:var(--ms-space-3);background:#fff8e1;border:1px solid var(--ms-color-warning);border-radius:var(--ms-radius-sm);font-size:var(--ms-font-size-sm)}.duplicate-suggestion{display:flex;align-items:center;gap:var(--ms-space-3);flex-wrap:wrap}.suggestions li.focused{background:var(--ms-color-primary-soft);outline:none}.total-row td{border-top:2px solid var(--ms-color-border);padding-top:var(--ms-space-3)}.field-error{color:var(--ms-color-danger);font-size:var(--ms-font-size-xs);margin-top:var(--ms-space-1)}.required{color:var(--ms-color-danger)}.shift-type-buttons{display:flex;gap:.5rem}.shift-type-btn{padding:.4rem 1rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);background:var(--ms-color-surface);cursor:pointer;font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium);transition:background var(--ms-transition-fast),border-color var(--ms-transition-fast)}.shift-type-btn.active{background:var(--ms-color-primary);border-color:var(--ms-color-primary-strong);color:var(--ms-color-text-primary)}ms-modal.ms-modal-walkin article.ms-modal{padding:var(--ms-space-2) var(--ms-space-3) 0rem}@media print{.shell .sidebar,.shell .scrim,.shell .topbar,.shell .offline-banner,.shell .toast-stack{display:none!important}.shell,.shell .content,.shell .main{display:block!important;margin:0!important;padding:0!important;width:auto!important;height:auto!important;overflow:visible!important;background:#fff!important}}.executive-dashboard{gap:var(--ms-space-5, 1.5rem)}.report-header{justify-content:space-between;align-items:flex-start}.header-left,.report-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.report-actions select{border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);background:var(--ms-color-surface);padding:.45rem .65rem;min-width:7rem}.shift-detail-report .section-card{overflow-x:auto}.shift-detail-report .data-table td{vertical-align:top}.report-header .muted{margin:.25rem 0 0}.report-export-btn{border:1px solid var(--ms-color-border);background:var(--ms-color-surface);color:var(--ms-color-text-primary);padding:.45rem .85rem;border-radius:var(--ms-radius-sm)}.report-export-btn:hover{background:var(--ms-color-surface-muted)}.executive-kpi-grid{grid-template-columns:repeat(5,minmax(180px,1fr))}.dashboard-two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:1rem}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-header .section-title{margin-bottom:0}.text-right{text-align:right!important}.empty-state,.empty-cell{color:var(--ms-color-text-muted);font-size:var(--ms-font-size-sm)}.empty-cell{text-align:center;padding:1rem!important}.balance-due{color:var(--ms-color-danger)!important;font-weight:var(--ms-font-weight-semibold)}.variance-good{color:var(--ms-color-success)!important;font-weight:var(--ms-font-weight-semibold)}.variance-bad{color:var(--ms-color-danger)!important;font-weight:var(--ms-font-weight-semibold)}.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--ms-radius-pill);padding:.2rem .6rem;font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-semibold);letter-spacing:.02em}.status-badge--closed{background:var(--ms-color-primary-soft);color:var(--ms-color-success)}.status-badge--open{background:#fff8e1;color:var(--ms-color-warning)}.room-status-summary{display:flex;flex-direction:column;gap:.65rem}.status-summary-row{display:grid;grid-template-columns:minmax(0,1fr) 3rem 4rem;align-items:center;gap:.75rem;font-size:var(--ms-font-size-sm)}.status-summary-label{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.status-dot{width:.65rem;height:.65rem;border-radius:999px;display:inline-block;background:var(--ms-color-text-muted)}.status-dot--occupied{background:var(--ms-color-success)}.status-dot--vacant-clean{background:var(--ms-color-primary)}.status-dot--vacant-dirty{background:var(--ms-color-warning)}.status-dot--reserved{background:var(--ms-color-info)}.status-dot--maintenance{background:var(--ms-color-danger)}.status-dot--out-of-service{background:var(--ms-color-text-muted)}.trend-list{display:flex;flex-direction:column;gap:.75rem}.trend-row{display:grid;grid-template-columns:5rem minmax(0,1fr) 6rem;align-items:center;gap:.75rem;font-size:var(--ms-font-size-sm)}.trend-bar-track{height:.65rem;background:var(--ms-color-surface-muted);border-radius:var(--ms-radius-pill);overflow:hidden}.trend-bar-fill{height:100%;background:var(--ms-color-primary-strong);border-radius:var(--ms-radius-pill)}@media (max-width: 1200px){.executive-kpi-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.dashboard-two-column{grid-template-columns:1fr}}@media (max-width: 720px){.report-header{flex-direction:column}.executive-kpi-grid{grid-template-columns:1fr}.section-card{overflow-x:auto}.trend-row{grid-template-columns:4rem minmax(8rem,1fr) 5rem}}.dashboard-three-column{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr);gap:1rem}.reports-center{gap:var(--ms-space-4, 1rem)}.reports-kpi-grid{grid-template-columns:repeat(5,minmax(180px,1fr))}.report-catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.report-card{min-height:7.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem;background:var(--ms-color-surface);border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-md);box-shadow:var(--ms-shadow-sm)}.report-card--primary{border-left:3px solid var(--ms-color-primary-strong)}.report-card__category{display:inline-flex;width:fit-content;padding:.15rem .45rem;border-radius:var(--ms-radius-pill);background:var(--ms-color-surface-muted);color:var(--ms-color-text-secondary);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-semibold)}.report-card h2{margin:.45rem 0 0;font-size:var(--ms-font-size-md);line-height:1.25}.report-card__actions{display:flex;gap:.5rem;flex-wrap:wrap}.report-card__link{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;width:fit-content;padding:.4rem .8rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);color:var(--ms-color-text-primary);font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium)}.report-card__button{background:var(--ms-color-surface);cursor:pointer}.report-card__button:disabled{opacity:.5;cursor:not-allowed}.report-card__link:hover,.report-card__link:focus-visible{background:var(--ms-color-surface-muted);text-decoration:none}.report-table-section{overflow-x:auto;scrollbar-gutter:stable}.report-table-section .data-table{min-width:760px}.report-table-section--fit .data-table{min-width:0}.report-table-section--fit .data-table th{white-space:normal}.report-table-section--detail .data-table{min-width:900px}.report-table-section--ledger .data-table{min-width:1040px}.reports-center .data-table{font-size:var(--ms-font-size-xs)}.reports-center .data-table th,.reports-center .data-table td{padding:.4rem .55rem;line-height:1.25}.report-table-section .data-table td{vertical-align:top;white-space:normal;overflow-wrap:anywhere}.reports-center .data-table .text-right{white-space:nowrap}.report-export-btn:disabled{opacity:.5;cursor:not-allowed}.reports-workspace{display:grid;grid-template-columns:minmax(12.5rem,14.5rem) minmax(0,1fr);gap:.75rem;align-items:start}.reports-workspace--menu-collapsed{grid-template-columns:3.75rem minmax(0,1fr)}.reports-submenu{position:sticky;top:1rem;display:flex;flex-direction:column;gap:.4rem;max-height:calc(100vh - 8rem);overflow-y:auto;padding-right:.1rem}.reports-submenu__toggle{min-height:2rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-md);background:var(--ms-color-surface);color:var(--ms-color-text-primary);font-weight:var(--ms-font-weight-semibold);cursor:pointer;box-shadow:var(--ms-shadow-sm)}.reports-submenu__item{width:100%;min-height:3.6rem;border:1px solid var(--ms-color-border);border-left:3px solid var(--ms-color-border);border-radius:var(--ms-radius-md);background:var(--ms-color-surface);padding:.5rem .6rem;text-align:left;display:flex;align-items:center;gap:.55rem;cursor:pointer;box-shadow:var(--ms-shadow-sm)}.reports-submenu__icon{flex:0 0 1.75rem;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--ms-radius-sm);background:var(--ms-color-surface-muted);color:var(--ms-color-text-secondary);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-bold)}.reports-submenu__text{display:flex;min-width:0;flex-direction:column;gap:.18rem}.reports-submenu__title{font-weight:var(--ms-font-weight-semibold);color:var(--ms-color-text-primary);line-height:1.2}.reports-submenu__item small{color:var(--ms-color-text-muted);line-height:1.25;font-size:var(--ms-font-size-xs)}.reports-submenu__item.active{background:var(--ms-color-primary-soft);border-color:var(--ms-color-primary);box-shadow:none}.reports-submenu__item.active .reports-submenu__icon{background:var(--ms-color-surface);color:var(--ms-color-primary-strong)}.reports-submenu--collapsed .reports-submenu__toggle,.reports-submenu--collapsed .reports-submenu__item{justify-content:center}.reports-submenu--collapsed .reports-submenu__item{min-height:3rem;padding:.45rem .25rem}.reports-panel{display:flex;flex-direction:column;gap:.75rem;min-width:0}.report-purpose{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid var(--ms-color-border);border-left:4px solid var(--ms-color-primary-strong);border-radius:var(--ms-radius-md);background:var(--ms-color-surface);box-shadow:var(--ms-shadow-sm)}.report-purpose h2{margin:0;font-size:var(--ms-font-size-lg)}.report-purpose p{margin:.2rem 0 0;color:var(--ms-color-text-secondary);font-size:var(--ms-font-size-sm)}.report-open-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.4rem .85rem;border:1px solid var(--ms-color-border);border-radius:var(--ms-radius-sm);color:var(--ms-color-text-primary);font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium);background:var(--ms-color-surface)}.report-open-link:hover,.report-open-link:focus-visible{text-decoration:none;background:var(--ms-color-surface-muted)}.tone-money{border-left-color:var(--ms-color-success)}.tone-room{border-left-color:var(--ms-color-info)}.tone-warning{border-left-color:var(--ms-color-warning)}.tone-danger{border-left-color:var(--ms-color-danger)}.tone-info{border-left-color:var(--ms-color-info)}.tone-neutral{border-left-color:var(--ms-color-text-muted)}.status-chip{display:inline-flex;align-items:center;min-height:1.35rem;padding:.1rem .5rem;border-radius:var(--ms-radius-pill);background:var(--ms-color-surface-muted);color:var(--ms-color-text-secondary);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-semibold);white-space:nowrap}.status-chip.tone-money,.status-chip.tone-room,.status-chip.tone-warning,.status-chip.tone-danger,.status-chip.tone-info{border-left:none}.status-chip.tone-money{background:var(--ms-color-primary-soft);color:var(--ms-color-success)}.status-chip.tone-warning{background:#fff8e1;color:var(--ms-color-warning)}.status-chip.tone-danger{background:#fde8e8;color:var(--ms-color-danger)}.status-chip.tone-info{background:#ebf4ff;color:var(--ms-color-info)}.amount-positive{color:var(--ms-color-success)!important;font-weight:var(--ms-font-weight-semibold)}.amount-warning{color:var(--ms-color-warning)!important;font-weight:var(--ms-font-weight-semibold)}.amount-negative{color:var(--ms-color-danger)!important;font-weight:var(--ms-font-weight-semibold)}.report-compact-grid{grid-template-columns:minmax(24rem,1fr) minmax(16rem,.45fr)}.report-compact-grid .report-table-section{min-width:0}@media (max-width: 1200px){.dashboard-three-column{grid-template-columns:1fr}.reports-kpi-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.reports-workspace{grid-template-columns:1fr}.reports-workspace--menu-collapsed{grid-template-columns:3.75rem minmax(0,1fr)}.reports-submenu{position:static;display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.reports-submenu--collapsed{position:sticky;top:.75rem;display:flex;flex-direction:column}.report-compact-grid{grid-template-columns:1fr}}@media (max-width: 720px){.reports-kpi-grid,.report-catalog,.reports-submenu,.reports-workspace--menu-collapsed{grid-template-columns:1fr}.reports-submenu--collapsed{position:static;display:grid;grid-template-columns:repeat(auto-fill,minmax(3.1rem,1fr))}.reports-submenu--collapsed .reports-submenu__toggle{grid-column:1/-1}.report-purpose{flex-direction:column;align-items:stretch}.report-actions{width:100%}.report-actions select,.report-actions .report-export-btn{flex:1 1 10rem}}
