:root{--color-bg:#0b0d12;--color-bg-alt:#12151c;--color-accent:#6c5ce7;--color-accent-hover:#8577ea;--color-text:#f4f5f7;--color-text-muted:#a2a8b5;--color-border:#232733;--color-success:#2ecc71;--color-error:#ff6b6b}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;background:radial-gradient(circle at 20% -10%,rgba(108,92,231,.25),transparent 40%),var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}a{color:inherit}main{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}