/* ====================================================
   Módulo FE — Facturación Electrónica DGII
   ==================================================== */

/* ---- Lista principal ---- */
.fe-badge-aceptado    { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; border-radius: 12px; padding: 2px 10px; font-size: 12px; font-weight: 600; }
.fe-badge-rechazado   { background: #ffebee; color: #c62828; border: 1px solid #ef9a9a; border-radius: 12px; padding: 2px 10px; font-size: 12px; font-weight: 600; }
.fe-badge-enproceso   { background: #fff8e1; color: #e65100; border: 1px solid #ffe082; border-radius: 12px; padding: 2px 10px; font-size: 12px; font-weight: 600; }
.fe-badge-error       { background: #fce4ec; color: #880e4f; border: 1px solid #f48fb1; border-radius: 12px; padding: 2px 10px; font-size: 12px; font-weight: 600; }
.fe-badge-default     { background: #f5f5f5; color: #616161; border: 1px solid #e0e0e0; border-radius: 12px; padding: 2px 10px; font-size: 12px; font-weight: 600; }

/* ---- Editor JSON ---- */
.fe-json-editor {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 13px;
    width: 100%;
    min-height: 340px;
    border: 1px solid #dde2ea;
    border-radius: 6px;
    padding: 12px;
    resize: vertical;
    background: #1e1e2e;
    color: #cdd6f4;
    line-height: 1.5;
}

/* ---- Drag & Drop Excel ---- */
.fe-dropzone {
    border: 2px dashed #90caf9;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background: #f3f8ff;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.fe-dropzone:hover,
.fe-dropzone.active {
    border-color: #1976d2;
    background: #e3f2fd;
}
.fe-dropzone .fe-drop-icon {
    font-size: 48px;
    color: #90caf9;
    display: block;
    margin-bottom: 8px;
}

/* ---- Logs detail tabs ---- */
.fe-log-tabs .rz-tabview-nav { border-bottom: 2px solid #e0e0e0; }
.fe-log-pre {
    background: #1e1e2e;
    color: #cdd6f4;
    font-family: monospace;
    font-size: 12px;
    border-radius: 6px;
    padding: 14px;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

/* ---- Certificados ---- */
.fe-cert-upload { max-width: 480px; }
