/* Onest + JetBrains Mono подключаются в _head.php через Google Fonts */
:root { --accent-glow: 0 0 60px rgba(46,107,230,.35); }
.glass { background: rgba(255,255,255,.04); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.1); }
.hairline-l { border: 1px solid rgba(0,0,0,.08); }
.hairline-d { border: 1px solid rgba(255,255,255,.1); }
/* reveal-on-scroll — only when JS is present (.js gate = progressive enhancement) */
.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .6s ease-out, transform .6s ease-out; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
}
