{# ── Form column ─────────────────────────────────────────────────── #}
{# /.sky-form-main #}
{# Wheel column always renders so async SAVE SKY can populate it without a #}
{# refresh — visibility (incl. the DEL btn) is gated by body.sky-saved. #}
{# /.sky-modal-body #}
{# /.sky-page #}
{# Planet hover tooltip — position:fixed escapes any overflow:hidden ancestor #}
{% comment %}
Polish-8 — aspect mini-portal. Mirrors the game-kit / wallet mini-tooltip-
portal pattern (Equipped / Unequipped / In-Use) but text-swaps "Aspected" /
"Unaspected" tied to the sky-wheel's `_aspectsVisible` state per the
currently-active planet/angle. Its OWN id `#id_aspect_mini_portal` (NOT the
wallet/kit's `#id_mini_tooltip_portal`) so the two never share an element —
on the home page they battled (wallet's inline display:none stuck). Reuses the
`.token-tooltip--mini` chrome; the `#id_aspect_mini_portal` rule is in
`_gameboard.scss` (applies globally — the SCSS bundle is unified via core.scss).
{% endcomment %}
{% endblock %}