:root{--background:#101a2e;--foreground:#eef2f8;--accent-primary:#fc0;--accent-secondary:#fa0;--accent-ink:#fc0;--card-bg:#18243c;--card-border:hsla(0,0%,100%,.12);--text-muted:#a8b4c8;--text-secondary:#c4cedd;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6}a{color:inherit;text-decoration:none}::selection{background:var(--accent-primary);color:#14161a}