/* Shared Authsia marketing theme — logo-true blue/teal */
:root {
  --brand: #2EE6C5;
  --brand-blue: #3B9EFF;
  --ink: #07090D;
  --hero-bg: #07090D;
  --hero-text: #F4F7FA;
  --steel: #9AA3B5;
  --steel-bright: #C5CBD6;
  --section-bg: #F4F6F8;
  --section-alt: #E8ECF1;
  --text-primary: #12161F;
  --text-secondary: #5B6578;
}

html { scroll-behavior: smooth; }
.nav-link { transition: color 0.15s ease; }
.code-panel { background: #0B0F16; border: 1px solid rgba(148, 163, 184, 0.22); }
