/* Base – Neon Pulse design system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; }
body { background: #0a0f1a; color: #94a3b8; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
::selection { background: #00e5ff; color: #0a0f1a; }
::-moz-selection { background: #00e5ff; color: #0a0f1a; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #e2e8f0; line-height: 1.1; }
.wrapper { min-height: 100vh; overflow-x: hidden; position: relative; }
/* Global focus-visible styles */
:focus-visible { outline: 2px solid #00e5ff; outline-offset: 2px; }
:focus:not(:focus-visible) { outline: none; }
button { font: inherit; border: none; background: none; cursor: pointer; }
