{#
  All-Brands-only notice. Shown on platform-level admin pages when the user is viewing a specific
  brand (not the global "All Brands" view). Platform-level actions (uploading plugins/themes/addons,
  adding manual gateways) can only be performed from All Brands.

  Pass vars with `only`:  title (short label), message (one-line plain explanation).
#}
<div class="op-card op-allbrands-note" style="display:flex;gap:10px;align-items:flex-start;padding:12px 16px;border:1px dashed var(--op-border,#d0d5dd);background:var(--op-surface-2,#f8fafc);">
    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="flex:none;margin-top:1px;opacity:.7" aria-hidden="true"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>
    <span class="op-text-sm op-text-muted">
        <strong>{{ title|default('All Brands only') }}.</strong>
        {{ message|default('This is a platform-level action.') }}
        Switch to <strong>All Brands</strong> from the brand switcher to continue.
    </span>
</div>
