/* _content/GestorRadios/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

.page[b-8mpso146d6] {
    display: flex;
    min-height: 100vh;
    background: #f8f9fa;
}

.auth-loading[b-8mpso146d6] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f8f9fa;
}

.sidebar[b-8mpso146d6] {
    width: 280px;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 8px rgba(0,0,0,0.05);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.sidebar-header[b-8mpso146d6] {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-icon[b-8mpso146d6] {
    width: 48px;
    height: 48px;
    color: #6b7280;
}

.brand-info h3[b-8mpso146d6] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}

.brand-info p[b-8mpso146d6] {
    margin: 0;
    font-size: 0.8rem;
    color: #9ca3af;
}

.nav-menu[b-8mpso146d6] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.nav-item[b-8mpso146d6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1rem;
    color: #6b7280 !important;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    cursor: pointer;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.nav-item:hover[b-8mpso146d6] {
    background: #f3f4f6;
    color: #374151 !important;
}

.nav-item.active[b-8mpso146d6] {
    background: #eff6ff;
    color: #2563eb !important;
    font-weight: 500;
}

.nav-icon[b-8mpso146d6] {
    min-width: 20px;
    flex-shrink: 0;
}

.nav-item-group[b-8mpso146d6] {
    margin-bottom: 0.25rem;
}

.nav-item-toggle[b-8mpso146d6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    color: #6b7280;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.nav-item-toggle:hover[b-8mpso146d6] {
    background: #f3f4f6;
    color: #374151;
}

.nav-item-toggle.active[b-8mpso146d6] {
    background: #f3f4f6;
    color: #374151;
}

.nav-item-content[b-8mpso146d6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toggle-arrow[b-8mpso146d6] {
    color: #9ca3af;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.nav-item-toggle.active .toggle-arrow[b-8mpso146d6] {
    transform: rotate(180deg);
}

.nav-submenu[b-8mpso146d6] {
    display: none;
    background: #f9fafb;
    border-radius: 8px;
    margin: 0.25rem 0 0.5rem 0;
    padding: 0.5rem;
}

.nav-submenu.show[b-8mpso146d6] {
    display: flex;
    flex-direction: column;
}

.nav-subitem[b-8mpso146d6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    color: #6b7280 !important;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.85rem;
    transition: all 0.2s;
    margin-bottom: 0.15rem;
}

.nav-subitem:last-child[b-8mpso146d6] {
    margin-bottom: 0;
}

.nav-subitem:hover[b-8mpso146d6] {
    background: #ffffff;
    color: #374151 !important;
}

.nav-subitem.active[b-8mpso146d6] {
    background: #dbeafe;
    color: #2563eb !important;
    font-weight: 500;
}

.sidebar-footer[b-8mpso146d6] {
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
}

.user-info[b-8mpso146d6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

.user-avatar[b-8mpso146d6] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.user-name[b-8mpso146d6] {
    font-size: 0.85rem;
    color: #374151;
    font-weight: 500;
}

.btn-logout[b-8mpso146d6] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.85rem;
    font-weight: 500;
}

.btn-logout:hover[b-8mpso146d6] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.main-content[b-8mpso146d6] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f8f9fa;
    position: static; /* IMPORTANTE: no usar relative, interfiere con position:fixed de modales */
    margin-left: 280px;
}

.content-wrapper[b-8mpso146d6] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sidebar[b-8mpso146d6] {
        position: fixed;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s;
    }

    .sidebar.mobile-open[b-8mpso146d6] {
        transform: translateX(0);
    }

    .main-content[b-8mpso146d6] {
        margin-left: 0;
    }
}

/* ========================================
   LOADING OVERLAY - AGREGADO
   ======================================== */

