:root { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #f6f3ff; background: #050615; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
html { min-width: 320px; background: #050615; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: radial-gradient(circle at 50% -10%,#161039 0,#09091d 38%,#050615 72%); }
button,input { border-radius: 8px; }
button:focus-visible,a:focus-visible { outline: 2px solid #c084fc; outline-offset: 3px; }
::selection { color: #fff; background: #7c3aed; }
