:root{--background:#ffffff;--foreground:#171717;--primary-color:#1a73e8;--primary-dark:#1557b0;--secondary-color:#34a853;--secondary-dark:#2d8745;--border-color:#ddd;--disabled-bg:#f5f5f5;--error-bg:#fde7e9;--error-color:#d32f2f;--success-bg:#edf7ed;--success-color:#2e7d32}body,html{max-width:100vw}body{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}