/* Estilos del sistema de toma de inventario */
.tarjeta { background:#fff; border:1px solid #d9dee3; border-radius:10px; padding:1rem; margin:.75rem 0; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.tarjeta label { display:block; margin:.6rem 0 .2rem; font-weight:600; font-size:.9rem; }
.tarjeta input, .tarjeta select { width:100%; padding:.55rem; border:1px solid #b8c2cc; border-radius:6px; font-size:1rem; }
button.primario, a.boton.primario { background:#1b6ec2; color:#fff; border:none; }
button.primario:disabled { background:#9bb8d3; }
button, a.boton { display:inline-block; padding:.55rem 1rem; margin:.5rem .5rem 0 0; border:1px solid #b8c2cc; border-radius:6px; background:#f2f5f7; color:#1b2a38; text-decoration:none; font-size:1rem; cursor:pointer; }
.error { color:#b00020; font-weight:600; }
.ok { color:#1e7b34; }
.alerta { color:#b05a00; font-weight:600; }
.nota { color:#5a6b7a; font-size:.85rem; }
.mensaje { background:#eef6ff; border-left:4px solid #1b6ec2; padding:.5rem .75rem; }
.pantalla-login { max-width:380px; margin:8vh auto; text-align:center; }
.lista-tomas .cabecera { display:flex; justify-content:space-between; align-items:center; }
.tarjeta.toma { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.tarjeta.toma .detalle { color:#5a6b7a; font-size:.85rem; }
.scan-input { width:100%; padding:.8rem; font-size:1.3rem; border:2px solid #1b6ec2; border-radius:8px; margin:.75rem 0; }
.estado-barra { display:flex; gap:1rem; font-size:.9rem; }
.estado-barra .online { color:#1e7b34; font-weight:700; }
.estado-barra .offline { color:#b00020; font-weight:700; }
.ultimo { padding:.75rem; border-radius:8px; margin:.5rem 0; }
.ultimo.ok { background:#e8f5e9; }
.ultimo.desconocido { background:#fdecea; }
.totales { display:flex; gap:2rem; margin:.75rem 0; font-size:1.05rem; }
.cierre table { width:100%; border-collapse:collapse; }
.cierre td { padding:.35rem .25rem; border-bottom:1px solid #edf1f4; }
.cierre td:last-child { text-align:right; font-weight:700; }
.comprobante .hash { font-family:monospace; font-size:.75rem; word-break:break-all; color:#5a6b7a; }
.usuario { color:#c8d4de; font-size:.85rem; }
.visor-camara video { width:100%; max-height:45vh; border-radius:10px; border:2px solid #1b6ec2; background:#000; }
.tabla-scroll { overflow-x:auto; }
table.difs { width:100%; border-collapse:collapse; font-size:.9rem; margin-top:.5rem; }
table.difs th, table.difs td { padding:.35rem .4rem; border-bottom:1px solid #edf1f4; text-align:left; vertical-align:top; }
table.difs th { background:#f2f5f7; }
table.difs td.num { text-align:right; font-variant-numeric:tabular-nums; }
table.difs .pos { color:#1e7b34; font-weight:700; }
table.difs .neg { color:#b00020; font-weight:700; }
tr.estado-bloqueado { background:#fff4e5; }
tr.estado-aprobado { background:#eef8ef; }
tr.estado-rechazado { background:#f5f5f5; color:#777; }
tr.estado-documentocreado { background:#e8f0fb; }
.filtros { display:flex; gap:1rem; align-items:center; flex-wrap:wrap; margin:.5rem 0; }
details.tarjeta summary { cursor:pointer; }
.sesion-info { color:#d7e0e8; font-size:.85rem; padding:.5rem 1rem; line-height:1.3; }
.sesion-info .rol { color:#9fb3c4; font-size:.78rem; }
.bodegas { display:flex; flex-direction:column; gap:.25rem; margin:.25rem 0 .75rem; max-height:220px; overflow:auto; }
.bodegas .chk { font-weight:400; display:flex; gap:.4rem; align-items:center; margin:0; }
.bodegas .chk input { width:auto; }
.usuarios .cabecera { display:flex; justify-content:space-between; align-items:center; }
