.dashboard-operational-summary{display:grid;gap:13px;margin:0 0 24px}.dashboard-operational-summary>header{display:flex;align-items:end;justify-content:space-between;padding:0 2px}.dashboard-operational-summary>header small{color:#1768df;font-size:9px;font-weight:800;letter-spacing:.12em}.dashboard-operational-summary>header h2{margin:3px 0 0;color:var(--ux-navy,#14213d);font-size:18px}.dashboard-operational-summary>header>span{color:var(--ux-muted,#687386);font-size:10px}.dashboard-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dashboard-status-card{position:relative;min-width:0;min-height:116px;display:grid;grid-template-columns:10px minmax(0,1fr) 18px;gap:11px;align-items:start;padding:17px;border:1px solid #e1e6ee;border-radius:15px;background:#fff;color:#14213d;text-align:left;cursor:pointer;box-shadow:0 8px 22px rgba(20,35,65,.045);transition:.18s}.dashboard-status-card:hover{transform:translateY(-2px);border-color:#b9c9e4;box-shadow:0 13px 27px rgba(20,35,65,.09)}.dashboard-status-card--wide{grid-column:span 2;grid-template-columns:48px minmax(0,1fr) 18px}.dashboard-status-card>svg{width:16px;height:16px;color:#8793a5}.dashboard-status-card small{display:block;margin-bottom:6px;color:#7d899b;font-size:8px;font-weight:800;letter-spacing:.1em}.dashboard-status-card h3{margin:0 0 4px;font-size:15px;line-height:1.2}.dashboard-status-card p{overflow:hidden;margin:0;color:#687386;font-size:10.5px;line-height:1.45;text-overflow:ellipsis}.dashboard-status-card em{display:block;margin-top:7px;color:#8793a5;font-size:9px;font-style:normal}.status-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#8a96a8;box-shadow:0 0 0 4px #f0f2f5}.status-shield{display:grid;width:44px;height:48px;place-items:center;border-radius:13px;background:#eef1f5;color:#6f7c90}.status-shield svg{width:23px;height:23px}.dashboard-status-card.good .status-dot{background:#18a653;box-shadow:0 0 0 4px #e5f6ec}.dashboard-status-card.warning .status-dot{background:#ef9b15;box-shadow:0 0 0 4px #fff2db}.dashboard-status-card.danger .status-dot{background:#df3038;box-shadow:0 0 0 4px #ffe7e8}.dashboard-status-card.good h3{color:#168348}.dashboard-status-card.warning h3{color:#a86500}.dashboard-status-card.danger h3{color:#cf2831}.dashboard-status-card.good .status-shield{background:#e5f6ec;color:#15934b}.dashboard-status-card.danger .status-shield{background:#ffe7e8;color:#df3038}.dashboard-summary-empty{min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px dashed #d9e0e9;border-radius:14px;background:#fafbfd;color:#687386;font-size:11px}.dashboard-summary-empty svg{width:18px}.dashboard-summary-empty.loading span{width:16px;height:16px;border:2px solid #d8e3f4;border-top-color:#1768df;border-radius:50%;animation:dashboard-spin .8s linear infinite}.dashboard-summary-empty.error{color:#b92d34;background:#fff8f8}@keyframes dashboard-spin{to{transform:rotate(360deg)}}html[data-theme="dark"] .dashboard-operational-summary>header h2{color:#edf2fb}html[data-theme="dark"] .dashboard-status-card{background:#1a2230;border-color:#303949;color:#edf2fb}html[data-theme="dark"] .dashboard-summary-empty{background:#171e2a;border-color:#303949}@media(max-width:980px){.dashboard-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-status-card--wide{grid-column:span 2}}@media(max-width:620px){.dashboard-operational-summary>header{align-items:start}.dashboard-operational-summary>header>span{display:none}.dashboard-status-grid{grid-template-columns:1fr}.dashboard-status-card,.dashboard-status-card--wide{grid-column:auto;min-height:102px}.dashboard-status-card--wide{grid-template-columns:42px minmax(0,1fr) 18px}.status-shield{width:39px;height:43px}.dashboard-status-card h3{font-size:14px}}
