/* =========================================
   DUCKDUCK PREMIUM FORCE (NEGRO + DORADO)
   SOLO STMJ
========================================= */

/* ===== FONDO GLOBAL ===== */
body,
#wrapper,
#content-wrapper,
#content {
    background: linear-gradient(180deg, #050505, #0a0a0a 60%, #000000) !important;
    color: #f5f5f5 !important;
}

/* ===== SIDEBAR ===== */
.sidebar {
    background: linear-gradient(180deg, #000000, #0a0a0a) !important;
    border-right: 1px solid rgba(212,175,55,.15) !important;
}

/* ===== TOPBAR ===== */
.topbar {
    background: rgba(0,0,0,.95) !important;
    border-bottom: 2px solid rgba(212,175,55,.25) !important;
}

/* ===== CARDS ===== */
.card {
    background: linear-gradient(180deg, #0b0b0b, #000000) !important;
    border: 1px solid rgba(212,175,55,.15) !important;
    box-shadow: 0 10px 40px rgba(212,175,55,.15) !important;
}

/* ===== TITULOS ===== */
h1,h2,h3,h4,h5,h6 {
    color: #f5d97b !important;
}

/* ===== BOTONES ===== */
.btn-primary {
    background: linear-gradient(135deg,#d4af37,#f6e27a) !important;
    color: #000 !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(212,175,55,.4) !important;
}

.btn-success {
    background: linear-gradient(135deg,#22c55e,#16a34a) !important;
}

/* ===== INPUTS ===== */
.form-control {
    background: #0a0a0a !important;
    border: 1px solid rgba(212,175,55,.25) !important;
    color: #fff !important;
}

/* ===== TABLAS ===== */
.table {
    background: transparent !important;
    color: #fff !important;
}

.table thead th {
    background: #0a0a0a !important;
    color: #d4af37 !important;
}

/* ===== LINKS ===== */
a {
    color: #f5d97b !important;
}

/* ===== BADGES ===== */
.badge-success {
    background: #22c55e !important;
}

.badge-danger {
    background: #ef4444 !important;
}

/* ===== BOTONES ESPECIALES ===== */
.btn {
    border-radius: 12px !important;
    font-weight: 900 !important;
}

/* ===== SCROLL ===== */
::-webkit-scrollbar-thumb {
    background: rgba(212,175,55,.4);
}