/* ═══════════════════════════════════════════════════
   SPHRAGIO — Scope disclaimer (Nur-Format-Garantie, Top-7 rule #1)

   One component, three surfaces: base.html links this file on every live
   page; the self-contained HTML export inlines it verbatim (reporting/html.py).
   Calm academic note instead of the legacy full-navy system banner — the
   former inline style= attributes are retired (no-inline-style rule).
   ═══════════════════════════════════════════════════ */

.sph-scope-note {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 900px;
  margin: 16px auto 24px;
  padding: 12px 18px;
  background: var(--indigo-50, #EFF1FB);
  border: 1px solid var(--indigo-100, #DCE0F6);
  border-left: 3px solid var(--navy, #1C0D5A);
  border-radius: var(--radius-sm, 8px);
  color: var(--navy, #1C0D5A);
  font-size: 0.875rem;
  line-height: 1.5;
}

.sph-scope-note-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: var(--navy, #1C0D5A);
}

@media print {
  .sph-scope-note { break-inside: avoid; }
}
