/* =========================================================
   NEXENG Duct Sizer Dark Panels Fix v5B
   Corrige tarjetas grises del bloque Uso rápido y paneles inferiores.
   ========================================================= */

body.nx-theme-dark .nx-quick,
body.nx-theme-dark .nx-disclaimer,
body.nx-theme-dark .nx-info-panel,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-disclaimer,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel {
    background: linear-gradient(135deg, rgba(7,32,57,.96), rgba(4,24,45,.98)) !important;
    border: 1px solid rgba(0,174,239,.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 18px 42px rgba(0,0,0,.16) !important;
}

body.nx-theme-dark .nx-quick-grid article,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick-grid article {
    background: linear-gradient(180deg, rgba(14,36,60,.98), rgba(9,28,49,.98)) !important;
    border: 1px solid rgba(0,174,239,.16) !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02) !important;
}

body.nx-theme-dark .nx-quick-grid strong,
body.nx-theme-dark .nx-info-panel h2,
body.nx-theme-dark .nx-info-panel strong,
body.nx-theme-dark .nx-disclaimer strong,
body.nx-theme-dark .nx-quick h2,
body.nx-theme-dark .nx-disclaimer h2,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick-grid strong,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel h2,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel strong,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-disclaimer strong,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick h2,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-disclaimer h2 {
    color: #f4fbff !important;
    -webkit-text-fill-color: #f4fbff !important;
}

body.nx-theme-dark .nx-quick-grid p,
body.nx-theme-dark .nx-disclaimer p,
body.nx-theme-dark .nx-info-panel p,
body.nx-theme-dark .nx-info-panel label,
body.nx-theme-dark .nx-info-panel span,
body.nx-theme-dark .nx-quick > span,
body.nx-theme-dark .nx-disclaimer > span,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick-grid p,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-disclaimer p,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel p,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel label,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-info-panel span,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-quick > span,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-disclaimer > span {
    color: #b8cadf !important;
    -webkit-text-fill-color: #b8cadf !important;
}

body.nx-theme-dark .nx-note-box,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-note-box {
    background: rgba(7,28,48,.96) !important;
    border: 1px solid rgba(0,174,239,.18) !important;
    color: #eef8ff !important;
    -webkit-text-fill-color: #eef8ff !important;
}

body.nx-theme-dark .nx-note-box::placeholder,
body.nx-duct-sizer-core-shell-v1.nx-theme-dark .nx-note-box::placeholder {
    color: #89a3bc !important;
    -webkit-text-fill-color: #89a3bc !important;
}
