.gerente-layout {
  background:
    radial-gradient(840px at 12% -18%, rgba(37, 99, 235, 0.12), transparent 56%),
    radial-gradient(900px at 96% 0%, rgba(20, 184, 166, 0.1), transparent 60%),
    var(--bg);
}

.gerente-layout .sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  background: linear-gradient(180deg, rgba(10, 16, 28, 0.96), rgba(8, 12, 22, 0.98));
  border-right-color: rgba(148, 163, 184, 0.2);
}

.gerente-layout .logo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gerente-layout .menu a {
  border: 1px solid transparent;
}

.gerente-layout .menu a:hover,
.gerente-layout .menu a.active {
  background: rgba(37, 99, 235, 0.2);
  border-color: rgba(59, 130, 246, 0.38);
}

.gerente-layout .content {
  width: 100%;
  max-width: 1500px;
  padding: 24px 28px 36px;
  position: relative;
}

.gerente-layout .header {
  margin-bottom: 12px;
}

.gerente-layout .modelos-header {
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.gerente-layout .subtitle {
  max-width: 760px;
}

.gerente-layout .alert-banner {
  margin: 14px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 24, 38, 0.96), rgba(12, 18, 30, 0.96)),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 36%);
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 13px;
}

.gerente-layout .alert-banner--success {
  border-color: rgba(34, 197, 94, 0.28);
  background:
    linear-gradient(180deg, rgba(13, 24, 25, 0.98), rgba(10, 18, 22, 0.98)),
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.16), transparent 42%);
}

.gerente-layout .alert-banner__content {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.gerente-layout .alert-banner__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.34);
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gerente-layout .alert-banner__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.gerente-layout .alert-banner__text strong {
  color: #dcfce7;
  font-size: 14px;
  line-height: 1.2;
}

.gerente-layout .alert-banner__text span {
  color: var(--muted);
  line-height: 1.45;
}

.gerente-layout .flash {
  margin: 10px 0 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 10px 12px;
}

.gerente-layout .flash--success {
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.14);
  color: #bbf7d0;
}

.gerente-layout .flash--error {
  border-color: rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.15);
  color: #fecaca;
}

.gerente-layout .flash-message {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.gerente-layout .flash-list {
  margin: 8px 0 0;
  padding-left: 18px;
  font-size: 13px;
}

.gerente-layout .actions-bar {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.gerente-layout .actions-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gerente-layout .btn {
  border-radius: 10px;
}

.gerente-layout .btn-primary {
  color: #dff6ff;
  background: rgba(37, 99, 235, 0.3);
  border-color: rgba(59, 130, 246, 0.55);
}

.gerente-layout .btn-primary:hover {
  background: rgba(37, 99, 235, 0.42);
  border-color: rgba(96, 165, 250, 0.75);
}

.gerente-layout .btn-ghost {
  border-color: rgba(148, 163, 184, 0.32);
  background: rgba(30, 41, 59, 0.42);
}

.gerente-layout .btn-ghost:hover {
  border-color: rgba(59, 130, 246, 0.56);
  background: rgba(37, 99, 235, 0.18);
}

.gerente-layout .modelos-kpis {
  margin: 20px 0 14px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gerente-layout .modelos-kpis .card,
.gerente-layout .modelos-kpis .panel,
.gerente-layout .modelos-kpis .kpi-card {
  min-height: 0;
  padding: 20px;
  gap: 6px;
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 14px;
  box-shadow: none;
}

.gerente-layout .kpi-label {
  font-size: 11px;
  letter-spacing: 0.09em;
}

.gerente-layout .kpi-value {
  margin: 0;
  font-size: 28px;
}

.gerente-layout .kpi-foot {
  margin: 0;
}

.gerente-layout .panel {
  min-height: 0;
}

.gerente-layout .grid .panel {
  min-height: 220px;
}

.gerente-layout .section-panel {
  padding: 16px;
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(10, 16, 32, 0.72);
  box-shadow: none;
}

.gerente-layout .section-panel + .section-panel {
  margin-top: 14px;
}

.gerente-layout .estoque-alert-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 16, 32, 0.94), rgba(7, 12, 22, 0.94)),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 38%);
}

