:root{--background:#f4f6fc;--foreground:#111111;--background-paper:#ffffff;--text-secondary:#555555;--primary:#007aff;--primary-contrast:#ffffff;--secondary:#af52de;--secondary-contrast:#ffffff;--gradient:linear-gradient(135deg,#ffffff,#eff3ff);color-scheme:light}[data-theme=dark]{--background:#13151e;--foreground:#ffffff;--background-paper:#1f223d;--text-secondary:#cccccc;--primary:#0a84ff;--primary-contrast:#ffffff;--secondary:#bf5af2;--secondary-contrast:#ffffff;--gradient:linear-gradient(135deg,#1b1e2f,#3f296b);color-scheme:dark}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--gradient);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}