body { background: #0d1117; }
.card { border-color: #21262d; }
code { color: #ff9e64; }
table#scansTable td, table#scansTable th { white-space: nowrap; }

/* ---- Pantalla de resultado for-dummies ---- */
.verdict-box { border-radius: 14px; padding: 18px; text-align: center; margin-bottom: 12px; }
.verdict-box.buy  { background: rgba(34,197,94,.15);  border: 2px solid #22c55e; }
.verdict-box.pass { background: rgba(239,68,68,.15);  border: 2px solid #ef4444; }
.verdict-big { font-size: 1.5rem; font-weight: 800; }
.verdict-box.buy  .verdict-big { color: #22c55e; }
.verdict-box.pass .verdict-big { color: #ef4444; }
.verdict-sub { color: #cbd5e1; font-size: .95rem; margin-top: 4px; }

.plain-card { background: #161b22; border: 1px solid #21262d; border-radius: 12px; padding: 14px 16px; margin-bottom: 12px; }
.plain-card.warn { border-color: #d29922; background: rgba(210,153,34,.08); }
.plain-title { font-weight: 700; margin-bottom: 8px; }
.plain-row { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; color: #cbd5e1; }
.plain-row.big { font-size: 1.15rem; font-weight: 700; }
.plain-row b { font-variant-numeric: tabular-nums; }
.plain-note { color: #94a3b8; font-size: .88rem; margin-top: 6px; }
.plain-card hr { border-color: #30363d; margin: 8px 0; }

/* Semáforos */
.light-row { display: flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px dashed #21262d; }
.light-row:last-child { border-bottom: none; }
.light-title { font-weight: 600; }
.light-sub { color: #94a3b8; font-size: .85rem; }
.dot { width: 16px; height: 16px; border-radius: 50%; flex: 0 0 16px; }
.dot-green  { background: #22c55e; }
.dot-yellow { background: #eab308; }
.dot-orange { background: #f97316; }
.dot-red    { background: #ef4444; }
.dot-gray   { background: #6b7280; }

/* Calificación */
.grade-badge { display: inline-block; font-weight: 800; padding: 6px 16px; border-radius: 999px; font-size: 1.1rem; margin-top: 4px; }
.grade-excelente { background: rgba(34,197,94,.2);  color: #22c55e; }
.grade-bueno     { background: rgba(132,204,22,.2); color: #84cc16; }
.grade-ok        { background: rgba(234,179,8,.2);  color: #eab308; }
.grade-malo      { background: rgba(239,68,68,.2);  color: #ef4444; }

.product-img { width: 64px; height: 64px; object-fit: contain; background:#fff; border-radius:8px; flex:0 0 64px; }

/* Escáner */
.scanner-view { width: 100%; border-radius: 12px; overflow: hidden; background: #000; min-height: 220px; }
.scanner-view video { width: 100% !important; border-radius: 12px; }
#reader__dashboard_section_csr button { background: #2563eb !important; color: #fff !important; border: none; border-radius: 8px; padding: 6px 12px; }
