:root{color-scheme:dark;--bg: #0b0b10;--fg: #f3f3f6;--accent: #ffd84a}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior:none}body{min-height:100dvh}a{color:var(--accent)}button{font-family:inherit}