.gerente-layout .estoque-alert-panel--critico {
  border-color: rgba(248, 113, 113, 0.42);
  background:
    linear-gradient(180deg, rgba(38, 12, 18, 0.94), rgba(24, 10, 18, 0.94)),
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.18), transparent 42%);
}

.gerente-layout .estoque-alert-panel--atencao {
  border-color: rgba(250, 204, 21, 0.34);
  background:
    linear-gradient(180deg, rgba(36, 24, 8, 0.92), rgba(24, 16, 8, 0.94)),
    radial-gradient(circle at top right, rgba(234, 179, 8, 0.18), transparent 42%);
}

.gerente-layout .estoque-alert-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.gerente-layout .estoque-alert-panel__eyebrow {
  margin-bottom: 10px;
}

.gerente-layout .estoque-alert-panel__head h2 {
  margin: 0;
  font-size: 22px;
}

.gerente-layout .estoque-alert-panel__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gerente-layout .estoque-alert-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gerente-layout .estoque-alert-stat {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.62);
  display: grid;
  gap: 8px;
}

.gerente-layout .estoque-alert-stat__label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gerente-layout .estoque-alert-stat__value {
  font-size: 30px;
  line-height: 1;
}

.gerente-layout .estoque-alert-stat__note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.gerente-layout .estoque-alert-panel__list {
  display: grid;
  gap: 10px;
}

.gerente-layout .estoque-alert-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(2, 6, 23, 0.44);
}

.gerente-layout .estoque-alert-item__main {
  display: grid;
  gap: 6px;
}

.gerente-layout .estoque-alert-item__main strong {
  font-size: 14px;
}

.gerente-layout .estoque-alert-item__main span,
.gerente-layout .estoque-alert-item__meta small,
.gerente-layout .estoque-status-cell small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.gerente-layout .estoque-alert-item__meta,
.gerente-layout .estoque-status-cell {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.gerente-layout .gerente-form-modal {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 24px 32px;
  z-index: 1250;
}

.gerente-layout .gerente-form-modal__overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(2, 6, 23, 0.76);
  backdrop-filter: blur(6px);
}

.gerente-layout .gerente-form-modal__content {
  position: relative;
  width: min(1040px, calc(100vw - 48px));
  max-height: calc(100vh - 88px);
  overflow: auto;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: linear-gradient(180deg, rgba(10, 16, 32, 0.98), rgba(7, 12, 22, 0.98));
  box-shadow: 0 32px 96px rgba(2, 6, 23, 0.56);
  z-index: 1;
}

.gerente-layout .gerente-form-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.gerente-layout .gerente-form-modal__eyebrow {
  margin: 0 0 8px;
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gerente-layout .gerente-form-modal__header h2 {
  margin: 0;
  font-size: 18px;
}

.gerente-layout .gerente-form-modal__header .section-note {
  margin: 8px 0 0;
  max-width: 560px;
}

.gerente-layout .gerente-form-modal__close {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.78);
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.gerente-layout .gerente-form-modal__close:hover {
  border-color: rgba(96, 165, 250, 0.72);
  background: rgba(30, 41, 59, 0.92);
  transform: translateY(-1px);
}

.gerente-layout .gerente-form-modal__tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 24px 0;
}

.gerente-layout .gerente-form-modal__body {
  display: grid;
  gap: 16px;
  padding: 20px 24px 24px;
}

.gerente-layout .gerente-form-modal__note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.gerente-layout .gerente-form-modal .form-helper {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
}

.gerente-layout .gerente-form-modal .form-helper--warning {
  color: #fbbf24;
}

.gerente-layout .gerente-form-modal .modelo-form {
  gap: 16px;
}

.gerente-layout .gerente-form-modal .modelo-form-grid {
  gap: 14px;
}

