/*! Veriquest base styles (extracted from the design output — unchanged). */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{background:#0A0F1A;color:#EFF3F9;font-family:'Zen Kaku Gothic New',sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
::selection{background:#2E7BFF;color:#fff}
:focus{outline:none}
:focus-visible{outline:2px solid #2E7BFF;outline-offset:3px;border-radius:1px}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-delay:0ms!important;transition-duration:.001ms!important}
}

/* Honeypot field — visually hidden, off the tab order, ignored by AT. */
.vq-hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}
