/* DC CONTROL 10.4.10 — ORÁCULO DC */
.oracle-module{padding-bottom:110px}
.oracle-head{align-items:flex-start}
.oracle-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.oracle-notice{border:1px solid rgba(124,92,255,.24);background:linear-gradient(135deg,rgba(92,64,215,.10),rgba(25,128,204,.07))}
.oracle-notice b{color:#6d3fd9}
.oracle-notice p{margin:.35rem 0 0;color:var(--muted,#60708a)}
.oracle-kpis .exec-card{position:relative;overflow:hidden}
.oracle-kpis .exec-card:after{content:"";position:absolute;width:86px;height:86px;border-radius:50%;right:-28px;top:-32px;background:rgba(255,255,255,.12)}
.oracle-red{background:linear-gradient(135deg,#d93d54,#ff6b6b)!important;color:#fff!important}
.oracle-yellow{background:linear-gradient(135deg,#d99616,#f7b731)!important;color:#fff!important}
.oracle-green{background:linear-gradient(135deg,#1b9b67,#39c98a)!important;color:#fff!important}
.oracle-red span,.oracle-red small,.oracle-yellow span,.oracle-yellow small,.oracle-green span,.oracle-green small{color:rgba(255,255,255,.9)!important}
.oracle-grid2{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;margin:14px 0}
.oracle-top{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(20,50,90,.09)}
.oracle-top:last-child{border-bottom:0}
.oracle-top>span{width:28px;height:28px;border-radius:9px;background:#eef3ff;color:#2c58b9;display:grid;place-items:center;font-weight:900}
.oracle-top small,.oracle-table small{display:block;color:#72809a;margin-top:2px}
.oracle-table-card{margin-top:14px}
.oracle-status{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.03em}
.oracle-bad{background:#ffe5e8;color:#b4233c}
.oracle-warn{background:#fff0cc;color:#9b6400}
.oracle-good{background:#dcf8ea;color:#13714d}
.oracle-neutral{background:#edf1f7;color:#667085}
.oracle-format{background:#f7f5ff;border:1px solid #e3dcff}
.oracle-format code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#ece8ff;padding:2px 5px;border-radius:6px}
.oracle-preview-list>div{display:grid;grid-template-columns:24px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #edf0f5}
.oracle-preview-list>div:last-child{border-bottom:0}
.oracle-preview-list small{display:block;color:#748198;margin-top:2px}
@media(max-width:900px){
  .oracle-grid2{grid-template-columns:1fr}
  .oracle-head{display:block}
  .oracle-actions{justify-content:stretch;margin-top:12px}
  .oracle-actions button{flex:1}
  .oracle-table{min-width:950px}
  .oracle-import-sheet{width:min(96vw,760px)}
}
@media(max-width:560px){
  .oracle-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .oracle-top{grid-template-columns:28px 1fr}.oracle-top strong{grid-column:2}
}