.gerente-layout .gerente-form-modal .filter-actions {
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.gerente-layout .gerente-form-modal .input-control,
.gerente-layout .gerente-form-modal .select-control {
  background: rgba(15, 23, 42, 0.88);
}

.gerente-layout .gerente-form-modal .input-control[readonly] {
  border-color: rgba(251, 191, 36, 0.3);
  color: rgba(226, 232, 240, 0.86);
  cursor: not-allowed;
}

.gerente-layout .modelos-filters {
  gap: 10px;
}

.gerente-layout .modelo-form {
  display: grid;
  gap: 12px;
}

.gerente-layout .modelo-form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gerente-layout .filter-field {
  min-width: 180px;
}

.gerente-layout .filter-field--grow {
  min-width: 290px;
}

.gerente-layout .filter-actions {
  margin-left: 0;
}

.gerente-layout .table-wrap {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(2, 6, 23, 0.5);
}

.gerente-layout .data-table {
  background: transparent;
}

.gerente-layout .data-table th {
  letter-spacing: 0.1em;
  font-size: 11px;
}

.gerente-layout .data-table td {
  vertical-align: middle;
}

.gerente-layout .table-pagination {
  margin-top: 16px;
}

.gerente-layout .mono-text {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.gerente-layout .qr-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gerente-layout .qr-preview {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.45);
  overflow: hidden;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
}

.gerente-layout .qr-preview svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}

.gerente-layout .qr-preview canvas,
.gerente-layout .qr-preview img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
}

.gerente-layout .btn-link {
  border: 0;
  background: transparent;
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.gerente-layout .btn-link:hover {
  text-decoration: underline;
}

.gerente-layout .table-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gerente-layout .inline-form {
  margin: 0;
  display: inline-flex;
}

.gerente-layout .text-danger {
  color: #fda4af;
}

.gerente-layout .color-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gerente-layout .color-chip-swatch {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
}

.gerente-layout .color-chip-label {
  color: var(--muted);
  font-size: 12px;
}

.gerente-layout .page-link {
  border-color: rgba(148, 163, 184, 0.32);
  background: rgba(148, 163, 184, 0.1);
}

.gerente-layout .page-link:hover {
  border-color: rgba(96, 165, 250, 0.62);
  background: rgba(59, 130, 246, 0.22);
}

.gerente-layout .page-link.is-current {
  border-color: rgba(96, 165, 250, 0.72);
  background: rgba(59, 130, 246, 0.3);
}

.qr-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1200;
}

.qr-modal.is-open {
  display: flex;
}

.qr-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(4px);
}

