/* =====================================================
   SOFLEXOAI ENTERPRISE THEME — REINAFLEX IA
===================================================== */

html,
body {
    background: #0B1020 !important;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 20px;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    color: #FFFFFF !important;
}

h1 {
    margin: 20px 0 25px 0;
    font-size: 28px;
}

h2 {
    margin-top: 0;
}

p,
td,
th,
span,
li,
label {
    color: #FFFFFF;
}

.menu {
    margin-bottom: 25px;
}

.menu a {
    display: inline-block;
    background: #141B34;
    color: #FFFFFF;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #25304D;
    font-weight: bold;
}

.menu a:hover {
    background: #4F8CFF;
}

.cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.card,
.section {
    background: #141B34 !important;
    border: 1px solid #25304D;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}

.card {
    padding: 25px;
    min-height: 125px;
}

.card h2 {
    color: #22C55E !important;
    font-size: 30px;
    margin: 0 0 15px 0;
}

.card p {
    color: #FFFFFF !important;
    font-weight: bold;
}

.section {
    padding: 25px;
    margin-bottom: 25px;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.status-card {
    background: #111827 !important;
    border: 1px solid #25304D;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
}

.status-card strong {
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
    color: #22C55E !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #141B34 !important;
    margin-top: 15px;
    margin-bottom: 25px;
}

table th {
    background: #1F2A44 !important;
    color: #FFFFFF !important;
    padding: 12px;
    border: 1px solid #25304D !important;
    text-align: left;
}

table td {
    background: #111827 !important;
    color: #FFFFFF !important;
    padding: 12px;
    border: 1px solid #25304D !important;
}

input,
select,
textarea {
    background: #0B1020 !important;
    color: #FFFFFF !important;
    border: 1px solid #25304D !important;
    border-radius: 8px;
    padding: 8px;
}

button,
.btn-salvar {
    background: #4F8CFF !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: bold;
    cursor: pointer;
}

.status-select {
    background: #1E3A8A !important;
    color: #FFFFFF !important;
    border: 1px solid #4F8CFF !important;
    border-radius: 20px;
    padding: 8px 10px;
    font-weight: bold;
}

a {
    color: #4F8CFF;
}

@media(max-width: 1100px) {
    .cards,
    .status-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 700px) {
    .cards,
    .status-grid {
        grid-template-columns: 1fr;
    }

    body {
        padding: 12px;
    }

    table {
        font-size: 13px;
    }
}

.topo,
.container {
    background: #0B1020 !important;
    color: #FFFFFF !important;
}

.topo {
    padding: 20px;
    margin-bottom: 20px;
}

.container {
    padding: 20px 0;
}

body {
    background: #0B1020 !important;
}

table {
    background: #141B34 !important;
}

th {
    background: #1F2A44 !important;
}

td {
    background: #111827 !important;
}

input,
select,
textarea {
    background: #FFFFFF !important;
    color: #111827 !important;
}