/* AINNA NeuralOps — global base styles (placeholder, page styles are inline) */
:root { --bg: #050608; --cyan: #00d4ff; --magenta: #ff2d95; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: #c8d6e5; font-family: 'Segoe UI', system-ui, sans-serif; }
