/* Sona3 V6.0.8 — health visibility, recent details and non-blocking connection state. */
.case-form-engine-root [data-case-section="health"]{display:block!important}
.case-form-engine-root [data-case-section="health"] .polish-grid{display:grid!important;min-height:1px!important}
.case-form-engine-root [data-case-section="health"] .case-engine-field{display:block!important;visibility:visible!important;opacity:1!important}

#v409RecentCaseModal{z-index:120000!important}
#v409RecentCaseModal .modal-box{width:min(1080px,96vw)!important;max-height:94vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
#v409RecentModalBody{overflow:auto!important;padding:8px 10px 18px!important;max-height:76vh!important}
.v608-recent-details{display:flex;flex-direction:column;gap:12px;direction:rtl}
.v608-recent-section{border:1px solid rgba(15,118,110,.18);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(15,23,42,.04)}
.v608-recent-section>h3{margin:0;padding:12px 15px;background:linear-gradient(135deg,#ecfdf5,#f8fafc);color:#0f766e;font-size:1rem;border-bottom:1px solid rgba(15,118,110,.12)}
.v608-recent-fields{margin:0;padding:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}
.v608-recent-field{min-width:0;margin:0;padding:11px 12px;border-radius:13px;background:#f8fafc;border:1px solid #eef2f7}
.v608-recent-field dt{font-weight:800;color:#475569;margin:0 0 5px;overflow-wrap:anywhere}
.v608-recent-field dd{margin:0;color:#0f172a;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}

.v608-connection-state{position:fixed;z-index:200000;left:50%;bottom:18px;transform:translateX(-50%);max-width:min(92vw,680px);padding:10px 16px;border-radius:999px;font-weight:800;font-size:.9rem;box-shadow:0 10px 30px rgba(15,23,42,.18);background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.v608-connection-state.warning{background:#fffbeb;color:#92400e;border-color:#fde68a}
.v608-connection-state[hidden]{display:none!important}

body.dark-mode .v608-recent-section{background:#101827;border-color:#334155}
body.dark-mode .v608-recent-section>h3{background:#172033;color:#99f6e4;border-color:#334155}
body.dark-mode .v608-recent-field{background:#172033;border-color:#263348}
body.dark-mode .v608-recent-field dt{color:#cbd5e1}
body.dark-mode .v608-recent-field dd{color:#f8fafc}

@media(max-width:720px){
  #v409RecentCaseModal{padding:6px!important;align-items:center!important}
  #v409RecentCaseModal .modal-box{width:100%!important;max-height:97vh!important}
  #v409RecentModalBody{max-height:79vh!important;padding:6px!important}
  .v608-recent-fields{grid-template-columns:1fr;padding:9px}
  .v608-recent-field{padding:10px}
  .v608-connection-state{bottom:10px;border-radius:16px;text-align:center}
}
