:root{--bg:#fff;--surface:#f6f7fb;--surface-2:#eef0f7;--border:#d8dce8;--text:#1a1c24;--muted:#5c6275;--brand-purple:#332885;--brand-red:#ff4136;--brand-green:#00a676;--brand-gold:gold;--link:#332885}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}