:root{--background:#0a0a0a;--foreground:#ededed;--accent:#25D366;--accent-dark:#128C7E}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}body{color:var(--foreground);background:var(--background);min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}