@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");:root{--accent:#60a5fa;--bg:#181e2a;--card-bg:#232a3a;--border:#2d3748;--text:#f3f4f6;--text-light:#a0aec0;--heading:#e0e7ef}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}