html, body, #app, main {
    background: 
        radial-gradient(circle at top left, rgba(0, 174, 239, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(0, 87, 184, 0.10), transparent 36%),
        #050B14 !important;
    background-color: #050B14 !important;
    color: #D9E2EC !important;
    min-height: 100vh;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* === SELECT DE CATEGORÍA === */
#category {
    appearance: none;
    background-color: #0c0a09;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    color: #f5f5f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='40,60 70,90 100,60' fill='none' stroke='%23a8a29e' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

#category:focus {
    border-color: #00AEEF;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.25);
}

/* Etiqueta */
.form-group label {
    font-weight: bold;
    color: #00AEEF;
    margin-bottom: 0.5rem;
}

.editing-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #07111F; 
    color: #fff; 
    border-top: 2px solid #00AEEF; 
    padding: 10px 30px;
    z-index: 1050; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.4);
}

.editing-sticky-footer h5,
.editing-sticky-footer p {
    margin: 0;
}

/* Contrast override for muted text in dark theme (only applies to non-AdminLTE layouts) */
body:not(.sidebar-mini) .text-muted {
    color: #A0B3C6 !important;
}

body:not(.sidebar-mini) ::placeholder {
    color: #7A8C9E !important;
    opacity: 1 !important;
}
