:root{--background:#ffffff;--foreground:#171717;--color-primary:#00aaff;--color-primary-interactive:#0077b6;--color-text-primary:#000000;--color-text-secondary:#364153;--color-surface:rgba(255,255,255,0.95);--color-border:#cccccc;--color-border-strong:#333333;--color-error:#b91c1c;--color-success:#1b5e20}html{height:100%;color-scheme:light}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,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}