{# ============================================================ SCRATCH PAD — unified include Usage: {% set scratch_mode = 'inline' %} (Cockpit — collapsible section) {% set scratch_mode = 'overlay' %} (Command Deck — Ctrl+Shift+S panel) ============================================================ #} {% if scratch_mode == 'inline' %} {# ---- INLINE MODE — Cockpit collapsible section ---- #}
// Scratch· OFFLINE
{% else %} {# ---- OVERLAY MODE — Command Deck slide-up panel ---- #}
// Scratch
{% endif %}