/* Minimal custom styles; Tailwind handles layout and reset */
html, body { height: 100%; background-color: #0b0b0f; }

.pixelated { image-rendering: pixelated; image-rendering: crisp-edges; }

a:focus-visible, button:focus-visible { outline: 2px solid #7c5cff; outline-offset: 2px; }