.qr-modal-content {
  position: relative;
  width: min(720px, 92vw);
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.qr-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.qr-modal-header h2 {
  margin: 0;
  font-size: 18px;
}

.qr-modal-subtitle {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.qr-modal-close {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 20px;
  cursor: pointer;
}

.qr-modal-body {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.qr-etiqueta-print {
  border: 1px dashed rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  padding: 18px;
  display: grid;
  gap: 12px;
  justify-items: center;
  background: rgba(10, 13, 26, 0.45);
}

.qr-etiqueta-headline {
  width: 100%;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.qr-etiqueta-empresa {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.qr-etiqueta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.35);
  background: rgba(14, 116, 144, 0.16);
  color: #bae6fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-large {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.5);
  display: grid;
  place-items: center;
}

.qr-large svg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.qr-large canvas,
.qr-large img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

.qr-etiqueta-info {
  display: grid;
  gap: 4px;
  text-align: center;
  font-size: 13px;
}

.qr-etiqueta-info strong {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.qr-etiqueta-meta {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.qr-etiqueta-meta__item {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.4);
  display: grid;
  gap: 4px;
}

.qr-etiqueta-meta__item dt {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-etiqueta-meta__item dd {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.qr-etiqueta-sistema {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-size: 11px;
}

.qr-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 768px) {
  .gerente-layout .sidebar {
    position: static;
    top: auto;
    z-index: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  }

  .gerente-layout .menu {
    flex: initial;
    min-width: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-x: visible;
    overflow-y: visible;
    gap: 8px;
    padding-bottom: 0;
  }

  .gerente-layout .menu a {
    flex: initial;
    white-space: normal;
  }

  .gerente-layout .session {
    flex: initial;
    margin-top: 8px;
  }

  .gerente-layout .content {
    padding: 18px 14px 30px;
  }

  .gerente-layout .actions-bar {
    justify-content: flex-start;
  }

  .gerente-layout .actions-left,
  .gerente-layout .filter-actions {
    width: 100%;
  }

  .gerente-layout .actions-left .btn,
  .gerente-layout .filter-actions .btn {
    flex: 1 1 0;
  }

  .gerente-layout .alert-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .gerente-layout .alert-banner__content {
    width: 100%;
    align-items: flex-start;
  }

  .gerente-layout .gerente-form-modal {
    padding: 24px 14px 18px;
  }

  .gerente-layout .gerente-form-modal__content {
    width: min(1040px, calc(100vw - 28px));
    max-height: calc(100vh - 42px);
  }

  .gerente-layout .gerente-form-modal__header,
  .gerente-layout .gerente-form-modal__tabs,
  .gerente-layout .gerente-form-modal__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gerente-layout .estoque-alert-panel__head,
  .gerente-layout .estoque-alert-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .gerente-layout .estoque-alert-panel__actions,
  .gerente-layout .estoque-alert-item__meta,
  .gerente-layout .estoque-status-cell {
    justify-items: start;
  }

  .gerente-layout .estoque-alert-panel__stats {
    grid-template-columns: 1fr;
  }

  .qr-large {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 720px) {
  .gerente-layout .sidebar {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .gerente-layout .logo {
    font-size: 16px;
  }

  .gerente-layout .menu {
    width: 100%;
  }

  .gerente-layout .session {
    justify-content: flex-start;
  }

  .gerente-layout .content {
    padding: 16px 12px 28px;
  }

  .gerente-layout .modelos-kpis,
  .gerente-layout .modelo-form-grid {
    grid-template-columns: 1fr;
  }

  .gerente-layout .actions-left .btn,
  .gerente-layout .filter-actions .btn,
  .gerente-layout .actions-bar .btn {
    width: 100%;
  }

  .gerente-layout .gerente-form-modal__header {
    flex-direction: column;
  }

  .gerente-layout .gerente-form-modal__close {
    align-self: flex-end;
  }

  .gerente-layout .gerente-form-modal__tabs .btn,
  .gerente-layout .gerente-form-modal .filter-actions .btn {
    flex: 1 1 100%;
  }

  .gerente-layout .estoque-alert-panel__actions .btn {
    width: 100%;
  }

  .qr-modal-actions {
    flex-direction: column;
  }

  .qr-etiqueta-headline {
    justify-items: center;
  }

  .qr-etiqueta-meta {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    margin: 12mm;
  }

  body.qr-print-mode {
    background: #ffffff;
  }

  body.qr-print-mode > * {
    display: none !important;
  }

  body.qr-print-mode > [data-qr-modal] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.qr-print-mode > [data-qr-modal] .qr-modal-overlay,
  body.qr-print-mode > [data-qr-modal] .qr-modal-header,
  body.qr-print-mode > [data-qr-modal] .qr-modal-actions {
    display: none !important;
  }

  body.qr-print-mode > [data-qr-modal] .qr-modal-content {
    position: static !important;
    width: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: transparent !important;
  }

  body.qr-print-mode > [data-qr-modal] .qr-modal-body {
    padding: 0 !important;
    display: block !important;
  }

  body.qr-print-mode .qr-print-area {
    width: 100% !important;
    max-width: 180mm;
    margin: 0 auto !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    break-inside: avoid;
    page-break-inside: avoid;
    color: #0f172a !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body.qr-print-mode .qr-etiqueta-empresa,
  body.qr-print-mode .qr-etiqueta-info strong,
  body.qr-print-mode .qr-etiqueta-info span,
  body.qr-print-mode .qr-etiqueta-meta__item dd,
  body.qr-print-mode .qr-etiqueta-sistema {
    color: #0f172a !important;
  }

  body.qr-print-mode .qr-etiqueta-badge {
    border-color: #93c5fd !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }

  body.qr-print-mode .qr-large {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
  }

  body.qr-print-mode .qr-etiqueta-meta__item {
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
  }

  body.qr-print-mode .qr-etiqueta-meta__item dt {
    color: #475569 !important;
  }
}