/* Loading Overlay - Solo cubre el contenido, no el sidebar */
.page-loading-overlay[b-8mpso146d6] {
    position: fixed;
    top: 0;
    left: 280px; /* Mismo margen que main-content para no tapar el sidebar */
    right: 0;
    bottom: 0;
    background: rgba(248, 249, 250, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(3px);
}

.loading-spinner[b-8mpso146d6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-spinner .spinner-border[b-8mpso146d6] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}

.loading-spinner p[b-8mpso146d6] {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
}

/* Animación suave para el overlay */
@keyframes fadeIn-b-8mpso146d6 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* _content/GestorRadios/Components/Pages/BancoDatos/Canales.razor.rz.scp.css */
/* ========================================
   Estilos adicionales para Canales.razor
   Agregar al archivo CSS existente
   ======================================== */

/* Badges para Es Obligatorio */
.badge[b-u3rdagqdxv] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.badge-warning[b-u3rdagqdxv] {
    background: #fef3c7;
    color: #92400e;
}

.badge-secondary[b-u3rdagqdxv] {
    background: #e5e7eb;
    color: #6b7280;
}

/* Form check */
.form-check[b-u3rdagqdxv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-u3rdagqdxv] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-label[b-u3rdagqdxv] {
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    color: #374151;
}

.text-muted[b-u3rdagqdxv] {
    color: #6b7280;
    font-size: 0.75rem;
    display: block;
    margin-top: 0.25rem;
}
/* _content/GestorRadios/Components/Pages/BancoDatos/Kits.razor.rz.scp.css */
.kits-page[b-je7jmviboh] {
    padding: 1.5rem;
}

.page-header[b-je7jmviboh] {
    margin-bottom: 2rem;
}

.page-header h2[b-je7jmviboh] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.page-subtitle[b-je7jmviboh] {
    color: #64748b;
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
}

/* Loading */
.loading-state[b-je7jmviboh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    color: #64748b;
}

/* Grid de kits */
.kits-grid[b-je7jmviboh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 1.5rem;
}

.kit-card[b-je7jmviboh] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.kit-card-header[b-je7jmviboh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.kit-nombre[b-je7jmviboh] {
    font-weight: 500;
    color: #334155;
    font-size: 0.9rem;
}

/* Badges tipo */
.kit-tipo-badge[b-je7jmviboh] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.kit-tipo-badge.tipo-1[b-je7jmviboh] { background: #dbeafe; color: #1d4ed8; }
.kit-tipo-badge.tipo-2[b-je7jmviboh] { background: #dcfce7; color: #15803d; }
.kit-tipo-badge.tipo-3[b-je7jmviboh] { background: #fef9c3; color: #854d0e; }

/* Kit vacío */
.kit-vacio[b-je7jmviboh] {
    padding: 2rem;
    text-align: center;
    color: #94a3b8;
}

.kit-vacio p[b-je7jmviboh] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.btn-crear[b-je7jmviboh] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-crear:hover[b-je7jmviboh] { background: #1d4ed8; }

/* Detalle kit */
.kit-detalle[b-je7jmviboh] {
    padding: 1rem 1.25rem;
}

.sin-accesorios[b-je7jmviboh] {
    color: #94a3b8;
    font-size: 0.88rem;
    text-align: center;
    padding: 1rem 0;
}

/* Tabla accesorios */
.tabla-accesorios[b-je7jmviboh] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

.tabla-accesorios thead tr[b-je7jmviboh] {
    border-bottom: 2px solid #e2e8f0;
}

.tabla-accesorios th[b-je7jmviboh] {
    text-align: left;
    padding: 0.5rem 0.5rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tabla-accesorios td[b-je7jmviboh] {
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.input-cantidad[b-je7jmviboh] {
    width: 60px;
    padding: 0.25rem 0.4rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.85rem;
    text-align: center;
}

.input-cantidad:focus[b-je7jmviboh] {
    outline: none;
    border-color: #2563eb;
}

.stock-badge[b-je7jmviboh] {
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

.stock-badge.ok[b-je7jmviboh] { background: #dcfce7; color: #15803d; }
.stock-badge.sin-stock[b-je7jmviboh] { background: #fee2e2; color: #dc2626; }

.btn-quitar[b-je7jmviboh] {
    background: none;
    border: 1px solid #fca5a5;
    color: #dc2626;
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    font-size: 0.78rem;
    transition: all 0.15s;
}

.btn-quitar:hover[b-je7jmviboh] {
    background: #fee2e2;
}

/* Acciones del kit */
.kit-acciones[b-je7jmviboh] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.btn-agregar-accesorio[b-je7jmviboh] {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-agregar-accesorio:hover[b-je7jmviboh] {
    background: #dcfce7;
}

.btn-eliminar-kit[b-je7jmviboh] {
    background: none;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.15s;
    margin-left: auto;
}

.btn-eliminar-kit:hover[b-je7jmviboh] {
    color: #dc2626;
    border-color: #fca5a5;
}

/* Modal */
.modal-overlay[b-je7jmviboh] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-card[b-je7jmviboh] {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.modal-header[b-je7jmviboh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h4[b-je7jmviboh] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-cerrar[b-je7jmviboh] {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem;
}

.modal-body[b-je7jmviboh] {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.modal-body label[b-je7jmviboh] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
}

.form-input[b-je7jmviboh] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.form-input:focus[b-je7jmviboh] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

/* Lista accesorios en modal */
.lista-accesorios[b-je7jmviboh] {
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.accesorio-item[b-je7jmviboh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.875rem;
    cursor: pointer;
    transition: background 0.1s;
    border-bottom: 1px solid #f1f5f9;
}

.accesorio-item:last-child[b-je7jmviboh] { border-bottom: none; }
.accesorio-item:hover[b-je7jmviboh] { background: #f8fafc; }
.accesorio-item.selected[b-je7jmviboh] { background: #eff6ff; }

.acc-nombre[b-je7jmviboh] { font-size: 0.88rem; color: #334155; }
.acc-stock[b-je7jmviboh] { font-size: 0.78rem; color: #64748b; }

.sin-resultados[b-je7jmviboh] {
    padding: 1rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.88rem;
}

.error-msg[b-je7jmviboh] {
    color: #dc2626;
    font-size: 0.83rem;
    margin: 0;
}

/* Modal footer */
.modal-footer[b-je7jmviboh] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}


.btn-cancelar[b-je7jmviboh] {
    background: none;
    border: 1px solid #e2e8f0;
    color: #64748b;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-size: 0.88rem;
    cursor: pointer;
}

.btn-eliminar-confirmar[b-je7jmviboh] {
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-eliminar-confirmar:hover:not(:disabled)[b-je7jmviboh] { background: #b91c1c; }
.btn-eliminar-confirmar:disabled[b-je7jmviboh] { opacity: 0.6; cursor: not-allowed; }

.text-warning-msg[b-je7jmviboh] {
    color: #92400e;
    font-size: 0.85rem;
    margin: 0.25rem 0 0;
}

/* modal-body sin flex para el modal de confirmación */
.modal-body-confirm[b-je7jmviboh] {
    display: block;
}

.btn-guardar[b-je7jmviboh] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-guardar:hover:not(:disabled)[b-je7jmviboh] { background: #1d4ed8; }
.btn-guardar:disabled[b-je7jmviboh] { opacity: 0.6; cursor: not-allowed; }
/* _content/GestorRadios/Components/Pages/ConsultaRequisitos/AsignacionNuevaDetalle.razor.rz.scp.css */
.detalle-page[b-99zv14026p] {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
}

/* ── HEADER ── */
.detalle-header[b-99zv14026p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.detalle-header-left[b-99zv14026p] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.detalle-titulo[b-99zv14026p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detalle-titulo h3[b-99zv14026p] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-volver[b-99zv14026p] {
    background: none;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 8px;
    padding: 0.45rem 1rem;
    font-size: 0.88rem;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.btn-volver:hover[b-99zv14026p] {
    background: #f8fafc;
    border-color: #94a3b8;
}

/* ── CONTENIDO ── */
.detalle-contenido[b-99zv14026p] {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* ── SECCIONES ── */
.seccion[b-99zv14026p] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.seccion-titulo[b-99zv14026p] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.875rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #1e293b;
}

.numero[b-99zv14026p] {
    width: 22px;
    height: 22px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    flex-shrink: 0;
}

.badge-count[b-99zv14026p] {
    margin-left: auto;
    background: #e2e8f0;
    color: #475569;
    padding: 0.1rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.opcional-tag[b-99zv14026p] {
    font-size: 0.75rem;
    font-weight: 400;
    color: #94a3b8;
}

.sin-datos[b-99zv14026p] {
    padding: 1rem 1.25rem;
    color: #94a3b8;
    font-size: 0.88rem;
    margin: 0;
}

/* ── DATOS GENERALES ── */
.datos-grid[b-99zv14026p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.dato-item[b-99zv14026p] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
}

.dato-label[b-99zv14026p] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dato-valor[b-99zv14026p] {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
}

/* ── TABLAS ── */
.tabla[b-99zv14026p] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.tabla thead tr[b-99zv14026p] {
    background: #fafafa;
    border-bottom: 2px solid #e2e8f0;
}

.tabla th[b-99zv14026p] {
    text-align: left;
    padding: 0.65rem 1.25rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tabla td[b-99zv14026p] {
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.tabla tr:last-child td[b-99zv14026p] { border-bottom: none; }

/* ── BADGES ── */
.estado-badge[b-99zv14026p] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    display: inline-block;
}

.estado-10[b-99zv14026p] { background: #fef9c3; color: #854d0e; }
.estado-11[b-99zv14026p] { background: #dbeafe; color: #1d4ed8; }
.estado-12[b-99zv14026p] { background: #f3e8ff; color: #7e22ce; }

.badge-tipo[b-99zv14026p] {
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-tipo.tipo-1[b-99zv14026p] { background: #dbeafe; color: #1d4ed8; }
.badge-tipo.tipo-2[b-99zv14026p] { background: #dcfce7; color: #15803d; }
.badge-tipo.tipo-3[b-99zv14026p] { background: #fef9c3; color: #854d0e; }

.badge-obligatorio[b-99zv14026p] {
    background: #fee2e2;
    color: #dc2626;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-opcional[b-99zv14026p] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* ── CANALES POR ÁREA ── */
.grupo-area[b-99zv14026p] { border-bottom: 1px solid #e2e8f0; }
.grupo-area:last-child[b-99zv14026p] { border-bottom: none; }

.area-header[b-99zv14026p] {
    padding: 0.4rem 1.25rem;
    background: #f8fafc;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

/* ── OBSERVACIÓN ── */
.observacion-container[b-99zv14026p] {
    display: flex;
    flex-direction: column;
}

.textarea-observacion[b-99zv14026p] {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: none;
    resize: vertical;
    font-size: 0.9rem;
    color: #334155;
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
    min-height: 100px;
}

.textarea-observacion:focus[b-99zv14026p] { background: #fafafa; }

.observacion-footer[b-99zv14026p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 1.25rem 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.char-count[b-99zv14026p] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.btn-guardar-obs[b-99zv14026p] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.4rem 1rem;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-guardar-obs:hover:not(:disabled)[b-99zv14026p] { background: #1d4ed8; }
.btn-guardar-obs:disabled[b-99zv14026p] { opacity: 0.6; cursor: not-allowed; }

/* ── FOOTER STICKY ── */
.detalle-footer[b-99zv14026p] {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
}

.footer-acciones[b-99zv14026p] {
    display: flex;
    gap: 0.75rem;
}

.btn-accion[b-99zv14026p] {
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-accion:disabled[b-99zv14026p] { opacity: 0.5; cursor: not-allowed; }

.btn-accion-primary[b-99zv14026p] { background: #2563eb; color: #fff; }
.btn-accion-primary:hover:not(:disabled)[b-99zv14026p] { background: #1d4ed8; }

.btn-accion-secondary[b-99zv14026p] { background: #fff; border: 1px solid #2563eb; color: #2563eb; }
.btn-accion-secondary:hover:not(:disabled)[b-99zv14026p] { background: #eff6ff; }

.btn-accion-success[b-99zv14026p] { background: #16a34a; color: #fff; }
.btn-accion-success:hover:not(:disabled)[b-99zv14026p] { background: #15803d; }

.btn-accion-excel[b-99zv14026p] { background: #166534; color: #fff; }
.btn-accion-excel:hover:not(:disabled)[b-99zv14026p] { background: #14532d; }

/* ── LOADING / NOT FOUND ── */
.loading-state[b-99zv14026p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem;
    gap: 1rem;
    color: #64748b;
}

.not-found[b-99zv14026p] {
    padding: 4rem;
    text-align: center;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.modal-large[b-99zv14026p] {
    width: 700px;
    max-width: 95vw;
}
.btn-accion-danger[b-99zv14026p] {
    background: #dc2626;
    color: #fff;
}

.btn-accion-danger:hover:not(:disabled)[b-99zv14026p] {
    background: #b91c1c;
}

/* ── Vista previa OS estado 12 ── */
.os-preview[b-99zv14026p] {
    max-width: 860px;
    margin: 20px auto;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #fff;
}

.os-titulo-bloque[b-99zv14026p] {
    background: #e8e8e8;
    text-align: center;
    padding: 10px 0 8px;
    border-bottom: 1px solid #ccc;
}

.os-titulo[b-99zv14026p] {
    font-size: 18px;
    font-weight: 700;
}

.os-subtitulo[b-99zv14026p] {
    font-size: 13px;
    font-weight: 700;
    color: #003087;
}

.os-fila-top[b-99zv14026p] {
    display: flex;
    border-bottom: 1px solid #bbb;
}

.os-top-cell[b-99zv14026p] {
    flex: 1;
    padding: 5px 8px;
    border-right: 1px solid #bbb;
    font-size: 12px;
}

    .os-top-cell:last-child[b-99zv14026p] {
        border-right: none;
    }

.os-bg-gris[b-99zv14026p] {
    background: #e8e8e8;
}

.os-bg-celeste[b-99zv14026p] {
    background: #ddeef2;
}

.os-bg-a[b-99zv14026p] {
    background: #ddeef2;
}

.os-bg-b[b-99zv14026p] {
    background: #e8e8e8;
}

.os-seccion[b-99zv14026p] {
    border-bottom: 1px solid #ccc;
}

.os-seccion-header[b-99zv14026p] {
    padding: 5px 8px;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.os-header-a[b-99zv14026p] {
    background: #b3dfec;
}

.os-header-b[b-99zv14026p] {
    background: #c1c1c1;
}

.os-tabla-grid[b-99zv14026p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.os-celda[b-99zv14026p] {
    padding: 4px 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

    .os-celda:nth-child(even)[b-99zv14026p] {
        border-right: none;
    }

.os-table[b-99zv14026p] {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

    .os-table th[b-99zv14026p],
    .os-table td[b-99zv14026p] {
        padding: 4px 8px;
        border: 1px solid #ccc;
    }

    .os-table thead th[b-99zv14026p] {
        font-weight: 700;
    }

.os-accesorios-row[b-99zv14026p] {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.os-seccion-half[b-99zv14026p] {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid #ccc;
}

    .os-seccion-half:last-child[b-99zv14026p] {
        border-right: none;
    }

.os-celda-obs[b-99zv14026p] {
    padding: 8px;
    min-height: 60px;
    font-size: 12px;
}

/* ── Firmas ── */
.os-firmas-row[b-99zv14026p] {
    display: flex;
}

.os-firma-col[b-99zv14026p] {
    flex: 1;
    border-right: 1px solid #ccc;
}

    .os-firma-col:last-child[b-99zv14026p] {
        border-right: none;
    }

.os-firma-label[b-99zv14026p] {
    padding: 4px 8px;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.os-firma-canvas-wrap[b-99zv14026p] {
    background: #fff;
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.os-firma-canvas[b-99zv14026p] {
    width: 100%;
    height: 100px;
    display: block;
    cursor: crosshair;
    touch-action: none;
}

.btn-limpiar-firma[b-99zv14026p] {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 11px;
    padding: 2px 8px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.os-firma-nombre[b-99zv14026p] {
    padding: 4px 8px;
    font-size: 12px;
    border-top: 1px solid #ccc;
}

/* ── Opciones finalización ── */
.os-opciones-firma[b-99zv14026p] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 16px;
    background: #f9f9f9;
    border-top: 2px solid #ccc;
}

.os-opcion-bloque[b-99zv14026p] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.os-opcion-titulo[b-99zv14026p] {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
}

.os-opcion-separador[b-99zv14026p] {
    font-size: 18px;
    font-weight: 700;
    color: #999;
    align-self: center;
    padding: 0 8px;
}
/* _content/GestorRadios/Components/Pages/ConsultaRequisitos/Historico.razor.rz.scp.css */
.historico-page[b-vngg4gbm22] {
    padding: 1.5rem;
}

.page-header[b-vngg4gbm22] {
    margin-bottom: 1.5rem;
}

.page-header h3[b-vngg4gbm22] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111827;
}

/* ── TABS ── */
.tabs-container[b-vngg4gbm22] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.tabs-header[b-vngg4gbm22] {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
}

.tab-btn[b-vngg4gbm22] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s;
}

.tab-btn:hover[b-vngg4gbm22] { color: #1e293b; }

.tab-btn.active[b-vngg4gbm22] {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background: #fff;
}

.tab-badge[b-vngg4gbm22] {
    background: #2563eb;
    color: #fff;
    border-radius: 20px;
    padding: 0.1rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.tab-content[b-vngg4gbm22] {
    padding: 1.25rem;
}

/* ── FILTROS ── */
.filtros-bar[b-vngg4gbm22] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.filtro-busqueda[b-vngg4gbm22] {
    flex: 1;
    max-width: 360px;
}

/* ── TABLA ── */
.table-responsive[b-vngg4gbm22] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.table[b-vngg4gbm22] {
    margin-bottom: 0;
}

.table thead[b-vngg4gbm22] {
    background: #f9fafb;
}

.table th[b-vngg4gbm22] {
    font-weight: 600;
    color: #374151;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #e5e7eb;
    padding: 0.75rem 1rem;
}

.table td[b-vngg4gbm22] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    color: #334155;
    font-size: 0.88rem;
    border-bottom: 1px solid #f1f5f9;
}

.table tbody tr:last-child td[b-vngg4gbm22] { border-bottom: none; }
.table-hover tbody tr:hover[b-vngg4gbm22] { background: #f8fafc; }

/* ── BOTONES DESCARGA ── */
.descarga-btns[b-vngg4gbm22] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

/* ── LOADING / EMPTY ── */
.loading-state[b-vngg4gbm22] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    color: #64748b;
}

.empty-state[b-vngg4gbm22] {
    padding: 3rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

/* ── BOTONES ── */
.btn[b-vngg4gbm22] { padding: 0.5rem 1.25rem; border-radius: 8px; border: none; font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.15s; }
.btn-sm[b-vngg4gbm22] { padding: 0.3rem 0.75rem; font-size: 0.82rem; }
.btn-outline-primary[b-vngg4gbm22] { background: #fff; border: 1px solid #2563eb; color: #2563eb; }
.btn-outline-primary:hover:not(:disabled)[b-vngg4gbm22] { background: #eff6ff; }
.btn-outline-secondary[b-vngg4gbm22] { background: #fff; border: 1px solid #64748b; color: #64748b; }
.btn-outline-secondary:hover:not(:disabled)[b-vngg4gbm22] { background: #f8fafc; }
.btn:disabled[b-vngg4gbm22] { opacity: 0.45; cursor: not-allowed; }
/* _content/GestorRadios/Components/Pages/ConsultaRequisitos/Pendientes.razor.rz.scp.css */
.pendientes-page[b-qbk6ksvouc] {
    padding: 1.5rem;
}

.page-header[b-qbk6ksvouc] {
    margin-bottom: 1.5rem;
}

.page-header h3[b-qbk6ksvouc] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111827;
}

/* ── TABS ── */
.tabs-container[b-qbk6ksvouc] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.tabs-header[b-qbk6ksvouc] {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    background: #f8fafc;
}

.tab-btn[b-qbk6ksvouc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s;
}

.tab-btn:hover[b-qbk6ksvouc] { color: #1e293b; }

.tab-btn.active[b-qbk6ksvouc] {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background: #fff;
}

.tab-badge[b-qbk6ksvouc] {
    background: #2563eb;
    color: #fff;
    border-radius: 20px;
    padding: 0.1rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.tab-content[b-qbk6ksvouc] {
    padding: 1.25rem;
}

/* ── FILTROS ── */
.filtros-bar[b-qbk6ksvouc] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.filtro-busqueda[b-qbk6ksvouc] {
    flex: 1;
    max-width: 360px;
}

.filtro-estado[b-qbk6ksvouc] {
    width: 220px;
}

/* ── TABLA ── */
.table-responsive[b-qbk6ksvouc] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.table[b-qbk6ksvouc] {
    margin-bottom: 0;
}

.table thead[b-qbk6ksvouc] {
    background: #f9fafb;
}

.table th[b-qbk6ksvouc] {
    font-weight: 600;
    color: #374151;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #e5e7eb;
    padding: 0.75rem 1rem;
}

.table td[b-qbk6ksvouc] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    color: #334155;
    font-size: 0.88rem;
    border-bottom: 1px solid #f1f5f9;
}

.table tbody tr:last-child td[b-qbk6ksvouc] { border-bottom: none; }
.table-hover tbody tr:hover[b-qbk6ksvouc] { background: #f8fafc; }

/* ── BADGES ESTADO ── */
.estado-badge[b-qbk6ksvouc] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    display: inline-block;
}

.estado-10[b-qbk6ksvouc] { background: #fef9c3; color: #854d0e; }
.estado-11[b-qbk6ksvouc] { background: #dbeafe; color: #1d4ed8; }
.estado-12[b-qbk6ksvouc] { background: #f3e8ff; color: #7e22ce; }

/* ── LOADING / EMPTY ── */
.loading-state[b-qbk6ksvouc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    color: #64748b;
}

.empty-state[b-qbk6ksvouc] {
    padding: 3rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

/* ── BOTONES ── */
.btn[b-qbk6ksvouc] { padding: 0.5rem 1.25rem; border-radius: 8px; border: none; font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.15s; }
.btn-sm[b-qbk6ksvouc] { padding: 0.3rem 0.75rem; font-size: 0.82rem; }
.btn-outline-primary[b-qbk6ksvouc] { background: #fff; border: 1px solid #2563eb; color: #2563eb; }
.btn-outline-primary:hover[b-qbk6ksvouc] { background: #eff6ff; }
/* _content/GestorRadios/Components/Shared/Asignacion/Paso2Terminales.razor.rz.scp.css */
/* ========================================
   Paso2Terminales.razor.css
   Estilos para el paso de terminales
   ======================================== */

.paso2-container[b-ddb8xwegn2] {
    max-width: 1000px;
    margin: 0 auto;
}

.paso-titulo[b-ddb8xwegn2] {
    margin-bottom: 2rem;
    color: #111827;
    font-weight: 600;
}

.agregar-section[b-ddb8xwegn2] {
    margin-bottom: 1.5rem;
}

/* Tabla de terminales */
.tabla-terminales[b-ddb8xwegn2] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.table[b-ddb8xwegn2] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.table thead[b-ddb8xwegn2] {
    background: #f9fafb;
}

.table th[b-ddb8xwegn2] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5e7eb;
}

.table td[b-ddb8xwegn2] {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    font-size: 0.875rem;
}

.table tbody tr:last-child td[b-ddb8xwegn2] {
    border-bottom: none;
}

.table tbody tr:hover[b-ddb8xwegn2] {
    background: #f9fafb;
}

/* Badges */
.badge[b-ddb8xwegn2] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.badge-info[b-ddb8xwegn2] {
    background: #dbeafe;
    color: #1e40af;
}

.badge-success[b-ddb8xwegn2] {
    background: #d1fae5;
    color: #065f46;
}

.badge-warning[b-ddb8xwegn2] {
    background: #fef3c7;
    color: #92400e;
}

/* Botones de acción */
.btn-icon[b-ddb8xwegn2] {
    padding: 0.4rem;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
    margin: 0 0.25rem;
}

.btn-icon:hover[b-ddb8xwegn2] {
    background: #f3f4f6;
}

.btn-edit[b-ddb8xwegn2] {
    color: #2563eb;
}

.btn-edit:hover[b-ddb8xwegn2] {
    background: #eff6ff;
}

.btn-delete[b-ddb8xwegn2] {
    color: #dc2626;
}

.btn-delete:hover[b-ddb8xwegn2] {
    background: #fef2f2;
}

/* Empty state */
.empty-state[b-ddb8xwegn2] {
    text-align: center;
    padding: 3rem 2rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 2px dashed #e5e7eb;
}

.empty-state svg[b-ddb8xwegn2] {
    margin-bottom: 1rem;
}

.empty-state p[b-ddb8xwegn2] {
    color: #9ca3af;
    margin: 0;
    font-size: 0.875rem;
}

/* Modal */
.modal-overlay[b-ddb8xwegn2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: fadeIn-b-ddb8xwegn2 0.2s;
}

.modal-container[b-ddb8xwegn2] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    animation: slideUp-b-ddb8xwegn2 0.3s;
}

.modal-header[b-ddb8xwegn2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h5[b-ddb8xwegn2] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.btn-close[b-ddb8xwegn2] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.btn-close:hover[b-ddb8xwegn2] {
    background: #f3f4f6;
    color: #111827;
}

.modal-body[b-ddb8xwegn2] {
    padding: 1.5rem;
}

.modal-footer[b-ddb8xwegn2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

/* Preview del terminal */
.terminal-preview[b-ddb8xwegn2] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.terminal-preview h6[b-ddb8xwegn2] {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.preview-grid[b-ddb8xwegn2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.preview-item[b-ddb8xwegn2] {
    display: flex;
    flex-direction: column;
}

.preview-item label[b-ddb8xwegn2] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.preview-item span[b-ddb8xwegn2] {
    font-size: 0.875rem;
    color: #111827;
}

/* Form groups */
.form-group[b-ddb8xwegn2] {
    margin-bottom: 1.25rem;
}

.form-label[b-ddb8xwegn2] {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-control[b-ddb8xwegn2], .form-select[b-ddb8xwegn2] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
}

.form-control:focus[b-ddb8xwegn2], .form-select:focus[b-ddb8xwegn2] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-text[b-ddb8xwegn2] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
}

/* Footer */
.paso-footer[b-ddb8xwegn2] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
}

/* Botones */
.btn[b-ddb8xwegn2] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.btn-lg[b-ddb8xwegn2] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-primary[b-ddb8xwegn2] {
    background: #2563eb;
    color: white;
}

.btn-primary:hover[b-ddb8xwegn2] {
    background: #1d4ed8;
}

.btn-primary:disabled[b-ddb8xwegn2] {
    background: #93c5fd;
    cursor: not-allowed;
}

.btn-secondary[b-ddb8xwegn2] {
    background: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover[b-ddb8xwegn2] {
    background: #d1d5db;
}

/* Animaciones */
@keyframes fadeIn-b-ddb8xwegn2 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-ddb8xwegn2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/GestorRadios/Components/Shared/Asignacion/Paso3Canales.razor.rz.scp.css */
/* ========================================
   Paso3Canales.razor.css
   Estilos para el paso de canales
   ======================================== */

.paso3-container[b-opbt21uxhw] {
    max-width: 1000px;
    margin: 0 auto;
}

.paso-titulo[b-opbt21uxhw] {
    margin-bottom: 2rem;
    color: #111827;
    font-weight: 600;
}

.agregar-section[b-opbt21uxhw] {
    margin-bottom: 1.5rem;
}

/* Grupos de área */
.area-group[b-opbt21uxhw] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.area-header[b-opbt21uxhw] {
    background: #f9fafb;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-header h5[b-opbt21uxhw] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
}

/* Tabla de canales */
.tabla-canales[b-opbt21uxhw] {
    overflow: hidden;
}

.table[b-opbt21uxhw] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.table thead[b-opbt21uxhw] {
    background: white;
}

.table th[b-opbt21uxhw] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5e7eb;
}

.table td[b-opbt21uxhw] {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    font-size: 0.875rem;
}

.table tbody tr:last-child td[b-opbt21uxhw] {
    border-bottom: none;
}

.table tbody tr:hover[b-opbt21uxhw] {
    background: #f9fafb;
}

/* Checkbox grande */
.form-check-input-large[b-opbt21uxhw] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-input-large:disabled[b-opbt21uxhw] {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Badges */
.badge[b-opbt21uxhw] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.badge-warning[b-opbt21uxhw] {
    background: #fef3c7;
    color: #92400e;
}

.badge-secondary[b-opbt21uxhw] {
    background: #e5e7eb;
    color: #6b7280;
}

/* Empty state */
.empty-state[b-opbt21uxhw] {
    text-align: center;
    padding: 3rem 2rem;
    background: #f9fafb;
    border-radius: 8px;
    border: 2px dashed #e5e7eb;
}

.empty-state svg[b-opbt21uxhw] {
    margin-bottom: 1rem;
}

.empty-state p[b-opbt21uxhw] {
    color: #9ca3af;
    margin: 0;
    font-size: 0.875rem;
}

/* Modal */
.modal-overlay[b-opbt21uxhw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: fadeIn-b-opbt21uxhw 0.2s;
}

.modal-container[b-opbt21uxhw] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    animation: slideUp-b-opbt21uxhw 0.3s;
}

.modal-header[b-opbt21uxhw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h5[b-opbt21uxhw] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.btn-close[b-opbt21uxhw] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.btn-close:hover[b-opbt21uxhw] {
    background: #f3f4f6;
    color: #111827;
}

.modal-body[b-opbt21uxhw] {
    padding: 1.5rem;
}

.modal-footer[b-opbt21uxhw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

/* Form groups */
.form-group[b-opbt21uxhw] {
    margin-bottom: 1.25rem;
}

.form-label[b-opbt21uxhw] {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-weight: 500;
    font-size: 0.875rem;
}

.form-control[b-opbt21uxhw], .form-select[b-opbt21uxhw] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
}

.form-control:focus[b-opbt21uxhw], .form-select:focus[b-opbt21uxhw] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Footer */
.paso-footer[b-opbt21uxhw] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
}

/* Botones */
.btn[b-opbt21uxhw] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.btn-sm[b-opbt21uxhw] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-lg[b-opbt21uxhw] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-primary[b-opbt21uxhw] {
    background: #2563eb;
    color: white;
}

.btn-primary:hover[b-opbt21uxhw] {
    background: #1d4ed8;
}

.btn-primary:disabled[b-opbt21uxhw] {
    background: #93c5fd;
    cursor: not-allowed;
}

.btn-secondary[b-opbt21uxhw] {
    background: #e5e7eb;
    color: #374151;
}

.btn-secondary:hover[b-opbt21uxhw] {
    background: #d1d5db;
}

.btn-danger[b-opbt21uxhw] {
    background: #dc2626;
    color: white;
}

.btn-danger:hover[b-opbt21uxhw] {
    background: #b91c1c;
}

/* Animaciones */
@keyframes fadeIn-b-opbt21uxhw {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp-b-opbt21uxhw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Alert */
.alert[b-opbt21uxhw] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-danger[b-opbt21uxhw] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.mt-3[b-opbt21uxhw] {
    margin-top: 1rem;
}
/* _content/GestorRadios/Components/Shared/Asignacion/Paso4Accesorios.razor.rz.scp.css */
.paso4-container[b-2erqvnfhhg] {
    padding: 0.5rem 0;
}

/* Loading */
.loading-state[b-2erqvnfhhg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    color: #64748b;
}

/* Alerta stock */
.alerta-stock[b-2erqvnfhhg] {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #991b1b;
}

.alerta-stock strong[b-2erqvnfhhg] {
    font-size: 0.95rem;
}

.alerta-stock ul[b-2erqvnfhhg] {
    margin: 0.5rem 0;
    padding-left: 1.25rem;
    font-size: 0.88rem;
}

.alerta-stock p[b-2erqvnfhhg] {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #b91c1c;
}

/* Sección accesorios */
.seccion-accesorios[b-2erqvnfhhg] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.seccion-header[b-2erqvnfhhg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.seccion-header h4[b-2erqvnfhhg] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-agregar[b-2erqvnfhhg] {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-agregar:hover[b-2erqvnfhhg] { background: #dcfce7; }

/* Sin accesorios */
.sin-accesorios[b-2erqvnfhhg] {
    padding: 2rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

/* Tabla */
.tabla-accesorios[b-2erqvnfhhg] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.tabla-accesorios thead tr[b-2erqvnfhhg] {
    border-bottom: 2px solid #e2e8f0;
}

.tabla-accesorios th[b-2erqvnfhhg] {
    text-align: left;
    padding: 0.75rem 1rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tabla-accesorios td[b-2erqvnfhhg] {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.tabla-accesorios tr:last-child td[b-2erqvnfhhg] { border-bottom: none; }

.fila-error[b-2erqvnfhhg] {
    background: #fff5f5;
}

.input-cantidad[b-2erqvnfhhg] {
    width: 70px;
    padding: 0.3rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.85rem;
    text-align: center;
}

.input-cantidad:focus[b-2erqvnfhhg] {
    outline: none;
    border-color: #2563eb;
}

/* Badges estado */
.badge-ok[b-2erqvnfhhg] {
    background: #dcfce7;
    color: #15803d;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

.badge-error[b-2erqvnfhhg] {
    background: #fee2e2;
    color: #dc2626;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Botón quitar */
.btn-quitar[b-2erqvnfhhg] {
    background: none;
    border: 1px solid #fca5a5;
    color: #dc2626;
    border-radius: 6px;
    padding: 0.25rem 0.65rem;
    cursor: pointer;
    font-size: 0.78rem;
    transition: all 0.15s;
}

.btn-quitar:hover[b-2erqvnfhhg] { background: #fee2e2; }

/* Navegación */
.paso-navegacion[b-2erqvnfhhg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.btn-volver[b-2erqvnfhhg] {
    background: none;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-volver:hover[b-2erqvnfhhg] {
    background: #f8fafc;
    border-color: #94a3b8;
}

.btn-continuar[b-2erqvnfhhg] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-continuar:hover:not(:disabled)[b-2erqvnfhhg] { background: #1d4ed8; }
.btn-continuar:disabled[b-2erqvnfhhg] { opacity: 0.5; cursor: not-allowed; }

/* Modal */
.modal-overlay[b-2erqvnfhhg] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-card[b-2erqvnfhhg] {
    background: #fff;
    border-radius: 14px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.modal-header[b-2erqvnfhhg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h4[b-2erqvnfhhg] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-cerrar[b-2erqvnfhhg] {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1rem;
    cursor: pointer;
}

.modal-body[b-2erqvnfhhg] {
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.modal-body label[b-2erqvnfhhg] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
}

.form-input[b-2erqvnfhhg] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.form-input:focus[b-2erqvnfhhg] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}

.lista-accesorios[b-2erqvnfhhg] {
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.accesorio-item[b-2erqvnfhhg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.875rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.1s;
}

.accesorio-item:last-child[b-2erqvnfhhg] { border-bottom: none; }
.accesorio-item:hover[b-2erqvnfhhg] { background: #f8fafc; }
.accesorio-item.selected[b-2erqvnfhhg] { background: #eff6ff; }

.acc-nombre[b-2erqvnfhhg] { font-size: 0.88rem; color: #334155; }
.acc-stock[b-2erqvnfhhg] { font-size: 0.78rem; color: #64748b; }

.sin-resultados[b-2erqvnfhhg] {
    padding: 1rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.88rem;
}

.error-msg[b-2erqvnfhhg] {
    color: #dc2626;
    font-size: 0.83rem;
    margin: 0;
}

.modal-footer[b-2erqvnfhhg] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.btn-cancelar[b-2erqvnfhhg] {
    background: none;
    border: 1px solid #e2e8f0;
    color: #64748b;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-size: 0.88rem;
    cursor: pointer;
}

.btn-guardar[b-2erqvnfhhg] {
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-guardar:hover:not(:disabled)[b-2erqvnfhhg] { background: #1d4ed8; }
.btn-guardar:disabled[b-2erqvnfhhg] { opacity: 0.6; cursor: not-allowed; }
/* _content/GestorRadios/Components/Shared/Asignacion/Paso5Resumen.razor.rz.scp.css */
.paso5-container[b-7wqzox7cjg] {
    padding: 0.5rem 0;
}

/* Loading */
.loading-state[b-7wqzox7cjg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    gap: 1rem;
    color: #64748b;
}

/* Secciones */
.seccion-resumen[b-7wqzox7cjg] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.seccion-titulo[b-7wqzox7cjg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
}

.numero[b-7wqzox7cjg] {
    width: 24px;
    height: 24px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    flex-shrink: 0;
}

.badge-count[b-7wqzox7cjg] {
    margin-left: auto;
    background: #e2e8f0;
    color: #475569;
    padding: 0.15rem 0.6rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

.opcional-tag[b-7wqzox7cjg] {
    font-size: 0.78rem;
    font-weight: 400;
    color: #94a3b8;
}

/* Sin datos */
.sin-datos[b-7wqzox7cjg] {
    padding: 1.25rem;
    color: #94a3b8;
    font-size: 0.88rem;
    text-align: center;
    margin: 0;
}

/* Grid datos generales */
.datos-grid[b-7wqzox7cjg] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0;
}

.dato-item[b-7wqzox7cjg] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
}

.dato-label[b-7wqzox7cjg] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dato-valor[b-7wqzox7cjg] {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
}

/* Tablas */
.tabla-resumen[b-7wqzox7cjg] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.tabla-resumen thead tr[b-7wqzox7cjg] {
    border-bottom: 2px solid #e2e8f0;
    background: #fafafa;
}

.tabla-resumen th[b-7wqzox7cjg] {
    text-align: left;
    padding: 0.65rem 1.25rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tabla-resumen td[b-7wqzox7cjg] {
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.tabla-resumen tr:last-child td[b-7wqzox7cjg] { border-bottom: none; }

/* Badges tipo radio */
.badge-tipo[b-7wqzox7cjg] {
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

.badge-tipo.tipo-1[b-7wqzox7cjg] { background: #dbeafe; color: #1d4ed8; }
.badge-tipo.tipo-2[b-7wqzox7cjg] { background: #dcfce7; color: #15803d; }
.badge-tipo.tipo-3[b-7wqzox7cjg] { background: #fef9c3; color: #854d0e; }

/* Badges canal */
.badge-obligatorio[b-7wqzox7cjg] {
    background: #fee2e2;
    color: #dc2626;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-opcional[b-7wqzox7cjg] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Grupo área canales */
.grupo-area[b-7wqzox7cjg] {
    border-bottom: 1px solid #e2e8f0;
}

.grupo-area:last-child[b-7wqzox7cjg] { border-bottom: none; }

.area-header[b-7wqzox7cjg] {
    padding: 0.5rem 1.25rem;
    background: #f8fafc;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

/* Observación */
.textarea-observacion[b-7wqzox7cjg] {
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-top: none;
    resize: vertical;
    font-size: 0.9rem;
    color: #334155;
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
    display: block;
}

.textarea-observacion:focus[b-7wqzox7cjg] {
    background: #fafafa;
}

.char-count[b-7wqzox7cjg] {
    text-align: right;
    font-size: 0.75rem;
    color: #94a3b8;
    padding: 0.25rem 1.25rem 0.75rem;
}

/* Error */
.alert-error[b-7wqzox7cjg] {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

/* Navegación */
.paso-navegacion[b-7wqzox7cjg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
}

.btn-volver[b-7wqzox7cjg] {
    background: none;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-volver:hover:not(:disabled)[b-7wqzox7cjg] {
    background: #f8fafc;
    border-color: #94a3b8;
}

.btn-finalizar[b-7wqzox7cjg] {
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-finalizar:hover:not(:disabled)[b-7wqzox7cjg] { background: #15803d; }
.btn-finalizar:disabled[b-7wqzox7cjg] { opacity: 0.5; cursor: not-allowed; }
