:root{--background:#fafafa;--foreground:#171717;--card:#fff;--border:#e5e5e5;--error-bg:#fef2f2;--error-text:#b91c1c}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}.apple-pay-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:152px;width:100%;box-sizing:border-box;margin:0;padding:0 1rem;border:none;border-radius:4px;background:#000;color:#fff;font-size:1rem;font-weight:500;line-height:1;cursor:pointer}.apple-pay-button:disabled{cursor:not-allowed;opacity:.7}