/* Fondo general */
body {
    background: #000 !important;
    color: #fff !important;
}

/* Contenedor principal */
#appCapsule,
.appContent {
    background: transparent !important;
    color: #fff !important;
}

/* Textos generales */
p,
li,
ul,
ol,
div,
span {
    color: #fff;
}

/* Líneas divisorias */
hr,
.divider {
    border-color: rgba(255,255,255,0.12) !important;
    background: rgba(255,255,255,0.12) !important;
}

/* Cards / cajas */
.card,
.contentBox,
.box,
.recipe-box,
.ingredients-box,
.instructions-box {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 16px;
    box-shadow: none !important;
}

/* Encabezados dentro de cajas */
.card-header,
.box-header,
.recipe-header {
    background: #161616 !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

/* Títulos */
h1, h2, h3, h4, h5, h6,
.card-title,
.title {
    color: #fff !important;
}

/* Ingredientes e instrucciones */
.ingredients,
.ingredients ul,
.ingredients li,
.instructions,
.instructions ul,
.instructions li,
.card-body,
.contentBox-body {
    background: transparent !important;
    color: #fff !important;
}

/* Listas */
ul li,
ol li {
    color: #fff !important;
}

/* Texto secundario */
.text-muted,
.lead,
small {
    color: #b5b5b5 !important;
}

/* Tablas o bloques claros heredados */
table,
tbody,
thead,
tr,
td,
th {
    background: #111 !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.08) !important;
}

/* Footer */
.appFooter,
.appFooter .heading {
    background: transparent !important;
    color: #9a9a9a !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
}