:root{--brand-red:#e03030;--brand-blue:#0090f0;--bg-light:#f7f9fc;--bg-dark:#0e1b2a;--text-on-dark:#f1f5f9;--text-on-light:#1e293b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-light);color:var(--text-on-light);overflow-x:hidden}a{text-decoration:none;color:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}img{max-width:100%}