diff --git a/hypn0/templates/_base.html b/hypn0/templates/_base.html
index 1373fb9..bd77350 100644
--- a/hypn0/templates/_base.html
+++ b/hypn0/templates/_base.html
@@ -52,13 +52,6 @@
подключается отдельным link.{% endcomment %}
{% else %}{% comment %} PROD: заранее собранный Tailwind CLI файл (см.
frontend-assembly/tailwind/input.css и package.json). CLI сканирует шаблоны проекта и генерирует
только реально используемые классы, включая кастомные @theme/@layer директивы из того же самого
diff --git a/hypn0/templates/css/tailwind-custom.css b/hypn0/templates/css/tailwind-custom.css
index 8ffad55..a345404 100644
--- a/hypn0/templates/css/tailwind-custom.css
+++ b/hypn0/templates/css/tailwind-custom.css
@@ -1 +1,90 @@
-/* @tailwind base; */
\ No newline at end of file
+/*
+ tailwind-custom.css — кастомные Tailwind-директивы проекта hypn0
+ (c) 2026, Sergei Erjemin
+{% comment %}
+ВНИМАНИЕ: этот файл не просто CSS! Это Django-шаблон, который подключается через
+ include-тег в инлайновый блок