/*
 * TransmissionLine · Tensiones · TRLI-TENSIONES-20260828-001
 * (c) 2026 TransmissionLine. Evidencia visual de procedencia.
 */
#trli-ownership-mark {
  position: fixed;
  left: max(6px, env(safe-area-inset-left));
  bottom: max(6px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: min(330px, calc(100vw - 12px));
  padding: 4px 7px;
  border: 1px solid rgba(143, 208, 255, .36);
  border-radius: 5px;
  background: rgba(9, 39, 68, .76);
  color: rgba(255, 255, 255, .92);
  box-shadow: 0 2px 10px rgba(9, 39, 68, .12);
  font: 600 9px/1.2 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: .01em;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  backdrop-filter: blur(3px);
}
#trli-ownership-mark strong { color: #fff; font-weight: 700; }
#trli-ownership-mark small { color: rgba(255,255,255,.72); font: inherit; font-weight: 500; }
@media (max-width: 640px) {
  #trli-ownership-mark { padding: 3px 6px; font-size: 8px; opacity: .82; }
  #trli-ownership-mark small { display: none; }
}
@media print {
  #trli-ownership-mark {
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    max-width: none;
    border: 0;
    border-top: .5pt solid #9bb6ce;
    border-radius: 0;
    background: #fff;
    color: #526d86;
    box-shadow: none;
    font-size: 7pt;
    backdrop-filter: none;
  }
  #trli-ownership-mark strong { color: #173b5d; }
  #trli-ownership-mark small { display: inline; color: #526d86; }
}
