.ndsp-v45-box{
  direction:rtl;margin:18px 0;border:1px solid rgba(212,175,55,.24);
  background:linear-gradient(180deg,rgba(8,12,20,.96),rgba(5,7,13,.96));
  border-radius:26px;padding:18px;color:#f8fafc;
}
.ndsp-v45-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.ndsp-v45-head h3{margin:0 0 6px;font-size:20px}
.ndsp-v45-head p{margin:0;color:#94a3b8;line-height:1.8}
.ndsp-v45-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(212,175,55,.35);background:rgba(212,175,55,.08);color:#f7d46a;border-radius:999px;padding:8px 12px;font-weight:800;white-space:nowrap}
.ndsp-v45-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ndsp-v45-card{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);border-radius:20px;padding:14px;display:grid;gap:8px}
.ndsp-v45-card h4{margin:0;font-size:16px}
.ndsp-v45-muted{color:#94a3b8;font-size:13px;line-height:1.7}
.ndsp-v45-warning{border-color:rgba(245,158,11,.35);background:rgba(245,158,11,.07)}
.ndsp-v45-row{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:8px}
.ndsp-v45-row b{direction:ltr;color:#f7d46a}
.ndsp-v45-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}
.ndsp-v45-controls select,.ndsp-v45-controls button{min-width:0;border:1px solid rgba(212,175,55,.28);background:#07101b;color:#f8fafc;border-radius:14px;padding:11px 12px;font:inherit}
.ndsp-v45-controls button{cursor:pointer;background:rgba(212,175,55,.10);color:#f7d46a;font-weight:800}
.ndsp-v45-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.ndsp-v45-table{width:100%;min-width:1080px;border-collapse:collapse}
.ndsp-v45-table th,.ndsp-v45-table td{border-bottom:1px solid rgba(255,255,255,.08);padding:12px;text-align:right;vertical-align:middle}
.ndsp-v45-table th{color:#94a3b8;font-weight:800}
.ndsp-v45-ltr{direction:ltr;unicode-bidi:embed}
.ndsp-v45-nmp-ok{color:#f7d46a;font-weight:900}
.ndsp-v45-nmp-miss{color:#94a3b8}
.ndsp-v45-custom{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.ndsp-v45-custom label{display:flex;align-items:center;gap:8px;color:#cbd5e1;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);border-radius:14px;padding:9px 11px}
.ndsp-v45-hidden{display:none!important}
@media(max-width:820px){
  .ndsp-v45-box{margin:12px 0;padding:14px;border-radius:20px}
  .ndsp-v45-grid,.ndsp-v45-controls{grid-template-columns:1fr}
  .ndsp-v45-head h3{font-size:18px}
}
