/* TOCAPU MedCore 2S69-A10-R2 — Inicio operativo funcional */
.screen-dashboard .content{padding-top:18px;display:grid;gap:16px}
.screen-dashboard .universal-search{border:1px solid #dbe7f5;border-radius:16px;box-shadow:0 10px 28px rgba(20,74,138,.06)}
.screen-dashboard .op-quick-section{margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.screen-dashboard .op-quick-section .section-head{display:none}
.screen-dashboard .op-home-hub{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.screen-dashboard .op-action,.screen-dashboard .op-home-primary{min-height:112px;border:1px solid #dce7f4!important;border-radius:16px!important;background:#fff!important;color:#0f2d57!important;box-shadow:0 8px 24px rgba(20,74,138,.06)!important;padding:18px!important;display:flex;align-items:center;gap:14px;transition:.18s ease}
.screen-dashboard .op-action:hover{transform:translateY(-2px);border-color:#a9c7ef!important;box-shadow:0 12px 30px rgba(20,74,138,.1)!important}
.screen-dashboard .op-action-icon{width:54px;height:54px;min-width:54px;border-radius:14px;background:#eef5ff;color:#0d5bd7;display:grid;place-items:center}
.screen-dashboard .op-action-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:1.8}
.screen-dashboard .op-action b{font-size:15px;display:block;margin-bottom:5px}.screen-dashboard .op-action small{font-size:12.5px;line-height:1.45;color:#5d7190;display:block}.screen-dashboard .op-action-kicker{display:none}
.op-work-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.op-work-card{background:#fff;border:1px solid #dce7f4;border-radius:16px;box-shadow:0 8px 24px rgba(20,74,138,.055);padding:15px;min-width:0}
.op-work-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.op-work-head h3{font-size:14px;margin:0;color:#132f57}.op-work-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center}.op-work-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.op-work-icon.blue{background:#eaf3ff;color:#0a5ee0}.op-work-icon.violet{background:#f1ebff;color:#6f3bd2}.op-work-icon.cyan{background:#e7f9fb;color:#12889a}.op-work-icon.green{background:#eaf8ed;color:#16863b}
.op-work-list,.op-cash-actions{display:grid}.op-work-list>a,.op-cash-actions>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #edf2f8;color:#17345f;text-decoration:none}.op-work-list>a:first-child,.op-cash-actions>a:first-child{border-top:0}.op-work-list span,.op-cash-actions span{min-width:0}.op-work-list b,.op-cash-actions b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.op-work-list small,.op-cash-actions small{display:block;color:#6a7d99;font-size:10.5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.op-work-list em{font-style:normal;font-size:10px;padding:5px 8px;border-radius:7px;background:#eaf3ff;color:#0a5ee0;white-space:nowrap}.op-work-list em.violet{background:#f1ebff;color:#6f3bd2}.op-work-list em.green{background:#eaf8ed;color:#16863b}.op-cash-actions strong{font-size:11px;color:#0b5dda;border:1px solid #cddff4;border-radius:8px;padding:6px 10px;white-space:nowrap}.op-work-footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px;padding-top:10px;border-top:1px solid #edf2f8;color:#0a5ee0;font-size:11.5px;font-weight:700;text-decoration:none}.op-work-empty{font-size:12px;color:#73839b;padding:14px 0;margin:0}
.screen-dashboard .agenda-dashboard-shell,.screen-dashboard .agenda-dashboard-card,.screen-dashboard .agenda-operativa-dashboard{border-radius:16px!important;border-color:#dce7f4!important;box-shadow:0 8px 24px rgba(20,74,138,.055)!important}
@media(max-width:1200px){.screen-dashboard .op-home-hub{grid-template-columns:repeat(3,1fr)}.op-work-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.screen-dashboard .op-home-hub,.op-work-grid{grid-template-columns:1fr}.screen-dashboard .op-action,.screen-dashboard .op-home-primary{min-height:auto}.op-work-card{padding:13px}}

/* 2S69-A10-R5 · Corrección de superposición y controles del buscador universal */
body.screen-dashboard .content{overflow:visible!important}
body.screen-dashboard .universal-live-search{
  position:relative!important;
  z-index:500!important;
  isolation:isolate!important;
  overflow:visible!important;
}
body.screen-dashboard .universal-live-wrap,
body.screen-dashboard .universal-input-shell{overflow:visible!important}
body.screen-dashboard .universal-input-shell{z-index:510!important}
body.screen-dashboard .universal-live-results{
  z-index:1000!important;
  top:calc(100% + 8px)!important;
  max-height:min(420px,55vh)!important;
  overscroll-behavior:contain;
}
body.screen-dashboard .op-quick-section,
body.screen-dashboard .op-work-grid,
body.screen-dashboard .agenda-dashboard-shell,
body.screen-dashboard .agenda-dashboard-card,
body.screen-dashboard .agenda-operativa-dashboard{
  position:relative!important;
  z-index:1!important;
}
body.screen-dashboard input[type="search"]::-webkit-search-cancel-button,
body.screen-dashboard input[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:none!important;
}
body.screen-dashboard .universal-live-status{max-width:110px;overflow:hidden;text-overflow:ellipsis}
@media(max-width:920px){
  body.screen-dashboard .universal-live-status{display:none!important}
  body.screen-dashboard .universal-input-shell{grid-template-columns:24px minmax(0,1fr) 34px auto!important}
}
