{% load static %} {% comment %}data-theme="dark" ACTIVATES scitex-ui's dark token set — it is not decoration. theme.css defines --text-primary / --bg-page / --border-default / … twice, once under [data-theme="light"] and once under [data-theme="dark"], and DEFAULTS TO LIGHT when the attribute is absent. Without this every token below silently resolves light values onto a dark surface, which is how scitex-ui 0.12.0's context menu rendered near-invisible on 2026-07-28. Dark is also the standing default (the operator's eyes are sensitive), so this is deliberate, not a preference to be "cleaned up". {% endcomment %}
{% comment %} viewport-fit=cover is what makes env(safe-area-inset-*) resolve to anything other than zero. Without it the bottom bar sits under an iPhone's home indicator — the insets below would be present, correct and inert. {% endcomment %}